Repository: luong-komorebi/Awesome-Linux-Software
Branch: master
Commit: a032594b774a
Files: 18
Total size: 1.2 MB
Directory structure:
gitextract_p9mrgknk/
├── .github/
│ └── workflows/
│ ├── action.yml
│ └── markdown.links.config.json
├── .gitlab-ci.yml
├── .whitesource
├── CONTRIBUTING.md
├── README.md
├── README_es-ES.md
├── README_fr-FR.md
├── README_pt-BR.md
├── README_th-TH.md
├── README_zh-CN.md
├── Readme_ar-AR.md
├── auto_sort/
│ ├── README.md
│ ├── asort.py
│ ├── asort_es-ES.py
│ ├── asort_pt-BR.py
│ └── asort_zh.py
└── index.html
================================================
FILE CONTENTS
================================================
================================================
FILE: .github/workflows/action.yml
================================================
name: Markdown Links Check
on:
schedule:
- cron: "14 18 * * 6"
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1
# checks all markdown files from root but ignores subfolders
with:
use-quiet-mode: 'yes'
use-verbose-mode: 'yes'
config-file: '.github/workflows/markdown.links.config.json'
max-depth: 1
file-path: './README.md'
================================================
FILE: .github/workflows/markdown.links.config.json
================================================
{
"ignorePatterns": [
{
"pattern": "^http://www.tmeter.ru"
},
{
"pattern": "https://github.com/GoogleChrome/lighthouse/workflows/\uD83D\uDCA1\uD83C\uDFE0/badge.svg"
}
],
"httpHeaders": [
{
"urls": ["https://github.com/", "https://guides.github.com/", "https://help.github.com/", "https://docs.github.com/"],
"headers": {
"Accept-Encoding": "zstd, br, gzip, deflate"
}
}
],
"aliveStatusCodes": [200, 206],
"retryOn429": true,
"timeout": "10s",
"retryCount": 2,
"fallbackRetryDelay": "20s"
}
================================================
FILE: .gitlab-ci.yml
================================================
image: node:18
cache:
paths:
- node_modules/ # Node modules and dependencies
before_script:
- npm install gitbook-cli -g # install gitbook
- gitbook fetch 3.2.3 # fetch latest stable version
- gitbook install # add any requested plugins in book.json
pages:
stage: deploy
script:
- gitbook build . public # build to public path
artifacts:
paths:
- public
expire_in: 1 week
only:
- master # this job will affect only the 'master' branch
================================================
FILE: .whitesource
================================================
{
"scanSettings": {
"baseBranches": []
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff",
"useMendCheckNames": true
},
"issueSettings": {
"minSeverityLevel": "LOW",
"issueType": "DEPENDENCY"
}
}
================================================
FILE: CONTRIBUTING.md
================================================
# Guidelines to Contribute
## English
> Simply put the name of the **application** in the list.
> Link to its **homepage** or a **guide** on how to install it.
> Also write a **short description** for the application + add **icon**.
> Make sure it is put under the **appropriate topic**.
> If the application doesn't fit in any **existing topic**, make a **new one** for it.
> Ensure everything is **alphabetically sorted**.
### Unsure how to contribute?
- [How to Use Github](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project)
- [How to Git from the Command Line](https://rogerdudler.github.io/git-guide/)
- [What is Markdown?](https://github.com/luong-komorebi/Markdown-Tutorial) - Markdown is the writing method used to create this list, if you want to know how to format properly, it's best that you learn how to use Github Markdown.
- [Alternative Markdown Guide:](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)
*Items marked with [![Open-Source Software][OSS Icon] are open-source software and link to the source code. Items marked with [![Nonfree][Money Icon] are nonfree (as in nonfree beer) and may cost money to use.*
## Español
> Simplemente cree el nombre de la **aplicación** en la lista.
> Enlace a su **página de inicio** o **una guía** sobre cómo instalarlo.
> Escriba también una **breve descripción** para la aplicación + añadir **icono**.
> Asegúrese de que se pone bajo el **tema apropiado**.
> Si la aplicación no encaja en ningún **tema existente**, haga un **nuevo** para ello.
> Asegúrese de que todo esté **ordenado alfabéticamente**.
### Cómo contribuir
- [How to Use Github (Inglés)](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project)
- [Cómo utilizar Git desde la línea de comandos.](https://rogerdudler.github.io/git-guide/index.es.html)
- [¿Qué es Markdown?](https://github.com/luong-komorebi/Markdown-Tutorial/blob/master/Translation:Spanish.md) - Markdown es un tipo de código utilizado para crear esta lista, que utiliza un tipo específico llamado: GitHub Markdown.
- [Alternative Markdown Guide (Inglés)](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)
*Artículos marcados [![Open-Source Software][OSS Icon] son software de código abierto y tienen un enlace al código fuente. Artículos marcados [![Nonfree][Money Icon] cuesta dinero (como en cerveza que cuesta dinero).*
*Nota del autor: Recientemente, recibí comentarios de usted sobre la calidad de algunas aplicaciones en esta lista. Yo mismo los probé mucho (no todos ellos, sin embargo). Si tienes algún problema con las aplicaciones, por favor: -> ir a la página de dev (si está disponible) -> hacer un problema para el dev allí -> hacer un problema aquí para que pueda considerar si debo sacar la aplicación de la lista. Recuerde: Todo tiene su propia calidad, por lo que nunca habrá algo como "mejor aplicación" o "lista selectiva" aquí, gracias.*
## Português
> Basta colocar o nome da **aplicação** na lista.
> Link para a sua **página inicial** ou um **guia** como instalá-la.
> Escreva também uma **breve descrição** para uma aplicação + adicionando um **icone**.
> Certifique-se de que o software está escrito no seu **tópico apropriado**.
> Se o aplicativo não se encaixa em nenhum **tópico existente**, faça **um novo** para ele.
> Certifique que tudo seja classificado em ordem **alfabética**.
### Unsure how to contribute?
- [How to Use Github](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project)
- [How to Git from the Command Line](https://rogerdudler.github.io/git-guide/)
- [What is Markdown?](https://github.com/luong-komorebi/Markdown-Tutorial) - Markdown is the writing method used to create this list, if you want to know how to format properly, it's best that you learn how to use Github Markdown.
- [Alternative Markdown Guide:](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)
*Itens marcados com [![open-Source Software][OSS Icon] são software de código aberto e link para o código-fonte. Os itens marcados com ![Nonfree][Money Icon] são não livres (as in nonfree beer) e pode custar dinheiro para poder utilizá-lo.*
## 汉语
将应用的名称放入列表。 链接到它的主页或安装指南。 再给应用写一小段简短的介绍 + 添加图标。 确保应用放在了合适的主题下。 如果应用不在以上任何一个已有的主题内,为它新建一个主题。 确保所有项都是按字母表顺序排序的。
标有 Open-Source Software 的是开源软件并且链接到源代码。标有 Freeware 的意为免费(就如免费的啤酒)。
原作者注:最近我收到了一些关于列表中一些应用软件的质量的反馈。我自己测试了其中的大部分应用(但不是全部)。如果你对应用有任何问题:-> 去往开发页面(如果有的话)-> 给开发提个 issue -> 在这里提个 issue 以便我考虑是否将应用移出列表。记住:所有东西都有它自己的质量,所以这里永远不会有“最佳应用”或“选择性的列表”,谢谢。
================================================
FILE: README.md
================================================
# Awesome Linux Software

## News
- **May 2025:** A new web app for browsing Awesome Linux Software has been released! Check it out at [luong-komorebi.github.io slash Awesome Linux Software](https://luong-komorebi.github.io/Awesome-Linux-Software/).
🐧 This repo is a collection of **AWESOME** Linux applications and tools for **any users/developers**.
🐧 Feel free to **contribute** / **star** / **fork** / **pull request** . Any **recommendations** and **suggestions** are welcome.
**Acknowledgement:** _Everything written below is from my own experience in college and after reading various materials. I am neither a professional nor an expert, but a passionate user. Anyone can open a discussion in the issue section, or a pull request if something should be modified or added._
- Arabic version : [here](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_ar-AR.md).
- Brazilian Portuguese version : [here](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_pt-BR.md).
- Chinese version : [here](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_zh-CN.md) or [here](https://github.com/eniqiz/Awesome-Linux-Software-zh_CN).
- French version : [here](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_fr-FR.md).
- Spanish version : [here](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_es-ES.md) or [here](https://github.com/SaintFenix/Awesome-Linux-Software/blob/master/README_es-ES.md).
- Thai version : [here](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_th-TH.md).
- [Applications](#applications)
- [3D Printing](#3d-printing)
- [Audio](#audio)
- [Edit-Mix-Record](#edit-mix-record)
- [Music Player](#music-player)
- [Radio](#radio)
- [Utilities](#utilities)
- [Chat Clients](#chat-clients)
- [3rd Party Client](#3rd-party-client)
- [All-in-One Client](#all-in-one-client)
- [Chat Client Utilities](#chat-client-utilities)
- [IRC Client](#irc-client)
- [Official Client](#official-client)
- [Data Backup and Recovery](#data-backup-and-recovery)
- [Desktop Customization](#desktop-customization)
- [Desktop Icon Packs](#desktop-icon-packs)
- [Desktop Themes](#desktop-themes)
- [Desktop Widgets and Theme Utilities](#desktop-widgets-and-theme-utilities)
- [Development](#development)
- [Android](#android)
- [C++](#c)
- [Database](#database)
- [Game Engines](#game-engines)
- [Git](#git)
- [Golang](#golang)
- [Java](#java)
- [Javascript](#javascript)
- [Microcomputer and Embedded Devices](#microcomputer-and-embedded-devices)
- [Multiple Languages Support](#multiple-languages-support)
- [PHP](#php)
- [Python](#python)
- [Ruby](#ruby)
- [Rust](#rust)
- [Shell](#shell)
- [Supporting Tools](#supporting-tools)
- [E-Book Utilities](#e-book-utilities)
- [Electronic](#electronic)
- [Education](#education)
- [Email](#email)
- [File Manager](#file-manager)
- [Games](#games)
- [City Building Simulation](#city-building-simulation)
- [Command Line](#command-line)
- [Engine Re-creations (require the actual game)](#engine-re-creations-require-the-actual-game)
- [FPS](#fps)
- [Miscellaneous](#miscellaneous)
- [Puzzle](#puzzle)
- [Racing](#racing)
- [RPG](#rpg)
- [RTS](#rts)
- [Sandbox](#sandbox)
- [Shooter](#shooter)
- [Turn Based Strategy](#turn-based-strategy)
- [Gaming Applications](#gaming-applications)
- [Launchers](#launchers)
- [Tools](#tools)
- [W.I.N.E.](#wine)
- [Machine Emulators](#machine-emulators)
- [All-in-One](#all-in-one)
- [Atari](#atari)
- [Emulation Frontends/Configurators](#emulation-frontends/configurators)
- [Microsoft](#microsoft)
- [Nintendo](#nintendo)
- [Sega](#sega)
- [Sony](#sony)
- [ZX Spectrum](#zx-spectrum)
- [Graphics](#graphics)
- [Graphic Creation](#graphic-creation)
- [Image Editor](#image-editor)
- [Image Management](#image-management)
- [Miscellaneous](#miscellaneous-1)
- [PSD, Sketch Inspection](#psd-sketch-inspection)
- [Screen Recorder](#screen-recorder)
- [Screenshot](#screenshot)
- [Streaming](#streaming)
- [Video Editor](#video-editor)
- [Internet](#internet)
- [Browser](#browser)
- [Supportive Tool](#supportive-tool)
- [Web Service Client](#web-service-client)
- [Office](#office)
- [Accounting](#accounting)
- [Office Suites](#office-suites)
- [LaTeX](#latex)
- [Markdown](#markdown)
- [Novel Writing](#novel-writing)
- [Productivity](#productivity)
- [Automation](#automation)
- [Dock](#dock)
- [Local Search](#local-search)
- [Miscellaneous](#miscellaneous-2)
- [Note Taking](#note-taking)
- [Time and Task](#time-and-task)
- [Time and Usage Tracker](#time-and-usage-tracker)
- [Widget and Indicator](#widget-and-indicator)
- [Proxy](#proxy)
- [Security](#security)
- [Boot Integrity](#boot-integrity)
- [Compartmentalization](#compartmentalization)
- [Firewall](#firewall)
- [Network Analysis](#network-analysis)
- [Password Manager](#password-manager)
- [Reverse Engineering](#reverse-engineering)
- [Other](#other)
- [Sharing Files](#sharing-files)
- [Cloud Drive](#cloud-drive)
- [Download Manager](#download-manager)
- [File Sharing](#file-sharing)
- [Remote Desktop](#remote-desktop)
- [Torrent Client](#torrent-client)
- [Terminal](#terminal)
- [Text Editors](#text-editors)
- [Integrated Development Environment inspired / Common User Access based](#integrated-development-environment-inspired--common-user-access-based)
- [Modal editors \& derivatives](#modal-editors--derivatives)
- [Other editors](#other-editors)
- [Utilities](#utilities-1)
- [Disk Utilities](#disk-utilities)
- [System Maintenance](#system-maintenance)
- [System Monitoring](#system-monitoring)
- [Other](#other-1)
- [Video](#video)
- [VPN](#vpn)
- [Wiki Software](#wiki-software)
- [Others](#others)
- [Command Line Utilities](#command-line-utilities)
- [Internet](#internet-1)
- [System Info / Monitoring](#system-info--monitoring)
- [Tools](#tools-1)
- [Custom Linux Kernels](#custom-linux-kernels)
- [Desktop Environments](#desktop-environments)
- [Display manager](#display-manager)
- [Console](#console)
- [Graphic](#graphic)
- [Window Managers](#window-managers)
- [Compositors](#compositors)
- [Stacking Window Managers](#stacking-window-managers)
- [Tiling Window Managers](#tiling-window-managers)
- [Dynamic Window Managers](#dynamic-window-managers)
- [Linux News, Apps, and more:](#linux-news-apps-and-more)
- [Reddit](#reddit)
- [Contributors](#contributors)
- [Guidelines to contribute](#guidelines-to-contribute)
- [Unsure how to contribute?](#unsure-how-to-contribute)
- [License](#license)
## Applications
### 3D Printing
- [![Open-Source Software][oss icon]](https://github.com/Ultimaker/Cura) [Cura](https://ultimaker.com/software/ultimaker-cura/) - The world's most advanced 3D printer software.
- [![Open-Source Software][oss icon]](https://github.com/FreeCAD) [FreeCAD](https://www.freecad.org/) - An open source parametric 3D CAD modeler.
- [![Open-Source Software][oss icon]](https://github.com/prusa3d/PrusaSlicer) [PrusaSlicer](https://www.prusa3d.com/page/prusaslicer_424/) - A slicer based on Slic3r by Alessandro Ranellucci and the RepRap community.
- [![Open-Source Software][oss icon]](https://github.com/slic3r/Slic3r) [Slic3r](https://slic3r.org/) - Open Source toolpath generator for 3D printers.
### Audio
_For a more comprehensive/advanced/better categorized/... list of Linux audio software, you may want to click [here](https://github.com/nodiscc/awesome-linuxaudio)_
#### Edit-Mix-Record
- [![Open-Source Software][oss icon]](https://github.com/Ardour/ardour) [Ardour](https://ardour.org/) - Record, Edit, and Mix on Linux.
- [![Open-Source Software][oss icon]](https://github.com/audacity/audacity) [Audacity](https://www.audacityteam.org/download/linux/) - Free, open source, cross-platform software for recording and editing sounds.
- [![Open-Source Software][oss icon]](https://bazaar.launchpad.net/~audio-recorder/audio-recorder/trunk/files) [Audio Recorder](https://launchpad.net/~audio-recorder) - Simple audio recorder available in an Ubuntu PPA.
- ![Non Free][money icon] [Bitwig](https://www.bitwig.com/en/download.html) - DAW for music production.
- [![Open-Source Software][oss icon]](https://github.com/wwmm/easyeffects) [EasyEffects](https://github.com/wwmm/easyeffects) - EasyEffects is an advanced audio manipulation tool. It includes an equalizer, limiter, compressor and a reverberation tool, just to mention a few. To complement this there is also a built in spectrum analyzer.
- [![Open-Source Software][oss icon]](https://github.com/mtytel/helm) [Helm](https://tytel.org/helm/) - A software synthesizer, that runs either standalone, or as an LV2, VST, VST3 or AU plugin.
- [![Open-Source Software][oss icon]](https://github.com/hydrogen-music/hydrogen) [Hydrogen](http://www.hydrogen-music.org/) - Advanced drum machine for GNU/Linux.
- [![Open-Source Software][oss icon]](https://github.com/KXStudio/Repository) [KxStudio](https://kx.studio/) - A collection of applications and plugins for professional audio production.
- [![Open-Source Software][oss icon]](https://github.com/LMMS/lmms) [LMMS](https://lmms.io/download/#linux) - Making music on your PC by creating melodies and beats, synthesizing and mixing sounds, arranging samples and much more.
- [![Open-Source Software][oss icon]](https://github.com/mixxxdj/mixxx) [Mixxx](https://www.mixxx.org/download/) - Free DJ software that gives you everything you need to perform live mixes; veritable alternative to Traktor.
- [![Open-Source Software][oss icon]](https://github.com/musescore/MuseScore) [MuseScore](https://musescore.org) - Create, play and print beautiful sheet music.
- ![Nonfree][freeware icon] [Ocenaudio](https://www.ocenaudio.com/whatis) - A cross-platform, easy to use, fast and functional audio editor. It is the ideal software for people who need to edit and analyze audio files.
- ![Non Free][money icon] [Reaper](https://www.reaper.fm/) - Audio Production without Limits.
- [![Open-Source Software][oss icon]](https://github.com/VCVRack/Rack) [VCV Rack](https://vcvrack.com/) - An open-source virtual modular synthesizer.
- [![Open-Source Software][oss icon]](https://github.com/Audio4Linux/Viper4Linux-GUI) [Viper4Linux](https://github.com/Audio4Linux/Viper4Linux-GUI) - An audio effect processor based on Viper4Android.
#### Music Player
- [![Open-Source Software][oss icon]](https://invent.kde.org/multimedia/amarok) [Amarok](https://apps.kde.org/amarok/) - Amarok is a free, cross-platform, versatile, powerful and feature-rich music player and collection manager.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/World/amberol) [Amberol](https://apps.gnome.org/app/io.bassi.Amberol/) - A small and simple sound and music player that is well integrated with GNOME.
- [![Open-Source Software][oss icon]](https://audacious-media-player.org/developers) [Audacious](https://audacious-media-player.org/) - An open source audio player that plays your music how you want it, without stealing away your computer’s resources from other tasks.
- [![Open-Source Software][oss icon]](https://invent.kde.org/multimedia/audiotube) [AudioTube](https://apps.kde.org/audiotube/) - Feature-rich YouTube Music client for KDE, built with Kirigami.
- [![Open-Source Software][oss icon]](https://github.com/beetbox/beets) [beets](https://beets.io/) - Beets is the media library management system for obsessive-compulsive music geeks.
- [![Open-Source Software][oss icon]](https://github.com/nullobsi/cantata) [Cantata](https://github.com/nullobsi/cantata) - Qt6 Graphical MPD (Music Player Daemon) Client for Linux, Windows, MacOS.
- ![Non Free][money icon] [Cider](https://cider.sh/) - A cross-platform proprietary commercial Apple Music client based on Electron and Vue.js written from scratch with performance in mind.
- [![Open-Source Software][oss icon]](https://github.com/clementine-player/Clementine) [Clementine](https://www.clementine-player.org/) - Play numerous lossy and lossless audio formats.
- [![Open-Source Software][oss icon]](https://github.com/cmus/cmus) [Cmus](https://cmus.github.io/#download) - A small, fast and powerful console music player for Unix-like operating systems.
- [![Open-Source Software][oss icon]](https://github.com/DeaDBeeF-Player/deadbeef) [DeaDBeeF](https://deadbeef.sourceforge.io/) - DeaDBeeF is a modular audio player for GNU/Linux, BSD, OpenSolaris, macOS, and other UNIX-like systems.
- [![Open-Source Software][oss icon]](https://github.com/linuxdeepin/deepin-music) [Deepin Music](https://www.deepin.org/en/original/deepin-music/) - An application, developed by Deepin Technology Team, which focused on local music playing.
- [![Open-Source Software][oss icon]](https://invent.kde.org/multimedia/elisa) [Elisa](https://apps.kde.org/elisa/) - Elisa is a music player developed by the KDE community that strives to be simple and nice to use.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/neithern/g4music) [G4Music](https://gitlab.gnome.org/neithern/g4music) - A fast, fluent, light weight music player written in GTK4.
- [![Open-Source Software][oss icon]](https://github.com/gpodder/gpodder) [Gpodder](https://gpodder.github.io/) - Media aggregator and podcast client.
- [![Open-Source Software][oss icon]](https://github.com/harmonoid/harmonoid) [Harmonoid](https://harmonoid.com/) - Plays & manages your music library. Looks beautiful & juicy. Playlists, visuals, synced lyrics, pitch shift, volume boost & more.
- [![Open-Source Software][oss icon]](https://invent.kde.org/multimedia/juk) [JuK](https://juk.kde.org/) - Jukebox music player for managing audio and editing metadata.
- [![Open-Source Software][oss icon]](https://github.com/LibreTime/libretime) [Libretime](https://libretime.org/) - The open broadcast software for scheduling and remote station management; forked from Airtime.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/World/lollypop) [Lollypop](https://wiki.gnome.org/Apps/Lollypop) - A GNOME music playing application.
- [![Open-Source Software][oss icon]](https://gitlab.com/zehkira/monophony) [Monophony](https://gitlab.com/zehkira/monophony) - Linux app for streaming music from YouTube.
- [![Open-Source Software][oss icon]](https://github.com/Moosync/Moosync) [Moosync](https://moosync.app/) - Customizable Desktop Music Player with a clean interface for streaming local music as well as music from online sources such as YouTube and Spotify,.
- [![Open-Source Software][oss icon]](https://github.com/mopidy/mopidy) [Mopidy](https://www.mopidy.com/) - An extensible music server written in Python.
- [![Open-Source Software][oss icon]](https://github.com/staniel359/muffon) [muffon](https://muffon.netlify.app/) - muffon is a cross-platform music streaming browser for desktop, which helps you find, listen and organize music in a way you've probably never experienced before.
- [![Open-Source Software][oss icon]](https://github.com/martpie/museeks) [Museeks](https://museeks.io/) - A simple, clean and cross-platform music player.
- ![Nonfree][freeware icon] [Netease Music](https://music.163.com/#/download) - A music player of Netease - a cloud music service in China.
- [![Open-Source Software][oss icon]](https://github.com/nukeop/nuclear) [Nuclear](https://nuclearplayer.com/) - An Electron-based, multiplatform music player app that streams from multiple sources.
- [![Open-Source Software][oss icon]](https://github.com/gkarsay/parlatype) [Parlatype](https://www.parlatype.xyz/) - GNOME audio player for transcription.
- [![Open-Source Software][oss icon]](https://github.com/pithos/pithos) [Pithos](https://pithos.github.io/) - A native Pandora client for Linux.
- [![Open-Source Software][oss icon]](https://github.com/quodlibet/quodlibet) [Quod Libet](https://quodlibet.readthedocs.io) - GTK+ music player written with huge libraries in mind. Supports search-based dynamic playlists, regular expressions, tagging, Replay Gain, podcasts & Internet radio.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/rhythmbox) [Rhythmbox](https://wiki.gnome.org/Apps/Rhythmbox) - Music player from GNOME.
- [![Open-Source Software][oss icon]](https://gitlab.com/luciocarreras/sayonara-player) [Sayonara Player](https://sayonara-player.com/downloads/) - A small, clear and fast audio player for Linux written in C++, supported by the Qt framework.
- [![Open-Source Software][oss icon]](https://github.com/multani/sonata/) [Sonata](https://www.nongnu.org/sonata/) - A Music player that is designed to be an elegant and intuitive interface for your music collection via the Music Player Daemon (MPD).
- [![Open-Source Software][oss icon]](https://github.com/xou816/spot) [Spot](https://github.com/xou816/spot) - Native Spotify client for the GNOME desktop.
- ![Nonfree][freeware icon] [Spotify](https://www.spotify.com/us/) - Spotify is the best way to listen to music and podcasts on pc, mobile or tablet.
- [![Open-Source Software][oss icon]](https://github.com/krtirtho/spotube) [Spotube](https://spotube.krtirtho.dev/) - Spotube is a Flutter based lightweight spotify client. It utilizes the power of Spotify & Youtube's public API & creates a hazardless, performant & resource friendly User Experience.
- [![Open-Source Software][oss icon]](https://github.com/strawberrymusicplayer/strawberry) [Strawberry](https://www.strawberrymusicplayer.org/) - Strawberry is a fork of Clementine aimed at music collectors and audiophiles. It's written in C++ using the Qt toolkit.
- [![Open-Source Software][oss icon]](https://github.com/Mastermindzh/tidal-hifi) [Tidal-hifi](https://github.com/Mastermindzh/tidal-hifi) - The web version of Tidal running in electron with hifi support thanks to widevine.
- [![Open-Source Software][oss icon]](https://github.com/th-ch/youtube-music) [Youtube-Music](https://github.com/th-ch/youtube-music/) - YouTube Music Desktop App bundled with custom plugins (and built-in ad blocker / downloader)
#### Radio
- [![Open-Source Software][oss icon]](https://github.com/chronitis/curseradio) [curseradio](https://github.com/chronitis/curseradio) - Command line radio player.
- [![Open-Source Software][oss icon]](https://invent.kde.org/multimedia/kasts) [Kasts](https://apps.kde.org/kasts/) - Feature-rich, convergent podcast client for Linux Desktop and Mobile.
- [![Open-Source Software][oss icon]](https://github.com/ebruck/radiotray-ng) [RadioTray-NG](https://github.com/ebruck/radiotray-ng) - An Internet radio player for Linux.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/World/Shortwave) [Shortwave](https://apps.gnome.org/app/de.haeckerfelix.Shortwave/) - Shortwave is an internet radio player that provides access to a station database with over 25,000 stations.
- [![Open-Source Software][oss icon]](https://github.com/needle-and-thread/vocal) [Vocal](https://vocalproject.net/) - Podcast client for the modern desktop.
#### Utilities
- [![Open-Source Software][oss icon]](https://github.com/karlstav/cava) [cava](https://github.com/karlstav/cava) - Cava is a Cross-platform Audio Visualizer.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/World/eartag) [Ear Tag](https://apps.gnome.org/EarTag/) - Small and simple audio file tag editor.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/easytag) [EasyTag](https://github.com/GNOME/easytag) - Edit audio file metadata.
- [![Open-Source Software][oss icon]](https://github.com/enzo1982/freac) [fre:ac](https://www.freac.org) - fre:ac is a free audio converter and CD ripper with support for various popular formats and encoders. It currently converts between MP3, MP4/M4A, WMA, Ogg Vorbis, FLAC, AAC, WAV and Bonk formats.
- [![Open-Source Software][oss icon]](https://github.com/KDE/k3b) [K3b](https://userbase.kde.org/K3b) - The CD/DVD Kreator for Linux, optimized for KDE.
- [![Open-Source Software][oss icon]](https://invent.kde.org/multimedia/kid3/) [Kid3](https://kid3.kde.org/) - Edit tags of multiple files, e.g. the artist, album, year and genre of all mp3 files of an album.
- [![Open-Source Software][oss icon]](https://github.com/orhun/linuxwave) [linuxwave](https://orhun.dev/linuxwave/) - Generate music from the entropy of Linux
- [![Open-Source Software][oss icon]](https://github.com/SeaDve/Mousai) [Mousai](https://apps.gnome.org/app/io.github.seadve.Mousai/) - Mousai is a simple application that can identify songs similar to Shazam.
- [![Open-Source Software][oss icon]](https://github.com/metabrainz/picard) [MusicBrainz Picard](https://picard.musicbrainz.org/) - Picard is a cross-platform music tagger written in Python.
- ![Nonfree][freeware icon] [MusixMatch](https://snapcraft.io/musixmatch) - A Capable lyrics app with synchronized lyrics function.
- [![Open-Source Software][oss icon]](https://github.com/osdlyrics/osdlyrics) [OSD Lyrics](https://github.com/osdlyrics/osdlyrics) - Show lyrics with your favorite media player.
- [![Open-Source Software][oss icon]](https://launchpad.net/soundconverter) [Soundconverter](https://soundconverter.org/) - Leading audio file converter. Aims to be simple to use, and very fast.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/sound-juicer) [SoundJuicer](https://wiki.gnome.org/Apps/SoundJuicer/Documentation#Installing) - CD Ripping tool for GNOME.
- [![Open-Source Software][oss icon]](https://github.com/Soundux/Soundux) [Soundux](https://soundux.rocks/) - A cross-platform soundboard.
- [![Open-Source Software][oss icon]](https://github.com/spicetify/spicetify-cli) [Spicetify](https://spicetify.app/) - Command-line tool to customize the official Spotify client. Supports Windows, MacOS and Linux.
### Chat Clients
#### 3rd Party Client
- [![Open-Source Software][oss icon]](https://github.com/sindresorhus/caprine) [Caprine](https://github.com/sindresorhus/caprine) - Elegant Facebook Messenger desktop app.
- [![Open-Source Software][oss icon]](https://github.com/chatterino/chatterino2) [Chatterino](https://chatterino.com/) - Chatterino is a chat client for Twitch chat. It aims to be an improved/extended version of the Twitch web chat.
- [![Open-Source Software][oss icon]](https://github.com/chatty/chatty) [Chatty](https://chatty.github.io/) - Chatty is a Twitch chat client for everyone who wants to try something new and different from the webchat, but doesn't want the complexity of an IRC client or miss out on the Twitch specific features.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/fractal) [Fractal](https://wiki.gnome.org/Apps/Fractal) - Fractal is a Matrix messaging app for GNOME written in Rust. Its interface is optimized for collaboration in large groups, such as free software projects.
- [![Open-Source Software][oss icon]](https://invent.kde.org/network/neochat) [NeoChat](https://apps.kde.org/neochat/) - NeoChat is a Matrix client. It allows you to send text messages, videos and audio files to your family, colleagues and friends using the Matrix protocol.
- [![Open-Source Software][oss icon]](https://github.com/Nheko-Reborn/nheko) [nheko](https://nheko-reborn.github.io/) - Desktop client for Matrix using Qt and C++20.
- [![Open-Source Software][oss icon]](https://invent.kde.org/network/tokodon) [Tokodon](https://apps.kde.org/tokodon/) - Tokodon is a Mastodon client for Plasma and Plasma Mobile.
- [![Open-Source Software][oss icon]](https://github.com/Vencord/Vesktop) [Vesktop](https://github.com/Vencord/Vesktop) - Vesktop is a custom Discord App aiming to give you better performance and improve linux support.
- [![Open-Source Software][oss icon]](https://github.com/SpacingBat3/WebCord) [WebCord](https://github.com/SpacingBat3/WebCord) - A Discord and Fosscord web-based client made with the electron.
- [![Open-Source Software][oss icon]](https://gitlab.com/zerkc/whatsdesk) [WhatsDesk](https://zerkc.gitlab.io/whatsdesk/) - WhatsDesk is a unofficial client of WhatsApp.
#### All-in-One Client
- [![Open-Source-Software][oss icon]](https://github.com/ferdium/ferdium-app) [Ferdium](https://ferdium.org/) - Fork of Ferdi/Franz. Ferdium is a desktop app that helps you organize how you use your favourite apps by combining them into one application.
- [![Open-Source-Software][oss icon]](https://github.com/meetfranz/franz) [Franz](https://meetfranz.com/) - Franz is a free messaging app that combines many chat & messaging services into one application.
- [![Open-Source Software][oss icon]](https://developer.pidgin.im/) [Pidgin](https://pidgin.im/) - A universal chat client.
- [Rambox](https://rambox.app/) - Free and Cross Platform messaging and emailing app that combines common web applications into one.
- [![Open-Source Software][oss icon]](https://github.com/sonnyp/Tangram) [Tangram](https://apps.gnome.org/app/re.sonny.Tangram/) - Tangram is a new kind of browser. It is designed to organize and run your Web applications.
#### Chat Client Utilities
- [![Open-Source Software][oss icon]](https://github.com/BetterDiscord/BetterDiscord) [BetterDiscord](https://betterdiscord.app/) - BetterDiscord extends the functionality of DiscordApp by enhancing it with new features.
- [![Open-Source Software][oss icon]](https://github.com/trigg/Discover) [Discover](https://trigg.github.io/Discover/) - Yet another Discord overlay for Linux written in Python using GTK3.
- [![Open-Source Software][oss icon]](https://github.com/jagrosh/MusicBot) [JMusicBot](https://jmusicbot.com/) - A Discord music bot that's easy to set up and run yourself.
- [![Open-Source Software][oss icon]](https://github.com/Cog-Creators/Red-DiscordBot) [Red Discord Bot](https://index.discord.red/) - Red Discord Bot is a self-hosted music/chat/trivia bot that can run on a Raspberry Pi and a variety of OS's. It's extensible through a system of "Cogs" that allow it to do more.
- [![Open-Source Software][oss icon]](https://github.com/Vendicated/Vencord) [Vencord](https://vencord.dev/) - The cutest Discord client mod.
#### IRC Client
- [![Open-Source Software][oss icon]](https://github.com/hexchat) [HexChat](https://hexchat.github.io/) - HexChat is an IRC client based on XChat, but unlike XChat it’s completely free for both Windows and Unix-like system.
- [![Open-Source Software][oss icon]](https://github.com/irssi/irssi) [Irssi](https://irssi.org/) - Irssi is a modular chat client that is most commonly known for its text mode user interface.
- [![Open-Source Software][oss icon]](https://invent.kde.org/network/konversation) [Konversation](https://konversation.kde.org/) - User-friendly and fully-featured IRC client.
- [![Open-Source Software][oss icon]](https://github.com/kvirc/KVIrc) [KVIrc](https://www.kvirc.net/) - KVIrc is a free portable IRC client based on the excellent Qt GUI toolkit.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/polari) [Polari](https://wiki.gnome.org/Apps/Polari) - A simple IRC client that is designed to integrate seamlessly with GNOME.
- [![Open-Source Software][oss icon]](https://github.com/weechat/weechat) [Weechat](https://weechat.org/) - WeeChat is a fast, light and extensible chat client.
#### Official Client
- [![Open-Source-Software][oss icon]](https://sourceforge.net/p/beebeep/code/HEAD/tree/) [BeeBEEP](https://www.beebeep.net/) - BeeBEEP is an open source, peer to peer, lan messenger. You can talk and share files with anyone inside your local area network. You don't need a server, just download, unzip and start it. Simple, fast and secure.
- [![Open-Source Software][oss icon]](https://github.com/dino/dino) [Dino](https://dino.im) - Clean and modern Jabber/XMPP chat client.
- [Discord](https://discord.com/) - All-in-one voice and text chat for gamers that’s free, secure, and works on both your desktop and phone.
- [![Open-Source Software][oss icon]](https://github.com/vector-im/element-web) [Element](https://element.io/) - A glossy Matrix collaboration client for the web.
- [![Open-Source Software][oss icon]](https://gitlab.com/gitlab-org/gitter/services) [Gitter](https://gitter.im/) - Gitter — Where developers come to talk. Gitter is designed to make community messaging, collaboration and discovery as smooth and simple as possible.
- [Guilded](https://www.guilded.gg/) - Guilded is the best app for gaming chat. Guilded is perfect for gaming with friends, clans, guilds, communities, esports, LFG and teams. And it's free.
- [![Open-Source Software][oss icon]](https://git.jami.net/savoirfairelinux) [Jami](https://jami.net/) - Chat. Talk. Share. Jami is a free and universal communication platform which preserves the users' privacy and freedoms. Formerly Ring.
- [![Open-Source Software][oss icon]](https://github.com/jitsi) [Jitsi](https://jitsi.org/) - Jitsi is a free and open source multiplatform voice, videoconferencing and instant messaging application for Windows, Linux, Mac OS X and Android.
- [![Open-Source Software][oss icon]](https://github.com/mattermost/) [Mattermost](https://mattermost.com/) - Mattermost is a secure collaboration platform that is open, flexible, and deeply integrated with the tools you love.
- [![Open-Source Software][oss icon]](https://github.com/qTox/qTox) [qTox](https://qtox.github.io/) - A simple distributed, secure messenger with audio and video chat capabilities.
- [![Open-Source Software][oss icon]](https://github.com/revoltchat) [Revolt](https://revolt.chat/) - Revolt is an open source user-first chat platform.
- [![Open-Source Software][oss icon]](https://github.com/RocketChat/Rocket.Chat) [Rocket.Chat](https://rocket.chat/) - Rocket.Chat is an open-source fully customizable communications platform developed in JavaScript for organizations with high standards of data protection.
- [![Open-Source Software][oss icon]](https://github.com/oxen-io) [Session](https://getsession.org/) - Session is an end-to-end encrypted messenger that minimises sensitive metadata, designed and built for people who want absolute privacy and freedom from any form of surveillance.
- [![Open-Source Software][oss icon]](https://github.com/signalapp) [Signal](https://signal.org) - An end-to-end encrypted chat app that focuses on privacy for all. Say "hello" to privacy.
- [Skype](https://www.skype.com/en/) - Skype keeps the world talking, for free.
- [Slack](https://slack.com/downloads/linux) - Real-time messaging, archiving and search for modern teams.
- [![Open-Source Software][oss icon]](https://github.com/telegramdesktop/tdesktop) [Telegram](https://desktop.telegram.org/) - A messaging app with a focus on speed and security, it’s super fast, simple and free.
- [![Open-Source Software][oss icon]](https://github.com/linagora/Twake) [Twake](https://twake.app/) - Open-source alternative to Microsoft Teams.
- [Viber](https://www.viber.com/download/) - Viber for Linux lets you send free messages and make free calls to other Viber users on any device and network, in any country.
- [![Open-Source Software][oss icon]](https://github.com/wireapp) [Wire](https://wire.com/en/) - Secure communication. Full privacy.
- [![Open-Source Software][oss icon]](https://github.com/zulip/zulip) [Zulip](https://zulip.com/) - Zulip is a powerful, open source group chat application that combines the immediacy of real-time chat with the productivity benefits of threaded conversations.
### Data Backup and Recovery
- [![Open-Source Software][oss icon]](https://github.com/bit-team/backintime/) [Back In Time](https://github.com/bit-team/backintime/) - A simple backup tool for Linux, inspired by "flyback project".
- [![Open-Source Software][oss icon]](https://borgbackup.readthedocs.io/en/stable/development.html) [BorgBackup](https://borgbackup.readthedocs.io/en/stable/) - A deduplicating backup program with compression and authenticated encryption.
- [![Open-Source Software][oss icon]](https://github.com/bup/bup) [bup](https://bup.github.io/) - Very efficient backup system based on the git packfile format, providing fast incremental saves and global deduplication (among and within files, including virtual machine images).
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/World/deja-dup) [Deja Dup](https://apps.gnome.org/DejaDup/) - A simple backup tool with built-in encryption.
- [![Open-Source Software][oss icon]](https://github.com/gilbertchen/duplicacy) [Duplicacy](https://duplicacy.com/) - Duplicacy is a new generation cross-platform cloud backup tool based on the idea of Lock-Free Deduplication. CLI version is free for personal use and is open-source, GUI and commercial use require licensing.
- [![Open-Source Software][oss icon]](https://gitlab.com/duplicity/duplicity) [Duplicity](https://duplicity.gitlab.io/) - Duplicity does directory backups by producing encrypted tar-format volumes and uploading them to a remote or local file server.
- [![Open-Source Software][oss icon]](https://www.freefilesync.org/download.php) [FreeFileSync](https://www.freefilesync.org) - FreeFileSync is a folder comparison and synchronization software that creates and manages backup copies of all your important files. Instead of copying every file every time, FreeFileSync determines the differences between a source and a target folder and transfers only the minimum amount of data needed.
- [![Open-Source Software][oss icon]](https://github.com/kopia/kopia/) [Kopia](https://kopia.io/) - Cross-platform backup tool for Windows, macOS & Linux with fast, incremental backups, client-side end-to-end encryption, compression and data deduplication.
- [![Open-Source Software][oss icon]](https://github.com/cgsecurity/testdisk) [Photorec](https://www.cgsecurity.org/wiki/PhotoRec) - PhotoRec is file data recovery software designed to recover lost files including video, documents and archives from hard disks, CD-ROMs, and lost pictures (thus the Photo Recovery name) from digital camera memory.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/World/pika-backup) [Pika Backup](https://apps.gnome.org/app/org.gnome.World.PikaBackup/) - Pika Backup is designed to save your personal data and does not support complete system recovery. Pika Backup is powered by the well-tested BorgBackup software.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/qt-fsarchiver/) [Qt-fsarchiver](https://sourceforge.net/projects/qt-fsarchiver/) - Qt-fsarchiver is a GUI for the fsarchiver program to save/restore partitions, folders and even the MBR/GPT table. The program is for systems based on Debian, OpenSuse or Fedora.
- [![Open-Source Software][oss icon]](https://github.com/ncw/rclone) [rclone](https://rclone.org/) - Rclone is a command line program to sync files and directories to and from various cloud storage solutions. It also allows encrypted backups.
- [![Open-Source Software][oss icon]](https://github.com/restic/restic) [restic](https://restic.net/) - restic is a backup program that is fast, efficient and secure. It supports the three major operating systems (Linux, macOS, Windows) and a few smaller ones (FreeBSD, OpenBSD).
- [![Open-Source Software][oss icon]](https://github.com/rsnapshot/rsnapshot) [rsnapshot](https://rsnapshot.org/) - rsnapshot is a command line utility based on rsync to make periodic snapshots of local/remote machines. The code makes extensive use of hard links whenever possible to greatly reduce the disk space required.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/systemrescuecd/) [System Rescue CD](https://www.system-rescue.org/) - SystemRescueCd is a Linux system rescue disk available as a bootable CD-ROM or USB stick for administrating or repairing your system and data after a crash.
- [![Open-Source Software][oss icon]](https://github.com/cgsecurity/testdisk) [TestDisk](https://www.cgsecurity.org/wiki/TestDisk) - TestDisk is powerful free data recovery software! It was primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software.
- [![Open-Source Software][oss icon]](https://github.com/linuxmint/timeshift) [Timeshift](https://github.com/linuxmint/timeshift) - System restore tool for Linux. Creates filesystem snapshots using rsync+hardlinks, or BTRFS snapshots. Supports scheduled snapshots, multiple backup levels, and exclude filters. Snapshots can be restored while system is running or from Live CD/USB.
- [![Open-Source Software][oss icon]](https://github.com/borgbase/vorta) [Vorta](https://vorta.borgbase.com/) - Vorta is a backup client for macOS and Linux desktops. It integrates the mighty BorgBackup with your desktop environment to protect your data from disk failure, ransomware and theft.
### Desktop Customization
#### Desktop Icon Packs
- [![Open-Source Software][oss icon]](https://github.com/EliverLara/candy-icons) [Candy Icons](https://github.com/EliverLara/candy-icons) - An icon theme colored with sweet gradients.
- [![Open-Source Software][oss icon]](https://github.com/daniruiz/Flat-Remix) [Flat Remix](https://github.com/daniruiz/Flat-Remix) - Flat Remix is an icon theme inspired by material design. It is mostly flat using a colorful palette with some shadows, highlights, and gradients for some depth.
- [![Open-Source Software][oss icon]](https://github.com/vinceliuice/Fluent-icon-theme) [Fluent Icon Theme](https://github.com/vinceliuice/Fluent-icon-theme) - Fluent icon theme for linux desktops.
- [![Open-Source Software][oss icon]](https://github.com/keeferrourke/la-capitaine-icon-theme) [La Capitaine Icon Theme](https://github.com/keeferrourke/la-capitaine-icon-theme) - A macOS and Material design inspired icon theme designed to fit into most desktop environments.
- [![Open-Source Software][oss icon]](https://github.com/snwh/moka-icon-theme) [Moka Icon Theme](https://snwh.org/moka) - Moka was created with simplicity in mind. With the use simple geometry & bright colours.
- [![Open-Source Software][oss icon]](https://github.com/numixproject/numix-icon-theme) [Numix Icon Theme](https://numixproject.github.io/) - A flat icon theme that comes in two varieties, Numix Main, and Numix circle.
- [![Open-Source Software][oss icon]](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme) [Papirus Icon Theme](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme) - SVG icon theme for Linux systems, based on Paper with a few extras like (hardcode-tray support, kde-color-scheme support, libreoffice icon theme, filezilla theme, smplayer themes, ...) and other modifications. The theme is available for GTK and KDE.
- [![Open-Source Software][oss icon]](https://github.com/vinceliuice/Qogir-icon-theme) [Qogir Icon Theme](https://github.com/vinceliuice/Qogir-icon-theme) - A flat colorful design icon theme for linux desktops.
- [![Open-Source Software][oss icon]](https://github.com/yeyushengfan258/Reversal-icon-theme) [Reversal Icon Theme](https://github.com/yeyushengfan258/Reversal-icon-theme) - A colorful design icon theme for linux desktops.
- [![Open-Source Software][oss icon]](https://github.com/vinceliuice/Tela-icon-theme) [Tela Icon Theme](https://github.com/vinceliuice/Tela-icon-theme) - A flat colorful Design icon theme.
- [![Open-Source Software][oss icon]](https://github.com/vinceliuice/WhiteSur-icon-theme) [WhiteSur Icon Theme](https://github.com/vinceliuice/WhiteSur-icon-theme) - MacOS Big Sur style icon theme for linux desktops.
- [![Open-Source Software][oss icon]](https://github.com/zayronxio/Zafiro-icons) [Zafiro Icons](https://github.com/zayronxio/Zafiro-icons) - Minimalist icons created with the flat-desing technique, utilizing washed out colors and always accompanied by white.
#### Desktop Themes
- [![Open-Source Software][oss icon]](https://github.com/EliverLara/Ant) [Ant Theme](https://github.com/EliverLara/Ant) - Ant is a flat GTK theme for Ubuntu and other GNOME-based Linux desktops it comes in three varieties: vanilla, Bloody, or Dracula.
- [![Open-Source Software][oss icon]](https://github.com/jnsh/arc-theme) [Arc Theme](https://github.com/jnsh/arc-theme) - A flat theme with transparent elements.
- [![Open-Source Software][oss icon]](https://github.com/catppuccin) [Catppuccin](https://github.com/catppuccin) - Catppuccin is a community-driven pastel theme that aims to be the middle ground between low and high contrast themes.
- [![Open-Source Software][oss icon]](https://github.com/dracula/gtk) [Dracula](https://draculatheme.com/gtk) - A dark theme using the awesome Dracula color pallete.
- [![Open-Source Software][oss icon]](https://github.com/daniruiz/Flat-Remix-GTK) [Flat Remix](https://github.com/daniruiz/Flat-Remix-GTK) - Flat Remix is a GTK application theme inspired by material design.
- [![Open-Source Software][oss icon]](https://github.com/vinceliuice/Graphite-gtk-theme) [Graphite](https://github.com/vinceliuice/Graphite-gtk-theme) - Graphite GTK theme.
- [![Open-Source Software][oss icon]](https://github.com/Fausto-Korpsvart/Gruvbox-GTK-Theme) [Gruvbox](https://github.com/Fausto-Korpsvart/Gruvbox-GTK-Theme) - A GTK theme based on the Gruvbox colour palette.
- [![Open-Source Software][oss icon]](https://github.com/EliverLara/Kimi) [Kimi](https://github.com/EliverLara/Kimi) - Kimi is a light Gtk3.20+ theme.
- [![Open-Source Software][oss icon]](https://github.com/vinceliuice/Layan-gtk-theme) [Layan](https://github.com/vinceliuice/Layan-gtk-theme) - Layan is a flat Material Design theme for GTK 3, GTK 2 and Gnome-Shell which supports GTK 3 and GTK 2 based desktop environments like Gnome, Budgie, etc.
- [![Open-Source Software][oss icon]](https://github.com/material-ocean/material-ocean) [Material Ocean Theme](https://github.com/material-ocean/material-ocean) - A material design theme with oceanic colors(GTK, QT).
- [![Open-Source Software][oss icon]](https://github.com/vinceliuice/Mojave-gtk-theme) [Mojave GTK Theme](https://github.com/vinceliuice/Mojave-gtk-theme) - Mojave is a Mac OSX like theme for GTK 3, GTK 2 and GNOME-Shell which supports GTK 3 and GTK 2 based desktop environments like GNOME, Pantheon, XFCE, Mate, etc.
- [![Open-Source Software][oss icon]](https://github.com/EliverLara/Nordic) [Nordic](https://github.com/EliverLara/Nordic) - Dark Gtk3.20+ theme created using the awesome Nord color pallete.
- [![Open-Source Software][oss icon]](https://github.com/vinceliuice/Orchis-theme) [Orchis theme](https://github.com/vinceliuice/Orchis-theme) - Orchis is a Material Design theme for GNOME/GTK based desktop environments.
- [![Open-Source Software][oss icon]](https://github.com/vinceliuice/Qogir-theme) [Qogir](https://github.com/vinceliuice/Qogir-theme) - Qogir is a flat Design theme for GTK.
- [![Open-Source Software][oss icon]](https://github.com/EliverLara/Sweet) [Sweet](https://github.com/EliverLara/Sweet) - Light and dark colorful Gtk3.20+ theme.
- [![Open-Source Software][oss icon]](https://github.com/vinceliuice/WhiteSur-gtk-theme) [WhiteSur GTK Theme](https://github.com/vinceliuice/WhiteSur-gtk-theme) - MacOS Big Sur like theme for GNOME desktops.
#### Desktop Widgets and Theme Utilities
- [![Open-Source Software][oss icon]](https://github.com/brndnmtthws/conky) [Conky](https://conky.cc/) - Conky is a free, light-weight system monitor for X, that displays any kind of information on your desktop.
- [![Open-Source Software][oss icon]](https://github.com/mjakeman/extension-manager) [Extension Manager](https://github.com/mjakeman/extension-manager) - A utility for browsing and installing GNOME Shell Extensions.
- [GNOME Extensions](https://extensions.gnome.org/) - Extensions for the GNOME Desktop Environment.
- [GNOME Look](https://www.gnome-look.org/) - A website that hosts a Large amounts of community created icons, shell themes, fonts, and many more assets that can be used to customize your GNOME desktop environment.
- [![Open-Source Software][oss icon]](https://github.com/bilelmoussaoui/Hardcode-Tray) [Hardcode Tray](https://github.com/bilelmoussaoui/Hardcode-Tray) - This script fixes hardcoded tray icons in Linux by automatically detecting your default theme, the right icon size, the hard-coded applications, the right icons for each indicator and fix them.
- [![Open-Source Software][oss icon]](https://github.com/kando-menu/kando) [Kando](https://kando.menu/) - A cross-platform pie menu for your desktop, offering an unconventional, fast, and highly efficient way of interacting with your computer using mouse, stylus, touch, or controller input.
- [![Open-Source Software][oss icon]](https://github.com/LemonBoy/bar) [Lemonbar](https://github.com/LemonBoy/bar) - Super fast, lightweight, and mnml status bar for Linux.
- [![Open-Source Software][oss icon]](https://github.com/realmazharhussain/gdm-settings) [Login Manager Settings](https://realmazharhussain.github.io/gdm-settings/) - A settings app for GNOME's Login Manager, GDM.
- [![Open-Source Software][oss icon]](https://github.com/themix-project/themix-gui) [Themix GUI designer](https://github.com/themix-project/themix-gui) - A Graphical application for generating different color variations of Oomox (Numix-based) and Materia (ex-Flat-Plat) themes (GTK2, GTK3, Cinnamon, GNOME, Openbox, Xfwm), Archdroid, Gnome-Color, Numix, Papirus and Suru++ icon themes.
- [![Open-Source Software][oss icon]](https://www.opencode.net/dfn2/pling-store-development) [Pling Store](https://www.pling.com/) - Desktop app of openDesktop.org, which is one of the largest communities where developers and artists share applications, themes and other content.
- [![Open-Source Software][oss icon]](https://github.com/jaagr/polybar) [Polybar](https://polybar.github.io/) - Fast and easy-to-use status bar.
- [![Open-Source Software][oss icon]](https://github.com/deviantfero/wpgtk) [Wpgtk](https://deviantfero.github.io/wpgtk) - A universal theming software for all themes defined in text files, compatible with all terminals, with default themes for GTK2, GTK+, openbox and Tint2 that uses pywal as it's core for colorscheme generation.
### Development
#### Android
- [![Open-Source Software][oss icon]](https://android.googlesource.com/platform/tools/base/+/studio-master-dev/source.md) [Android Studio](https://developer.android.com/studio/) - The Official IDE for Android: Android Studio provides the fastest tools for building apps on every type of Android device.
- [![Open-Source Software][oss icon]](https://github.com/waydroid/waydroid) [Waydroid](https://waydro.id/) - Waydroid uses a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu.
#### C\+\+
- ![Non Free][money icon] [CLion](https://www.jetbrains.com/clion/) - A cross-platform and powerful IDE for C/C++.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/codeblocks/code/HEAD/tree/) [Code::Blocks](https://www.codeblocks.org/) - Code::Blocks is a free C/C++ and Fortran IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable.
- [![Open-Source Software][oss icon]](https://wiki.codelite.org/pmwiki.php/Main/Repositories) [CodeLite](https://codelite.org/) - A Free, open source, cross platform C/C++, PHP and Node.js IDE.
- [![Open-Source Software][oss icon]](https://github.com/qt-creator/qt-creator) [QT Creator](https://www.qt.io/product/development-tools) - Fully-stocked cross-platform integrated development environment for easy creation of connected devices, UIs and applications.
#### Database
- [![Open-Source Software][oss icon]](https://github.com/apache/cassandra) [Cassandra](https://cassandra.apache.org/) - Apache Cassandra database is the right choice when you need scalability and high availability without compromising performance. Linear scalability and proven fault-tolerance on commodity hardware or cloud infrastructure make it the perfect platform for mission-critical data.
- [![Open-Source Software][oss icon]](https://github.com/apache/couchdb) [CouchDB](https://couchdb.apache.org/) - Seamless multi-master sync, that scales from Big Data to Mobile, with an Intuitive HTTP/JSON API and designed for Reliability.
- [DataGrip](https://www.jetbrains.com/datagrip/) - DataGrip is a cross-platform IDE that is aimed at DBAs and developers working with SQL databases. It has built-in drivers that support DB2, Derby, H2, HSQLDB, MySQL, Oracle, PostgreSQL, SQL Server, Sqlite and Sybase.
- [![Open-Source Software][oss icon]](https://github.com/dbeaver/dbeaver) [DBeaver](https://dbeaver.io/) - A universal database client supporting multiple platforms and databases.
- ![Non Free][money icon] [Ispirer](https://github.com/Ispirer) [Ispirer Toolkit](https://www.ispirer.com/) - Ispirer Toolkit is a powerful database migration and conversion tool designed to automate migrations across many major database systems and programming languages, such as Oracle, SQL Server, IBM DB2, PostgreSQL, Informix, MySQL, and more. Ispirer Toolkit is available for Linux, including Debian-based distributions.
- [![Open-Source Software][oss icon]](https://invent.kde.org/office/kexi) [Kexi](https://calligra.org/kexi/) - Kexi is an open source visual database applications creator, a long-awaited competitor for programs like MS Access or Filemaker.
- [![Open-Source Software][oss icon]](https://mariadb.org/get-involved/getting-started-for-developers/) [MariaDB](https://mariadb.org/) - One of the most popular database servers. Made by the original developers of MySQL.
- [![Open-Source Software][oss icon]](https://github.com/mongodb/mongo) [MongoDB](https://www.mongodb.com/) - MongoDB is a free and open-source cross-platform document-oriented database program, uses JSON-like documents with schemas.
- [![Open-Source Software][oss icon]](https://github.com/dbcli/mycli) [MyCLI](https://www.mycli.net/) - MyCLI is a command line interface for MySQL, MariaDB, and Percona with auto-completion and syntax highlighting.
- [![Open-Source Software][oss icon]](https://github.com/mysql/mysql-server) [MySQL](https://dev.mysql.com/doc/refman/5.7/en/linux-installation.html) - MySQL is the world's leading open source database thanks to its proven performance, reliability and ease-of-use. It is used by high profile web properties including Facebook, Twitter, YouTube, Yahoo! and many more.
- [![Open-Source Software][oss icon]](https://github.com/mysql/mysql-workbench) [MySQL Workbench](https://www.mysql.com/products/workbench/) - MySQL Workbench is a unified visual tool for database architects, developers, and DBAs. MySQL Workbench provides data modeling, SQL development, and comprehensive administration tools for server configuration, user administration, backup, and much more.
- [![Open-Source Software][oss icon]](https://github.com/oceanbase/oceanbase) [OceanBase](https://github.com/oceanbase/oceanbase) - Distributed relational database. Based on the Paxos protocol and its distributed structure, it provides high availability and linear scalability.
- [![Open-Source Software][oss icon]](https://github.com/OmniDB/OmniDB) [OmniDB](https://github.com/OmniDB/OmniDB) - Browser-based tool that visually create, manage, and view databases.
- ![Non Free][money icon] [OracleDB](https://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html) - Object-relational database management system produced and marketed by Oracle Corporation, one of the most trusted and widely-used relational database engines.
- [![Open-Source Software][oss icon]](https://github.com/percona/percona-server-mongodb) [Percona MongoDB](https://www.percona.com/software/mongo-database/percona-server-for-mongodb) - Percona Server for MongoDB provides all features and benefits of MongoDB Community Server.
- [![Open-Source Software][oss icon]](https://github.com/percona/pmm-server) [Percona Monitoring](https://www.percona.com/software/database-tools/percona-monitoring-and-management) - Percona Monitoring and Management (PMM) is a free and open-source platform for managing and monitoring MySQL, MariaDB and MongoDB performance. You can run PMM in your own environment for maximum security and reliability. It provides thorough time-based analysis for MySQL, MariaDB and MongoDB servers to ensure that your data works as efficiently as possible.
- [![Open-Source Software][oss icon]](https://github.com/percona/percona-server) [Percona MySQL](https://www.percona.com/software/mysql-database/percona-server) - Percona Server for MySQL is a free, fully compatible, enhanced, open source drop-in replacement for MySQL that provides superior performance, scalability and instrumentation.
- [![Open-Source Software][oss icon]](https://github.com/percona/percona-xtradb-cluster) [Percona XtraDB Cluster](https://www.percona.com/software/mysql-database/percona-xtradb-cluster) - Percona XtraDB Cluster is an active/active high availability and high scalability open source solution for MySQL clustering. It integrates Percona Server and Percona XtraBackup with the Codership Galera library of MySQL high availability solutions in a single package that enables you to create a cost-effective MySQL high availability cluster.
- [![Open-Source Software][oss icon]](https://github.com/dbcli/pgcli) [pgcli](https://www.pgcli.com/) - Pgcli is a command line interface for Postgres with auto-completion and syntax highlighting.
- [![Open-Source Software][oss icon]](https://github.com/postgres/postgres) [PostgreSQL](https://www.postgresql.org/download/) - PostgreSQL is a powerful, open source object-relational database system with more than 15 year development. PostgreSQL is not controlled by any corporation or other private entity and the source code is available free of charge.
- [![Open-Source Software][oss icon]](https://www.sqlite.org/src/doc/trunk/README.md) [Sqlite](https://sqlite.org/download.html) - SQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.
- [![Open-Source Software][oss icon]](https://github.com/sqlitebrowser/sqlitebrowser) [Sqlite Browser](https://sqlitebrowser.org/) - Visually create, manage, and view sqlite database files.
- [![Open-Source Software][oss icon]](https://github.com/WebDB-App/app) [WebDB](https://webdb.app/) - Open Source and Efficient Database IDE. Easy server connection, Modern ERD, Intelligent data generator, IA assistant, NoSQL structure manager, Time machine and Powerful query editor.
#### Game Engines
- [![Open-Source Software][oss icon]](https://github.com/bevyengine/bevy) [Bevy Engine](https://bevyengine.org/) - A refreshingly simple data-driven game engine built in Rust.
- [![Open-Source Software][oss icon]](https://github.com/defold/defold) [Defold](https://defold.com/) - Defold is a completely free to use game engine for development of desktop, mobile and web games.
- [![Open-Source Software][oss icon]](https://github.com/AchetaGames/Epic-Asset-Manager) [Epic Asset Manager](https://github.com/AchetaGames/Epic-Asset-Manager) - An unofficial client to install Unreal Engine, download and manage purchased assets, projects, plugins and games from the Epic Games Store.
- [![Open-Source Software][oss icon]](https://github.com/FlaxEngine/FlaxEngine) [Flax Engine](https://flaxengine.com/) - Flax Engine – multi-platform 3D game engine.
- [GameMaker](https://gamemaker.io/en) - The Ultimate 2D Game Development Environment.
- [![Open-Source Software][oss icon]](https://github.com/4ian/GDevelop) [GDevelop](https://gdevelop.io/) - Open-source, cross-platform game engine designed to be used by everyone.
- [![Open-Source Software][oss icon]](https://github.com/godotengine) [Godot Engine](https://godotengine.org/) - Godot provides a huge set of common tools, so you can just focus on making your game without reinventing the wheel.
- [![Open-Source Software][oss icon]](https://github.com/haxeflixel/flixel) [Haxeflixel](https://haxeflixel.com/) - 2D game engine written in [Haxe](https://github.com/HaxeFoundation/haxe).
- [![Open-Source Software][oss icon]](https://github.com/HeapsIO/heaps) [Heaps](https://heaps.io/) - Heaps is a cross platform graphics engine designed for high performance games. It's designed to leverage modern GPUs that are commonly available on desktop, mobile and consoles.
- [![Open-Source Software][oss icon]](https://github.com/o3de/o3de/) [Open 3D Engine](https://www.o3de.org/) - Open 3D Engine (O3DE) is a modular, open source, cross-platform 3D engine built to power anything from AAA games to cinema-quality 3D worlds to high-fidelity simulations.
- [![Open-Source Software][oss icon]](https://github.com/stride3d/stride) [Stride](https://www.stride3d.net/) - Stride is an open-source C# game engine for realistic rendering and VR.
- [Unity](https://unity.com/) - The world’s leading platform for real-time content creation.
- [Unreal Engine](https://www.unrealengine.com/en-US) - The world’s most open and advanced real-time 3D creation tool.
- [![Open-Source Software][oss icon]](https://github.com/turanszkij/WickedEngine) [Wicked Engine](https://wickedengine.net/) - 3D engine with modern graphics.
#### Git
- [![Open-Source Software][oss icon]](https://git.zx2c4.com/cgit/refs/tags) [cgit](https://git.zx2c4.com/cgit/about/) - A hyperfast web frontend for git repositories written in C.
- [![Open-Source Software][oss icon]](https://codeberg.org/forgejo/forgejo) [Forgejo](https://forgejo.org/) - Forgejo is a self-hosted lightweight software forge. It is a "soft" fork of Gitea with a focus on scaling, federation and privacy.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/giggle/) [Giggle](https://wiki.gnome.org/action/show/Apps/giggle) - Giggle is a graphical frontend for the git content tracker.
- [![Open-Source Software][oss icon]](https://github.com/Gisto/Gisto) [Gisto](https://www.gistoapp.com/) - Gisto is a code snippet manager that runs on GitHub Gists and adds additional features such as searching, tagging and sharing gists while including a rich code editor.
- [![Open-Source Software][oss icon]](https://github.com/git/git) [Git](https://git-scm.com/) - Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
- [![Open-Source Software][oss icon]](https://github.com/git-cola/git-cola) [GitCola](https://git-cola.github.io/) - Git Cola is a sleek and powerful graphical Git client. Written in Python and GPL-licensed.
- [![Open-Source Software][oss icon]](https://github.com/go-gitea/) [Gitea](https://about.gitea.com/) - Gitea is a community managed lightweight code hosting solution written in Go. It is published under the MIT license.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/gitg) [Gitg](https://wiki.gnome.org/Apps/Gitg) - Gitg is the GNOME GUI client to view git repositories.
- ![Nonfree][freeware icon]![Nonfree][money icon] [GitKraken](https://www.gitkraken.com/) - The downright luxurious Git GUI client for Windows, Mac & Linux.
- [![Open-Source Software][oss icon]](https://github.com/gitlabhq/gitlabhq) [GitLab](https://github.com/gitlabhq/gitlabhq) - GitLab is a web-based Git repository manager with wiki and issue tracking features.
- [![Open-Source Software][oss icon]](https://github.com/sitaramc/gitolite) [Gitolite](https://gitolite.com/gitolite/index.html) - Gitolite allows you to setup git hosting on a central server, with fine-grained access control and many more powerful features.
- [![Open-Source Software][oss icon]](https://github.com/Murmele/Gittyup) [Gittyup](https://murmele.github.io/Gittyup/) - Gittyup is a graphical Git client designed to help you understand and manage your source code history.
- [![Open-Source Software][oss icon]](https://github.com/gogs/gogs) [Gogs](https://gogs.io/) - A painless self-hosted Git service.
- [![Open-Source Software][oss icon]](https://github.com/jesseduffield/lazygit) [lazygit](https://github.com/jesseduffield/lazygit) - A simple terminal UI for git commands, written in Go with the gocui library.
- ![Nonfree][money icon] [SmartGit](https://www.syntevo.com/smartgit/) - SmartGit is a Git client with support for GitHub Pull Requests+Comments and SVN.
- [![Open-Source Software][oss icon]](https://github.com/sourcegit-scm/sourcegit) [SourceGit](https://sourcegit-scm.github.io/) - SourceGit is a simple graphical git client available for Windows, macOS and Linux.
#### Golang
- ![Non Free][money icon] [GoLand](https://www.jetbrains.com/go/) - Commercial IDE by JetBrains aimed at providing an ergonomic environment for Go development.
- [![Open-Source Software][oss icon]](https://github.com/visualfc/liteide) [LiteIDE X](https://github.com/visualfc/liteide) - LiteIDE is a simple, open source, cross-platform Go IDE.
#### Java
- [![Open-Source Software][oss icon]](https://www.bluej.org/versions.html) [BlueJ](https://bluej.org/) - A free Java Development Environment designed for beginners, used by millions worldwide.
- [![Open-Source Software][oss icon]](https://git.eclipse.org/c/) [Eclipse](https://eclipse.org/ide/) - Eclipse is famous for our Java Integrated Development Environment (IDE), but can also download packages to support C/C++ IDE and PHP IDE.
- [![Open-Source Software][oss icon]](https://github.com/JetBrains/intellij-community) [IntelliJ IDEA Community](https://www.jetbrains.com/idea/) - Open source IDE by Jetbrains for JVM and Android development.
- ![Non Free][money icon] [IntelliJ IDEA Ultimate](https://www.jetbrains.com/idea/) - Commercial IDE by Jetbrains for web and enterprise JAVA development.
#### Javascript
- ![Non Free][money icon] [Webstorm](https://www.jetbrains.com/webstorm/) - Powerful IDE for modern JavaScript development, made by JetBrains.
#### Microcomputer and Embedded Devices
- [![Open-Source Software][oss icon]](https://github.com/arduino/arduino-ide) [Arduino IDE](https://www.arduino.cc/en/Main/Software) - The open-source Arduino Software (IDE) makes it easy to write code and upload it to the board.
- [![Open-Source Software][oss icon]](https://github.com/fritzing/fritzing-app) [Fritzing](https://fritzing.org/) - Fritzing is an open-source hardware initiative that makes electronics accessible as a creative material for anyone.
- [![Open-Source Software][oss icon]](https://github.com/Sloeber/arduino-eclipse-plugin) [Sloeber IDE](https://eclipse.baeyens.it/) - Sloeber IDE. The Arduino IDE for Eclipse.
#### Multiple Languages Support
- [![Open-Source Software][oss icon]](https://github.com/aptana/studio3) [Aptana](https://www.axway.com/en/aptana) - Aptana Studio harnesses the flexibility of Eclipse and focuses it into a powerful web development engine.
- [![Open-Source Software][oss icon]](https://invent.kde.org/kdevelop/kdevelop) [KDevelop](https://www.kdevelop.org/) - It is a free, open source IDE, feature-full, plugin extensible IDE for C/C++ and other programming languages.
- [![Open-Source Software][oss icon]](https://www.monodevelop.com/developers/) [MonoDevelop](https://www.monodevelop.com/) - Cross platform IDE for C#, F# and more.
- [![Open-Source Software][oss icon]](https://netbeans.apache.org/participate/index.html) [Netbeans](https://netbeans.apache.org/download/index.html) - NetBeans IDE lets you quickly and easily develop Java desktop, mobile, and web applications, as well as HTML5 applications with HTML, JavaScript, and CSS.
- [![Open-Source Software][oss icon]](https://pantsbuild.org/) [Pants Build](https://www.pantsbuild.org/) - Powerful build system for Python, JVM, Go and more, relies on static analysis instead of boilerplate to make adoption and use easy.
#### PHP
- ![Nonfree][money icon] [PHPStorm](https://www.jetbrains.com/phpstorm/) - Lightning-smart and powerful PHP IDE from Jetbrains.
#### Python
- [![Open-Source Software][oss icon]](https://github.com/JetBrains/intellij-community/tree/master/python) [PyCharm Community](https://www.jetbrains.com/pycharm/) - Open source IDE by Jetbrains for pure Python development.
- ![Non Free][money icon] [PyCharm Professional](https://www.jetbrains.com/pycharm/) - Commercial IDE by Jetbrains for scientific and web Python development.
#### Ruby
- ![Non Free][money icon] [RubyMine](https://www.jetbrains.com/ruby/) - Professional Ruby and Rails IDE.
#### Rust
- ![Non Free][money icon] [RustRover](https://www.jetbrains.com/rust/) - Professional Rust IDE by Jetbrains, free for non-commercial use.
#### Shell
- [![Open-Source Software][oss icon]](https://github.com/fish-shell/fish-shell) [Fish](https://fishshell.com/) - A smart and user-friendly command-line shell.
- [![Open-Source Software][oss icon]](https://github.com/jorgebucaran/fisher) [Fisher](https://github.com/jorgebucaran/fisher) - A plugin manager for fish shell.
- [![Open-Source Software][oss icon]](https://github.com/ipython/ipython) [Ipython](https://ipython.org/) - Powerful Python shell.
- [![Open-Source Software][oss icon]](https://github.com/nushell/nushell) [nushell](https://www.nushell.sh/) - A new type of shell.
- [![Open-Source Software][oss icon]](https://github.com/oh-my-fish/oh-my-fish) [Oh-my-fish](https://github.com/oh-my-fish/oh-my-fish) - Provides various packages and themes to extend the functionality of your fish shell.
- [![Open-Source Software][oss icon]](https://github.com/robbyrussell/oh-my-zsh) [Oh-my-zsh](https://ohmyz.sh/) - A delightful community-driven framework for managing your zsh configuration.
- [![Open-Source Software][oss icon]](https://github.com/oilshell/oil) [oilshell](https://github.com/oilshell/oil) - Oil is a new Unix shell for Python and JavaScript users who avoid shell!.
- [![Open-Source Software][oss icon]](https://github.com/koalaman/shellcheck) [Shellcheck](https://www.shellcheck.net/) - ShellCheck, a static analysis tool for shell scripts.
- [![Open-Source Software][oss icon]](https://github.com/zimfw/zimfw) [Zim](https://zimfw.sh/) - Modular, customizable, and blazing fast Zsh framework.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/zsh/code/ci/master/tree/) [Zsh](https://www.zsh.org/) - A powerful command line shell.
#### Supporting Tools
- [![Open-Source Software][oss icon]](https://github.com/usebruno/bruno) [Bruno](https://www.usebruno.com/) - Opensource IDE For Exploring and Testing API's (lightweight alternative to Postman/Insomnia).
- [![Open-Source Software][oss icon]](https://github.com/kspalaiologos/bzip3) [bzip3](https://github.com/kspalaiologos/bzip3) - A versatile statistical compressor with better compression ratio than standard Linux tools (gzip, bzip2, etc...).
- [![Open-Source Software][oss icon]](https://github.com/GeopJr/Collision) [Collision](https://collision.geopjr.dev/) - Collision comes with a simple & clean UI, allowing anyone, from any age and experience group, to generate, compare and verify MD5, SHA-256, SHA-512 and SHA-1 hashes.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/cscope/) [Cscope](https://cscope.sourceforge.net/) - Cscope is a developer's tool for browsing source code. Although cmd-line application, it is nativelly integrated with Vim editor. It allows searching code for symbols, definitions, functions (called/calling), regex, files.
- [![Open-Source Software][oss icon]](https://github.com/Huluti/Curtail) [Curtail](https://apps.gnome.org/app/com.github.huluti.Curtail/) - Curtail is an useful image compressor, supporting PNG, JPEG and WEBP file types.
- [![Open-Source Software][oss icon]](https://github.com/qarmin/czkawka) [Czkawka](https://github.com/qarmin/czkawka) - Multi functional app to find duplicates, empty folders, similar images etc.
- [![Open-Source Software][oss icon]](https://github.com/cytopia/devilbox) [Devilbox](https://github.com/cytopia/devilbox) - The devilbox is a modern and highly customisable dockerized PHP stack supporting full LAMP and MEAN and running on all major platforms. The main goal is to easily switch and combine any version required for local development.
- [![Open-Source Software][oss icon]](https://github.com/dialect-app/dialect/) [Dialect](https://apps.gnome.org/app/app.drey.Dialect/) - A translation app for GNOME.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/diffuse/files/?source=navbar) [Diffuse](https://diffuse.sourceforge.net/) - Diffuse is a graphical tool for comparing and merging text files. It can retrieve files for comparison from Bazaar, CVS, Darcs, Git, Mercurial, Monotone, RCS, Subversion, and SVK repositories.
- [![Open-Source Software][oss icon]](https://github.com/docker/desktop-linux) [Docker](https://docs.docker.com/desktop/linux/install/) - Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers.
- [![Open-Source Software][oss icon]](https://github.com/flox/flox) [Flox](https://flox.dev) - Flox is a virtual environment and package manager all-in-one.
- [![Open-Source Software][oss icon]](https://www.fossil-scm.org/index.html/dir?ci=tip) [Fossil](https://www.fossil-scm.org) - Self-contained, distributed software configuration management system with integrated bug-tracking, wiki, technotes and web interface.
- [![Open-Source Software][oss icon]](https://github.com/gaphor/gaphor) [Gaphor](https://gaphor.org) - A simple and fast software and systems modeling tool.
- ![Nonfree][money icon] [Genymotion](https://www.genymotion.com/desktop/) - Genymotion is a fast third-party emulator that can be used instead of the default Android emulator.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/Archive/glade) [Glade](https://gitlab.gnome.org/Archive/glade) - GTK+ User Interface Builder.
- [![Open-Source Software][oss icon]](https://phabricator.kde.org/source/heaptrack/repository/master/) [Heaptrack](https://phabricator.kde.org/source/heaptrack/repository/master/) - A heap memory profiler for Linux.
- [![Open-Source Software][oss icon]](https://github.com/WindSoilder/hors) [hors](https://github.com/WindSoilder/hors) - Instant coding answers via the command line.
- [![Open-Source Software][oss icon]](https://github.com/Kong/insomnia) [Insomnia](https://insomnia.rest/) - A simple, beautiful, and free REST API client.
- [Intel® VTune™ Profiler](https://www.intel.com/content/www/us/en/developer/tools/oneapi/vtune-profiler.html) - GUI and Commandline tool from Intel for finding and fixing performance bottlenecks in software written in C/C++, C#, Java, and more.
- [![Open-Source Software][oss icon]](https://docs.jupyter.org/en/latest/install.html) [Jupyter Notebook](https://jupyter.org/) - An open source program that provides interactive data and scientific computing information across over 40 programming languages.
- [![Open-Source Software][oss icon]](https://github.com/jesseduffield/lazydocker) [lazydocker](https://github.com/jesseduffield/lazydocker) - A simple terminal UI for both docker and docker-compose, written in Go with the gocui library.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/meld/tree/main) [Meld](https://meldmerge.org/) - Meld is a visual diff and merge tool that helps you compare files, directories, and version controlled projects.
- [Mockitt](https://mockitt.com/home.html) - Mockitt is an easy-to-use prototyping tool.
- [![Open-Source Software][oss icon]](https://invent.kde.org/utilities/okteta) [Okteta](https://apps.kde.org/okteta/) - Hex Editor for viewing and editing the raw data of files.
- [![Open-Source Software][oss icon]](https://github.com/evolus/pencil) [Pencil](https://pencil.evolus.vn/) - An open-source GUI prototyping tool that's available for ALL platforms.
- [![Open-Source Software][oss icon]](https://github.com/stuartlangridge/ColourPicker) [Pick](https://kryogenix.org/code/pick/) - Simple color picker.
- [![Open-Source Software][oss icon]](https://github.com/containers/podman) [Podman](https://podman.io/) - Podman: A tool for managing OCI containers and pods.
- [Postman](https://www.postman.com/) - Postman, allows a user to develop and test APIs quickly.
- [![Open-Source Software][oss icon]](https://github.com/rabbitvcs/rabbitvcs) [Rabbit VCS](http://rabbitvcs.org/) - RabbitVCS is a set of graphical tools written to provide simple and straightforward access to the version control systems you use.
- [![Open-Source Software][oss icon]](https://github.com/CoatiSoftware/Sourcetrail) [Sourcetrail](https://www.sourcetrail.com/) - Sourcetrail is a free and open-source cross-platform source explorer that helps you get productive on unfamiliar source code.
- ![Non Free][money icon] [StarUML](https://staruml.io/) - A sophisticated software modeler.
- [![Open-Source Software][oss icon]](https://github.com/uncrustify/uncrustify) [Uncrustify](https://uncrustify.sourceforge.net/) - Source Code Beautifier for C/C++, C#, ObjectiveC, D, Java, Pawn and VALA. See UniversalIndentGUI below.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/universalindent/files/uigui/) [UniversalIndentGUI](https://universalindent.sourceforge.net/) - UniversalIndentGUI offers a live preview for setting the parameters of nearly any indenter.
- [![Open-Source Software][oss icon]](https://sourceware.org/git/?p=valgrind.git) [Valgrind](https://valgrind.org/) - Valgrind is a GPL'd system for debugging and profiling Linux programs.
- ![Nonfree][money icon] [GitBreeze](https://gitbreeze.dev/) - GitBreeze is the free for personal use effortless Git GUI for Windows, Mac, & Linux.
- [![Open-Source Software][oss icon]](https://www.gnu.org/software/wdiff/devguide) [Wdiff](https://www.gnu.org/software/wdiff/) - The GNU wdiff program is a front end to diff for comparing files on a word per word basis. It collects the diff output and uses it to produce a nicer display of word differences between the original files.
- [![Open-Source Software][oss icon]](https://github.com/sonnyp/Workbench) [Workbench](https://apps.gnome.org/app/re.sonny.Workbench/) - Workbench goal is to let you experiment with GNOME technologies, no matter if tinkering for the first time or building and testing a custom GTK widget.
- [![Open-Source Software][oss icon]](https://github.com/zealdocs/zeal) [Zeal](https://zealdocs.org/) - Zeal is an offline documentation browser for software developers.
### E-Book Utilities
- [![Open-Source Software][oss icon]](https://invent.kde.org/graphics/arianna) [Arianna](https://apps.kde.org/arianna/) - An eBook reader and library management applicatiion for `.epub` files from KDE.
- [![Open-Source Software][oss icon]](https://github.com/babluboy/bookworm) [Bookworm](https://babluboy.github.io/bookworm/) - A simple, focused eBook reader.
- [![Open-Source Software][oss icon]](https://github.com/oguzhaninan/Buka) [Buka](https://github.com/oguzhaninan/Buka/) - A program for EBook Management.
- [![Open-Source Software][oss icon]](https://github.com/kovidgoyal/calibre) [Calibre](https://calibre-ebook.com/) - Incredibly ugly but powerful software for ebook management and conversion.
- [![Open-Source Software][oss icon]](https://github.com/janeczku/calibre-web) [Calibre-web](https://github.com/janeczku/calibre-web) - Calibre Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
- [![Open-Source Software][oss icon]](https://github.com/michaldaniel/Ebook-Viewer) [Easy Ebook Viewer](https://github.com/michaldaniel/Ebook-Viewer) - Modern GTK Python Ebook Reader app to easily read epub files.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/Evince/GettingEvince) [Evince](https://wiki.gnome.org/Apps/Evince) - Evince is a document viewer for multiple document formats. The goal of evince is to replace the multiple document viewers that exist on the GNOME Desktop with a single simple application.
- [![Open-Source Software][oss icon]](https://github.com/geometer/FBReader) [FBReader](https://fbreader.org/content/fbreader-beta-linux-desktop) - One of the most popular eReader apps.
- [![Open-Source Software][oss icon]](https://github.com/johnfactotum/foliate) [Foliate](https://johnfactotum.github.io/foliate/) - Foliate is a simple and modern GTK eBook viewer.
- [Foxit](https://www.foxit.com/pdf-reader/) - Foxit Reader 8.0—Award-winning PDF Reader.
- [![Open-Source Software][oss icon]](https://github.com/martahilmar/gnome-books) [GNOME Books](https://github.com/martahilmar/gnome-books) - GNOME Books is application for listing, searching and reading eBooks.
- [![Open-Source Software][oss icon]](https://www.willus.com/k2pdfopt/src) [K2pdfopt](https://www.willus.com/k2pdfopt) - K2pdfopt optimizes PDF/DJVU files for mobile e-readers (e.g. the Kindle) and smartphones.
- [![Open-Source Software][oss icon]](https://codeberg.org/valos/Komikku) [Komikku](https://apps.gnome.org/Komikku/) - Manga reader with support for online and offline reading, automatic downloads, locally stored manga formats (CBZ and CBR formats), and collection organization features.
- [Lucidor](https://lucidor.org/lucidor/) - Lucidor is a computer program for reading and handling e-books. Lucidor supports e-books in the EPUB file format, and catalogs in the OPDS format.
- [MasterPDF editor](https://code-industry.net/free-pdf-editor/) - Master PDF Editor a convenient and smart PDF editor for Linux.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/mcomix/git/ci/master/tree/) [Mcomix](https://sourceforge.net/projects/mcomix/) - GTK+ comic book viewer.
- [![Open-Source Software][oss icon]](https://git.ghostscript.com/?p=mupdf.git;a=summary) [MuPDF](https://mupdf.com/) - A lightweight PDF and XPS viewer.
- [![Open-Source Software][oss icon]](https://github.com/KDE/okular) [Okular](https://okular.kde.org/) - Okular is a universal document viewer based developed by KDE. Okular works on multiple platforms, including but not limited to Linux, Windows, Mac OS X, BSD, etc.
- [![Open-Source Software][oss icon]](https://github.com/pdfarranger/pdfarranger) [PDF Arranger](https://github.com/pdfarranger/pdfarranger) - PDF Arranger is a small application, which helps the user to merge or split pdf documents and rotate, crop and rearrange their pages using an interactive and intuitive graphical interface.
- [![Open-Source Software][oss icon]](https://github.com/torakiki/pdfsam) [PDFsam](https://www.pdfsam.org/) - A desktop application to split, extract pages, rotate, mix and merge PDF files.
- [![Open-Source Software][oss icon]](https://github.com/junrrein/pdfslicer) [PDF Slicer](https://junrrein.github.io/pdfslicer/) - PDF Slicer is a simple application to extract, merge, rotate and reorder pages of PDF documents.
- ![Non Free][money icon] [PDF Studio](https://www.qoppa.com/pdfstudio/) - An easy to use, full-featured PDF editing software that is a reliable alternative to Adobe Acrobat and provides all PDF functions needed at a fraction of the cost. PDF Studio maintains full compatibility with the PDF Standard.
- [![Open-Source Software][oss icon]](https://launchpad.net/qpdfview) [qpdfview](https://launchpad.net/qpdfview) - qpdfview is a tabbed document viewer.
- [![Open-Source Software][oss icon]](https://github.com/Sigil-Ebook/Sigil) [Sigil](https://sigil-ebook.com/) - Sigil is a multi-platform EPUB ebook editor.
- [![Open-Source Software][oss icon]](https://github.com/pwmt/zathura) [Zathura](https://pwmt.org/projects/zathura/) - Zathura is a highly customizable and functional document viewer.
### Electronic
- [![Open-Source Software][oss icon]](https://github.com/KiCad) [KiCAD](https://www.kicad.org/) - An EDA suite for schematic and circuit board design.
- [![Open-Source Software][oss icon]](https://github.com/logisim-evolution/logisim-evolution) [Logisim Evolution](https://github.com/logisim-evolution/logisim-evolution) - Graphical tool for designing and simulating digital logic curcuits. Successor of LogiSim.
### Education
- [![Open-Source Software][oss icon]](https://apps.ankiweb.net/) [Anki](https://apps.ankiweb.net/) - Powerful, intelligent flash cards which makes remembering things easy.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/artha/) [Artha](https://sourceforge.net/projects/artha/) - Artha is a free cross-platform English thesaurus that works completely off-line and is based on WordNet.
- [![Open-Source Software][oss icon]](https://github.com/bibletime/bibletime) [BibleTime](http://bibletime.info/) - BibleTime is a Bible study application based on the Sword library and Qt toolkit.
- [![Open-Source Software][oss icon]](https://github.com/CelestiaProject/Celestia) [Celestia](https://github.com/CelestiaProject/Celestia) - The free space simulation that lets you explore our universe in three dimensions.
- [![Open-Source Software][oss icon]](https://github.com/opp11/chemtool/) [Chemtool](http://ruby.chemie.uni-freiburg.de/~martin/chemtool/) - Chemtool is a small program for drawing chemical structures on Linux.
- [![Open-Source Software][oss icon]](https://github.com/colobot) [Colobot](https://colobot.info/) - Colobot: Gold Edition is a real-time strategy game, where you can program your units (bots) in a language called CBOT, which is similar to C++ and Java.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/epoptes) [Epoptes](https://epoptes.org/) - An open source computer lab management and monitoring tool.
- [![Open-Source Software][oss icon]](https://github.com/gap-system/gap) [GAP](https://www.gap-system.org/) - A computer algebra system for computational discrete algebra with particular emphasis on computational group theory.
- [![Open-Source Software][oss icon]](https://gcompris.net/wiki/Developer%27s_corner) [Gcompris](https://gcompris.net/index-en.html) - GCompris is a high quality educational software suite comprising of numerous activities for children aged 2 to 10.
- [![Open-Source Software][oss icon]](https://github.com/geogebra/geogebra) [Geogebra](https://www.geogebra.org/download) - The graphing calculator for functions, geometry, algebra, calculus, statistics and 3D mathematics.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/Dictionary) [GNOME Dictionary](https://wiki.gnome.org/Apps/Dictionary) - A powerful dictionary for GNOME.
- [![Open-Source Software][oss icon]](https://hg.savannah.gnu.org/hgweb/octave) [GNU Octave](https://octave.org/) - GNU Octave is a scientific programming language, primarily intended for numerical computations, that is mostly compatible with MATLAB.
- [![Open-Source Software][oss icon]](https://git.savannah.gnu.org/cgit/gtypist.git) [GNU Typist](https://www.gnu.org/software/gtypist/index.html) - ncurses-based free-software typing instructor.
- [![Open-Source Software][oss icon]](https://gitlab.com/gnukhata) [GNUKhata](https://gnukhata.org/) - Open source accounting software.
- [Google Earth](https://www.google.com/earth/about/versions/) - Google Earth is a virtual globe, map and geographical information program.
- [![Open-Source Software][oss icon]](http://gperiodic.seul.org/cvs/) [GPeriodic](http://gperiodic.seul.org/) - GPeriodic is a periodic table application for Linux.
- [KDE Edu Suite](https://apps.kde.org/education/) - Free Educational Software based on the KDE technologies.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/klavaro) [Klavaro](https://klavaro.sourceforge.io/en/index.html) - A touch typing tutor very flexible, supporting customizable keyboard layouts. You can edit and save new or unknown keyboard layouts, as the basic course was designed to not depend on specific ones. Also, there are some charts about the learning process.
- [![Open-Source Software][oss icon]](https://invent.kde.org/education/ktouch) [Ktouch](https://apps.kde.org/ktouch/) - KTouch is a program to learn and practice touch typing.
- ![Nonfree][money icon] [MAPLE](https://www.maplesoft.com/products/maple/) - Maple is math software that combines the world's most powerful math engine with an interface that makes it extremely easy to analyze, explore, visualize, and solve mathematical problems.
- ![Nonfree][money icon] [MapTiler](https://www.maptiler.com/) - MapTiler generates zoomable raster maps from images in user-defined coordinate system.
- [![Open-Source Software][oss icon]](https://github.com/KDE/marble) [Marble](https://marble.kde.org/) - Marble is a virtual globe and world atlas — your swiss army knife for maps.
- ![Nonfree][money icon] [MATLAB](https://www.mathworks.com/products/matlab/) - The MATLAB platform is optimized for solving engineering and scientific problems. MATLAB helps you take your ideas beyond the desktop. You can run your analyses on larger data sets and scale up to clusters and clouds.
- ![Nonfree][money icon] [Mathematica](https://www.wolfram.com/mathematica/) - The world's definitive system for modern technical computing.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/maxima/) [Maxima](https://maxima.sourceforge.io/) - Maxima is a system for the manipulation of symbolic and numerical expressions, including differentiation, integration, Taylor series, Laplace transforms, ordinary differential equations, systems of linear equations, and much more.
- [Mendeley](https://www.mendeley.com/) - Mendeley is a program for managing and sharing research papers, finding research data and collaborating online.
- [![Open-Source Software][oss icon]](https://github.com/moodle/moodle) [Moodle](https://download.moodle.org/) - Course management system for online learning.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/openeuclide/) [OpenEuclid](http://coulon.publi.free.fr/openeuclide/) - OpenEuclide is a 2D geometry software: figures are defined dynamically by describing formal geometrical constraints.
- [![Open-Source Software][oss icon]](https://github.com/openmaptiles) [OpenMapTiles](https://openmaptiles.org/) - OpenMapTiles is a set of open-source tools for self-hosting of OpenStreetMaps in more than 50 languages. It provides both raster as well as vector tiles, WMS, WMTS, support for JavaScript viewers and mobile SDK.
- [![Open-Source Software][oss icon]](https://opensis.sourceforge.net/) [OpenSIS](https://www.opensis.com/) - School Management Software that Increases Student Achievements & Teacher Performances.
- [![Open-Source Software][oss icon]](https://pari.math.u-bordeaux.fr/cgi-bin/gitweb.cgi?p=pari.git;a=summary) [PARI/GP](https://pari.math.u-bordeaux.fr/) - A computer algebra system for fast computations in number theory.
- [![Open-Source Software][oss icon]](https://github.com/sagemath/sage) [SageMath](https://www.sagemath.org/) - A mathematical software with features covering many aspects of mathematics, including algebra, combinatorics, numerical mathematics, number theory, and calculus.
- [![Open-Source Software][oss icon]](https://github.com/scipy/scipy) [Scipy](https://scipy.org/install.html) - SciPy is a Python-based ecosystem of open-source software for mathematics, science, and engineering.
- [![Open-Source Software][oss icon]](https://github.com/LLK/scratch-flash) [Scratch](https://scratch.mit.edu/) - With Scratch, you can program your own interactive stories, games, and animations — and share your creations with others in the online community.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/stellarium/) [Stellarium](https://www.stellarium.org/) - Stellarium is a free open source planetarium for your computer.
- [![Open-Source Software][oss icon]](https://github.com/sugarlabs/sugar) [Sugar Desktop Environment](https://sugarlabs.org/) - Sugar is a learning platform that reinvents how computers are used for education. Collaboration, reflection, and discovery are integrated directly into the user interface.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/tuxtype/files/tuxtype-source/) [TuxType](https://www.tux4kids.com/tuxtyping.html) - An educational typing tutorial game starring Tux.
- [![Open-Source Software][oss icon]](https://github.com/ugeneunipro/ugene) [UGENE](https://ugene.net/) - UGENE is free open-source cross-platform integrated GUI-based bioinformatics software.
- [![Open-Source Software][oss icon]](https://github.com/veyon/veyon) [Veyon](https://veyon.io/) - Veyon is a computer management software for classrooms, it allows a teacher to control student computers and guide students over a computer network.
### Email
- [![Open-Source Software][oss icon]](https://git.sr.ht/~sircmpwn/aerc) [aerc](https://aerc-mail.org) - aerc is an efficient, extensible email client that runs in the terminal. It features special support for git email workflows, reviewing patches, and processing HTML emails in a terminal-based browser.
- [![Open-Source Software][oss icon]](https://github.com/Betterbird/thunderbird-patches) [Betterbird](https://www.betterbird.eu/) - Betterbird is a fine-tuned version of Mozilla Thunderbird, Thunderbird on steroids, if you will.
- [![Open-Source Software][oss icon]](https://git.claws-mail.org/) [Claws](https://www.claws-mail.org/) - Claws is an email client and news reader, featuring sophisticated interface, easy configuration, intuitive operation, abundant features and plugins, robustness and stability.
- [![Open-Source Software][oss icon]](https://github.com/vladimiry/ElectronMail) [ElectronMail](https://github.com/vladimiry/ElectronMail) - ElectronMail is an Electron-based unofficial desktop client for ProtonMail and Tutanota end-to-end encrypted email providers.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/evolution/) [Evolution](https://wiki.gnome.org/Apps/Evolution/) - Evolution is a personal information management application that provides integrated mail, calendaring and address book functionality.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/geary/) [Geary](https://wiki.gnome.org/Apps/Geary) - Geary is an email application built for GNOME 3. It allows you to read and send email with a simple, modern interface.
- ![Nonfree][money icon] [Hiri](https://www.hiri.com/) - Hiri is a business focused desktop e-mail client for sending and receiving e-mails, managing calendars, contacts, and tasks.
- [![Open-Source Software][oss icon]](https://invent.kde.org/pim/kmail) [KMail](https://apps.kde.org/kmail2/) - KMail is the email component of Kontact, the integrated personal information manager from KDE.
- [![Open-Source Software][oss icon]](https://github.com/pulb/mailnag) [Mailnag](https://launchpad.net/~pulb/+archive/ubuntu/mailnag) - Mailnag is a daemon program that checks POP3 and IMAP servers for new mail.
- [Mailspring](https://getmailspring.com/) - A beautiful, fast and maintained fork of Nylas Mail ([dead](https://github.com/nylas/nylas-mail)) by one of the original authors.
- [![Open-Source Software][oss icon]](https://sylpheed.sraoss.jp/en/download.html#stable) [Sylpheed](https://sylpheed.sraoss.jp/en/) - Lightweight and user-friendly e-mail client.
- [![Open-Source Software][oss icon]](https://releases.mozilla.org/pub/thunderbird/) [Thunderbird](https://www.thunderbird.net/en-US/) - Thunderbird is a free email application that’s easy to set up and customize and it’s loaded with great features.
- [![Open-Source Software][oss icon]](https://github.com/KDE/trojita) [Trojita](https://apps.kde.org/trojita/) - A super fast desktop email client for Linux.
- [![Open-Source Software][oss icon]](https://github.com/danchoi/vmail) [Vmail](https://danielchoi.com/software/vmail.html) - Vim-like Gmail client.
### File Manager
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/sevenzip/) [7Zip](https://www.7-zip.org/download.html) - A very capable program that can unzip nearly any file archiving format.
- [![Open-Source Software][oss icon]](https://github.com/mate-desktop/caja) [Caja](https://mate-desktop.org/) - Is the default file manager for the MATE desktop environment, it is very fast and simple to use.
- [![Open-Source Software][oss icon]](https://github.com/leo-arch/clifm) [CliFM](https://github.com/leo-arch/clifm) - The shell-like, command line terminal file manager: simple, fast, extensible, and lightweight as hell.
- [![Open-Source Software][oss icon]](https://invent.kde.org/system/dolphin) [Dolphin](https://apps.kde.org/dolphin/) - Dolphin is the default file manager of the KDE desktop environment featuring usability as well as functionality.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/doublecmd/) [Double Commander](https://doublecmd.sourceforge.io/) - Double Commander is a cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas.
- [![Open-Source Software][oss icon]](https://invent.kde.org/network/konqueror) [Konqueror](https://apps.kde.org/konqueror/) - Konqueror is KDE's Webbrowser and swiss-army-knife for any kind of file-management and file previewing.
- [![Open-Source Software][oss icon]](https://invent.kde.org/utilities/krusader) [Krusader](https://krusader.org) - Krusader is an advanced twin panel (commander style) file manager for KDE and other desktops in the \*nix world, similar to Midnight or Total Commander.
- [![Open-Source Software][oss icon]](https://github.com/gokcehan/lf) [lf](https://github.com/gokcehan/lf) - lf as in "list files" is a modern and minimal terminal file manager with VI key bindings inspired by ranger.
- [![Open-Source Software][oss icon]](https://github.com/MidnightCommander/mc) [Midnight Commander](https://www.midnight-commander.org/) - A feature rich full-screen file manager that allows you to copy, move and delete files and whole directory trees.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/nautilus) [Nautilus](https://wiki.gnome.org/Apps/Files) - Nautilus (Files) is a file manager designed to fit the GNOME desktop design and behaviour, giving the user a simple way to navigate and manage its files.
- [![Open-Source Software][oss icon]](https://github.com/linuxmint/nemo) [Nemo](https://github.com/linuxmint/nemo) - Nemo is the file manager for the Cinnamon desktop environment.
- [![Open-Source Software][oss icon]](https://github.com/jarun/nnn) [nnn](https://github.com/jarun/nnn) - A very lightweight and fast terminal file browser with excellent desktop integration.
- [![Open-Source Software][oss icon]](https://github.com/shundhammer/qdirstat) [QDirStat](https://github.com/shundhammer/qdirstat) - Qt-based directory statistics - KDirStat without any KDE, from the original KDirStat author.
- [![Open-Source Software][oss icon]](https://github.com/ranger/ranger) [Ranger](https://ranger.github.io/) - Ranger is a console file manager with VI key bindings.
- [![Open-Source Software][oss icon]](https://github.com/IgnorantGuru/spacefm) [SpaceFM](https://ignorantguru.github.io/spacefm/) - Multi-panel tabbed file and desktop manager with built-in VFS, udev- or HAL-based device manager, customisable menu system and bash-GTK integration.
- [![Open-Source Software][oss icon]](https://gitlab.xfce.org/xfce/thunar) [Thunar](https://docs.xfce.org/xfce/thunar/start) - Thunar is a modern file manager for the Xfce Desktop Environment.
- [![Open-Source Software][oss icon]](https://github.com/vifm/vifm) [Vifm](https://vifm.info/) - Vifm is an ncurses based file manager with VI like keybindings, which also borrows some useful ideas from mutt.
### Games
#### City Building Simulation
- [Dwarf Fortress](http://www.bay12games.com/dwarves/) - A famously complex simulation of a High Fantasy Dwarf Fortress, fight goblins, and slay massive legendary beasts. Strike the earth!
- [![Open-Source Software][oss icon]](https://github.com/OpenTTD/OpenTTD) [OpenTTD](https://www.openttd.org/) - An open-source clone of Transport Tycoon Plus with major improvements.
- [![Open-Source Software][oss icon]](https://github.com/aburch/simutrans) [Simutrans](https://www.simutrans.com) - Simutrans is a freeware and open-source transportation simulator.
- [![Open-Source Software][oss icon]](https://github.com/unknown-horizons/unknown-horizons) [Unknown Horizons](https://unknown-horizons.org/) - A 2D realtime strategy simulation with an emphasis on economy and city building. Multiplayer currently broken.
#### Command Line
- [![Open-Source Software][oss icon]](https://github.com/mydzor/bash2048) [2048](https://github.com/mydzor/bash2048) - Play the famous 2048 in commandline.
- [![Open-Source Software][oss icon]](https://github.com/fph/bastet) [Bastet](https://fph.altervista.org/prog/bastet.html) - Play Tetris in commandline.
- [![Open-Source Software][oss icon]](https://github.com/maaslalani/gambit) [gambit](https://github.com/maaslalani/gambit) - Play chess in your terminal.
- [![Open-Source Software][oss icon]](https://github.com/alexdantas/nsnake) [nSnake](https://github.com/alexdantas/nsnake) - Play the classic Nokia snake game on the command line.
- [![Open-Source Software][oss icon]](https://github.com/alexdantas/pacman4console.debian) [Pacman4console](https://launchpad.net/ubuntu/+source/pacman4console) - Play Pacman game in console.
- [![Open-Source Software][oss icon]](https://github.com/lxgr-linux/pokete/) [Pokete](https://lxgr-linux.github.io/pokete/) - A terminal based Pokemon like game.
- [![Open-Source Software][oss icon]](https://github.com/mpereira/tty-solitaire) [tty-solitaire](https://github.com/mpereira/tty-solitaire) - Play solitaire in your terminal!
#### Engine Re-creations (require the actual game)
- [![Open-Source Software][oss icon]](https://nxengine.sourceforge.io/) [NXEngine](https://nxengine.sourceforge.io/) - A source port of Cave Story that runs natively on Linux, source needs to be built.
- [![Open-Source Software][oss icon]](https://github.com/nxengine/nxengine-evo) [NXEngine-evo](https://github.com/nxengine/nxengine-evo) - A somewhat upgraded/refactored version of NXEngine by Caitlin Shaw.
- [![Open-Source Software][oss icon]](https://github.com/OpenMW/openmw) [OpenMW](https://openmw.org) - A recreation of the Morrowind engine, expanding upon the original. It can be used to play legitimate copies of original game.
- [![Open-Source Software][oss icon]](https://github.com/OpenRA/OpenRA) [OpenRA](https://www.openra.net/) - Classic strategy games, rebuilt for the modern era. Open source.
- [![Open-Source Software][oss icon]](https://github.com/OpenRCT2/OpenRCT2) [OpenRCT2](https://openrct2.io/) - A recreation of the Rollercoaster Tycoon 2 engine. Requires the original games assests.
#### FPS
- [![Open-Source Software][oss icon]](https://gitlab.com/xonotic) [ChaosEsqueAnthology Disc 1](https://sourceforge.net/projects/chaosesqueanthology/) [ChaosEsqueAnthology Disc 2](https://sourceforge.net/projects/chaosesqueanthologyvolume2/) - A modification of Xonotic which included extended weapons, maps, vehicles, buildable buildings, mounted weapons, spell casting, monsters, player characters, textures, and game mode (such as colorwar (think liquidwar)).
- [![Open-Source Software][oss icon]](https://github.com/freedoom/freedoom) [Freedoom](https://freedoom.github.io/) - Free version of the original Doom games, with newly created free-licensed assets.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/oarena/) [OpenArena](https://sourceforge.net/projects/oarena/) - Free and open-source clone of Quake III Arena, based on the realeased source code, with newly created assets.
- [![Open-Source Software][oss icon]](https://github.com/red-eclipse/base) [Red Eclipse](https://redeclipse.net/) - Red Eclipse is a fun-filled new take on the first person arena shooter, which lends itself toward a balanced gameplay, with a general theme of agility in a variety of environments.
- [Urban Terror](https://www.urbanterror.info) - A "Hollywood" tactical shooter - realism based, but the motto is "fun over realism".
- [![Open-Source Software][oss icon]](https://gitlab.com/xonotic) [Xonotic](https://www.xonotic.org/) - Arena shooter inspired by Unreal Tournament and Quake.
- [![Open-Source Software][oss icon]](https://osdn.net/projects/zandronum/scm/) [Zandronum](https://zandronum.com/) - Leading the way in newschool multiplayer Doom online.
- [![Open-Source Software][oss icon]](https://github.com/coelckers/gzdoom) [Zdoom](https://zdoom.org/index) - ZDoom is a source port for the modern era, supporting current hardware and operating systems and sporting a vast array of user options.
#### Miscellaneous
- [![Open-Source Software][oss icon]](https://wiki.flightgear.org/Portal:Developer) [FlightGear](https://www.flightgear.org/) - Professional quality 3D flight simulator.
- [![Open-Source Software][oss icon]](https://github.com/Mudlet/Mudlet) [Mudlet](https://www.mudlet.org/) - A cross-platform, open source, and super fast MUD (text-only MMORPGs) client with scripting in Lua.
- [![Open-Source Software][oss icon]](https://github.com/Neverball/neverball) [Neverball](https://neverball.org/) - Addictive ball-rolling game with many levels, avatars and an ability to record replays.
- ![Nonfree][freeware icon][OhMyGiraffe](https://www.ohmygiraffe.com/) - A delightful game of survival. A game about a giraffe eating fruit while being chased by lions.
- [![Open-Source Software][oss icon]](https://github.com/alemart/opensurge) [Open Surge](https://opensurge2d.org/) - A 2D platformer and game creation engine inspired by the 16-bit Sonic the Hedgehog games.
- [![Open-Source Software][oss icon]](https://github.com/alpcoskun/snake) [Snake Game](https://aprilcoskun.github.io/snake/) - Cross-platform Classic Snake Game based on Node.js.
- [![Open-Source Software][oss icon]](https://github.com/SuperTux/supertux/) [SuperTux](https://www.supertux.org/) - Clone of the popular sidescrolling Super Mario games.
#### Puzzle
- [![Open-Source Software][oss icon]](https://github.com/Cockatrice/Cockatrice) [Cockatrice](https://cockatrice.github.io/) - Cockatrice is an open-source multiplatform supported program for playing tabletop card games over a network.
- [![Open-Source Software][oss icon]](https://download.savannah.gnu.org/releases/galois/source/) [Galois](https://www.nongnu.org/galois/) - Galois is a Falling Blocks type game that isn't limited to the standard tetrominoes that most games in it's genre are limited to.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/gbrainy/) [GBrainy](https://wiki.gnome.org/action/show/Apps/gbrainy) - Gbrainy is a brain teaser game with logic puzzles and memory trainers.
- [![Open-Source Software][oss icon]](https://github.com/Pingus/pingus) [Pingus](https://pingus.seul.org/) - 2D puzzle game that clones the popular Lemmings. Your goal is to guide a group of penguins safely across the game map.
- [![Open-Source Software][oss icon]](https://github.com/drwhut/tabletop-club) [Tabletop Club](https://drwhut.itch.io/tabletop-club) - An open-source platform for playing tabletop games in a physics-based 3D environment for Windows, macOS, and Linux! Made with the Godot Engine.
#### Racing
- [![Open-Source Software][oss icon]](https://github.com/KartKrewDev/RingRacers/) [Dr. Robotnik's Ring Racers](https://www.kartkrew.org/) - A technical kart racer, drawing inspiration from “antigrav” racers, fighting games, and traditional-style kart racing.
- [![Open-Source Software][oss icon]](https://motogt.sourceforge.net/) [MotoGT](https://motogt.sourceforge.net/) - 2D top-viewed game where you drive a MotoGP bike.
- [![Open-Source Software][oss icon]](https://github.com/supertuxkart/stk-code) [SuperTuxKart](https://supertuxkart.net) - SuperTuxKart is a 3D open-source arcade racer with a variety characters, tracks, and modes to play.
- [![Open-Source Software][oss icon]](https://xmoto.tuxfamily.org/index.php) [XMoto](https://xmoto.tuxfamily.org/) - 2D motocross physics-based game requiring a lot of skill to master, with a built-in replay-recording and sharing system.
#### RPG
- [![Open-Source Software][oss icon]](https://github.com/flareteam/flare-engine) [FLARE](https://flarerpg.org/) - Singleplayer Diablo clone with beautiful original graphics.
- [![Open-Source Software][oss icon]](https://gitlab.com/freedroid/freedroid-src) [FreedroidRPG](https://www.freedroid.org/) - Sci-fi 2D top-down RPG inspired by Diablo games.
- [![Open-Source Software][oss icon]](https://github.com/ryzom/ryzomcore) [Ryzom](https://ryzom.com/) - Free and open-source 3D MMORPG with unique features and deep lore. The official servers allow free accounts as well as paid subscriptions with extra features.
- [![Open-Source Software][oss icon]](https://te4.org/) [Tales of Maj'Eyal](https://te4.org/) - Tales of Maj’Eyal (ToME) is a free, open source roguelike RPG, featuring tactical turn-based combat and advanced character building.
- [![Open-Source Software][oss icon]](https://gitlab.com/veloren/veloren) [Veloren](https://veloren.net/) - Veloren is a multiplayer voxel RPG written in Rust. It is inspired by games such as Cube World, Legend of Zelda: Breath of the Wild, Dwarf Fortress and Minecraft.
- [![Open-Source Software][oss icon]](https://github.com/ZeldaClassic/ZeldaClassic) [Zelda Classic](https://www.zeldaclassic.com/) - A tribute to Nintendo's The Legend of Zelda with additional quests, items and challenges.
- [![Open-Source Software][oss icon]](https://gitlab.com/solarus-games/) [Zelda: Mystery of Solarus DX](https://www.solarus-games.org) - A direct sequel to The Legend of Zelda: A Link to the Past on the SNES, using the same graphics and game mechanisms.
#### RTS
- [![Open-Source Software][oss icon]](https://releases.wildfiregames.com/) [0 A.D.](https://play0ad.com/) - Age of Empires like RTS game of ancient warfare.
- [![Open-Source Software][oss icon]](https://github.com/Anuken/Mindustry) [Mindustry](https://mindustrygame.github.io/) - The automation tower defense RTS, written in Java.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/nethack/) [Nethack](https://www.nethack.org/) - Open-source rogue-like with ASCII graphics.
- [![Open-Source Software][oss icon]](https://github.com/triplea-game/triplea/) [TripleA](https://triplea-game.org) - Open source grand strategy game with "Axis and Allies" game rules.
- [![Open-Source Software][oss icon]](https://github.com/Warzone2100/warzone2100) [Warzone 2100](https://wz2100.net/) - Open-source real-time strategy game that takes place after a nuclear war.
- [![Open-Source Software][oss icon]](https://bazaar.launchpad.net/~widelands-dev/widelands/trunk/changes) [Widelands](https://www.widelands.org/) - Widelands is a open source RTS game with singleplayer campaigns and a multiplayer mode inspired by Settlers II.
#### Sandbox
- ![Nonfree][money icon] [Factorio](https://www.factorio.com/) - A factory building sandbox game.
- [![Open-Source Software][oss icon]](https://github.com/minetest/minetest/) [Luanti](https://www.luanti.org/) - Luanti (formerly Minetest) is an open source voxel game-creation platform with easy modding and game creation.
- [![Open-Source Software][oss icon]](https://github.com/minecraft-linux/mcpelauncher-manifest) [Mcpelauncher](https://mcpelauncher.readthedocs.io/en/latest/) - Unofficial Open-source launcher for Minecraft: Bedrock edition.
- ![Nonfree][money icon] [Minecraft](https://minecraft.net) - Minecraft is a game about placing blocks and going on adventures. Explore randomly generated worlds and build amazing things from the simplest of homes to the grandest of castles.
- [![Open-Source Software][oss icon]](https://github.com/modrinth/code) [Modrinth App](https://modrinth.com/app) - The Modrinth App is a unique, open source launcher that allows you to play your favorite mods, and keep them up to date, all in one neat little package.
- [![Open-Source Software][oss icon]](https://github.com/MultiMC/Launcher/) [MultiMC](https://multimc.org/) - MultiMC is an alternative launcher for Minecraft. It allows you to have multiple, cleanly separated instances of Minecraft (each with their own mods, resource packs, saves, etc) and helps you manage them and their associated options with a simple and powerful interface.
- [![Open-Source Software][oss icon]](https://github.com/PrismLauncher/PrismLauncher) [Prism Launcher](https://prismlauncher.org/) - A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once (Fork of MultiMC and PolyMC).
#### Shooter
- [![Open-Source Software][oss icon]](https://github.com/viewizard/astromenace) [AstroMenace](https://viewizard.com/) - Hardcore 3D space scroll-shooter with spaceship upgrade possibilities.
- [![Open-Source Software][oss icon]](https://github.com/cxong/cdogs-sdl) [C-Dogs SDL](https://cxong.github.io/cdogs-sdl/) - Classic overhead run-and-gun game in beautiful pixel-art.
#### Turn Based Strategy
- [![Open-Source Software][oss icon]](https://github.com/wesnoth/wesnoth) [Battle for Wesnoth](https://wesnoth.org/) - The Battle for Wesnoth is an open source, turn-based strategy game with a high fantasy theme. It features both singleplayer and online/hotseat multiplayer combat.
- [![Open-Source Software][oss icon]](https://github.com/freeciv/freeciv) [FreeCiv](http://www.freeciv.org/) - Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization.
- [![Open-Source Software][oss icon]](https://www.hedgewars.org/download/releases/) [HedgeWars](https://www.hedgewars.org/) - 2D game where teams compete in the style of the popular Worms games.
- [![Open-Source Software][oss icon]](https://github.com/P1X-in/tanks-of-freedom-ii) [Tanks of Freedom II](https://czlowiekimadlo.itch.io/tanks-of-freedom-ii) - Pixel-art military strategy implemented in Godot game engine.
#### Gaming Applications
##### Launchers
- [![Open-Source Software][oss icon]](https://github.com/bottlesdevs/) [Bottles](https://usebottles.com/) - Easily manage wine prefixes in a new way. Run Windows software and games on Linux.
- [![Open-Source Software][oss icon]](https://github.com/kra-mo/cartridges) [Cartridges](https://apps.gnome.org/Cartridges/) - A GTK4 + Libadwaita game launcher.
- [![Open-Source Software][oss icon]](https://github.com/Heroic-Games-Launcher) [Heroic Games Launcher](https://heroicgameslauncher.com/) - A Native GOG and Epic Games Launcher for Linux, Windows and Mac.
- [![Open-Source Software][oss icon]](https://github.com/itchio/itch) [itch](https://itch.io/) - The itch.io app. All of your downloads are kept in a single place and are automatically updated. Plenty of free games.
- [![Open-Source Software][oss icon]](https://github.com/lutris/lutris) [Lutris](https://lutris.net/) - Lutris is an open gaming platform for Linux. It helps you install and manage your games in a unified interface.
- [![Open-Source Software][oss icon]](https://github.com/sharkwouter/minigalaxy) [Minigalaxy](https://sharkwouter.github.io/minigalaxy/) - A simple GOG client for Linux.
- [![Open-Source Software][oss icon]](https://repository.playonlinux.com/) [PlayOnLinux](https://www.playonlinux.com) - A front-end for Wine.
- ![Nonfree][freeware icon][Steam](https://store.steampowered.com/) - Gaming store, which opens the gates to many games.
##### Tools
- [![Open-Source Software][oss icon]](https://github.com/PhilipK/BoilR) [BoilR](https://github.com/PhilipK/BoilR) - Synchronize games from other platforms into your Steam library.
- [![Open-Source Software][oss icon]](https://github.com/dreamer/boxtron) [Boxtron](https://github.com/dreamer/boxtron) - Steam Play compatibility tool to run DOS games using native Linux DOSBox. It is a sister project of Luxtorpeda and DOSBox Staging.
- [![Open-Source Software][oss icon]](https://github.com/CryoByte33/steam-deck-utilities) [CryoUtilities](https://github.com/CryoByte33/steam-deck-utilities) - A utility to improve performance and help manage storage on Steam Deck.
- [![Open-Source Software][oss icon]](https://github.com/SteamDeckHomebrew/decky-loader) [Decky Loader](https://decky.xyz/) - A plugin loader for the Steam Deck.
- [![Open-Source Software][oss icon]](https://github.com/dosbox-staging/dosbox-staging) [DOSBox Staging](https://www.dosbox-staging.org/) - DOSBox Staging is a modern continuation of DOSBox with advanced features and current development practices.
- [![Open-Source Software][oss icon]](https://github.com/FeralInteractive/gamemode) [GameMode](https://github.com/FeralInteractive/gamemode) - Optimise Linux system performance on demand.
- [![Open-Source Software][oss icon]](https://github.com/benjamimgois/goverlay) [GOverlay](https://github.com/benjamimgois/goverlay) - GOverlay is an open source project that aims to create a Graphical UI to help manage Linux overlays.
- [![Open-Source Software][oss icon]](https://github.com/luxtorpeda-dev/luxtorpeda) [Luxtorpeda](https://luxtorpeda.gitlab.io/) - Suite of Steam Play compatibility tools to run games using native Linux engines.
- [![Open-Source Software][oss icon]](https://github.com/flightlessmango/MangoHud) [MangoHud](https://github.com/flightlessmango/MangoHud) - A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more.
- [![Open-Source Software][oss icon]](https://github.com/Merrit/nyrna) [Nyrna](https://nyrna.merritt.codes/) - Suspend games and applications.
- [![Open-Source Software][oss icon]](https://github.com/dreamer/roberta) [Roberta](https://github.com/dreamer/roberta) - Steam Play compatibility tool to run adventure games using native Linux ScummVM. It is a sister project of Luxtorpeda.
- [![Open-Source Software][oss icon]](https://github.com/kozec/sc-controller) [SC Controller](https://github.com/kozec/sc-controller) - User-mode driver, mapper and GTK3 based GUI for Steam Controller, DualShock 4, and similar controllers.
- [![Open-Source Software][oss icon]](https://github.com/scummvm/scummvm) [ScummVM](https://www.scummvm.org/) - ScummVM allows you to play classic graphic point-and-click adventure games, text adventure games, and RPGs, as long as you already have the game data files. ScummVM replaces the executable files shipped with the games, which means you can now play your favorite games on all your favorite devices.
- [![Open-Source Software][oss icon]](https://github.com/CapitaineJSparrow/steam-repo-manager) [Steam Deck Repo Manager](https://steamdeckrepo.com/) - Install boot videos to your Steam Deck using Steam Deck Repo website API.
- [![Open-Source Software][oss icon]](https://github.com/SteamGridDB/steam-rom-manager) [Steam ROM Manager](https://steamgriddb.github.io/steam-rom-manager/) - An app for managing ROMs in Steam.
- [![Open-Source Software][oss icon]](https://github.com/sonic2kk/steamtinkerlaunch) [SteamTinkerLaunch](https://github.com/sonic2kk/steamtinkerlaunch) - Linux wrapper tool for use with the Steam client for custom launch options and 3rd party programs.
- [![Open-Source Software][oss icon]](https://github.com/fastrizwaan/WineZGUI/) [WineZGUI](https://github.com/fastrizwaan/WineZGUI/) - GUI Frontend using Zenity for running Windows games with Wine that allows you to create, manage, and share game prefixes.
##### W.I.N.E.
- [![Open-Source Software][oss icon]](https://github.com/GloriousEggroll/proton-ge-custom) [GE-Proton](https://github.com/GloriousEggroll/proton-ge-custom) - Compatibility tool for Steam Play based on Wine and additional components.
- [![Open-Source Software][oss icon]](https://github.com/Kron4ek/Wine-Builds) [Kron4ek Wine Builds](https://github.com/Kron4ek/Wine-Builds) - Custom Wine builds and build scripts for Vanilla, Wine Staging, Wine-tkg and Proton.
- [![Open-Source Software][oss icon]](https://github.com/ValveSoftware/Proton) [Proton](https://github.com/ValveSoftware/Proton) - Compatibility tool for Steam Play based on Wine and additional components, primarily developed by Valve and CodeWeavers.
- [![Open-Source Software][oss icon]](https://github.com/Vysp3r/ProtonPlus) [ProtonPlus](https://github.com/Vysp3r/ProtonPlus) - A simple Wine and Proton manager for GNOME.
- [![Open-Source Software][oss icon]](https://github.com/Matoking/protontricks) [Protontricks](https://github.com/Matoking/protontricks) - This is a wrapper script that allows you to easily run Winetricks commands for Steam Play/Proton games among other common Wine features, such as launching external Windows executables.
- [![Open-Source Software][oss icon]](https://github.com/AUNaseef/protonup) [ProtonUp](https://github.com/AUNaseef/protonup) - CLI program and API to automate the installation and update of GE-Proton.
- [![Open-Source Software][oss icon]](https://github.com/DavidoTek/ProtonUp-Qt) [ProtonUp-Qt](https://davidotek.github.io/protonup-qt/) - Install and manage GE-Proton and Luxtorpeda for Steam and Wine-GE for Lutris with this graphical user interface.
- [![Open-Source Software][oss icon]](https://dl.winehq.org/wine/source/) [Wine](https://www.winehq.org/) - Wine ("Wine Is Not an Emulator") is a compatibility layer capable of running Windows applications on Linux, quality depends from game to game.
- [![Open-Source Software][oss icon]](https://github.com/GloriousEggroll/wine-ge-custom) [Wine-GE-Custom](https://github.com/GloriousEggroll/wine-ge-custom) - Custom build of wine, made to use with lutris. Built with lutris's buildbot.
- [![Open-Source Software][oss icon]](https://github.com/Frogging-Family/wine-tkg-git) [Wine-tkg](https://github.com/Frogging-Family/wine-tkg-git) - The wine-tkg build systems, to create custom Wine and Proton builds.
- [![Open-Source Software][oss icon]](https://github.com/Winetricks/winetricks) [Winetricks](https://github.com/Winetricks/winetricks) - Winetricks is an easy way to work around problems in Wine.
- [![Open-Source Software][oss icon]](https://github.com/varmd/wine-wayland) [Wine-Wayland](https://github.com/varmd/wine-wayland) - Wine-wayland allows playing DX9/DX11 and Vulkan games using pure wayland and Wine/DXVK.
#### Machine Emulators
##### All-in-One
- [![Open-Source Software][oss icon]](https://github.com/ares-emulator/ares) [ares](https://ares-emu.net/) - A multi-system console emulation suite.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/Archive/gnome-video-arcade) [GNOME Video Arcade](https://wiki.gnome.org/action/show/Apps/GnomeVideoArcade) - GNOME Video Arcade is a simple Mame frontend for any freedesktop.org compliant desktop environment.
- [![Open-Source Software][oss icon]](https://github.com/byuu/higan) [Higan](https://github.com/higan-emu/higan) - Higan is a multi-system emulator that supports emulating a huge number of different systems including: NES, SNES, GameBoy, GameBoy Color, Gameboy Advance, NEC PC Engine, Sega Master System, and more. Here is a guide to install it on Linux [Higan Installation](https://higan.readthedocs.io/en/stable/install/linux/).
- [![Open-Source Software][oss icon]](https://github.com/mamedev/mame) [MAME](https://mamedev.org/) - MAME is an Arcade Cabinet emulator that strives for accuracy, and can play a huge number of different arcade games.
- [![Open-Source Software][oss icon]](https://github.com/qmc2/qmc2-mame-fe) [qmc2](https://github.com/qmc2/qmc2-mame-fe) - QMC2 is the successor to QMamecat, it is a gui for MAME and a ROM manager.
- [![Open-Source Software][oss icon]](https://github.com/libretro/RetroArch) [RetroArch](https://www.retroarch.com/) - A front-end for a lot of game emulators.
##### Atari
- [![Open-Source Software][oss icon]](https://github.com/stella-emu/stella) [Stella](https://stella-emu.github.io/) - Is an Atari 2600 Emulator that is multiplatform.
##### Emulation Frontends/Configurators
- [![Open-Source Software][oss icon]](https://github.com/dragoonDorise/EmuDeck) [EmuDeck](https://www.emudeck.com/) - Emulator configurator for Steam Deck.
- [![Open-Source Software][oss icon]](https://github.com/XargonWan/RetroDECK) [RetroDECK](https://retrodeck.net/) - Everything you need for emulation on Steam Deck.
##### Microsoft
- [![Open-Source Software][oss icon]](https://github.com/mborgerson/xemu) [xemu](https://xemu.app/) - Original Xbox Emulator for Windows, macOS, and Linux (Active Development).
##### Nintendo
- [![Open-Source Software][oss icon]](https://github.com/cemu-project/Cemu) [Cemu](https://cemu.info/) - Software to emulate Wii U games and applications on PC.
- [![Open-Source Software][oss icon]](https://github.com/TASEmulators/desmume) [DeSmuME](https://desmume.org/) - DeSmuME is a Nintendo DS emulator.
- [![Open-Source Software][oss icon]](https://github.com/dolphin-emu/dolphin) [Dolphin Emulator](https://dolphin-emu.org/) - Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements.
- [![Open-Source Software][oss icon]](https://github.com/Arisotura/melonDS) [melonDS](https://melonds.kuribo64.net/) - melonDS aims at providing fast and accurate Nintendo DS emulation.
- [![Open-Source Software][oss icon]](https://github.com/mgba-emu) [mGBA](https://mgba.io/) - mGBA is an open-source Game Boy Advance emulator.
- [![Open-Source Software][oss icon]](https://github.com/0ldsk00l/nestopia) [nestopia](http://0ldsk00l.ca/nestopia/) - nestopia is a Nintendo Entertainment System/Famicon emulator.
- [![Open-Source Software][oss icon]](https://github.com/snes9xgit/snes9x) [Snes9x](http://www.snes9x.com/) - Is a multiplatform Super Nintendo Entertainment System emulator that has gone through many incarnations, but is still being actively developed.
- [![Open-Source Software][oss icon]](https://github.com/visualboyadvance-m/visualboyadvance-m) [Visual Boy Advance-M](https://www.visualboyadvance-m.org/) - A Gameboy and Gameboy Advance Emulator that is still undergoing active development and can even emulate a system link between two gameboys.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/zsnes/) [ZSNES](https://www.zsnes.com/) - A capable and commonly used Super Nintendo Entertainment System/Super Famicom emulator, many consider it the gold standard in SNES/Super Famicom emulation.
##### Sega
- [![Open-Source Software][oss icon]](https://github.com/flyinghead/flycast) [Flycast](https://github.com/flyinghead/flycast) - A multiplatform Sega Dreamcast emulator. Available for Windows, macOS, Linux, Android and various home consoles.
##### Sony
- [![Open-Source Software][oss icon]](https://github.com/stenzek/duckstation) [DuckStation](https://www.duckstation.org/) - DuckStation is a multiplatform PSX emulator for Windows, macOS, Linux and Android.
- [![Open-Source Software][oss icon]](https://github.com/PCSX2) [PCSX2](https://pcsx2.net/) - PCSX2 is a free and open-source PlayStation 2 (PS2) emulator.
- [![Open-Source Software][oss icon]](https://github.com/jpd002/Play-) [Play!](https://purei.org/) - Play! is a PlayStation2 emulator for Windows, macOS, UNIX, Android, iOS and web browser platforms.
- [![Open-Source Software][oss icon]](https://github.com/hrydgard/ppsspp) [PPSSPP](https://www.ppsspp.org/) - PPSSPP is a PSP emulator that can run games full HD resolution. It can even upscale textures that would otherwise be too blurry as they were made for the small screen of the original PSP.
- [![Open-Source Software][oss icon]](https://github.com/rpcs3) [RPCS3](https://rpcs3.net/) - RPCS3 is a multi-platform open-source Sony PlayStation 3 emulator and debugger written in C++ for Windows, Linux, macOS and FreeBSD.
- [![Open-Source Software][oss icon]](https://github.com/shadps4-emu/shadps4) [ShadPS4](https://github.com/shadps4-emu/shadps4) - A PS4 emulator in active development. Available on Windows, macOS and Linux.
- [![Open-Source Software][oss icon]](https://github.com/Vita3K/Vita3K) [Vita3K](https://vita3k.org/) - Vita3K is an experimental PlayStation Vita emulator for Windows and Linux.
##### ZX Spectrum
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/fuse-emulator/) [Fuse](https://fuse-emulator.sourceforge.net/) - Fuse (the Free Unix Spectrum Emulator) is a ZX Spectrum emulator for Unix.
### Graphics
#### Graphic Creation
- ![Nonfree][money icon][Aseprite](https://www.aseprite.org/) - Animated sprite editor & pixel art tool.
- [![Open-Source Software][oss icon]](https://download.blender.org/source/) [Blender](https://www.blender.org/) - A free and open source complete 3D creation pipeline for artists and small teams.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/cinepaint/) [Cinepaint](http://cinepaint.org/) - Open source deep paint software.
- [![Open-Source Software][oss icon]](https://github.com/maoschanz/drawing) [Drawing](https://maoschanz.github.io/drawing/) - This free basic raster image editor is similar to Microsoft Paint, but aiming at the GNOME desktop.
- [![Open-Source Software][oss icon]](https://github.com/lettier/gifcurry) [Gifcurry](https://lettier.github.io/gifcurry/) - Your open source video to GIF maker built with Haskell.
- [Heron Animation](https://heronanimation.brunolefevre.net/) - A free stop animation making program.
- [![Open-Source Software][oss icon]](https://github.com/inkscape/inkscape) [Inkscape](https://inkscape.org/en/) - A powerful, free design tool for you , whether you are an illustrator, designer, web designer or just someone who needs to create some vector imagery.
- [![Open-Source Software][oss icon]](https://ipe.otfried.org) [Ipe](https://ipe.otfried.org) - Ipe is a LaTeX powered drawing editor for creating figures and presentations in PDF format.
- [![Open-Source Software][oss icon]](https://invent.kde.org/office/calligra) [Karbon](https://www.calligra.org/karbon/) - An open source vector drawing program.
- [![Open-Source Software][oss icon]](https://gitlab.com/mattia.basaglia/Knotter) [Knotter](https://knotter.mattbas.org/Knotter) - A Program designed solely to help design and create Celtic Knots.
- [![Open-Source Software][oss icon]](https://invent.kde.org/graphics/kolourpaint) [KolourPaint](https://apps.kde.org/kolourpaint/) - KolourPaint is a simple painting program to quickly create raster images.
- [![Open-Source Software][oss icon]](https://invent.kde.org/graphics/krita) [Krita](https://krita.org/en/) - Open Source Software for Concept Artists, Digital Painters, and Illustrators.
- [![Open-Source Software][oss icon]](https://github.com/LibreSprite/LibreSprite) [LibreSprite](https://libresprite.github.io/#!/) - LibreSprite is a free and open source program for creating and animating your sprites.
- ![Nonfree][freeware icon][Lunacy](https://icons8.com/lunacy/) - Free design software that keeps your flow with AI tools and built-in graphics
- [![Open-Source Software][oss icon]](https://github.com/mypaint/mypaint) [Mypaint](https://github.com/mypaint/mypaint)) - Mypaint is a paint program for use with graphics tablets.
- [![Open-Source Software][oss icon]](https://gitlab.com/jonata/opendvdproducer) [Open DVD Producer](https://opendvdproducer.jonata.org/) - A modern, open source cross platform software to produce DVD images.
- [![Open-Source Software][oss icon]](https://www.pinta-project.com/howto/contribute) [Pinta](https://www.pinta-project.com) - Pinta is a free, open source program for drawing and image editing.
- [![Open-Source Software][oss icon]](https://github.com/Orama-Interactive/Pixelorama) [Pixelorama](https://orama-interactive.itch.io/pixelorama) - A free & open-source 2D sprite editor, made with the Godot Engine!
- [![Open-Source Software][oss icon]](https://launchpad.net/lsm) [StopMotion](http://linuxstopmotion.org/) - Linux Stopmotion is a Free Open Source application to create stop-motion animations. It helps you capture and edit the frames of your animation and export them as a single file.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/sweethome3d/) [Sweet Home 3D](http://www.sweethome3d.com/) - House interior and exterior designer with 3D preview, free model database, virtual visits and useful repository of plugins.
- [![Open-Source Software][oss icon]](https://github.com/synfig/synfig) [Synfig Studio](https://www.synfig.org/) - Open-source 2D animation software.
- [![Open-Source Software][oss icon]](https://github.com/scantailor/scantailor) [Scan Tailor](https://scantailor.org/) - Scan Tailor is an interactive post-processing tool for scanned pages. For a tutorial on how to use it, consult its [User Guide](https://github.com/scantailor/scantailor/wiki/User-Guide).
- [![Open-Source Software][oss icon]](https://invent.kde.org/utilities/skanpage) [Skanpage](https://apps.kde.org/skanpage/) - Simple multi-page document scanning application.
- [Vectr](https://vectr.com/) - Vectr is a free graphics software used to create vector graphics easily and intuitively. It's a simple yet powerful web and desktop cross-platform tool to bring your designs into reality.
- [![Open-Source Software][oss icon]](http://www.xaraxtreme.org/Developers/develeopers-source-code-a-building.html) [Xara Extreme](http://www.xaraxtreme.org/) - Xara Xtreme for Linux is a powerful, general purpose graphics program for Unix platforms including Linux, FreeBSD.
- [yEd Graph Editor](https://www.yworks.com/products/yed) - yEd is a powerful desktop application that can be used to quickly and effectively generate high-quality diagrams. Create diagrams manually, or import your external data for analysis. Our automatic layout algorithms arrange even large data sets with just the press of a button.
#### Image Editor
- ![Nonfree][money icon] [Aftershot](https://www.aftershotpro.com/en/products/aftershot/pro/) - A powerful alternative to Adobe Photoshop.
- [![Open-Source Software][oss icon]](https://github.com/darktable-org/darktable) [Darktable](https://www.darktable.org/) - Darktable is an open source photography workflow application and RAW developer.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/gimp) [GIMP](https://www.gimp.org/downloads/) - GIMP is a freely distributed program for such tasks as photo retouching, image composition and image authoring.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/graphicsmagick/) [GraphicsMagick](http://www.graphicsmagick.org/) - GraphicsMagick is the swiss army knife of image processing.
- [![Open-Source Software][oss icon]](https://hugin.sourceforge.io/) [Hugin](https://hugin.sourceforge.io/) - An easy to use cross-platform panoramic imaging toolchain based on Panorama Tools.
- [![Open-Source Software][oss icon]](https://github.com/ImageMagick/ImageMagick) [ImageMagik](https://www.imagemagick.org/script/index.php) - ImageMagick is a suite of command-line utilities for modifying and working with images.
- [![Open-Source Software][oss icon]](https://github.com/jarun/imgp) [imgp](https://github.com/jarun/imgp) - Blazing fast terminal image resizer and rotator.
- [![Open-Source Software][oss icon]](https://github.com/LuminanceHDR/LuminanceHDR) [Luminance HDR](https://sourceforge.net/projects/qtpfsgui/) - Luminance HDR is an open source graphical user interface application that aims to provide a workflow for HDR imaging.
- [![Open-Source Software][oss icon]](https://github.com/google-code-export/photivo) [Photivo](https://photivo.org/) - Photivo is a free and open source (GPL3) photo processor, handles your RAW and bitmap files (TIFF, JPEG, BMP, PNG and many more) in a non-destructive 16 bit processing pipe with gimp workflow integration and batch mode. It is intended to be used in a workflow together with digiKam/F-Spot/Shotwell and Gimp.
- [![Open-Source Software][oss icon]](https://github.com/piskelapp/piskel) [Piskel](https://www.piskelapp.com/) - Browser-based editor for animated sprites and pixel art. Available as offline application.
- [![Open-Source Software][oss icon]](https://github.com/lbalazscs/Pixelitor) [Pixelitor](https://pixelitor.sourceforge.io/) - Pixelitor is a free and open source image editing software that supports layers, layer masks, text layers, filters, multiple undo etc.
- [![Open-Source Software][oss icon]](https://github.com/Beep6581/RawTherapee) [RawTherapee](https://rawtherapee.com/) - A good looking but lesser known photo editing app.
#### Image Management
- [Aspect](https://aspect.bildhuus.com/) - Photo organization application with support for peer-to-peer based synchronization across devices.
- [![Open-Source Software][oss icon]](https://invent.kde.org/graphics/digikam) [Digikam](https://www.digikam.org/) - DigiKam is an advanced digital photo management application for Linux.
- [![Open-Source Software][oss icon]](https://github.com/szTheory/exifcleaner) [ExifCleaner](https://exifcleaner.com) - Remove image metadata with drag and drop. Supports multi-core batch processing.
- [![Open-Source Software][oss icon]](https://git.finalrewind.org/feh) [Feh](https://feh.finalrewind.org/) - Lightweight and fast image viewer.
- [![Open-Source Software][oss icon]](http://www.kornelix.net/downloads/downloads.html) [Fotocx](https://www.kornelix.net/fotocx/fotocx.html) - Fotocx is a free open source Linux program for image editing and collection management.
- [![Open-Source Software][oss icon]](https://github.com/BestImageViewer/geeqie) [geeqie](http://www.geeqie.org/) - Image viewer / photo collection browser. Successor of GQview.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/gthumb/) [gThumb](https://wiki.gnome.org/Apps/Gthumb) - gThumb is an image viewer and browser (it also includes an importer tool for transferring photos from cameras).
- [![Open-Source Software][oss icon]](https://invent.kde.org/graphics/gwenview) [gwenview](https://apps.kde.org/gwenview/) - Simple yet powerful image viewer and management for KDE desktops.
- [![Open-Source Software][oss icon]](https://github.com/meowtec/Imagine) [Imagine](https://github.com/meowtec/Imagine) - An open source image optimizer that can shrink the size of images with a minimal loss of quality.
- [![Open-Source Software][oss icon]](https://github.com/nomacs/nomacs/tree/master) [nomacs](https://nomacs.org/) - nomacs is an image viewer that is able to view nearly any image format, and has powerful renaming and sorting tools.
- [![Open-Source Software][oss icon]](https://github.com/peterlevi/ojo) [Ojo](https://github.com/peterlevi/ojo) - A fast and pretty image viewer.
- [![Open-Source Software][oss icon]](https://github.com/ivandokov/phockup) [Phockup](https://github.com/ivandokov/phockup) - Command line sorting tool to organize photos and videos from your camera in folders by year, month and day.
- [![Open-Source Software][oss icon]](https://github.com/oferkv/phototonic) [Photonic](https://github.com/oferkv/phototonic) - Phototonic is image viewer and organizer.
- [![Open-Source Software][oss icon]](https://github.com/kanryu/quickviewer) [quickviewer](https://kanryu.github.io/quickviewer/) - Very fast image/comic viewer by using OpenGL.
- [![Open-Source Software][oss icon]](https://github.com/yurijmikhalevich/rclip) [rclip](https://github.com/yurijmikhalevich/rclip) - AI-Powered Command-Line Photo Search Tool.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/shotwell) [Shotwell](https://wiki.gnome.org/Apps/Shotwell) - Shotwell is a photo manager for GNOME.
#### Miscellaneous
- [![Open-Source Software][oss icon]](https://github.com/FreeCAD/FreeCAD) [FreeCAD](https://github.com/FreeCAD/FreeCAD) - FreeCAD is a free and opensource multiplatform 3D parametric modeler.
- [![Open-Source Software][oss icon]](https://github.com/HandBrake/HandBrake) [Handbrake](https://handbrake.fr/) - HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs.
- [![Open-Source Software][oss icon]](https://github.com/Diolinux/PhotoGIMP) [PhotoGIMP](https://github.com/Diolinux/PhotoGIMP) - A patch for optimizing GIMP 2.10+ for Adobe Photoshop users.
- [![Open-Source Software][oss icon]](https://github.com/Gictorbit/photoshopCClinux) [Photoshop CCv19](https://github.com/Gictorbit/photoshopCClinux) - Photoshop CC v19 installer for Gnu/Linux.
- [![Open-Source Software][oss icon]](https://github.com/MiMillieuh/Photoshop-CC2022-Linux) [Photoshop-CC2022-Linux](https://github.com/MiMillieuh/Photoshop-CC2022-Linux) - Installer for Photoshop CC 2022 on linux with a GUI.
- [![Open-Source Software][oss icon]](https://potrace.sourceforge.net/#downloading) [Potrace](https://potrace.sourceforge.net/) - Potrace is a tool for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image.
- [![Open-Source Software][oss icon]](https://www.radiance-online.org/download-install/radiance-source-code) [Radiance](https://www.radiance-online.org/) - Radiance - A Validated Lighting Simulation Tool.
- [![Open-Source Software][oss icon]](https://launchpad.net/rapid/) [Rapid Photo Downloader](https://damonlynch.net/rapid/download.html) - Rapid Photo Downloader makes it easy to import photos from a camera or smartphone.
#### PSD, Sketch Inspection
- ![Nonfree][money icon] [Avocode](https://avocode.com/) - Avocode - Share and inspect Photoshop and Sketch designs in a heart beat.
#### Screen Recorder
- [![Open-Source Software][oss icon]](https://github.com/asciinema/asciinema) [asciinema](https://asciinema.org) - Terminal session recorder.
- [![Open-Source Software][oss icon]](https://github.com/dvershinin/green-recorder) [Green Recorder](https://github.com/dvershinin/green-recorder) - A simple desktop recorder for Linux systems, supports recording audio and video on almost all Linux interfaces and Wayland display server on GNOME session.
- [![Open-Source Software][oss icon]](https://git.dec05eba.com/gpu-screen-recorder) [gpu-screen-recorder](https://git.dec05eba.com/gpu-screen-recorder) - CLI screen recorder and replay software that uses hardware acceleration similar to AMD ReLive or Nvidia ShadowPlay.
- [![Open-Source Software][oss icon]](https://git.dec05eba.com/gpu-screen-recorder-gtk) [gpu-screen-recorder-git](https://git.dec05eba.com/gpu-screen-recorder-gtk) - Official GTK-based frontend for the CLI tool `gpu-screen-recorder`.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/kazam) [Kazam](https://launchpad.net/kazam) - An easy to use and very intuitive screen recording program that will capture the content of your screen and record a video file that can be played by any video player that supports VP8/WebM video format.
- [![Open-Source Software][oss icon]](https://github.com/SeaDve/Kooha) [Kooha](https://flathub.org/apps/io.github.seadve.Kooha) - A simple screen recorder written with GTK. It allows you to record your screen and also audio from your microphone or desktop.
- [![Open-Source Software][oss icon]](https://github.com/orhun/menyoki) [menyoki](https://menyoki.cli.rs/) - Screen{shot,cast} and perform ImageOps on the command line.
- [![Open-Source Software][oss icon]](https://github.com/obsproject/obs-studio) [OBS Studio](https://obsproject.com/) - Free and open source software for video recording and live streaming. Download and start streaming quickly and easily on Windows, Mac or Linux. Share your gaming, art and entertainment with the world.
- [![Open-Source Software][oss icon]](https://github.com/phw/peek) [Peek](https://github.com/phw/peek) - Simple animated GIF screen recorder with an easy to use interface.
- [![Open-Source Software][oss icon]](https://github.com/colinkeenan/silentcast) [Silentcast](https://github.com/colinkeenan/silentcast) - Silentcast can create MKV screencasts and also output to an animated GIF.
- [![Open-Source Software][oss icon]](https://github.com/MaartenBaert/ssr) [SimpleScreenRecorder](https://www.maartenbaert.be/simplescreenrecorder/) - SimpleScreenRecorder is a feature-rich screen recorder that supports X11 and OpenGL. It has a Qt-based graphical user interface.
- [![Open-Source Software][oss icon]](https://github.com/vkohaupt/vokoscreen) [Vokoscreen](https://linuxecke.volkoh.de/vokoscreen/vokoscreen.html) - A free, multilingual and easy to use screencast recorder with audio for Linux. It has many features.
#### Screenshot
- [![Open-Source Software][oss icon]](https://github.com/lupoDharkael/flameshot) [Flameshot](https://flameshot.org/) - Powerful yet simple to use screenshot software.
- [![Open-Source Software][oss icon]](https://github.com/ksnip/ksnip) [Ksnip](https://github.com/ksnip/ksnip#ksnip) - Ksnip is a Qt-based cross-platform screenshot tool that provides many annotation features for your screenshots.
- [![Open-Source Software][oss icon]](https://github.com/olav-st/screencloud) [ScreenCloud](https://screencloud.net/) - ScreenCloud is an easy to use screenshot sharing tool consisting of a cross-platform client and a sharing website.
- [![Open-Source Software][oss icon]](https://github.com/shutter-project/shutter) [Shutter](https://shutter-project.org/) - Shutter is a feature-rich screenshot program for Linux based operating systems such as Ubuntu.
- [![Open-Source Software][oss icon]](https://invent.kde.org/graphics/spectacle) [Spectacle](https://apps.kde.org/spectacle/) - Spectacle is a simple application for capturing desktop screenshots.
#### Streaming
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/World/boatswain) [Boatswain](https://apps.gnome.org/Boatswain/) - Control your Elgato Stream Deck devices.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/minidlna) [ReadyMedia](https://minidlna.sourceforge.net/) - Formerly known as **MiniDLNA**, ReadyMedia is a is a simple, lightweight media server software, with the aim of being fully compliant with DLNA/UPnP-AV clients. The MiniDNLA daemon serves media files (music, pictures, and video) to clients on a network such as smartphones, portable media players, televisions, other computers and some gaming systems.
- [![Open-Source Software][oss icon]](https://github.com/virtual-puppet-project/vpuppr) [VPupPr](https://github.com/virtual-puppet-project/vpuppr) - VTuber application made with Godot 3.4.
#### Video Editor
- [![Open-Source Software][oss icon]](https://github.com/cinelerra-cv-team/cinelerra-cv) [Cinelerra-cv](http://cinelerra-cv.wikidot.com/) - Professional video editing and compositing environment.
- ![Nonfree][money icon] [Davinci Resolve](https://www.blackmagicdesign.com/products/davinciresolve/) - Revolutionary tools for editing, color correction, audio post and now visual effects, all in a single application.
- [![Open-Source Software][oss icon]](https://github.com/jliljebl/flowblade) [Flowblade](https://github.com/jliljebl/flowblade) - A multitrack non-linear video editor for Linux.
- [![Open-Source Software][oss icon]](https://invent.kde.org/multimedia/kdenlive) [Kdenlive](https://kdenlive.org/) - Kdenlive is a Non-Linear Video Editor, which is much more powerful than beginners’ (linear) editors.
- ![Nonfree][money icon] [Lightworks](https://www.lwks.com/) - Professional non-linear video editing program with a free version available.
- [![Open-Source Software][oss icon]](https://github.com/olive-editor/olive) [Olive](https://www.olivevideoeditor.org/) - Olive is a free non-linear video editor aiming to provide a fully-featured alternative to high-end professional video editing software.
- [![Open-Source Software][oss icon]](https://github.com/OpenShot/openshot-qt) [OpenShot](https://www.openshot.org/) - OpenShot is a free, simple-to-use, feature-rich video editor for Linux.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/pitivi) [Pitivi](https://www.pitivi.org/) - A free video editor with a beautiful and intuitive user interface, a clean codebase and a fantastic community.
- [![Open-Source Software][oss icon]](https://github.com/mltframework/shotcut) [Shotcut](https://www.shotcut.org/) - Shotcut is a free, open source, cross-platform video editor with support for hundreds of audio and video formats and codecs and a sleek, intuitive interface.
- [![Open-Source Software][oss icon]](https://github.com/ozmartian/vidcutter) [Vidcutter](https://github.com/ozmartian/vidcutter) - Cross-platform Qt5 based app for quick and easy video trimming/splitting and merging/joining for simple quick edits.
### Internet
#### Browser
- [![Open-Source Software][oss icon]](https://github.com/brave/brave-browser) [Brave](https://brave.com/) - Brave is a fast, good desktop browser for macOS, Windows, and Linux.
- [Chrome](https://www.google.com/chrome/browser/desktop/index.html) - A popular Web Browser with a lot of plugins/apps.
- [![Open-Source Software][oss icon]](https://chromium.googlesource.com/chromium/src.git) [Chromium](https://www.chromium.org/) - Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
- [![Open-Source Software][oss icon]](https://invent.kde.org/network/falkon) [Falkon](https://www.falkon.org/) - Falkon aims to be a lightweight web browser available through all major platforms.
- [![Open-Source Software][oss icon]](https://hg.mozilla.org/mozilla-central/) [Firefox](https://www.mozilla.org/en-US/firefox/new/) - A popular Web Browser with a lot of plugins/apps.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/epiphany) [GNOME Web](https://wiki.gnome.org/Apps/Web) - GNOME Web (codename: Epiphany) is a GNOME web browser based on
the WebKit rendering engine.
- [![Open-Source Software][oss icon]](https://git.savannah.gnu.org/cgit/gnuzilla.git) [IceCat](https://www.gnu.org/software/gnuzilla/) - GNU version of Firefox built for privacy, using only free software and free of trademarks.
- [![Open-Source Software][oss icon]](https://gitlab.com/librewolf-community) [LibreWolf](https://librewolf.net/) - Fork of Firefox, with the primary goals of privacy, security and user freedom.
- [Microsoft Edge](https://www.microsoft.com/en-us/edge) - Microsoft Edge is a cross-platform web browser created and developed by Microsoft.
- [![Open-Source Software][oss icon]](https://gitlab.com/midori-web/midori-desktop) [Midori](https://astian.org/midori-browser/download/) - A lightweight free browser that runs well on low spec systems.
- [![Open-Source Software][oss icon]](https://github.com/minbrowser/min) [Min](https://minbrowser.org/min/) - A smarter, faster web browser.
- [![Open-Source Software][oss icon]](https://gitlab.torproject.org/tpo/applications/mullvad-browser/) [Mullvad Browser](https://mullvad.net/en/browser) - The Mullvad Browser is a privacy-focused web browser developed in a collaboration between Mullvad VPN and the Tor Project. It’s designed to minimize tracking and fingerprinting.
- [Opera](https://www.opera.com/) - Opera browser is everything you need to do more on the web.
- [![Open-Source Software][oss icon]](https://github.com/qutebrowser/qutebrowser) [QuteBrowser](https://www.qutebrowser.org/) - A keyboard-driven, vim-like browser based on PyQt5.
- [![Open-Source Software][oss icon]](https://gitlab.torproject.org/tpo/core/tor/) [Tor](https://www.torproject.org/) - Tor is free software and an open network that helps you defend against traffic analysis, a form of network surveillance that threatens personal freedom and privacy.
- [![Open-Source Software][oss icon]](https://github.com/Eloston/ungoogled-chromium) [ungoogled-chromium](https://github.com/Eloston/ungoogled-chromium) - ungoogled-chromium is Google Chromium, sans dependency on Google web services.
- [Vivaldi](https://vivaldi.com) - A new and rising browser with a lot of customizations.
- [![Open-Source Software][oss icon]](https://github.com/WaterfoxCo/Waterfox) [Waterfox](https://www.waterfox.net/) - Fork of Firefox. Waterfox gives you a sane way to browse the web. Built with you, the user, in mind.
- [Wavebox](https://wavebox.io) - A feature-rich Chromium browser that's built for productive working across Google Workspaces, Microsoft Teams, ClickUp, Monday, Atlassian, Asana, AirTable, Slack, and every other web app you use to get work done.
- [Yandex](https://browser.yandex.com) - Fast and convenient browser.
- [![Open-Source Software][oss icon]](https://github.com/zen-browser/desktop) [Zen Browser](https://zen-browser.app/) - Zen is a firefox-based browser with the aim of pushing your productivity to a new level.
#### Supportive Tool
- [Clipgrab](https://clipgrab.org/) - A friendly downloader for YouTube and other sites.
- [![Open-Source Software][oss icon]](https://github.com/NickvisionApps/Parabolic) [Parabolic](https://github.com/NickvisionApps/Parabolic) - Download web video and audio.
- [![Open-Source Software][oss icon]](https://github.com/spotDL/spotify-downloader) [spotDL](https://github.com/spotDL/spotify-downloader) - Download your Spotify playlists and songs along with album art and metadata (from YouTube if a match is found).
- [![Open-Source Software][oss icon]](https://github.com/Unrud/video-downloader) [Video Downloader](https://github.com/Unrud/video-downloader) - Download videos from websites like YouTube and many others (based on yt-dlp).
- [![Open-Source Software][oss icon]](https://github.com/aandrew-me/ytdownloader/) [ytDownloader](https://ytdn.netlify.app/) - A cross-platform GUI for yt-dlp with advanced options and a modern UI.
- [![Open-Source Software][oss icon]](https://github.com/zerotier/ZeroTierOne) [Zerotier](https://my.zerotier.com) - Zerotier is a program that creates a Virtual Network for only your devices with end to end encryption over the internet. By default Zerotier will manage your virtual network but you can switch to a self-managed network if you prefer.
#### Web Service Client
- [![Open-Source Software][oss icon]](https://invent.kde.org/pim/akregator) [Akregator](https://apps.kde.org/akregator/) - A KDE Feed Reader.
- [![Open-Source Software][oss icon]](https://invent.kde.org/network/choqok) [Choqok](https://apps.kde.org/choqok/) - Choqok is a Qt5 client for Twitter, GNU Social, Friendica and Pump.IO.
- [![Open-Source Software][oss icon]](https://github.com/jeena/FeedTheMonkey) [FeedTheMonkey](https://github.com/jeena/FeedTheMonkey) - FeedTheMonkey is a desktop client for TinyTinyRSS.
- [![Open-Source Software][oss icon]](https://github.com/yang991178/fluent-reader) [Fluent Reader](https://hyliu.me/fluent-reader/) - Modern desktop RSS reader built with Electron, React, and Fluent UI.
- [![Open-Source Software][oss icon]](https://github.com/FreeTubeApp/FreeTube) [FreeTube](https://freetubeapp.io/) - FreeTube is a YouTube client for Windows, Mac, and Linux built around using YouTube more privately.
- [![Open-Source Software][oss icon]](https://github.com/EragonJ/Kaku) [Kaku](https://kaku.rocks/) - An open source youtube music player for Ubuntu.
- [![Open-Source Software][oss icon]](https://gitlab.com/news-flash/news_flash_gtk) [NewsFlash](https://apps.gnome.org/app/io.gitlab.news_flash.NewsFlash/) - NewsFlash is a program designed to complement an already existing web-based RSS reader account.
- [![Open-Source Software][oss icon]](https://invent.kde.org/multimedia/plasmatube) [PlasmaTube](https://apps.kde.org/plasmatube/) - Kirigami-based YouTube client for Linux Desktop and Mobile with built-in ad-blocking and privacy features.
- [![Open-Source Software][oss icon]](https://github.com/popcorn-official/popcorn-desktop) [Popcorn Time](https://github.com/popcorn-official/popcorn-desktop) - Watch torrent movies instantly.
- [![Open-Source Software][oss icon]](https://github.com/martinrotter/rssguard) [RSS Guard](https://github.com/martinrotter/rssguard) - Feed reader which supports RSS/ATOM/JSON and many web-based feed services.
- [![Open-Source Software][oss icon]](https://github.com/streamlink/streamlink-twitch-gui) [Streamlink Twitch GUI](https://streamlink.github.io/streamlink-twitch-gui/) - A multi platform Twitch.tv browser for [Streamlink](https://streamlink.github.io/).
- [![Open-Source Software][oss icon]](https://github.com/pystardust/ytfzf) [ytfzf](https://github.com/pystardust/ytfzf) - Terminal Youtube/Odysee client with thumbnails.
### Office
#### Accounting
- [![Open-Source Software][oss icon]](https://github.com/Gnucash/) [GnuCash](https://www.gnucash.org/) - GnuCash is a free software accounting program that implements a double-entry bookkeeping system. It was initially aimed at developing capabilities similar to Intuit, Inc.'s Quicken application, but also has features for small business accounting.
- [![Open-Source Software][oss icon]](https://github.com/simonmichael/hledger) [hledger](https://hledger.org/) - Easy-to-use command-line/curses/web plaintext accounting tool.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/homebank) [HomeBank](https://homebank.free.fr/en/index.php) - HomeBank is a free software that will assist you to manage your personal accounting.
- [![Open-Source Software][oss icon]](https://invent.kde.org/office/kmymoney) [KMyMoney](https://kmymoney.org/) - KMyMoney is the personal finance manager by KDE. Its operation is similar to Microsoft Money and Quicken.
- [![Open-Source Software][oss icon]](https://invent.kde.org/office/skrooge) [Skrooge](https://skrooge.org/) - A personal finances manager, powered by KDE.
#### Office Suites
- [![Open-Source Software][oss icon]](https://invent.kde.org/office/calligra) [Caligra Office](https://www.calligra.org/) - Offers a comprehensive set of 8 applications which satisfies the office, graphics and management needs.
- [![Open-Source Software][oss icon]](https://www.libreoffice.org/about-us/source-code/) [LibreOffice](https://www.libreoffice.org/) - Arguably the most popular office suite for Linux, it is very heavily developed and widely known.
- [![Open-Source Software][oss icon]](https://github.com/ONLYOFFICE) [OnlyOffice](https://www.onlyoffice.com/) - An office suite that charges for a cloud version of itself, but is free for other uses.
- [WPS office](https://www.wps.com/office/linux/) - A popular office suite in China, but is fully translated and functions well in English.
#### LaTeX
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/swilmet/gnome-latex) [GNOME LaTeX](https://gitlab.gnome.org/swilmet/gnome-latex) - GNOME LaTeX is a LaTeX editor for the GNOME desktop.
- [![Open-Source Software][oss icon]](https://github.com/alexandervdm/gummi) [Gummi](https://github.com/alexandervdm/gummi) - Simple latex editor with templates, spell check, and wizards.
- [![Open-Source Software][oss icon]](https://www.lyx.org/trac/browser) [LyX](https://www.lyx.org/) - Mature document editor that renders into LaTeX.
- [![Open-Source Software][oss icon]](https://www.tug.org/texlive/build.html) [TexLive](https://www.tug.org/texlive/) - TeX Live is an easy way to get up and running with the TeX document production system.
- [![Open-Source Software][oss icon]](https://savannah.gnu.org/projects/texmacs) [TeXmacs](http://www.texmacs.org/) - Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor and CAS-interface.
- [![Open-Source Software][oss icon]](https://www.xm1math.net/texmaker/download.html) [Texmaker](https://www.xm1math.net/texmaker/) - Free cross-platform LaTeX editor.
- [![Open-Source Software][oss icon]](https://github.com/texstudio-org/texstudio) [TeXstudio](https://www.texstudio.org/) - TeXstudio's goal is to make writing LaTeX documents as easy and comfortable as possible.
- [![Open-Source Software][oss icon]](https://github.com/TeXworks/texworks) [TeXworks](https://www.tug.org/texworks/) - TeXworks is an environment for authoring TeX (LaTeX, ConTeXt, etc) documents, with a Unicode-based, TeX-aware editor, integrated PDF viewer, and a clean, simple interface accessible to casual and non-technical users.
#### Markdown
- [![Open-Source Software][oss icon]](https://github.com/wereturtle/ghostwriter) [Ghost Writer](https://ghostwriter.kde.org/) - A distraction-free Markdown editor for Windows and Linux.
- [![Open-Source Software][oss icon]](https://github.com/fabiocolacio/Marker) [Marker](https://github.com/fabiocolacio/Marker) - Marker is a markdown editor for linux made with GTK+-3.0.
- [![Open-Source Software][oss icon]](https://github.com/marktext/marktext) [MarkText](https://github.com/marktext/marktext) - MarkText is a free and open-source realtime preview markdown editor which support both CommonMark Spec and GitHub Flavored Markdown Spec. It is a concise text editor, dedicated to improving your writing efficiency.
- [![Open-Source Software][oss icon]](https://github.com/jamiemcg/remarkable) [Remarkable](https://remarkableapp.github.io/) - A capable markdown editor that uses a variant of GitHub Flavored Markdown (GFM).
- [![Open-Source Software][oss icon]](https://github.com/retext-project/retext) [Retext](https://github.com/retext-project/retext) - A Simple but powerful editor for Markdown and reStructuredText.
- [Typora](https://typora.io/) - A Minimal markdown editor.
#### Novel Writing
- [![Open-Source Software][oss icon]](https://github.com/andreafeccomandi/bibisco) [Bibisco](https://www.bibisco.com/) - A novel writing software with focus on ideas and characters.
- [![Open-Source Software][oss icon]](https://github.com/olivierkes/manuskript) [Manuskript](https://www.theologeek.ch/manuskript/) - Manuskript is a perfect tool for those writer who like to organize and plan everything before writing.
- [![Open-Source Software][oss icon]](https://github.com/jacquetc/skribisto) [Skribisto](https://www.skribisto.eu) - Software for writers
- [![Open-Source Software][oss icon]](https://github.com/scribusproject/scribus) [Scribus](https://www.scribus.net/downloads/) - Scribus is a desktop publishing application designed for layout, typesetting, and preparation of files for professional-quality image-setting equipment. It can also create animated and interactive PDF presentations and forms.
- [![Open-Source Software][oss icon]](https://github.com/trelby/trelby) [Trelby](https://www.trelby.org/) - Trelby is simple, fast and elegantly laid out to make screenwriting simple.
### Productivity
#### Automation
- [![Open-Source Software][oss icon]](https://github.com/Jmgr/actiona) [Actiona](https://wiki.actiona.tools/doku.php?id=:en:start) - An utility for task automation Ubuntu/Linux. (Previously Actionaz)
- [![Open-Source Software][oss icon]](https://github.com/autokey/autokey) [Autokey](https://github.com/autokey/autokey) - A desktop automation utility for Linux allows you to manage collection of scripts and phrases, and assign abbreviations and hotkeys to these.
- [![Open-Source Software][oss icon]](https://github.com/rafaelmardojai/blanket) [Blanket](https://apps.gnome.org/app/com.rafaelmardojai.Blanket/) - Improve focus and increase your productivity by listening to different sounds.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/caffeine) [Caffeine](https://launchpad.net/caffeine) - Prevents Ubuntu from automatically going to sleep.
- [![Open-Source Software][oss icon]](https://github.com/federico-terzi/espanso) [espanso](https://espanso.org/) - Cross-platform Text Expander written in Rust.
- [![Open-Source Software][oss icon]](https://github.com/mautosoft/maxautoclicker/) [Max Auto Clicker](https://maxautoclicker.blogspot.com/) - Automate your mouse clicks easily with this awesome cross-platform application (for Windows and Linux Desktops).
- [![Open-Source Software][oss icon]](https://github.com/robiot/xclicker) [XClicker](https://xclicker.xyz/) - A blazing fast gui autoclicker for linux.
#### Dock
- [![Open-Source Software][oss icon]](https://github.com/Cairo-Dock) [Cairo-Dock](https://glx-dock.org/) - Cairo-Dock is a desktop interface that takes the shape of docks, desklets, panel, etc.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/docky) [Docky](https://launchpad.net/docky) - Docky is a full fledged dock application that makes opening common applications and managing windows easier and quicker.
- [![Open-Source Software][oss icon]](https://invent.kde.org/plasma/latte-dock) [Latte Dock](https://store.kde.org/p/1169519/) - Latte is a dock based on plasma frameworks that provides an elegant and intuitive experience for your tasks and plasmoids.
- [![Open-Source Software][oss icon]](https://git.launchpad.net/plank) [Plank](https://launchpad.net/plank) - Plank is meant to be the simplest dock of apps on the planet.
#### Local Search
- [![Open-Source Software][oss icon]](https://github.com/albertlauncher/albert) [Albert](https://albertlauncher.github.io/) - An awesome keyboard launcher for the Linux desktop.
- [![Open-Source Software][oss icon]](https://github.com/DoTheEvo/ANGRYsearch) [ANGRYsearch](https://github.com/DoTheEvo/ANGRYsearch) - Linux file search, instant results as you type.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/catfish-search) [Catfish](https://launchpad.net/catfish-search) - Catfish is a versatile file searching tool.
- [![Open-Source Software][oss icon]](https://github.com/KELiON/cerebro) [Cerebro](https://cerebroapp.com/) - Open-source productivity booster with a brain / MacOS-Spotlight alternative.
- [![Open-Source Software][oss icon]](https://github.com/cboxdoerfer/fsearch) [fsearch](https://github.com/cboxdoerfer/fsearch) - A fast file search utility for Unix-like systems based on GTK+3. Wildcard support, RegEx support, Filter support.
- [![Open-Source Software][oss icon]](https://github.com/p-e-w/plotinus) [Plotinus](https://github.com/p-e-w/plotinus) - A searchable command palette in every modern GTK+ application.
- [![Open-Source Software][oss icon]](https://git.launchpad.net/synapse-project) [Synapse](https://launchpad.net/synapse-project) - Synapse is a semantic launcher written in Vala that you can use to start applications as well as find and access relevant documents and files by making use of the Zeitgeist engine.
- [![Open-Source Software][oss icon]](https://github.com/Ulauncher/Ulauncher/) [Ulauncher](https://ulauncher.io/) - Ulauncher is a fast application launcher for Linux. It's is written in Python, using GTK+.
#### Miscellaneous
- [![Open-Source Software][oss icon]](https://github.com/costales/anoise) [Ambient Noise](https://github.com/costales/anoise) - An ambient noise generator for Linux.
- [![Open-Source Software][oss icon]](https://github.com/jarun/bcal) [bcal](https://github.com/jarun/bcal) - Perform storage conversions and calculations.
- [![Open-Source Software][oss icon]](https://github.com/hluk/CopyQ) [CopyQ](https://hluk.github.io/CopyQ/) -CopyQ is advanced clipboard manager with editing and scripting features.
- [f.lux](https://justgetflux.com/linux.html) - A program that reddens your display to help you sleep better.
- [![Open-Source Software][oss icon]](https://github.com/thezbyg/gpick) [Gpick](https://www.gpick.org/) - Gpick allows you to sample any color from anywhere on your desktop, and it also provides some other advanced features!
- [![Open-Source Software][oss icon]](https://github.com/jarun/pdd) [pdd](https://github.com/jarun/pdd) - Tiny date, time diff calculator.
- [![Open-Source Software][oss icon]](https://github.com/jonls/redshift) [Redshift](http://jonls.dk/redshift/) - Redshift adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in front of the screen at night.
- [![Open-Source Software][oss icon]](https://www.speedcrunch.org/) [SpeedCrunch](https://www.speedcrunch.org/) - A nice, open source, high-precision scientific calculator.
- [![Open-Source Software][oss icon]](https://github.com/jml/undistract-me) [Undistract me](https://github.com/jml/undistract-me) - Notifies you when long-running terminal commands complete.
- [Xmind](https://xmind.app/) - A mind mapping tool.
#### Note Taking
- [![Open-Source Software][oss icon]](https://github.com/toeverything/AFFiNE) [AFFiNE](https://affine.pro/download) - Open source Alternative to Notion and Miro, A multi-platform, open-source, local-first, personal knowledge management(pkm) tool.
- [![Open-Source Software][oss icon]](https://github.com/anyproto/anytype-ts) [Anytype](https://download.anytype.io/) - A multi-platform, open-source, local-first, personal knowledge base tool.
- [![Open-Source Software][oss icon]](https://basket-notepads.github.io/download.html) [Basket Note Pads](https://basket-notepads.github.io/) - This multi-purpose note-taking application helps you to easily take all sort of notes.
- [![Open-Source Software][oss icon]](https://github.com/Daniele-rolli/Beaver-Notes) [Beaver Notes](https://beavernotes.com) - A multi-platform, open-source, privacy-first, community-driven, note-taking app and personal knowledge manager.
- [![Open-Source Software][oss icon]](https://github.com/BoostIO/BoostNote-App) [Boostnote](https://boostnote.io/) - Boostnote is an open source note-taking app made for programmers just like you.
- [![Open-Source Software][oss icon]](https://github.com/giuspen/cherrytree) [Cherrytree](https://www.giuspen.com/cherrytree/) - A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file.
- ![Nonfree][money icon] [Inkdrop](https://inkdrop.app/) - The Note-Taking App for Markdown Lovers with simple interface, seemless security and powerful APIs.
- [![Open-Source Software][oss icon]](https://github.com/laurent22/joplin) [Joplin](https://joplinapp.org/) - A note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
- [![Open-Source Software][oss icon]](https://github.com/logseq/logseq) [Logseq](https://logseq.com/) - Logseq is a privacy-first, open-source knowledge base that works on top of local plain-text Markdown and Org-mode files. Use it to write, organize and share your thoughts, keep your to-do list, and build your own digital garden.
- [![Open-Source Software][oss icon]](https://github.com/dvorka/mindforger) [Mindforger](https://www.mindforger.com/) - Thinking notebook and Markdown editor.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/nevernote/code/ci/master/tree/) [NixNote](https://sourceforge.net/projects/nevernote/) - An open source client for Evernote.
- [![Open-Source Software][oss icon]](https://github.com/nuttyartist/notes) [Notes](https://www.get-notes.com/) - A clean simple note taking app for Linux.
- [![Open-Source Software][oss icon]](https://github.com/streetwriters/notesnook) [Notesnook](https://notesnook.com/) - A fully open source & end-to-end encrypted note taking alternative to Evernote.
- [Obsidian](https://obsidian.md/) - Obsidian is a powerful knowledge base on top of a local folder of plain text Markdown files.
- [![Open-Source Software][oss icon]](https://github.com/patrikx3/onenote) [OneNote](https://www.corifeus.com/onenote) - Linux Electron OneNote.
- [![Open-Source Software][oss icon]](https://orgmode.org/) [Org mode](https://orgmode.org/) - Org mode is for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system.
- [![Open-Source Software][oss icon]](https://github.com/alainm23/planify) [Planify](https://github.com/alainm23/planify) - Task manager with Todoist and Nextcloud support designed for GNU/Linux.
- [![Open-Source Software][oss icon]](https://github.com/pbek/QOwnNotes) [QOwnNotes](https://www.qownnotes.org/) - QOwnNotes is a plain-text file notepad and todo-list manager with markdown support and ownCloud / Nextcloud integration.
- [Simplenote](https://simplenote.com/) - A Cross platform notetaking app and Evernote competitor.
- [![Open-Source Software][oss icon]](https://github.com/spsdco/notes) [Springseed](https://github.com/spsdco/notes) - Simple and beautiful note taking app for daily user.
- [![Open-Source Software][oss icon]](https://github.com/standardnotes/) [Standard Notes](https://standardnotes.com/) - Standard Notes is an end-to-end encrypted note-taking app for digitalists and professionals. Capture your notes, files, and life’s work all in one secure place.
- [![Open-Source Software][oss icon]](https://github.com/Standard-Unix-Notes/unix-notes) [Standard Unix Notes](https://github.com/Standard-Unix-Notes/unix-notes) - GPG Encrypted Notes/Notebook manager for BSD/Linux
- [![Open-Source Software][oss icon]](https://bazaar.launchpad.net/~umang/indicator-stickynotes/trunk/files) [Stickynote](https://launchpad.net/indicator-stickynotes) - Sticky notes on your Linux desktop.
- [![Open-Source Software][oss icon]](https://github.com/tomboy-notes/tomboy) [Tomboy](https://wiki.gnome.org/Apps/Tomboy) - Tomboy is a desktop note-taking application which is simple and easy to use.
- [![Open-Source Software][oss icon]](https://github.com/TriliumNext/Notes) [TriliumNext Notes](https://github.com/TriliumNext/Notes) - TriliumNext Notes is a hierarchical note taking application with focus on building large personal knowledge bases.
- [![Open-Source Software][oss icon]](https://github.com/turtl) [Turtl](https://turtlapp.com/) - The secure, collaborative notebook.
- [![Open-Source Software][oss icon]](https://github.com/klaussinani/tusk) [Tusk](https://klaudiosinani.github.io/tusk/) - Refined Evernote desktop app.
- [![Open-Source Software][oss icon]](https://github.com/wizteam/wizqtclient) [WizNote](https://github.com/wizteam/wizqtclient) - A cross-platform cloud based note-taking client.
#### Time and Task
- [![Open-Source Software][oss icon]](https://github.com/alarm-clock-applet/alarm-clock) [Alarm Clock](https://alarm-clock-applet.github.io/) - Alarm Clock is a fully-featured alarm clock for your GNOME panel or equivalent.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/gnome-break-timer/) [Break Timer](https://wiki.gnome.org/Apps/BreakTimer) - A break timer application for GNOME.
- [![Open-Source Software][oss icon]](https://github.com/tom-james-watson/breaktimer-app/) [BreakTimer](https://breaktimer.app/) - BreakTimer is a cross platform desktop application with nice UI for managing and enforcing periodic breaks.
- [![Open-Source Software][oss icon]](https://git.calcurse.org/calcurse.git/) [calcurse](https://calcurse.org/) - A calendar and scheduling application for the command line.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/california) [California](https://wiki.gnome.org/Apps/California) - Complete Calendar app replacement which uses natural language for creating events.
- ![Nonfree][money icon] [Everdo](https://everdo.net/) - TODO list and Getting Things Done® app for all platforms. Beautiful, powerful, not SaaS, free version available.
- [![Open-Source Software][oss icon]](https://github.com/codito/gnome-pomodoro) [GNOME Pomodoro](https://gnomepomodoro.org/#download) - A full-featured pomodoro timer for GNOME.
- [![Open-Source Software][oss icon]](https://github.com/JMoerman/Go-For-It) [Go For It](https://github.com/JMoerman/Go-For-It) - Go For It! is a simple and stylish productivity app, featuring a to-do list, merged with a timer that keeps your focus on the current task.
- [![Open-Source Software][oss icon]](https://invent.kde.org/pim/kalendar) [Kalendar](https://apps.kde.org/kalendar/) - Kalendar is a calendar application that allows you to manage your tasks and events.
- ![Nonfree][money icon] [RoundPie App](https://theroundpie.com/) - RoundPie App is the easiest way to track your workflow using Tomato technique, on top of your current task management service.
- [![Open-Source Software][oss icon]](https://invent.kde.org/utilities/rsibreak) [RSIBreak](https://apps.kde.org/rsibreak/) - RSIBreak takes care of your health and regularly breaks your work to avoid repetitive strain injury.
- [![Open-Source Software][oss icon]](https://github.com/ransome1/sleek) [sleek](https://github.com/ransome1/sleek) - Cross platform todo manager based on the todo.txt syntax.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/World/Solanum) [Solanum](https://apps.gnome.org/app/org.gnome.Solanum/) - A pomodoro timer for the GNOME desktop.
- [![Open-Source Software][oss icon]](https://github.com/johannesjo/super-productivity) [Super Productivity](https://super-productivity.com/) - The simple free flexible ToDo List / Time Tracker / personal Jira and Github Task Manager.
- [Taskade](https://www.taskade.com/downloads) - Real-time organization and collaboration tool for getting things done. Taskade is a unified workspace for team tasks, notes, with integrated video chat available cross-platform and free to use.
- [![Open-Source Software][oss icon]](https://github.com/klaussinani/taskbook) [Taskbook](https://github.com/klaussinani/taskbook) - Tasks, boards & notes for the command-line habitat.
- [![Open-Source Software][oss icon]](https://github.com/GothenburgBitFactory/taskwarrior) [TaskWarrior](https://taskwarrior.org/) - Taskwarrior is Free and Open Source Software that manages your TODO list from the command line.
- [![Open-Source Software][oss icon]](https://github.com/todotxt/todo.txt-android) [Todo.txt](http://todotxt.org/) - Todo.txt is a set of focused editors which help you manage your tasks with as few keystrokes and taps possible.
- [![Open-Source Software][oss icon]](https://github.com/kamhix/todoist-linux) [Todoist](https://github.com/kamhix/todoist-linux) - Unofficial client of Todoist, the cross-platform to-do manager with mobile apps, great UI and has some optional premium features.
#### Time and Usage Tracker
- [![Open-Source Software][oss icon]](https://github.com/ActivityWatch/activitywatch) [ActivityWatch](https://activitywatch.net/) - ActivityWatch is an app that automatically tracks how you spend time on your devices.
- [![Open-Source Software][oss icon]](https://github.com/hamaluik/timecop) [Time Cop](https://timecop.app/en/) - A time tracking app that respects your privacy and gets the job done without getting too fancy.
- [![Nonfree][freeware icon]](https://toggl.com/track/)[Toggl Track](https://flathub.org/apps/details/com.toggl.TogglDesktop/) - Simple and Intuitive Time Tracking Software with cloud sync.
#### Widget and Indicator
- [![Open-Source Software][oss icon]](https://bazaar.launchpad.net/~indicator-brightness/indicator-brightness/trunk/files) [Brightness](https://launchpad.net/indicator-brightness) - Brightness indicator for Ubuntu.
- [![Open-Source Software][oss icon]](https://git.launchpad.net/my-weather-indicator) [My Weather Indicator](https://launchpad.net/my-weather-indicator) - Weather indicator and widget for Ubuntu.
- [![Open-Source Software][oss icon]](https://bazaar.launchpad.net/~jconti/recent-notifications/trunk/files) [Recent Noti](https://launchpad.net/recent-notifications) - An indicator for recent notification.
- [![Open-Source Software][oss icon]](https://github.com/yktoo/indicator-sound-switcher) [Yktoo Sound Switcher Indicator](https://yktoo.com/en/software/indicator-sound-switcher) - Sound input/output selector indicator for Ubuntu/Unity.
### Proxy
- [![Open-Source Software][oss icon]](https://github.com/mitmproxy/mitmproxy) [mitmproxy](https://mitmproxy.org/) - mitmproxy is a free and open source interactive HTTPS proxy.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/ijbswa/) [Privoxy](https://www.privoxy.org/) - Privoxy is a non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk.
- [![Open-Source Software][oss icon]](https://github.com/haad/proxychains) [ProxyChains](https://proxychains.sourceforge.net/) - A tool that forces any TCP connection made by any given application to follow through proxy like TOR or any other SOCKS4, SOCKS5 or HTTP(S) proxy.
- [![Open-Source Software][oss icon]](https://github.com/shadowsocks/shadowsocks-qt5) [Shadowsocks](https://shadowsocks.org/) - A secure socks5 proxy, designed to protect your Internet traffic.
### Security
#### Boot Integrity
- [![Open-Source Software][oss icon]](https://github.com/noahbliss/mortar) [Mortar](https://github.com/noahbliss/mortar) - Mortar allows for convenient automatic unlocking of LUKS-encrypted disks without sacrificing security through the use of Secureboot and TPM validation. Mortar aims to be distribution-agnostic.
#### Compartmentalization
- [![Open-Source Software][oss icon]](https://github.com/AtomsDevs/Atoms) [Atoms](https://github.com/AtomsDevs/Atoms) - Easily manage Linux Chroot(s) and Containers with Atoms.
- [![Open-Source Software][oss icon]](https://github.com/89luca89/distrobox) [Distrobox](https://distrobox.it/) - Use any linux distribution inside your terminal.
- [![Open-Source Software][oss icon]](https://github.com/netblue30/firejail) [Firejail](https://firejail.wordpress.com/) - Firejail is a SUID program that reduces the risk of security breaches by restricting the running environment of untrusted applications using [Linux namespaces](https://lwn.net/Articles/531114/) and [seccomp-bpf](https://l3net.wordpress.com/2015/04/13/firejail-seccomp-guide/).
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/gnome-boxes) [GNOME Boxes](https://apps.gnome.org/app/org.gnome.Boxes/) - Virtualization made simple.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/kvm/files/) [KVM](https://www.linux-kvm.org/page/Main_Page) - KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware containing virtualization extensions (Intel VT or AMD-V).
- [![Open-Source Software][oss icon]](https://github.com/nanovms/ops/) [ops](https://ops.city/) - OPS is a tool that builds, runs and deploys ordinary linux applications as unikernels.
- [![Open-Source Software][oss icon]](https://github.com/marhkb/pods) [Pods](https://github.com/marhkb/pods) - Interact with Podman using an intuitive desktop application.
- [![Open-Source Software][oss icon]](https://github.com/quickemu-project/quickemu) [Quickemu](https://github.com/quickemu-project/quickemu) - Quickly create and run optimised Windows, macOS and Linux desktop virtual machines.
- [![Open-Source Software][oss icon]](https://github.com/containers/toolbox) [Toolbx](https://containertoolbx.org/) - Tool for containerized command line environments on Linux.
- [![Open-Source Software][oss icon]](https://www.virtualbox.org/wiki/Contributor_information) [VirtualBox](https://www.virtualbox.org/wiki/Downloads) - VirtualBox is a general-purpose full virtualizer for x86 hardware, targeted at server, desktop and embedded use.
- [![Open-Source Software][oss icon]](https://github.com/virt-manager/virt-manager) [Virtual Machine Manager](https://virt-manager.org/) - Desktop tool for managing virtual machines via libvirt.
- [VMware Workstation Player](https://www.vmware.com/products/workstation-player.html) - Easily run multiple operating systems as virtual machines on your Windows or Linux PC with VMware Workstation Player.
#### Firewall
- [![Open-Source Software][oss icon]](https://github.com/bunkerity/bunkerweb) [BunkerWeb](https://www.bunkerweb.io) - BunkerWeb is a next-generation Web Application Firewall (WAF).
- [![Open-Source Software][oss icon]](https://github.com/firehol/firehol) [FireHOL](https://firehol.org) - Linux firewall (`iptables`) manager for humans.
- [![Open-Source Software][oss icon]](https://github.com/firewalld/firewalld) [Firewalld](https://github.com/firewalld/firewalld) - Firewalld provides a dynamically managed firewall with support for network or firewall zones to define the trust level of network connections or interfaces.
- [![Open-Source Software][oss icon]](https://github.com/costales/gufw) [GuFW](https://github.com/costales/gufw) - One of the easiest firewalls in the world of Linux.
- [![Open-Source Software][oss icon]](https://github.com/evilsocket/opensnitch) [OpenSnitch](https://github.com/evilsocket/opensnitch) - OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.
- [![Open-Source Software][oss icon]](https://github.com/safing/portmaster) [Portmaster](https://safing.io/) - Portmaster is a free and open-source application firewall that does the heavy lifting for you. Restore privacy and take back control over all your computer's network activity.
#### Network Analysis
- [![Open-Source Software][oss icon]](https://www.tcpdump.org/#source) [Tcpdump](https://www.tcpdump.org/) - TCP Debugging/Capture Tool.
- [![Open-Source Software][oss icon]](https://github.com/gcla/termshark) [Termshark](https://termshark.io/) - A terminal UI for tshark, inspired by Wireshark.
- [![Open-Source Software][oss icon]](https://gitlab.com/wireshark/wireshark/-/tree/master) [Wireshark](https://www.wireshark.org/) - Wireshark is the world's foremost network protocol analyzer. It lets you see what's happening on your network at a microscopic level. It is the de facto (and often de jure) standard across many industries and educational institutions.
#### Password Manager
- [1Password](https://1password.com/downloads/linux/) - 1Password is the easiest way to store and use strong passwords. Log in to sites and fill forms securely with a single click.
- [![Open-Source Software][oss icon]](https://github.com/authpass/authpass) [AuthPass](https://authpass.app/) - Password Manager based on Flutter for all platforms.
- [![Open-Source Software][oss icon]](https://github.com/bitwarden) [Bitwarden](https://bitwarden.com/) - A cross-platform password management service which also support self-hosting.
- [![Open-Source Software][oss icon]](https://github.com/buttercup/buttercup-desktop) [Buttercup](https://buttercup.pw/) - Buttercup is a free, open-source and cross-platform password manager, built on NodeJS with Typescript.
- [Enpass](https://www.enpass.io/) - Enpass makes your life easy by securely managing your passwords and important information.
- [![Open-Source Software][oss icon]](https://github.com/gopasspw/gopass) [gopass](https://www.gopass.pw/) - The slightly more awesome standard unix password manager for teams.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/keepass/files/KeePass%202.x/) [KeePass](https://www.keepass.info/) - Windows focused password manager, with some cross platform support through Mono.
- [![Open-Source Software][oss icon]](https://github.com/keepassxreboot/keepassxc) [KeePassXC](https://keepassxc.org/) - Cross platform password manager. A Community-maintained fork of KeePassX.
- [Keeper](https://www.keepersecurity.com/download.html) - The leading cybersecurity platform that protects passwords, secrets and access to infrastructure.
- [![Open-Source Software][oss icon]](https://github.com/keeweb/keeweb) [KeeWeb](https://keeweb.info/) - Free cross-platform password manager compatible with KeePass.
- [LastPass](https://lastpass.com/misc_download2.php) - LastPass is a crossplatform freemium password management service that stores encrypted passwords in private accounts.
- [NordPass](https://nordpass.com/download/linux/) - A secure and simple password manager for a stress-free online experience. Optimized for Linux devices.
- [![Open-Source Software][oss icon]](https://github.com/padloc/padloc) [Padloc](https://padloc.app/) - A modern, open source password manager for individuals and teams.
- [![Open-Source Software][oss icon]](https://git.zx2c4.com/password-store/) [Pass](https://www.passwordstore.org/) - The standard Unix password manager.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/passwordsafe/) [Password Safe](https://pwsafe.org/) - Password Safe allows you to safely and easily create a secured and encrypted user name/password list.
- [![Open-Source Software][oss icon]](https://gitlab.com/psono/psono-app) [Psono](https://psono.com/) - Psono is an open source and self hosted password manager to help keep your data safe.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/World/secrets) [Secrets](https://apps.gnome.org/app/org.gnome.World.Secrets/) - Secrets is a password manager which integrates perfectly with the GNOME desktop and provides an easy and uncluttered interface for the management of password databases.
- [![Open-Source Software][oss icon]](https://github.com/dani-garcia/vaultwarden) [VaultWarden](https://github.com/dani-garcia/vaultwarden) - Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs.
#### Reverse Engineering
- [![Open-Source Software][oss icon]](https://github.com/rizinorg/cutter) [cutter](https://cutter.re/) - Cutter's goal is to be an advanced FREE and open-source reverse-engineering platform while keeping the user experience at mind.
- [![Open-Source Software][oss icon]](https://github.com/eteran/edb-debugger) [edb-debugger](https://github.com/eteran/edb-debugger) - edb is a cross platform AArch32/x86/x86-64 debugger. It was inspired by Ollydbg.
- [![Open-Source Software][oss icon]](https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git) [GDB](https://www.sourceware.org/gdb/) - GDB, the GNU Project debugger, allows you to see what is going on `inside' another program while it executes.
- [![Open-Source Software][oss icon]](https://github.com/NationalSecurityAgency/ghidra/releases) [ghidra](https://ghidra-sre.org/) - A software reverse engineering (SRE) suite of tools developed by NSA's Research Directorate in support of the Cybersecurity mission.
- [![Open-Source Software][oss icon]](https://github.com/radareorg/radare2/releases) [radare2](https://rada.re/n/radare2.html) - A free/libre toolchain for easing several low level tasks like forensics, software reverse engineering, exploiting, debugging.
#### Other
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/World/Authenticator) [Authenticator](https://apps.gnome.org/app/com.belmoussaoui.Authenticator/) - Simple application for generating Two-Factor Authentication Codes.
- [![Open-Source Software][oss icon]](https://github.com/Cisco-Talos/clamav-devel) [ClamAV](https://www.clamav.net/) - ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats.
- [![Open-Source Software][oss icon]](https://github.com/cryptomator/cryptomator) [Cryptomator](https://cryptomator.org/) - Multi-platform transparent client-side encryption of your files in the cloud.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/World/decoder/) [Decoder](https://apps.gnome.org/app/com.belmoussaoui.Decoder/) - Fancy yet simple QR Codes scanner and generator.
- [![Open-Source Software][oss icon]](https://github.com/fail2ban/fail2ban) [Fail2ban](https://github.com/fail2ban/fail2ban) - Fail2ban scans log files (e.g. /var/log/apache/error_log) and bans IPs that show the malicious signs -- too many password failures, seeking for exploits, etc.
- [![Open-Source Software][oss icon]](https://firehol.org/tutorial/fireqos-new-user/) [FireQoS](https://learn.netdata.cloud/docs/collecting-metrics/linux-systems/network/tc-qos-classes#tcplugin) - Linux QoS (`tc`) manager for humans.
- [![Open-Source Software][oss icon]](https://git.gnupg.org/) [GnuPG](https://www.gnupg.org/) - GnuPG allows to encrypt and sign your data and communication, features a versatile key management system as well as access modules for all kinds of public key directories.
- [![Open-Source Software][oss icon]](https://github.com/firehol/iprange) [IPrange](https://github.com/firehol/iprange) - A very fast command line utility for processing IP lists (merge, compare, exclude, etc).
- [![Open-Source Software][oss icon]](https://github.com/jarun/spy) [spy](https://github.com/jarun/spy) - Linux kernel mode debugfs keylogger.
- [![Open-Source Software][oss icon]](https://github.com/CISOfy/lynis) [Lynis](https://cisofy.com/lynis/) - Security auditing tool for Linux, macOS, and UNIX-based systems. Assists with compliance testing (HIPAA/ISO27001/PCI DSS) and system hardening. Agentless, and installation optional.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/World/obfuscate/) [Obfuscate](https://apps.gnome.org/app/com.belmoussaoui.Obfuscate/) - Obfuscate lets you redact your private information from any image.
- [![Open-Source Software][oss icon]](https://www.openbsd.org/anoncvs.html) [OpenSSH](https://www.openssh.com/) - OpenSSH Secure Shell Server and Client.
- [![Open-Source Software][oss icon]](https://github.com/zaproxy/zaproxy/) [OWASP ZAP](https://www.zaproxy.org) - OWASP Zed Attack Proxy (ZAP) web security testing tool.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/seahorse) [Seahorse](https://wiki.gnome.org/Apps/Seahorse) - A GNOME frontend for GnuPG.
- [![Open-Source Software][oss icon]](https://github.com/mhogomchungu/sirikali) [Sirikali](https://mhogomchungu.github.io/sirikali/) - A Qt/C++ GUI front end to cryfs,gocryptfs,securefs,ecryptfs and encfs.
- [![Open-Source Software][oss icon]](https://github.com/usbkey9/uktools) [Uktools](https://github.com/usbkey9/uktools) - Keep your system up-to-date with last kernel available. Possibility to clean old kernel too.
- [![Open-Source Software][oss icon]](https://github.com/firehol/blocklist-ipsets) [Update-IPsets](https://iplists.firehol.org) - A manager for all cybercrime IP feeds that can download, convert and install netfilter `ipsets`.
- [![Open-Source Software][oss icon]](https://github.com/veracrypt/VeraCrypt) [VeraCrypt](https://veracrypt.fr/en/Home.html) - VeraCrypt is a free open source disk encryption software for Windows, Mac OSX and Linux.
### Sharing Files
#### Cloud Drive
- [Dropbox](https://www.dropbox.com/install?os=lnx) - Dropbox is a free service that lets you bring your photos, docs, and videos anywhere and share them easily.
- [![Open-Source Software][oss icon]](https://github.com/meganz/MEGAsync) [MEGA](https://mega.io/desktop) - Easy automated syncing between your computers and your MEGA cloud drive.
- [![Open-Source Software][oss icon]](https://github.com/nextcloud) [nextCloud](https://nextcloud.com/) - An actively maintained fork of ownCloud, a suite of client-server software for creating and using file hosting services.
- [![Open-Source Software][oss icon]](https://github.com/owncloud) [ownCloud](https://owncloud.com/client/) - The goal of ownCloud is to give you access to your files wherever you are.
- [![Open-Source Software][oss icon]](https://github.com/haiwen/seafile) [Seafile](https://www.seafile.com/en/home/) - Seafile is an enterprise file hosting platform with high reliability and performance. Put files on your own server. Sync and share files across different devices, or access all the files as a virtual disk.
#### Download Manager
- [![Open-Source Software][oss icon]](https://github.com/aria2/aria2) [aria2](https://aria2.github.io/) - aria2 is a lightweight multi-protocol & multi-source command-line download utility.
- [![Open-Source Software][oss icon]](https://github.com/setvisible/ArrowDL) [ArrowDL](https://www.arrow-dl.com/) - ArrowDL is a mass download manager for Windows, Mac OS X and Linux. It helps you to select, organize, prioritize and run your downloads in parallel.
- [Flareget](https://flareget.com/) - Full featured, multi-threaded download manager and accelerator.
- [Free Download Manager](https://www.freedownloadmanager.org/) - Free Download Manager is a powerful modern cross-platform download accelerator and organizer for Windows, Mac and Linux.
- [JDownloader](https://jdownloader.org/) - JDownloader is a free download management tool with a huge community of developers that makes downloading as easy and fast as it should be.
- [![Open-Source Software][oss icon]](https://invent.kde.org/network/kget) [KGet](https://apps.kde.org/kget/) - KGet is a versatile and user-friendly download manager.
- [![Open-Source Software][oss icon]](https://github.com/agalwood/Motrix/) [Motrix](https://motrix.app/) - Motrix is a full-featured clean and easy to use interface download manager that supports downloading HTTP, FTP, BitTorrent, Magnet, etc.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/urlget/uget2/ci/master/tree/) [uGet](https://sourceforge.net/projects/urlget/) - A download manager that can monitor the clipboard for downloadable links, and can create a list of downloads, and run them in parallel.
- [![Open-Source Software][oss icon]](https://github.com/subhra74/xdm) [Xtreme Download Manager](https://xtremedownloadmanager.com/) - A good download manager with fresh UI for Linux.
#### File Sharing
- [![Open-Source Software][oss icon]](https://github.com/mafintosh/airpaste) [airpaste](https://github.com/mafintosh/airpaste) - A 1-1 network pipe that auto discovers other peers using mdns.
- [![Open-Source Software][oss icon]](https://github.com/schollz/croc) [croc](https://schollz.com/blog/croc6/) - Easily and securely send things from one computer to another.
- [CrossFTP](https://www.crossftp.com/ftp-client.htm) - CrossFTP makes it extremely simple to manage the FTP related tasks.
- [D-lan](https://www.d-lan.net/) - A free LAN file sharing software.
- [![Open-Source Software][oss icon]](https://svn.filezilla-project.org/filezilla/FileZilla3/) [Filezilla](https://filezilla-project.org/) - The free FTP solution.
- [![Open-Source Software][oss icon]](https://github.com/localsend/localsend) [LocalSend](https://localsend.org/) - An open-source cross-platform alternative to AirDrop.
- [![Open-Source Software][oss icon]](https://github.com/nitroshare/nitroshare-desktop) [NitroShare](https://nitroshare.net/) - Cross-Platform network file transfer application.
- [![Open-Source Software][oss icon]](https://github.com/micahflee/onionshare) [OnionShare](https://onionshare.org/) - Securely and anonymously share a file of any size.
- [![Open-Source Software][oss icon]](https://github.com/sidneys/pb-for-desktop) [PushBullet for desktop](https://sidneys.github.io/pb-for-desktop/) - The missing Desktop application for Pushbullet.
- [Quazaa](https://sourceforge.net/projects/quazaa/) - A cross platform multi-network peer-to-peer (P2P) file-sharing client.
- [SpiderOak](https://spideroak.com/) - Real-time collaboration for teams and businesses that care about privacy.
- [![Open-Source Software][oss icon]](https://github.com/syncthing/syncthing) [Syncthing](https://syncthing.net/) - Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/World/warp) [Warp](https://apps.gnome.org/app/app.drey.Warp/) - Warp allows you to securely send files to each other via the internet or local network by exchanging a word-based code.
- [![Open-Source Software][oss icon]](https://github.com/linuxmint/warpinator) [Warpinator](https://github.com/linuxmint/warpinator) - Share files across LAN.
- [![Open-Source Software][oss icon]](https://github.com/warner/magic-wormhole) [Wormhole](https://github.com/warner/magic-wormhole) - Get arbitrary-sized files and directories (or short pieces of text) from one computer to another safely.
#### Remote Desktop
- [AnyDesk](https://anydesk.com/en) - AnyDesk ensures secure and reliable remote desktop connections for IT professionals and on-the-go individuals alike.
- [![Open-Source Software][oss icon]](https://github.com/debauchee/barrier/) [Barrier](https://github.com/debauchee/barrier/) - Share mouse and keyboard over the local network.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/connections) [Connections](https://apps.gnome.org/app/org.gnome.Connections/) - Connections allows you to connect to and use other desktops. This can be a great way to access content or software on a different desktop operating system.
- [PushBullet](https://www.pushbullet.com/) - Pushbullet connects your devices, making them feel like one.
- [![Open-Source Software][oss icon]](https://github.com/rustdesk/rustdesk) [Rustdesk](https://rustdesk.com/) - Open source virtual / remote desktop infrastructure for everyone! The open source TeamViewer alternative.
- [Teamviewer](https://www.teamviewer.com/) - PC remote control/remote access software, free for personal use.
#### Torrent Client
- [![Open-Source Software][oss icon]](https://git.deluge-torrent.org/deluge) [Deluge](https://deluge-torrent.org/) - Deluge is a lightweight, Free Software, cross-platform BitTorrent client.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/World/Fragments) [Fragments](https://apps.gnome.org/app/de.haeckerfelix.Fragments/) - Fragments is an easy to use BitTorrent client for the GNOME desktop environment.
- [![Open-Source Software][oss icon]](https://invent.kde.org/network/ktorrent) [KTorrent](https://apps.kde.org/ktorrent/) - KTorrent is a BitTorrent application by KDE which allows you to download files using the BitTorrent protocol.
- [![Open-Source Software][oss icon]](https://github.com/qbittorrent/qBittorrent) [qBittorent](https://www.qbittorrent.org/) - The qBittorrent project aims to provide a Free Software alternative to µTorrent.
- [![Open-Source Software][oss icon]](https://github.com/c0re100/qBittorrent-Enhanced-Edition) [qBittorrent Enhanced Edition](https://github.com/c0re100/qBittorrent-Enhanced-Edition) - qBittorrent Enhanced is fork of qBittorrent that features peer whitelist/blacklist, auto update public tracker list and more.
- [Tixati](https://www.tixati.com/) - Freeware, advanced featured torrent client, a web user interface is included.
- [![Open-Source Software][oss icon]](https://trac.transmissionbt.com/browser/trunk) [Transmission](https://transmissionbt.com/) - Simple, lightweight, multi-platform torrent client.
- [![Open-Source Software][oss icon]](https://github.com/transmission-remote-gui/transgui) [Transmission Remote GUI](https://sourceforge.net/projects/transgui/) - Transmission Remote GUI is a feature rich cross platform front-end to remotely control a Transmission Bit-Torrent client daemon via its RPC protocol.
- [Vuze](https://www.vuze.com) - Vuze is a BitTorrent client used to transfer files via the BitTorrent protocol.
- [![Open-Source Software][oss icon]](https://github.com/webtorrent/webtorrent-desktop) [Web Torrent Desktop](https://webtorrent.io/desktop/) - Web Torrent Desktop is for streaming torrents which connects to both BitTorrent and WebTorrent peers.
### Terminal
- [![Open-Source Software][oss icon]](https://github.com/jwilm/alacritty) [Alacritty](https://alacritty.org/) - A cross-platform, GPU-accelerated terminal emulator.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/raggesilver/blackbox) [Black Box](https://gitlab.gnome.org/raggesilver/blackbox) - A beautiful GTK 4 terminal.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/console) [Console](https://apps.gnome.org/Console/) - A simple user-friendly terminal emulator for the GNOME desktop.
- [![Open-Source Software][oss icon]](https://github.com/contour-terminal/contour/) [Contour](https://github.com/contour-terminal/contour/) - Contour is a modern and actually fast, modal, virtual terminal emulator, for everyday use. It is aiming for power users with a modern feature mindset.
- [![Open-Source Software][oss icon]](https://github.com/Swordfish90/cool-retro-term) [Cool Retro Term](https://github.com/Swordfish90/cool-retro-term) - A good looking terminal that mimicks the old cathode display.
- [![Open-Source Software][oss icon]](https://github.com/GitSquared/edex-ui) [eDEX-UI](https://github.com/GitSquared/edex-ui) - eDEX-UI is a fullscreen, cross-platform terminal emulator and system monitor that looks and feels like a sci-fi computer interface.
- [![Open-Source Software][oss icon]](https://codeberg.org/dnkl/foot) [Foot](https://codeberg.org/dnkl/foot) - A fast, lightweight and minimalistic Wayland terminal emulator
- [![Open-Source Software][oss icon]](https://github.com/ghostty-org/ghostty) [Ghostty](https://ghostty.org/) - Cross-platform, GPU-accelerated terminal emulator. Available for macOS and Linux. Written in Zig.
- [![Open-Source Software][oss icon]](https://github.com/GNOME) [GNOME Terminal](https://help.gnome.org/users/gnome-terminal/stable/) - A widely preinstalled terminal emulator in Linux world.
- [![Open-Source Software][oss icon]](https://github.com/Guake/guake) [Guake](http://guake.org/) - Guake is a top-down terminal for GNOME.
- [![Open-Source Software][oss icon]](https://github.com/zeit/hyper) [Hyper](https://hyper.is/) - A terminal built on web technologies.
- [![Open-Source Software][oss icon]](https://github.com/orhun/kermit) [Kermit](https://github.com/orhun/kermit) - A VTE-based, simple and froggy terminal emulator.
- [![Open-Source Software][oss icon]](https://github.com/kovidgoyal/kitty) [Kitty](https://sw.kovidgoyal.net/kitty/) - Cross-platform, fast, feature full, OpenGL based terminal emulator.
- [![Open-Source Software][oss icon]](https://invent.kde.org/utilities/konsole) [Konsole](https://apps.kde.org/konsole/) - An alternative terminal emulator for KDE desktop environment.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/chergert/ptyxis) [Ptyxis](https://gitlab.gnome.org/chergert/ptyxis) - A terminal for a container-oriented desktop.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/rxvt/) [RXVT](https://rxvt.sourceforge.net/) - A terminal emulator for X11, a popular replacement for the standard ‘xterm’.
- [![Open-Source Software][oss icon]](http://dist.schmorp.de/rxvt-unicode/) [rxvt-unicode](http://software.schmorp.de/pkg/rxvt-unicode.html) - rxvt-unicode is a fork of the well known terminal emulator.
- [![Open-Source Software][oss icon]](https://bazaar.launchpad.net/~dabisu/sakura/sakura/files) [Sakura](https://launchpad.net/sakura) - Simple but powerful libvte based terminal emulator, supporting utf-8 and input methods as provided by gtk+ and pango libraries.
- [![Open-Source Software][oss icon]](https://git.suckless.org/st) [st](https://st.suckless.org) - st is a simple terminal implementation for X.
- [![Open-Source Software][oss icon]](https://github.com/gnome-terminator/terminator) [Terminator](https://github.com/gnome-terminator/terminator) - Feature filled terminal emulator that supports tabs and grids.
- [![Open-Source Software][oss icon]](https://github.com/Eugeny/tabby) [Tabby](https://tabby.sh) - Modern, highly configurable terminal app based on web technologies.
- [![Open-Source Software][oss icon]](https://github.com/billiob/terminology) [Terminology](https://www.enlightenment.org/about-terminology) - The pretty and lightweight terminal from the Enlightenment Desktop, it's highly configurable, it works in X11, under a Wayland compositor and even directly in the framebuffer on Linux. Replace your boring text-mode VT with a graphical one that requires no display system.
- [![Open-Source Software][oss icon]](https://github.com/nonstop/termit) [Termit](https://github.com/nonstop/termit) - Simple terminal emulator based on vte library, extensible via Lua.
- [Termius](https://www.termius.com/) - Cross-platform terminal with built-in SSH and Telnet.
- [![Open-Source Software][oss icon]](https://github.com/lanoxx/tilda) [Tilda](https://github.com/lanoxx/tilda) - A Gtk based drop down terminal for Linux and Unix.
- [![Open-Source Software][oss icon]](https://github.com/gnunn1/tilix) [Tilix](https://gnunn1.github.io/tilix-web/) - A tiling terminal emulator for Linux using GTK+ 3.
- [![Open-Source Software][oss icon]](https://github.com/cosmos72/twin) [Twin](https://github.com/cosmos72/twin/) - Fast, lightweight text-mode window environment with mouse support. Enables multiple terminals in a single Linux console, terminal or X11 window. It can be detached (keeps running in background) and reattached to a different console, terminal or X11 server. Works on Linux, Mac OS X and BSD.
- [![Open-Source Software][oss icon]](https://github.com/saulpw/visidata) [Visidata](https://visidata.org/) - A terminal spreadsheet multitool for discovering and arranging data.
- [![Open-Source Software][oss icon]](https://github.com/warpdotdev/Warp) [Warp](https://www.warp.dev/) - Warp is the intelligent terminal with AI and your dev team's knowledge built-in.
- [![Open-Source Software][oss icon]](https://github.com/wavetermdev/waveterm) [Wave Terminal](https://waveterm.dev/) - Wave is an open-source, AI-native terminal built for seamless developer workflows with inline rendering, a modern UI, and persistent sessions.
- [![Open-Source Software][oss icon]](https://github.com/wez/wezterm) [WezTerm](https://wezfurlong.org/wezterm/) - A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust.
- [![Open-Source Software][oss icon]](https://invisible-island.net/xterm/) [Xterm](https://invisible-island.net/xterm/) - The Xterm program is a terminal emulator for the X Window System. It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that can't use the window system directly.
- [![Open-Source Software][oss icon]](https://invent.kde.org/utilities/yakuake) [Yakuake](https://apps.kde.org/yakuake/) - A Quake-style terminal emulator based on KDE Konsole technology.
- [![Open-Source Software][oss icon]](https://github.com/zellij-org/zellij) [Zellij](https://zellij.dev/) - A terminal workspace and multiplexer. Letting you open several panes and tabs to run different programs, share a terminal session with others and more. Very user friendly and intuitive.
### Text Editors
#### Integrated Development Environment inspired / Common User Access based
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/bluefish/code/HEAD/tree/trunk/bluefish/) [Bluefish](https://bluefish.openoffice.nl/index.html) - Bluefish is a powerful editor targeted towards programmers and web developers, with many options to write websites, scripts and programming code.
- [![Open-Source Software][oss icon]](https://github.com/adobe/brackets) [Brackets](https://brackets.io/) - A modern text editor that understands web design.
- [![Open-Source Software][oss icon]](https://github.com/Alexey-T/CudaText) [CudaText](https://cudatext.github.io/) - CudaText is a cross-platform text editor, written in Object Pascal.
- ![Nonfree][freeware icon]![Nonfree][money icon] [Fleet](https://www.jetbrains.com/fleet) - The Code Editor and IDE for Any Language.
- [![Open-Source Software][oss icon]](https://www.geany.org/Download/Git) [Geany](https://www.geany.org/) - Geany is a text editor using the GTK+ toolkit with basic features of an integrated development environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/gedit) [Gedit](https://wiki.gnome.org/Apps/Gedit) - Gedit is the GNOME text editor. While aiming at simplicity and ease of use, gedit is a powerful general purpose text editor.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gnome-builder) [GNOME Builder](https://wiki.gnome.org/Apps/Builder) - Powerful IDE for modern C / C++ / Bash / JavaScript development, made by Gnome Team. One of the best IDE for C/C++ development (Cmake integrated).
- [![Open-Source Software][oss icon]](https://github.com/helix-editor/helix) [Helix](https://helix-editor.com/) - A post-modern modal text editor.
- [![Open-Source Software][oss icon]](https://kate-editor.org/build-it/) [Kate](https://kate-editor.org/get-it/) - Kate is a multi-document editor part of KDE since release 2.2.
- [![Open-Source Software][oss icon]](https://github.com/Komodo/KomodoEdit) [Komodo Edit](https://www.activestate.com/products/komodo-edit/) - Free and open source multilanguage development environment.
- [![Open-Source Software][oss icon]](https://github.com/lapce/lapce) [Lapce](https://lap.dev/lapce/) - Lightning-fast and Powerful Code Editor written in Rust.
- [![Open-Source Software][oss icon]](https://github.com/LightTable/LightTable) [Lighttable](http://lighttable.com/) - The next generation code editor! Support live coding.
- [![Open-Source Software][oss icon]](https://github.com/pulsar-edit/pulsar) [Pulsar](https://pulsar-edit.dev/) - A Community-led Hyper-Hackable Text Editor, Forked from Atom, built on Electron.
- ![Nonfree][freeware icon]![Nonfree][money icon] [Sublime](https://www.sublimetext.com/) - A very capable text editor with advanced search capabilities, and many powerful plugins to improve its functionality.
- [![Open-Source Software][oss icon]](https://github.com/orbitalquark/textadept) [Textadept](https://orbitalquark.github.io/textadept/) - Minimalist text editor for programmers. Textadept is extensible with Lua programming language.
- [![Open-Source Software][oss icon]](https://github.com/Microsoft/vscode) [VSCode](https://code.visualstudio.com) - Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, OS X and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (C++, C#, Python, PHP, Golang) and runtimes.
- [![Open-Source Software][oss icon]](https://github.com/VSCodium/vscodium) [VSCodium](https://vscodium.com/) - Binary releases of VS Code without MS branding/telemetry/licensing.
- [![Open-Source Software][oss icon]](https://github.com/pkulchenko/ZeroBraneStudio) [ZeroBrane Studio](https://studio.zerobrane.com/) - A mature, lightweight, cross-platform Lua IDE with modern development features.
#### Modal editors & derivatives
- [![Open-Source Software][oss icon]](https://github.com/AstroNvim/AstroNvim) [AstroNvim](https://astronvim.com/) - AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins.
- [![Open-Source Software][oss icon]](https://github.com/doomemacs/doomemacs) [Doom Emacs](https://github.com/doomemacs/doomemacs) - An Emacs framework for the stubborn martian hacker.
- [![Open-Source Software][oss icon]](https://github.com/emacs-mirror/emacs) [Emacs](https://www.gnu.org/software/emacs/) - An extensible, customizable, free/libre text editor — and more.
- [![Open-Source Software][oss icon]](https://github.com/mawww/kakoune) [Kakoune](https://kakoune.org/) - Kakoune code editor - Vim inspired. Faster as in less keystrokes. Multiple selections. Orthogonal design. Has a strong focus on interactivity.
- [![Open-Source Software][oss icon]](https://github.com/LunarVim/LunarVim) [LunarVim](https://www.lunarvim.org/#opinionated) - LunarVim is an opinionated, extensible, and fast IDE layer for Neovim.
- [![Open-Source Software][oss icon]](https://github.com/neovide/neovide/) [Neovide](https://neovide.dev/) - Neovide is a cross-platform GUI for Neovim written in Rust with graphical improvements and more visual flair.
- [![Open-Source Software][oss icon]](https://github.com/neovim/neovim) [Neovim](https://neovim.io/) - Neovim is a fork of Vim aiming to improve user experience, plugins, and GUIs.
- [![Open-Source Software][oss icon]](https://github.com/NvChad/NvChad) [NvChad](https://nvchad.com/) - An attempt to make neovim cli functional like an IDE while being very beautiful and blazing fast.
- [![Open-Source Software][oss icon]](https://github.com/syl20bnr/spacemacs) [Spacemacs](https://www.spacemacs.org/) - A community-driven Emacs distribution.
- [![Open-Source Software][oss icon]](https://github.com/SpaceVim/SpaceVim) [SpaceVim](https://spacevim.org/) - A community-driven modular vim distribution.
- [![Open-Source Software][oss icon]](https://github.com/vim/vim) [Vim](https://www.vim.org) - Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.
#### Other editors
- [![Open-Source Software][oss icon]](https://github.com/zyedidia/micro) [Micro](https://micro-editor.github.io) - Micro is a terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities of modern terminals.
- [![Open-Source Software][oss icon]](http://git.savannah.gnu.org/cgit/nano.git/) [Nano](https://www.nano-editor.org/) - GNU Nano is a text editor which aims to introduce a simple interface and intuitive command options to console based text editing.
- [![Open-Source Software][oss icon]](https://invent.kde.org/utilities/kate) [KWrite](https://apps.kde.org/kwrite/) - KWrite is a text editor by KDE, based on the Kate's editor component.
- [![Open-Source Software][oss icon]](https://github.com/notepadqq/notepadqq) [Notepadqq](https://notepadqq.com/wp/) - Notepadqq is a Notepad++-like editor for the Linux desktop.
- [![Open-Source Software][oss icon]](https://github.com/dail8859/NotepadNext) [Notepad Next](https://github.com/dail8859/NotepadNext) - A cross-platform, reimplementation of Notepad++.
### Utilities
#### Disk Utilities
- [![Open-Source Software][oss icon]](https://github.com/GNOME/brasero) [Brasero](https://wiki.gnome.org/Apps/Brasero) - A capable CD/DVD burner.
- [![Open-Source Software][oss icon]](https://clonezilla.org/related-links/) [Clonezilla](https://clonezilla.org/) - Clonezilla is a partition and disk imaging/cloning program similar to True Image® or Norton Ghost®.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/dban/) [DBAN](https://dban.org/) - Delete information stored on hard disk drives (HDDs) in PC laptops, desktops or servers.
- [![Open-Source Software][oss icon]](https://github.com/imsnif/diskonaut) [Diskonaut](https://github.com/imsnif/diskonaut) - A disk space visualizer and navigator for the terminal.
- [![Open-Source Software][oss icon]](https://github.com/zevv/duc) [Duc](https://duc.zevv.nl/) - Duc, a library and suite of tools for indexing, and visualizing inspecting disk usage.
- [![Open-Source Software][oss icon]](https://github.com/balena-io/etcher) [Etcher](https://etcher.balena.io/) - Flash OS images to SD cards & USB drives, safely and easily.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gparted) [GParted](https://gparted.org/) - Disk Partition utility for Linux.
- [![Open-Source Software][oss icon]](https://github.com/JonMagon/KDiskMark) [KDiskMark](https://github.com/JonMagon/KDiskMark) - A simple open-source disk benchmark tool for Linux distros, similar to CrystalDiskmark on Windows.
- [![Open-Source Software][oss icon]](https://invent.kde.org/utilities/kfloppy) [KFloppy](https://apps.kde.org/kfloppy/) - Graphical utility to format 3.5" and 5.25" floppy disks.
- [![Open-Source Software][oss icon]](https://github.com/mbusb/multibootusb) [MultiBootUSB](https://github.com/mbusb/multibootusb) - MultiBootUSB allows you to install multiple live linux on a USB disk.
- [![Open-Source Software][oss icon]](https://github.com/pop-os/popsicle) [Popsicle](https://github.com/pop-os/popsicle) - Popsicle is a Linux utility for flashing multiple USB devices in parallel, written in Rust.
- [![Open-Source Software][oss icon]](https://github.com/unetbootin/unetbootin) [Unetbootin](https://unetbootin.github.io) - UNetbootin allows you to create bootable Live USB drives for Ubuntu and other Linux distributions. You can either let UNetbootin download one of the many distributions supported out-of-the-box for you, or supply your own Linux .iso file.
- [![Open-Source Software][oss icon]](https://github.com/ventoy/Ventoy) [Ventoy](https://www.ventoy.net/en/index.html) - A new bootable USB solution.
#### System Maintenance
- [![Open-Source Software][oss icon]](https://code.launchpad.net/~teejee2008/apt-toolkit/trunk) [Aptik](https://launchpad.net/apt-toolkit) - A tool for you to organize your Favorite PPAs and manage Packages Easily.
- [![Open-Source Software][oss icon]](https://github.com/TheAssassin/AppImageLauncher) [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher) - Helper application for Linux distributions serving as a kind of "entry point" for running and integrating AppImages.
- [![Open-Source Software][oss icon]](https://github.com/prateekmedia/appimagepool) [AppImage Pool](https://github.com/prateekmedia/appimagepool) - A simple, modern AppImageHub Client.
- [![Open-Source Software][oss icon]](https://github.com/vinifmor/bauh) [bauh](https://github.com/vinifmor/bauh) - Graphical user interface for managing your Linux applications. Supports AppImage, Arch packages (including AUR), Debian packages, Flatpak, Snap and native Web applications.
- [![Open-Source Software][oss icon]](https://github.com/bleachbit/bleachbit) [BleachBit](https://www.bleachbit.org/) - BleachBit quickly frees disk space and tirelessly guards your privacy. Free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and more.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/dconf-editor) [dconf Editor](https://github.com/GNOME/dconf-editor) - Simple configuration storage system - graphical editor.
- [![Open-Source Software][oss icon]](https://gitlab.com/volian/nala) [Nala](https://gitlab.com/volian/nala) - Nala is a front-end for libapt-pkg. Specifically we interface using the python-apt api.Especially for newer users it can be hard to understand what apt is trying to do when installing or upgrading.
- [![Open-Source Software][oss icon]](https://github.com/NixOS/nix) [Nix](https://nixos.org/download.html) - Nix is a powerful package manager for Linux and other Unix systems that makes package management reliable and reproducible.
- [![Open-Source Software][oss icon]](https://github.com/morganamilo/paru) [Paru](https://github.com/morganamilo/paru) - Paru is your standard pacman wrapping AUR helper with lots of features and minimal interaction.
- [![Open-Source Software][oss icon]](https://github.com/sahib/rmlint) [rmlint](https://rmlint.readthedocs.io/en/latest/) - rmlint finds space waste and other broken things on your filesystem and offers to remove it.
- [![Open-Source Software][oss icon]](https://github.com/oguzhaninan/Stacer) [Stacer](https://oguzhaninan.github.io/Stacer-Web/) - The most well known Ubuntu System Optimizer.
- [![Open-Source Software][oss icon]](http://download.savannah.nongnu.org/releases/synaptic/) [Synaptic](https://www.nongnu.org/synaptic/) - Synaptic is a graphical package management program for apt.
- [![Open-Source Software][oss icon]](https://github.com/gerardpuig/ubuntu-cleaner) [UbuntuCleaner](https://github.com/gerardpuig/ubuntu-cleaner) - Ubuntu Cleaner is a tool that makes it easy to clean your Ubuntu system.
- [![Open-Source Software][oss icon]](https://github.com/Jguer/yay) [Yay](https://github.com/Jguer/yay) - Yet another Yogurt - An AUR Helper written in Go.
#### System Monitoring
- [![Open-Source Software][oss icon]](https://github.com/imsnif/bandwhich) [bandwhich](https://github.com/imsnif/bandwhich) - Terminal bandwidth utilization tool.
- [![Open-Source Software][oss icon]](https://gitlab.com/corectrl/corectrl) [CoreCtrl](https://gitlab.com/corectrl/corectrl) - CoreCtrl is a Free and Open Source GNU/Linux application that allows you to control with ease your computer hardware using application profiles. It aims to be flexible, comfortable and accessible to regular users.
- [![Open-Source Software][oss icon]](https://bazaar.launchpad.net/~cpug-devs/cpug/main/files) [CPU-G](https://launchpad.net/cpug) - Easy monitoring the battery life of your Ubuntu laptop.
- [![Open-Source Software][oss icon]](https://github.com/vagnum08/cpupower-gui) [cpupower-gui](https://github.com/vagnum08/cpupower-gui) - Graphical program to easily change the frequency limits and governors of the CPU, similar to cpupower.
- [![Open-Source Software][oss icon]](https://github.com/TheTumultuousUnicornOfDarkness/CPU-X) [CPU-X](https://thetumultuousunicornofdarkness.github.io/CPU-X/) - CPU-X is a Free software that gathers information on CPU, motherboard and more.
- [![Open-Source Software][oss icon]](https://invent.kde.org/utilities/filelight) [Filelight](https://apps.kde.org/filelight/) - Filelight is an application to visualize the disk usage on your computer by showing folders using an easy-to-understand view of concentric rings. Filelight makes it simple to free up space!
- [GD map](https://gdmap.sourceforge.net/) - A tool to visualize disk usage.
- [![Open-Source Software][oss icon]](https://bazaar.launchpad.net/~artfwo/indicator-cpufreq/trunk/files) [indicator-cpufreq](https://launchpad.net/indicator-cpufreq) - It provides the same functionality as the GNOME CPU frequency applet, but doesn't require GNOME panel and works under Unity.
- [![Open-Source Software][oss icon]](https://launchpad.net/ubuntu/+source/indicator-multiload) [indicator-multiload](https://launchpad.net/ubuntu/+source/indicator-multiload) - Graphical system load indicator for CPU, ram, etc.
- [![Open-Source Software][oss icon]](https://github.com/fossfreedom/indicator-sysmonitor) [Indicator-SysMonitor](https://github.com/fossfreedom/indicator-sysmonitor) - An Application Indicator showing cpu temperature, memory, network speed, cpu usage, public IP address and internet connection status.
- [![Open-Source Software][oss icon]](https://g.blicky.net/ncdu.git/) [Ncdu](https://dev.yorhel.nl/ncdu) - A disk usage analyzer with an ncurses interface.
- [![Open-Source Software][oss icon]](https://github.com/KrispyCamel4u/SysMonTask/) [SysMonTask](https://github.com/KrispyCamel4u/SysMonTask/) - Linux system monitor with the compactness and usefulness of windows task manager to allow higher control and monitoring.
- [![Open-Source Software][oss icon]](https://github.com/netdata/netdata) [NetData](https://www.netdata.cloud/) - Next-gen web based real-time performance and health monitoring for physical and virtual servers, containers and IoT devices. It is also a distributed `statsd` server with automatic visualization for APM (applications performance monitoring).
- [![Open-Source Software][oss icon]](https://bazaar.launchpad.net/~indicator-multiload/indicator-multiload/trunk/files) [Systemload](https://launchpad.net/indicator-multiload) - A program that shows current system load in a status bar.
- [![Open-Source Software][oss icon]](https://github.com/vergoh/vnstat) [vnStat](https://humdi.net/vnstat/) - vnStat is a console-based network traffic monitor that uses the network interface statistics provided by the kernel as information source. This means that vnStat won't actually be sniffing any traffic and also ensures light use of system resources regardless of network traffic rate.
#### Other
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/alien-pkg-convert/files/) [Alien Package Converter](https://sourceforge.net/projects/alien-pkg-convert/) - Package converter. Converts between RPM, DPKG, SLP, and TGZ package formats.
- [![Open-Source Software][oss icon]](https://github.com/angryip/ipscan) [Angry IP Scanner](https://angryip.org/) - Fast and friendly network scanner.
- [![Open-Source Software][oss icon]](https://github.com/AntiMicroX/antimicrox/) [AntiMicroX](https://github.com/AntiMicroX/antimicrox/) - Graphical program used to map keyboard buttons and mouse controls to a gamepad. Useful for playing games with no gamepad support.
- [![Open-Source Software][oss icon]](https://git.kernel.org/pub/scm/bluetooth/bluez.git) [BlueZ](https://www.bluez.org/) - Official Linux Bluetooth protocol stack.
- [![Open-Source Software][oss icon]](https://github.com/cheat/cheat) [Cheat](https://github.com/cheat/cheat) - Cheat allows you to create and view interactive cheatsheets on the command-line.
- [![Open-Source Software][oss icon]](https://convertall.bellz.org/download.html) [Convertall](https://sourceforge.net/projects/convertall/) - A program that can convert many units of measurement to other units.
- [![Open-Source Software][oss icon]](https://github.com/chamfay/Curlew) [Curlew](https://github.com/chamfay/Curlew) - A GTK media converter for the GNOME desktop.
- [![Open-Source Software][oss icon]](https://github.com/wimpysworld/deb-get) [deb-get](https://github.com/wimpysworld/deb-get) - Deb-get makes is easy to install and update .debs published in 3rd party apt repositories or made available via direct download on websites or GitHub release pages.
- [![Open-Source Software][oss icon]](https://git.suckless.org/dmenu/) [dmenu](https://tools.suckless.org/dmenu/) - dmenu is a dynamic menu for X, originally designed for dwm. It manages large numbers of user-defined menu items efficiently.
- [![Open-Source Software][oss icon]](https://github.com/dev47apps/droidcam) [Droidcam](https://www.dev47apps.com/) - DroidCam turns your Android device into a wireless webcam for your PC.
- [![Open-Source Software][oss icon]](https://github.com/thjaeger/easystroke) [EasyStroke](https://github.com/thjaeger/easystroke) - Easystroke is a gesture-recognition application for X11.
- [![Open-Source Software][oss icon]](https://github.com/OzymandiasTheGreat/emoji-keyboard) [Emoji Keyboard](https://github.com/OzymandiasTheGreat/emoji-keyboard) - Virtual keyboard-like emoji picker for Linux.
- [![Open-Source Software][oss icon]](https://github.com/sindresorhus/fast-cli) [fast-cli](https://github.com/sindresorhus/fast-cli) - Test your download and upload speed using fast.com.
- [![Open-Source Software][oss icon]](https://github.com/tchx84/flatseal) [Flatseal](https://github.com/tchx84/flatseal) - Flatseal is a graphical utility to review and modify permissions from your Flatpak applications.
- [![Open-Source Software][oss icon]](https://github.com/FreeRDP/FreeRDP) [FreeRDP](https://www.freerdp.com/) - FreeRDP is a free implementation of the Remote Desktop Protocol (RDP).
- [![Open-Source Software][oss icon]](https://charm.sh/apps/) [Glow](https://github.com/charmbracelet/glow) - Render markdown on the CLI, with pizzazz! 💅🏻
- [![Open-Source Software][oss icon]](https://github.com/Simmesimme/Gnome-Pie) [GNOME-Pie](https://schneegans.github.io/gnome-pie.html) - The circular app launcher for Linux desktops.
- [![Open-Source Software][oss icon]](https://github.com/nomic-ai/gpt4all) [GPT4All](https://www.nomic.ai/gpt4all) - gpt4all: an ecosystem of open-source chatbots trained on a massive collection of clean assistant data including code, stories and dialogue
- [![Open-Source Software][oss icon]](https://github.com/gramps-project/gramps) [Gramps](https://gramps-project.org/blog/) - Research, organize and share your family tree with Gramps.
- [![Open-Source Software][oss icon]](https://github.com/GSConnect/gnome-shell-extension-gsconnect) [GSConnect](https://extensions.gnome.org/extension/1319/gsconnect/) - KDE Connect implementation for GNOME.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GabMus/HydraPaper) [HydraPaper](https://hydrapaper.gabmus.org/) - Wallpaper manager with multi monitor support.
- [![Open-Source Software][oss icon]](https://invent.kde.org/network/kdeconnect-kde) [KDE-Connect](https://apps.kde.org/kdeconnect/) - A tool, that allows one to integrate the Linux desktop with an Android smartphone and can be used to send files to and from the phone and the linux desktop, use the phone as a trackpad, control the desktop media player using the phone, and lots more.
- [![Open-Source Software][oss icon]](https://github.com/jordansissel/keynav) [Keynav](https://www.semicomplete.com/projects/keynav/) - Keynav is a piece of an on-going experiment to make pointer-driven interfaces easier and faster for users to operate. It lets you move the pointer quickly to most points on the screen with only a few keystrokes.
- [![Open-Source Software][oss icon]](https://github.com/cheesecakeufo/komorebi) [Komorebi](https://github.com/cheesecakeufo/komorebi) - Komorebi is a background manager for all Linux platforms, provides fully customizable backgrounds that can be tweaked at any time.
- [![Open-Source Software][oss icon]](https://github.com/rastapasta/mapscii) [mapscii](https://github.com/rastapasta/mapscii) - MapSCII is a Braille & ASCII world map renderer for your console.
- [![Open-Source Software][oss icon]](https://github.com/mobile-shell/mosh) [Mosh](https://mosh.org) - Mosh is a Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.
- [![Open-Source Software][oss icon]](https://github.com/nmap/nmap) [Nmap](https://nmap.org/) - Nmap is a free, open-source tool for network exploration, management, and security auditing.
- [![Open-Source Software][oss icon]](https://github.com/jiahaog/nativefier) [Nativefier](https://github.com/jiahaog/nativefier) - Make any web page a desktop application.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/peaextractor/files/) [PeaExtractor](https://sourceforge.net/projects/peaextractor/) A utility designed to unzip files and be as frictionless as possible, and easy to use as possible.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/peazip/files/) [Peazip](https://sourceforge.net/projects/peazip/) - A utility to unzip any of a huge variety of compression formats.
- [![Open-Source Software][oss icon]](https://github.com/pi-hole/pi-hole) [Pi-Hole](https://pi-hole.net) - Network-wide ad blocking via your own Linux hardware, using DNS filtering and re-direction Pi-Hole can block ads on a whole network, so Smartphones and Game Consoles can benefit from it in addition to computers.
- [![Open-Source Software][oss icon]](https://gitlab.freedesktop.org/pipewire/pipewire) [PipeWire](https://pipewire.org/) - PipeWire is a project that aims to greatly improve handling of audio and video under Linux.
- [PlexyDesk](https://www.omgubuntu.co.uk/2016/09/plexydesk-widgets-linux-desktop-ppa) - Plexydesk supports multiple widget workspaces/desktops on Linux.
- [![Open-Source Software][oss icon]](https://github.com/fenrus75/powertop) [Powertop](https://github.com/fenrus75/powertop) - A tool that can help diagnose issues with power consumption in Linux.
- [![Open-Source Software][oss icon]](https://github.com/pulseaudio/pulseaudio) [Pulse Audio](https://wiki.ubuntu.com/PulseAudio) - Improve Linux Audio with customized Profiles.
- [![Open-Source Software][oss icon]](https://github.com/FreeRDP/Remmina) [Remmina](https://remmina.org/) - A feature-rich remote desktop application for Linux and other UNIXes.
- [![Open-Source Software][oss icon]](https://github.com/davatorium/rofi) [rofi](https://github.com/davatorium/rofi) - A window switcher, Application launcher and dmenu replacement.
- [![Open-Source Software][oss icon]](https://github.com/Genymobile/scrcpy) [scrcpy](https://github.com/Genymobile/scrcpy) - Display and control your Android device.
- [![Open-Source Software][oss icon]](https://github.com/pwr-Solaar/Solaar) [Solaar](https://github.com/pwr-Solaar/Solaar) - Logitech Unifying Receiver peripherals manager for Linux.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/sushi) [Sushi](https://gitlab.gnome.org/GNOME/sushi) - Sushi is a quick previewer for Nautilus, the GNOME desktop file manager.
- [![Open-Source Software][oss icon]](https://github.com/JoseExposito/touche) [Touche](https://flathub.org/apps/details/com.github.joseexposito.touche) - Easily configure your touchpad and touchscreen multi-touch gestures using Touchégg with this GTK graphical user interface.
- [![Open-Source Software][oss icon]](https://www.tightvnc.com/download.php) [TightVNC](https://www.tightvnc.com/) - A Free, Lightweight, Fast and Reliable Remote Control / Remote Desktop Software.
- [TLP](https://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html) - An application that can help optimize battery life on Linux.
- [![Open-Source Software][oss icon]](https://github.com/oniony/TMSU) [TMSU](https://tmsu.org/) - TMSU lets you tags your files and then access them through a nifty virtual filesystem from any other application.
- [![Open-Source Software][oss icon]](https://github.com/Kilian/Trimage) [Trimage](https://trimage.org/) - A cross-platform tool for losslessly optimizing PNG and JPG files.
- [![Open-Source Software][oss icon]](https://github.com/adgellida/ubunsys) [Ubunsys](https://github.com/adgellida/ubunsys) - An application designed to allow you to change in-depth system features without the command line.
- [![Open-Source Software][oss icon]](https://github.com/popey/unsnap) [unsnap](https://github.com/popey/unsnap) - Quickly migrate from using snap packages to flatpaks.
- [![Open-Source Software][oss icon]](https://github.com/upscayl/upscayl) [Upscayl](https://www.upscayl.org/) - Free and Open Source AI Image Upscaler.
- [USB network gate](https://www.eltima.com/products/usb-over-ip-linux/) - Allows you to share USB ports over a Network on Linux.
- [![Open-Source Software][oss icon]](https://github.com/varietywalls/variety) [Variety](https://github.com/varietywalls/variety/) - Variety is an open-source wallpaper changer for Linux, packed with great features, yet slim and easy to use.
- [![Open-Source Software][oss icon]](https://gitlab.freedesktop.org/wayland) [Wayland](https://wayland.freedesktop.org/) - Wayland is intended as a simpler replacement for X, easier to develop and maintain.
- [![Open-Source Software][oss icon]](https://github.com/rcaelers/workrave) [Workrave](https://www.workrave.org/) - A program that assists in the recovery and prevention of Repetitive Strain Injury (RSI).
### Video
- [![Open-Source Software][oss icon]](https://github.com/xylosper/bomi) [Bomi Player](https://bomi-player.github.io/) - A powerful and easy-to-use multimedia player.
- [![Open-Source Software][oss icon]](https://github.com/celluloid-player/celluloid) [Celluloid](https://celluloid-player.github.io/) - Simple GTK+ frontend for mpv.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/cheese) [Cheese](https://wiki.gnome.org/Apps/Cheese) - Cheese uses your webcam to take photos and videos, applies fancy special effects and lets you share the fun with others.
- [![Open-Source Software][oss icon]](https://github.com/Rafostar/clapper) [Clapper](https://rafostar.github.io/clapper/) - A GNOME media player built using GJS with GTK4 toolkit and powered by GStreamer with OpenGL rendering.
- [Emby Theater](https://emby.media/emby-theater-linux.html) - Emby Server's official media player.
- [![Open-Source Software][oss icon]](https://github.com/FFmpeg/FFmpeg) [FFmpeg](https://www.ffmpeg.org/) - FFmpeg is a collection of libraries and tools to process multimedia content such as audio, video, subtitles and related metadata.
- [![Open-Source Software][oss icon]](https://invent.kde.org/multimedia/haruna) [Haruna](https://haruna.kde.org/) - Open source video player built with Qt/QML and libmpv.
- [![Open-Source Software][oss icon]](https://github.com/jellyfin/jellyfin-media-player) [Jellyfin Media Player](https://jellyfin.org/) - Jellyfin Desktop Client based on Plex Media Player.
- [![Open-Source Software][oss icon]](https://invent.kde.org/multimedia/kamoso) [Kamoso](https://apps.kde.org/kamoso/) - Kamoso is a simple and friendly program to use your camera. Use it to take pictures and make videos to share.
- [![Open-Source Software][oss icon]](https://github.com/xbmc/xbmc) [Kodi](https://kodi.tv/about/) - An award-winning free and open source (GPL) software media center for playing videos, music, pictures, games, and more.
- [![Open-Source Software][oss icon]](https://github.com/mifi/lossless-cut) [LosslessCut](https://github.com/mifi/lossless-cut) - The swiss army knife of lossless video/audio editing.
- [![Open-Source Software][oss icon]](https://github.com/pculture/miro) [Miro](https://www.getmiro.com/) - Free, and open video, music and internet TV application; it brings video channels from thousands of sources and has more free HD than any other platform.
- [![Open-Source Software][oss icon]](https://github.com/lettier/movie-monad) [Movie Monad](https://lettier.github.io/movie-monad) - A free and simple to use video player made with Haskell.
- [![Open-Source Software][oss icon]](http://www.mplayerhq.hu/design7/dload.html) [MPlayer](http://www.mplayerhq.hu/design7/news.html) - MPlayer is a movie player which runs on many systems, play any kind of videos.
- [![Open-Source Software][oss icon]](https://github.com/mpv-player/mpv) [MPV](https://www.mpv.io) - A free, open source, and cross-platform media player.
- [Plex](https://www.plex.tv/) - Plex is a media server and streaming platform that organizes, streams, and shares your digital media content.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/smplayer/code/HEAD/tree/) [SMPlayer](https://www.smplayer.info/) - Free Media Player with built-in codecs. Play all audio and video formats.
- [![Open-Source Software][oss icon]](https://github.com/Stremio) [Stremio](https://www.stremio.com/) - Stremio is a modern media center that's a one-stop solution for your video entertainment.
- [![Open-Source Software][oss icon]](https://gitlab.com/jonata/subtitld) [Subtitld](https://subtitld.org/) - Subtitld is an open source software to edit, transcribe and create subtitles.
- [SVP](https://www.svp-team.com/w/index.php?title=Main_Page) - SVP allows you to watch any video on your desktop computer using frame interpolation as it is available on high-end TVs and projectors.
- [![Open-Source Software][oss icon]](https://www.videolan.org/vlc/download-sources.html) [VLC](https://www.videolan.org/vlc/index.html) - VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols.
### VPN
- ![Nonfree][money icon][CyberGhost](https://www.cyberghostvpn.com/en_US/) - CyberGhost VPN allows you to surf the Internet freely, as if in disguise, regardless of the type of application you use and from where you log in.
- ![Nonfree][money icon][ExpressVPN](https://www.expressvpn.com/) - ExpressVPN is the worlds fastest VPN service. It is both safe and reliable to watch and stream movies abroad, or simply access your favourite sites.
- ![Nonfree][money icon][IVPN](https://www.ivpn.net/) - IVPN offers a secure VPN service to privacy minded individuals including multi-hop technology and fast bandwidth.
- ![Nonfree][money icon][![Open-Source Software][oss icon]](https://github.com/mozilla-mobile/mozilla-vpn-client) [Mozilla VPN](https://www.mozilla.org/en-US/products/vpn/) - Protect your web history, feel safer on public Wi-Fi, and limit ad tracking by increasing the security of your network connection.
- ![Nonfree][money icon][![Open-Source Software][oss icon]](https://github.com/mullvad/mullvadvpn-app) [Mullvad](https://mullvad.net/en/) - Mullvad is a VPN service that helps keep your online activity, identity, and location private.
- ![Nonfree][money icon][NordVPN](https://nordvpn.com/) - NordVPN gives you military-grade protection online, and you can access all your favorite sites without restriction.
- [![Open-Source Software][oss icon]](https://github.com/OpenVPN) [OpenVPN](https://openvpn.net/) - OpenVPN is a virtual private network (VPN) system that implements techniques to create secure point-to-point or site-to-site connections in routed or bridged configurations and remote access facilities. It implements both client and server applications.
- ![Nonfree][money icon][![Open-Source Software][oss icon]](https://github.com/pia-foss/desktop) [Private Internet Access](https://www.privateinternetaccess.com/) - Private Internet Access provides state of the art, multi-layered security with advanced privacy protection using VPN tunneling.
- ![Nonfree][money icon][![Open-Source Software][oss icon]](https://protonvpn.com/) [ProtonVPN](https://protonvpn.com/) - High-speed Swiss VPN that safeguards your privacy.
- ![Nonfree][money icon][PureVPN](https://www.purevpn.com/) - PureVPN is much more than your usual VPN services provider. It offers unparalleled security and anonymity, making it your only choice for a secure online browsing experience.
- ![Nonfree][money icon][Surfshark](https://surfshark.com/) - All you need in a VPN and more in one easy-to-use app.
- ![Nonfree][money icon][![Open-Source Software][oss icon]](https://github.com/tailscale) [Tailscale](https://tailscale.com/) - Tailscale is a WireGuard-based app that makes secure, private networks easy for teams of any scale.
- ![Nonfree][money icon][![Open-Source Software][oss icon]](https://github.com/Windscribe/Desktop-App) [Windscribe](https://windscribe.net/) - Browse the web privately as it was meant to be.
- [![Open-Source Software][oss icon]](https://www.wireguard.com/repositories/) [WireGuard](https://www.wireguard.com/) - WireGuard is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPsec, while avoiding the massive headache.
### Wiki Software
- [![Open-Source Software][oss icon]](https://github.com/splitbrain/dokuwiki) [DokuWiki](https://www.dokuwiki.org/dokuwiki) - A popular self-hostable wiki software with a large number of plugins.
- [![Open-Source Software][oss icon]](https://git.joeyh.name/git/ikiwiki.git/) [ikiwiki](https://ikiwiki.info/) - ikiwiki is a wiki compiler. It converts wiki pages into HTML pages suitable for publishing on a website. Ikiwiki stores pages and history in a revision control system such as Subversion or Git.
- [![Open-Source Software][oss icon]](https://github.com/Jermolene/TiddlyDesktop) [TiddlyDesktop](https://tiddlywiki.com/#TiddlyDesktop) - A desktop app for TiddlyWiki, an open-source personal wiki written in javascript, great if you're still searching for a good note-taking (and more) app.
- [![Open-Source Software][oss icon]](https://git.launchpad.net/zim) [Zim](https://zim-wiki.org/) - A graphical text editor used to maintain a collection of wiki pages, great for notes and documents. Stored in plain text files for easy version control.
### Others
- [![Open-Source Software][oss icon]](https://displaycal.net/#download) [DisplayCAL](https://displaycal.net/) - Open Source Display Calibration and Characterization powered by ArgyllCMS.
- [![Open-Source Software][oss icon]](https://github.com/fontforge/fontforge) [FontForge](https://fontforge.org/) - Free (libre) font editor for Windows, Mac OS X and GNU+Linux.
- [![Open-Source Software][oss icon]](https://git.launchpad.net/grub-customizer) [GrubCustomizer](https://launchpad.net/grub-customizer) - Grub Customizer is a graphical interface to configure the GRUB2/BURG settings and menuentries.
- [![Open-Source Software][oss icon]](https://invent.kde.org/education/labplot) [Labplot](https://labplot.org/) - LabPlot is a KDE-application for interactive graphing and analysis of scientific data.
- [![Open-Source Software][oss icon]](https://github.com/MycroftAI/mycroft-core) [Mycroft](https://community.openconversational.ai/c/mycroft-project) - Mycroft is a hackable open source voice assistant.
- [![Open-Source Software][oss icon]](https://gitlab.com/CalcProgrammer1/OpenRGB) [OpenRGB](https://openrgb.org/) - Open source RGB lighting control that doesn't depend on manufacturer software. For Windows, Linux, MacOS.
- [![Open-Source Software][oss icon]](https://github.com/libratbag/piper) [Piper](https://github.com/libratbag/piper) - Piper is a GTK+ application to configure gaming mice.
- [![Open-Source Software][oss icon]](https://github.com/polychromatic/polychromatic) [Polychromatic](https://polychromatic.app/) - Graphical front end and tray applet for configuring Razer peripherals on GNU/Linux.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/refind/) [rEFInd](https://www.rodsbooks.com/refind/) - rEFInd is a fork of the rEFIt boot manager. Like rEFIt, rEFInd can auto-detect your installed EFI boot loaders and it presents a pretty GUI menu of boot options.
- [![Open-Source Software][oss icon]](https://github.com/z411/trackma) [trackma](https://z411.github.io/trackma/) - Open multi-site list manager for Unix-like systems.
## Command Line Utilities
### Internet
- [![Open-Source Software][oss icon]](https://github.com/federicotorrielli/Daily-Reddit-Wallpaper) [Daily Reddit Wallpaper](https://federicotorrielli.github.io/Daily-Reddit-Wallpaper/) - Change your wallpaper to the most upvoted image of the day from /r/wallpapers or any other subreddit on system startup.
- [![Open-Source Software][oss icon]](https://github.com/jarun/ddgr) [ddgr](https://github.com/jarun/ddgr) - DuckDuckGo from the command line.
- [![Open-Source Software][oss icon]](https://dnscrypt.info/) [dnscrypt-proxy](https://github.com/DNSCrypt/dnscrypt-proxy) - DNS proxy with support for encrypted DNS protocols,cross platform.
- [![Open-Source Software][oss icon]](https://github.com/mikf/gallery-dl) [gallery-dl](https://github.com/mikf/gallery-dl) - Command-line program to download image galleries and collections from pixiv, exhentai, danbooru and more.
- [![Open-Source Software][oss icon]](https://github.com/jarun/googler) [Googler](https://github.com/jarun/googler) - A program that can Google anything right in the command line.
- [![Open-Source Software][oss icon]](https://i2pd.website/) [i2pd](https://github.com/PurpleI2P/i2pd) - I2P daemon written in C++.
- [![Open-Source Software][oss icon]](https://github.com/garywill/linux-router) [Linux-router](https://github.com/garywill/linux-router) - Set Linux as router in one command. Can share Internet, create WiFi hotspot, or route VM/containers.
- [![Open-Source Software][oss icon]](https://github.com/mps-youtube/mps-youtube) [mps-youtube](https://github.com/mps-youtube/mps-youtube) - A terminal based program for searching, streaming and downloading music. This implementation uses YouTube as a source of content and can play and download video as well as audio.
- [![Open-Source Software][oss icon]](https://gitlab.com/muttmua/mutt) [Mutt](http://www.mutt.org/) - A terminal based mail client with vim keybindings and great flexibility and customizability.
- [![Open-Source Software][oss icon]](https://github.com/newsboat/newsboat) [Newsboat](https://newsboat.org/) - Newsboat is a fork of Newsbeuter, an RSS/Atom feed reader for the text console.
- [![Open-Source Software][oss icon]](https://github.com/orakaro/rainbowstream) [Rainbow Stream](https://github.com/orakaro/rainbowstream) - A smart and nice Twitter client on terminal written in Python.
- [![Open-Source Software][oss icon]](https://gitlab.com/aaronNG/reddio) [reddio](https://gitlab.com/aaronNG/reddio) - A command-line interface for Reddit written in POSIX sh.
- [![Open-Source Software][oss icon]](https://github.com/streamlink/streamlink) [Streamlink](https://streamlink.github.io/) - Streamlink is a CLI utility which pipes video streams from various services into a video player.
- [![Open-Source Software][oss icon]](https://github.com/sdushantha/tmpmail) [tmpmail](https://github.com/sdushantha/tmpmail) - A temporary email right from your terminal written in POSIX sh.
- [![Open-Source Software][oss icon]](https://github.com/soimort/translate-shell) [translate-shell](https://www.soimort.org/translate-shell) - Command-line translator using Google Translate, Bing Translator, Yandex.Translate, etc.
- [![Open-Source Software][oss icon]](https://github.com/vasani-arpit/WBOT) [WBOT](https://github.com/vasani-arpit/WBOT) - A simple CLI based BOT for WhatsApp™ in NodeJS. reply to your friends quickly and have fun along the way.
- [![Open-Source Software][oss icon]](https://github.com/iamtalhaasghar/yewtube) [yewtube](https://github.com/iamtalhaasghar/yewtube) - Terminal based YouTube player and downloader. No Youtube API key required. Forked from mps-youtube. Can be installed using pip as described [here](https://github.com/iamtalhaasghar/yewtube#using-pip).
- [![Open-Source Software][oss icon]](https://github.com/rg3/youtube-dl) [youtube-dl](https://rg3.github.io/youtube-dl/) - youtube-dl is a command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter (2.6, 2.7, or 3.2+), and it is not platform specific.
- [![Open-Source Software][oss icon]](https://github.com/yt-dlp/yt-dlp) [yt-dlp](https://github.com/yt-dlp/yt-dlp) - A youtube-dl fork with additional features and fixes.
- [![Open-Source Software][oss icon]](https://github.com/deepjyoti30/ytmdl) [ytmdl](https://github.com/deepjyoti30/ytmdl) - A simple app to get songs from YouTube in mp3 format with artist name, album name etc from sources like iTunes, Spotify, LastFM, Deezer, Gaana etc.
### System Info / Monitoring
- [![Open-Source Software][oss icon]](https://github.com/AdnanHodzic/auto-cpufreq) [auto-cpufreq](https://github.com/AdnanHodzic/auto-cpufreq) - Automatic CPU speed & power optimizer for Linux.
- [![Open-Source Software][oss icon]](https://github.com/ClementTsang/bottom) [bottom](https://clementtsang.github.io/bottom/nightly/) - Yet another cross-platform graphical process/system monitor.
- [![Open-Source Software][oss icon]](https://github.com/aristocratos/bpytop) [bpytop](https://github.com/aristocratos/bpytop) - Resource monitor that shows usage and stats for processor, memory, disks, network and processes. Python port and continuation of bashtop.
- [![Open-Source Software][oss icon]](https://github.com/aristocratos/btop) [btop](https://github.com/aristocratos/btop) - Resource monitor that shows usage and stats for processor, memory, disks, network and processes.
- [![Open-Source Software][oss icon]](https://github.com/fastfetch-cli/fastfetch) [Fastfetch](https://github.com/fastfetch-cli/fastfetch/) - Fastfetch is a Neofetch-like tool for fetching system information and displaying it prettily. It is written mainly in C, with performance and customizability in mind.
- [![Open-Source Software][oss icon]](https://github.com/nicolargo/glances) [Glances](https://nicolargo.github.io/glances/) - Glances is a system monitoring terminal application that shows you your disk usage, ram usage, and cpu usage in a very friendly way using the Ncurses programming library. It is tolerant to windows resizing, and very low on system ram usage.
- [![Open-Source Software][oss icon]](https://github.com/aksakalli/gtop) [gtop](https://github.com/aksakalli/gtop) - A system monitoring dashboard for terminal. Think 'graphical top', with bar charts, line graphs, pie charts, and etc.
- [![Open-Source Software][oss icon]](https://github.com/hishamhm/htop) [htop](https://htop.dev/) - An interactive process viewer for Unix systems with improved features and user experience.
- [![Open-Source Software][oss icon]](https://github.com/sharkdp/hyperfine) [hyperfine](https://github.com/sharkdp/hyperfine) - A command-line benchmarking tool.
- [![Open-Source Software][oss icon]](https://github.com/orhun/kmon) [kmon](https://kmon.cli.rs/) - Linux Kernel Manager and Activity Monitor.
- [![Open-Source Software][oss icon]](https://github.com/Syllo/nvtop) [NVTOP](https://github.com/Syllo/nvtop) - GPUs process monitoring for AMD, Intel and NVIDIA.
- [![Open-Source Software][oss icon]](https://github.com/dylanaraps/pfetch) [pfetch](https://github.com/dylanaraps/pfetch) - A pretty system information tool written in POSIX sh.
- [![Open-Source Software][oss icon]](https://github.com/KittyKatt/screenFetch) [screenFetch](https://github.com/KittyKatt/screenFetch) - Fetches system/theme information in terminal for Linux desktop screenshots.
- [![Open-Source Software][oss icon]](https://github.com/amanusk/s-tui) [s-tui](https://amanusk.github.io/s-tui/) - s-tui is an UI for monitoring your computer's CPU temperature, frequency and utilization in a graphical way from the terminal.
### Tools
- [![Open-Source Software][oss icon]](https://github.com/FiloSottile/age) [Age](https://github.com/FiloSottile/age) - Simple, Modern, Secure encryption tool.
- [![Open-Source Software][oss icon]](https://github.com/sharkdp/bat) [bat](https://github.com/sharkdp/bat) - A cat clone with syntax highlighting and Git integration.
- [![Open-Source Software][oss icon]](https://github.com/Canop/broot) [broot](https://dystroy.org/broot/) - A new way to see and navigate directory trees.
- [![Open-Source Software][oss icon]](https://github.com/jarun/Buku) [Buku](https://github.com/jarun/Buku) - A Command line bookmark manager.
- [![Open-Source Software][oss icon]](https://github.com/owenthereal/ccat) [ccat](https://github.com/owenthereal/ccat) - Colorizing `cat`.
- [![Open-Source Software][oss icon]](https://github.com/Slackadays/Clipboard) [Clipboard](https://github.com/Slackadays/Clipboard) - Cut, copy, and paste anything, anywhere, anytime.
- [![Open-Source Software][oss icon]](https://github.com/AlDanial/cloc) [Cloc](https://github.com/AlDanial/cloc) - Count Lines of Code: cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
- [![Open-Source Software][oss icon]](https://github.com/athityakumar/colorls) [Color LS](https://github.com/athityakumar/colorls) - Color Ls is a Ruby Gem that spices up the ls command and shows more visually than ls does without additional commands.
- [![Open-Source Software][oss icon]](https://github.com/maaslalani/draw) [draw](https://github.com/maaslalani/draw) - Draw in your terminal.
- [![Open-Source Software][oss icon]](https://github.com/muesli/duf) [duf](https://github.com/muesli/duf) - Disk Usage/Free Utility - a better 'df' alternative.
- [![Open-Source Software][oss icon]](https://github.com/eza-community/eza) [eza](https://eza.rocks/) - eza is a modern replacement for ls, written in Rust.
- [![Open-Source Software][oss icon]](https://github.com/sharkdp/fd) [fd](https://github.com/sharkdp/fd) - A simple, fast and user-friendly alternative to 'find'.
- [![Open-Source Software][oss icon]](https://github.com/LubuntuFu/fishfry) [Fishfry](https://github.com/LubuntuFu/fishfry) - Replaces fish history with a history tailored to pentesters for efficiency and newbie pentesters for learning.
- [![Open-Source Software][oss icon]](https://github.com/junegunn/fzf) [fzf](https://github.com/junegunn/fzf) - A general-purpose command-line fuzzy finder with interactive filter and preview feature for things like files, command history, git commits, hostnames, etc.
- [![Open-Source Software][oss icon]](https://github.com/sindresorhus/fkill-cli) [fkill](https://github.com/sindresorhus/fkill-cli) - Fabulously kill processes. Cross-platform.
- [![Open-Source Software][oss icon]](https://github.com/heppu/gkill) [Gkill](https://github.com/heppu/gkill) - An interactive process killer for Linux.
- [![Open-Source Software][oss icon]](https://github.com/orf/gping) [gping](https://github.com/orf/gping) - ping but with graph, cross platform.
- [![Open-Source Software][oss icon]](https://github.com/oguzhaninan/korkut) [korkut](https://github.com/oguzhaninan/korkut) - Quick and simple image processing at the command line.
- [![Open-Source Software][oss icon]](https://github.com/nojhan/liquidprompt) [Liquidprompt](https://github.com/nojhan/liquidprompt) - A full-featured & carefully designed adaptive prompt for Bash & Zsh.
- [![Open-Source Software][oss icon]](https://github.com/busyloop/lolcat) [lolcat](https://github.com/busyloop/lolcat) - Displays text in rainbow colors.
- [![Open-Source Software][oss icon]](https://github.com/Peltoche/lsd) [lsd](https://github.com/Peltoche/lsd) - The next gen ls command.
- [![Open-Source Software][oss icon]](https://ezix.org/src/pkg/lshw) [lshw](https://ezix.org/project/wiki/HardwareLiSter) - Hardware Lister for Linux.
- [![Open-Source Software][oss icon]](https://github.com/denisidoro/navi) [navi](https://github.com/denisidoro/navi) - An interactive cheatsheet tool for the command-line.
- [![Open-Source Software][oss icon]](https://github.com/o2sh/onefetch) [Onefetch](https://onefetch.dev/) - Git repository summary on your terminal.
- [![Open-Source Software][oss icon]](https://github.com/facebook/PathPicker) [PathPicker](https://github.com/facebook/PathPicker) - A command that lets you select files that were output from a previous command in the command line, so you can then run another command or edit them.
- [![Open-Source Software][oss icon]](https://github.com/dylanaraps/pywal) [pywal](https://github.com/dylanaraps/pywal) - pywal is a script that takes an image (or a directory of images), generates a colorscheme (using imagemagick) and then changes all of your open terminal's colors to the new colorscheme on the fly, allowing you to have your terminal colors change with your wallpaper, or other criteria.
- [![Open-Source Software][oss icon]](https://github.com/BurntSushi/ripgrep) [ripgrep](https://github.com/BurntSushi/ripgrep) - Ripgrep is a line-oriented search tool that recursively searches the current directory for a regex pattern.
- [![Open-Source Software][oss icon]](https://github.com/maaslalani/slides) [slides](https://maaslalani.com/slides/) - Terminal based presentation tool.
- [![Open-Source Software][oss icon]](https://github.com/ggreer/the_silver_searcher) [The Silver Searcher / Ag](https://geoff.greer.fm/ag/) - A code-searching tool similar to ack, but faster.
- [![Open-Source Software][oss icon]](https://starship.rs/) [Starship](https://github.com/starship/starship) - A minimal, blazingly fast and infinitely customizable prompt for any shell, cross-platform.
- [![Open-Source Software][oss icon]](https://github.com/nvbn/thefuck) [TheFuck](https://github.com/nvbn/thefuck) - Magnificent app which corrects your previous console command.
- [![Open-Source Software][oss icon]](https://github.com/tldr-pages/tldr) [tldr-pages](https://tldr.sh/) - The tldr-pages project is a collection of community-maintained help pages for command-line tools, that aims to be a simpler, more approachable complement to traditional man pages.
- [![Open-Source Software][oss icon]](https://github.com/dbrgn/tealdeer) [tealdeer](https://tealdeer-rs.github.io/tealdeer/) - A very fast implementation of tldr written in Rust.
- [![Open-Source Software][oss icon]](https://github.com/tmux/tmux) [Tmux](https://github.com/tmux/tmux) - It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal. And do a lot more.
- [![Open-Source Software][oss icon]](https://github.com/jml/undistract-me) [undistract-me](https://github.com/jml/undistract-me) - A command line program that plays a sound or sends a notification when a long command has finished running in the command line.
- [![Open-Source Software][oss icon]](https://github.com/hashicorp/vagrant) [vagrant](https://www.vagrantup.com/) - Vagrant is a tool for building and distributing development environments.
- [![Open-Source Software][oss icon]](https://github.com/charmbracelet/vhs) [VHS](https://github.com/charmbracelet/vhs) - Your CLI home video recorder vhs
- [wicd-curses](https://wiki.archlinux.org/index.php/wicd#Running_Wicd_in_Text_Mode) - Command line WiFi connection manager.
- [![Open-Source Software][oss icon]](https://github.com/BurntSushi/xsv) [xsv](https://github.com/BurntSushi/xsv) - A fast CSV command line toolkit written in Rust.
- [![Open-Source Software][oss icon]](https://github.com/skywind3000/z.lua) [z.lua](https://github.com/skywind3000/z.lua) - A new cd command that helps you navigate faster by learning your habits.
- [![Open-Source Software][oss icon]](https://github.com/ajeetdsouza/zoxide) [zoxide](https://github.com/ajeetdsouza/zoxide) - A better way to navigate your filesystem written in Rust.
## Custom Linux Kernels
- [![Open-Source Software][oss icon]](https://linux-libre.fsfla.org/pub/linux-libre/releases/) [GNU Linux-libre](https://www.fsfla.org/ikiwiki/selibre/linux-libre/) - GNU Linux-libre is a project to maintain and publish 100% Free distributions of Linux, suitable for use in Free System Distributions.
- [![Open-Source Software][oss icon]](https://github.com/anthraxx/linux-hardened) [Linux-Hardened](https://github.com/anthraxx/linux-hardened) - A security-focused Linux kernel applying a set of hardening patches to mitigate kernel and userspace exploits. It also enables more upstream kernel hardening features than linux.
- [![Open-Source Software][oss icon]](https://github.com/Frogging-Family/linux-tkg) [linux-tkg](https://github.com/Frogging-Family/linux-tkg) - Scripts to automatically download, patch and compile the Linux Kernel from the official Linux git repository, with a selection of patches aiming for better desktop/gaming experience.
- [![Open-Source Software][oss icon]](https://github.com/damentz/liquorix-package) [Liquorix](https://liquorix.net) - Liquorix is a distro kernel replacement built using the best configuration and kernel sources for desktop, multimedia, and gaming workloads.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/xanmod/) [XanMod](https://xanmod.org/) - XanMod is a general-purpose Linux kernel distribution with custom settings and new features. Built to provide a stable, responsive and smooth desktop experience.
- [![Open-Source Software][oss icon]](https://github.com/zen-kernel/zen-kernel) [Zen](https://github.com/zen-kernel/zen-kernel) - Result of a collaborative effort of kernel hackers to provide the best Linux kernel possible for everyday systems.
## Desktop Environments
- [![Open-Source Software][oss icon]](https://github.com/BuddiesOfBudgie/budgie-desktop) [Budgie](https://buddiesofbudgie.org/) - Budgie is a desktop environment designed with the modern user in mind, it focuses on simplicity and elegance.
- [![Open-Source Software][oss icon]](https://github.com/linuxmint/Cinnamon) [Cinnamon](https://projects.linuxmint.com/cinnamon/) - Cinnamon strives to provide a traditional user experience. Cinnamon is a fork of GNOME 3.
- [![Open-Source Software][oss icon]](https://github.com/pop-os/cosmic-epoch) [COSMIC](https://system76.com/cosmic) - COSMIC is a desktop environment offering performance, efficiency, and personalization to empower a wide variety of use cases.
- [![Open-Source Software][oss icon]](https://github.com/linuxdeepin/dde-file-manager/tree/develop2.0) [Deepin DE](https://www.deepin.org/en/dde/) - DDE (Deepin Desktop Environment) is the default desktop environment originally created for the Linux Deepin distribution.
- [![Open-Source Software][oss icon]](https://git.enlightenment.org/enlightenment/efl) [Enlightenment](https://www.enlightenment.org/about) - A lightweight and pretty desktop environment that is designed to run fast and look good, while retaining a large degree of customization.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME) [GNOME](https://www.gnome.org/) - The GNOME desktop environment is an attractive and intuitive desktop with both a modern (GNOME) and a classic (GNOME Classic) session.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/gnome-flashback) [GNOME Flashback](https://wiki.gnome.org/Projects/GnomeFlashback) - GNOME Flashback is a shell for GNOME 3 which was initially called GNOME fallback mode. The desktop layout and the underlying technology is similar to GNOME 2.
- [![Open-Source Software][oss icon]](https://invent.kde.org/plasma/plasma-desktop) [KDE Plasma](https://www.kde.org/plasma-desktop) - The KDE Plasma desktop environment is a familiar working environment. Plasma Desktop offers all the tools required for a modern desktop computing experience so you can be productive right from the start.
- [![Open-Source Software][oss icon]](https://github.com/lxde) [LXDE](https://lxde.org/) - The Lightweight X11 Desktop Environment is a fast and energy-saving desktop environment.
- [![Open-Source Software][oss icon]](https://github.com/lxqt/lxqt) [LXQt](https://lxqt-project.org/) - LXQt is the Qt port and the upcoming version of LXDE, the Lightweight Desktop Environment.
- [![Open-Source Software][oss icon]](https://github.com/mate-desktop/) [Mate](https://mate-desktop.com/) - Mate provides an intuitive and attractive desktop to Linux users using traditional metaphors. MATE is a fork of GNOME 2.
- [![Open-Source Software][oss icon]](https://elementary.io/) [Pantheon](https://elementary.io/) - Pantheon is the default desktop environment originally created for the elementary OS distribution.
- [![Open-Source Software][oss icon]](https://github.com/ukui/ukui-desktop-environment) [UKUI](https://www.ukui.org/) - UKUI is a desktop environment for Linux distributions and other UNIX-like operating systems, originally developed for Ubuntu Kylin, and written using the Qt framework.
- [![Open-Source Software][oss icon]](https://gitlab.com/ubports/development/core/lomiri) [Lomiri](https://lomiri.com/) - A convergent desktop environment.
- [![Open-Source Software][oss icon]](https://github.com/xfce-mirror) [Xfce](https://www.xfce.org/) - Xfce embodies the traditional UNIX philosophy of modularity and re-usability.
## Display manager
### Console
- [![Open-Source Software][oss icon]](https://github.com/evertiro/cdm) [CDM](https://github.com/evertiro/cdm) - A ultra-minimalistic, yet full-featured login manager written in Bash.
- [![Open-Source Software][oss icon]](https://github.com/dopsi/console-tdm) [Console TDM](https://github.com/dopsi/console-tdm) - An extension for xinit written in pure Bash.
- [![Open-Source Software][oss icon]](https://github.com/coastalwhite/lemurs) [Lemurs](https://github.com/coastalwhite/lemurs) - A customizable TUI display/login manager written in Rust.
- [![Open-Source Software][oss icon]](https://github.com/cylgom/ly) [Ly](https://github.com/cylgom/ly) - Ly is a lightweight, TUI (ncurses-like) display manager for Linux.
- [![Open-Source Software][oss icon]](https://github.com/spanezz/nodm) [nodm](https://github.com/spanezz/nodm) - A minimalistic display manager for automatic logins.
### Graphic
- [![Open-Source Software][oss icon]](https://github.com/tomas/entrance) [Entrance](https://enlightenment.org) - An EFL based display manager, highly experimental.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gdm) [GDM](https://wiki.gnome.org/Projects/GDM) - The GNOME display manager.
- [![Open-Source Software][oss icon]](https://github.com/canonical/lightdm) [LightDM](https://www.freedesktop.org/wiki/Software/LightDM) - A cross-desktop display manager, can use various front-ends written in any toolkit.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/lxdm/code/ci/master/tree/) [LXDM](https://sourceforge.net/projects/lxdm/) - The LXDE display manager. Can be used independent of the LXDE desktop environment.
- [![Open-Source Software][oss icon]](https://github.com/linuxmint/mdm) [MDM](https://github.com/linuxmint/mdm) - The MDM display manager, used in Linux Mint, a fork of GDM 2.
- [![Open-Source Software][oss icon]](https://github.com/sddm/sddm) [SDDM](https://github.com/sddm/sddm) - The QML-based display manager and successor to KDE4's kdm; recommended for Plasma 5 and LXQt.
- [![Open-Source Software][oss icon]](https://github.com/gsingh93/slim-display-manager) [SLiM](https://sourceforge.net/projects/slim.berlios/) - Lightweight and elegant graphical login solution. (Discontinued)
- [![Open-Source Software][oss icon]](https://github.com/bbidulock/xdm) [XDM](https://www.x.org/archive/X11R7.5/doc/man/man1/xdm.1.html) - The X display manager with support for XDMCP, and host chooser.
## Window Managers
### Compositors
- [![Open-Source Software][oss icon]](https://github.com/yshui/picom) [Picom](https://github.com/yshui/picom) - Picom is a standalone composite manager, suitable for use with window managers that do not natively provide compositing functionality.
- [![Open-Source Software][oss icon]](https://github.com/Plagman/gamescope) [Gamescope](https://github.com/Plagman/gamescope) - Gamescope is a micro-compositor that provides a sandboxed Xwayland desktop with independent input, resolution, and refresh rate.
- [![Open-Source Software][oss icon]](https://github.com/hyprwm/Hyprland) [Hyprland](https://hyprland.org/) - Hyprland is a dynamic tiling Wayland compositor that doesn't sacrifice on its looks.
- [![Open-Source Software][oss icon]](https://github.com/riverwm/river) [River](https://github.com/riverwm/river) - River is a dynamic tiling Wayland compositor with flexible runtime configuration.
- [![Open-Source Software][oss icon]](https://github.com/swaywm/sway) [Sway](https://swaywm.org) - Sway is tiling Wayland compositor and a drop-in replacement for the i3 window manager for X11.
- [![Open-Source Software][oss icon]](https://github.com/WayfireWM/wayfire) [Wayfire](https://wayfire.org/) - Wayfire is a wayland compositor based on wlroots. It aims to create a customizable, extendable and lightweight environment without sacrificing its appearance.
- [![Open-Source Software][oss icon]](https://cgit.freedesktop.org/xorg/app/xcompmgr) [Xcompmgr](https://cgit.freedesktop.org/xorg/app/xcompmgr) - Xcompmgr is a simple composite manager capable of rendering drop shadows and, with the use of the transset utility, primitive window transparency.
### Stacking Window Managers
- [![Open-Source Software][oss icon]](https://github.com/venam/2bwm) [2bwm](https://github.com/venam/2bwm) - A fast floating WM, with the particularity of having 2 borders, written over the XCB library and derived from mcwm.
- [![Open-Source Software][oss icon]](https://github.com/bbidulock/blackboxwm) [Blackbox](https://github.com/bbidulock/blackboxwm) - A fast, lightweight window manager for the X Window System, without all those annoying library dependencies.
- [![Open-Source Software][oss icon]](https://github.com/fluxbox/fluxbox) [Fluxbox](http://fluxbox.org) - A window manager for X that was based on the Blackbox 0.61.1 code.
- [![Open-Source Software][oss icon]](https://github.com/ice-wm/icewm) [IceWM](https://ice-wm.org) - A window manager for the X Window System. The goal of IceWM is speed, simplicity, and not getting in the user’s way.
- [![Open-Source Software][oss icon]](https://github.com/danakj/openbox) [Openbox](http://openbox.org) - A highly configurable, next generation window manager with extensive standards support.
### Tiling Window Managers
- [![Open-Source Software][oss icon]](https://github.com/Bismuth-Forge/bismuth) [Bismuth](https://bismuth-forge.github.io/bismuth/) - Making tiling window management easy. On KDE Plasma.
- [![Open-Source Software][oss icon]](https://github.com/baskerville/bspwm) [Bspwm](https://github.com/baskerville/bspwm/wiki) - Bspwm is a tiling window manager that represents windows as the leaves of a full binary tree.
- [![Open-Source Software][oss icon]](https://github.com/herbstluftwm/herbstluftwm) [Herbstluftwm](https://herbstluftwm.org) - Is a Manual tiling window manager for X11 using Xlib and Glib.
- [![Open-Source Software][oss icon]](https://github.com/i3/i3) [i3 WM](https://i3wm.org/) - A better tiling and dynamic window manager. It's completely written from scratch. The target platforms are GNU/Linux and BSD operating systems.
- [![Open-Source Software][oss icon]](https://github.com/pop-os/shell) [Pop!\_OS Shell](https://github.com/pop-os/shell) - Pop Shell is a keyboard-driven auto-tiling window manager that run on top of the GNOME shell.
- [![Open-Source Software][oss icon]](https://github.com/qtile/qtile) [Qtile](https://qtile.org/) - Qtile is a full-featured, hackable tiling window manager written and configured in Python.
### Dynamic Window Managers
- [![Open-Source Software][oss icon]](https://github.com/awesomeWM/awesome) [awesome](https://awesomewm.org) - A highly configurable, next generation framework window manager for X.
- [![Open-Source Software][oss icon]](https://github.com/cdown/dwm) [dwm](https://dwm.suckless.org) - A dynamic window manager for X. It manages windows in tiled, monocle and floating layouts.
- [![Open-Source Software][oss icon]](https://github.com/esjeon/krohnkite) [Kröhnkite](https://github.com/esjeon/krohnkite) - A dynamic tiling extension for KWin.
- [![Open-Source Software][oss icon]](https://github.com/conformal/spectrwm) [spectrwm](https://github.com/conformal/spectrwm) - A small dynamic tiling window manager for X11, largely inspired by xmonad and dwm.
- [![Open-Source Software][oss icon]](https://github.com/codic12/worm) [Worm](https://github.com/codic12/worm) - A dynamic, tag-based window manager written in Nim.
- [![Open-Source Software][oss icon]](https://github.com/xmonad/xmonad) [xmonad](https://xmonad.org) - A dynamically tiling X11 window manager that is written and configured in Haskell.
## Linux News, Apps, and more:
- [9To5Linux](https://9to5linux.com/)
- [AllTop](https://linux.alltop.com/)
- [ArchiveOS](https://archiveos.org/linux/)
- [Are We Anti-Cheat Yet?](https://areweanticheatyet.com/)
- [Dedoimedo](https://www.dedoimedo.com/)
- [DistroTube](https://distrotube.com/)
- [DistroWatch](https://distrowatch.com/)
- [FAMILUG](https://www.familug.org/)
- [GamingOnLinux](https://www.gamingonlinux.com/)
- [How-To Geek](https://www.howtogeek.com/category/linux/)
- [ITSFOSS](https://itsfoss.com/)
- [Lemmy c/Linux](https://lemmy.ml/c/linux)
- [Liliputing](https://liliputing.com/)
- [LinuxHandbook](https://linuxhandbook.com/)
- [LinuxLinks](https://www.linuxlinks.com/)
- [Linux official](https://www.linux.com/)
- [LinuxStans](https://linuxstans.com/)
- [Linux Timeline](https://github.com/FabioLolix/LinuxTimeline/releases)
- [LWN](https://lwn.net/)
- [Make use of](https://www.makeuseof.com/service/linux/)
- [Nixcraft forum](https://www.nixcraft.com/)
- [Nixcraft](https://www.cyberciti.biz/)
- [Noobslab](https://www.noobslab.com/)
- [OMG!Linux](https://www.omglinux.com/)
- [OMG!Ubuntu](https://www.omgubuntu.co.uk/)
- [Open Source](https://opensource.com/)
- [Phoronix](https://www.phoronix.com/)
- [ProtonDB](https://www.protondb.com/)
- [Repology](https://repology.org/)
- [Slashdot](https://linux.slashdot.org/)
- [TecMint](https://www.tecmint.com/)
- [UbuntuHandbook](https://ubuntuhandbook.org/)
- [Unixmen](https://www.unixmen.com/)
- [Webupd8](http://www.webupd8.org/)
- [WineDB](https://appdb.winehq.org/)
## Reddit
- [AlmaLinux](https://www.reddit.com/r/AlmaLinux/)
- [Arch Linux](https://www.reddit.com/r/archlinux/)
- [Asahi Linux](https://www.reddit.com/r/AsahiLinux/)
- [AwesomeWM](https://www.reddit.com/r/awesomewm/)
- [CentOS](https://www.reddit.com/r/CentOS/)
- [Cinnamon DE](https://www.reddit.com/r/CinnamonDE/)
- [Command Line](https://www.reddit.com/r/commandline/)
- [Debian](https://www.reddit.com/r/debian/)
- [Deepin](https://www.reddit.com/r/deepin/)
- [elementary OS](https://www.reddit.com/r/elementaryos/)
- [EndeavourOS](https://www.reddit.com/r/EndeavourOS/)
- [Fedora](https://www.reddit.com/r/Fedora/)
- [FreeBSD](https://www.reddit.com/r/freebsd/)
- [Garuda Linux](https://www.reddit.com/r/GarudaLinux/)
- [Gentoo Linux](https://www.reddit.com/r/Gentoo/)
- [GNOME](https://www.reddit.com/r/gnome/)
- [Haiku](https://www.reddit.com/r/haikuOS/)
- [i3 Window Manager](https://www.reddit.com/r/i3wm/)
- [Kali Linux](https://www.reddit.com/r/Kalilinux/)
- [KDE](https://www.reddit.com/r/kde/)
- [Kubuntu](https://www.reddit.com/r/Kubuntu/)
- [Linux4Noobs](https://www.reddit.com/r/linux4noobs/)
- [Linux](https://www.reddit.com/r/linux/)
- [Linux From Scratch](https://www.reddit.com/r/linuxfromscratch/)
- [Linux Gaming](https://www.reddit.com/r/linux_gaming/)
- [Linux Hardware](https://www.reddit.com/r/linuxhardware/)
- [Linux Kernel](https://www.reddit.com/r/kernel/)
- [Linux Mint](https://www.reddit.com/r/linuxmint/)
- [Linux Questions](https://www.reddit.com/r/linuxquestions/)
- [Manjaro](https://www.reddit.com/r/ManjaroLinux/)
- [Nix](https://www.reddit.com/r/Nix/)
- [NixOS](https://www.reddit.com/r/NixOS/)
- [Open Source](https://www.reddit.com/r/opensource/)
- [openSUSE](https://www.reddit.com/r/openSUSE/)
- [Pop!\_OS](https://www.reddit.com/r/pop_os/)
- [Qubes OS](https://www.reddit.com/r/Qubes/)
- [Red Hat](https://www.reddit.com/r/redhat/)
- [Rocky Linux](https://www.reddit.com/r/RockyLinux/)
- [Slackware](https://www.reddit.com/r/slackware/)
- [Solus Project](https://www.reddit.com/r/SolusProject/)
- [Sway Window Manager](https://www.reddit.com/r/swaywm/)
- [Tails](https://www.reddit.com/r/tails/)
- [Ubuntu](https://www.reddit.com/r/Ubuntu/)
- [Unix Porn](https://www.reddit.com/r/unixporn/)
- [Void Linux](https://www.reddit.com/r/voidlinux/)
- [Whonix](https://www.reddit.com/r/Whonix/)
- [Xfce](https://www.reddit.com/r/xfce/)
- [Xubuntu](https://www.reddit.com/r/xubuntu/)
- [Zorin OS](https://www.reddit.com/r/zorinos/)
## Contributors
Feito com [contrib.rocks](https://contrib.rocks).
Thanks to [**All of Github contributors**](https://github.com/luong-komorebi/Awesome-Linux-Software/graphs/contributors) for making this list possible and
_Everyone @ reddit.com/r/linux & reddit.com/r/ubuntu & vozforums.com & other forums for many suggestions and compliments_
...
**[⬆ back to top](#table-of-contents)**
## Guidelines to contribute
> Simply put the name of the **application** in the list.
> Link to its **homepage** or a **guide** on how to install it.
> Also write a **short description** for the application + add **icon**.
> Make sure it is put under the **appropriate topic**.
> If the application doesn't fit in any **existing topic**, make a **new one** for it.
> Ensure everything is **alphabetically sorted**.
## Unsure how to contribute?
- [How to Use Github](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project)
- [How to Git from the Command Line](https://rogerdudler.github.io/git-guide/)
- [What is Markdown?](https://github.com/luong-komorebi/Markdown-Tutorial) - Markdown is the writing method used to create this list, if you want to know how to format properly, it's best that you learn how to use Github Markdown.
- [Alternative Markdown Guide](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)
_Items marked with ![Open-Source Software][oss icon] are open-source software and link to the source code. Items marked with ![Nonfree][freeware icon] are nonfree (as in nonfree beer). Items marked with ![Nonfree][money icon] are nonfree (as in nonfree beer) and will cost money to use._
_Author's note: Recently, I received feedback from you about the quality of some of the applications on this list. I have tested a lot of these, but not all. If you have any problems with the apps, please: -> head to the dev page (if available) -> make an issue for the dev there -> make an issue here so that I can consider whether I should remove the app from the list. Remember : Every piece of software has it's own merits, so there will never be anything like "best app" or "selective list" here, thank you._
## License
[](https://creativecommons.org/licenses/by/4.0/)
This work is licensed under a [Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/).
[oss icon]: ./img/oss.svg
[freeware icon]: ./img/freeware.svg
[money icon]: ./img/money.svg
================================================
FILE: README_es-ES.md
================================================
# Increíble Software de Linux

🐧 este repositorio es una colección de **increíbles** aplicaciones Linux y herramientas para **cualquier persona usuaria y desarrolladora**.
🐧 Siéntete libre de **contribuir** / **dar star** / **hacer fork** / **crear un pull request**. Cualquier **recomendación** y **sugerencia** son bienvenidos.
**Reconocimiento:** _Todo lo escrito a continuación es desde mi propia experiencia en la escuela y después leyendo varios materiales. No soy ni un profesional ni un experto, pero un estudiante apasionado. Cualquiera puede abrir una discusión en la sección "Issues", o hacer un "pull request" si considera que algo debe ser modificado o agregado._
- versión china : [aquí](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_zh-CN.md) o [aquí](https://github.com/alim0x/Awesome-Linux-Software-zh_CN) o [aquí](https://github.com/0xE8551CCB/awesome-linux-software-cn).
- versión alternativa en español : [aqui](https://github.com/SaintFenix/Awesome-Linux-Software/blob/master/README_es-ES.md).
- versión Portugués Brasileño : [aquí](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_pt-BR.md).
- versión inglesa : [aquí](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README.md).
- versión tailandés : [aquí](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_th-TH.md).
## Índice de Contenidos
- [Aplicaciones](#aplicaciones)
- [Audio](#audio)
- [Clientes de mensajería instantánea](#clientes-de-mensajería-instantánea)
- [Copia de seguridad y recuperación](#copia-de-seguridad-y-recuperación)
- [Personalización del escritorio](#personalización-del-escritorio)
- [Desarrollo de software](#desarrollo-de-software)
- [Utilitarios de libros electrónicos](#utilitarios-de-Libros-electrónicos)
- [Editor de texto](#editor-de-texto)
- [Software educativo](#software-educativo)
- [Herramientas para email](#herramientas-para-email)
- [Administrador de archivos](#administrador-de-archivos)
- [Juegos](#juegos)
- [Gráficos](#gráficos)
- [Herramientas para internet](#herramientas-para-internet)
- [Oficina](#oficina)
- [Productividad](#productividad)
- [Software de proxy](#software-de-proxy)
- [Seguridad](#seguridad)
- [Intercambio de archivos](#intercambio-de-archivos)
- [Emulador de terminal](#emulador-de-terminal)
- [Herramientas](#herramientas)
- [Vídeo](#vídeo)
- [Wiki software](#wiki-software)
- [Diverso](#diverso)
- [Herramientas de línea de comandos](#Herramientas-de-línea-de-comandos)
- [Los Entornos des escritorios](#Los-Entornos-des-escritorios)
- [Gestors de pantallas](#Gestors-de-pantallas)
- [Console](#console)
- [Gráficos](#gráficos)
- [Gestor de ventanas](#gestor-de-ventanas)
- [Gestor de composición](#gestor-de-composición)
- [Gestor de apilables](#gestor-de-apilables)
- [Gestor de embaldosado](#Gestor-de-embaldosado)
- [Gestor de dinámico](#Gestor-de-dinámico)
---
- [Instalación de](#instalación-de)
- [ArchLinux](#arch-linux)
- [Bodhi](#bodhi)
- [CentOS](#centos)
- [Fedora](#fedora)
- [openSUSE](#opensuse)
- [Ubuntu](#ubuntu)
- [Los Foros](#los-Foros)
- [ArchLinux Foros](#arch-linux-foros)
- [CentOS Foros](#centos-foros)
- [Fedora Foros](#fedora-foros)
- [Ubuntu Foros](#ubuntu-foros)
- [openSUSE Foros](#opensuse-foros)
- [Canales de IRC](#canales-de-irc)
- [Linux News, Aplicaciones y mucho más](#Linux-News,-aplicaciones-y-mucho-más)
- [Reddit](#reddit)
- [Aprender linux](#aprender-linux)
- [Desarrollo de linux](#desarrollo-de-linux)
- [Linux avanzado](#Linux-avanzado)
- [Las otras listas impresionantes](#las-otras-listas-impresionantes)
- [Contribuidores](#contribuidores)
- [Reglas para contribuir](#reglas-para-contribuir)
- [Cómo contribuir](#cómo-contribuir)
---
## Aplicaciones
### Audio
_para consultar una lista más larga de software de audio oprima [aquí](https://github.com/nodiscc/awesome-linuxaudio)_
- [![Open-Source Software][oss icon]](https://github.com/sourcefabric/Airtime) [Airtime](https://www.sourcefabric.org/software/airtime) - Un programa para radiodifusión y emisoras de radio.
- [![Open-Source Software][oss icon]](https://ardour.org/development.html) [Ardour](https://ardour.org/) - Un programa para grabar sonido, editarlo y remixar en Linux
- [![Open-Source Software][oss icon]](http://audacious-media-player.org/developers) [Audacious](http://audacious-media-player.org/) - Una programa código abierto, poder reproductor de audio que no requiere muchos recursos.
- [![Open-Source Software][oss icon]](https://github.com/audacity/audacity) [Audacity](http://www.audacityteam.org/download/linux/) - Gratis y código abierto, software Multiplataforma para grabar y editar sonido.
- [![Open-Source Software][oss icon]](https://bazaar.launchpad.net/~audio-recorder/audio-recorder/trunk/files) [Audio Recorder](https://launchpad.net/~audio-recorder) - una grabadora de audio fácil de usar disponible en los repositorios de software de ubuntu.
- [![Open-Source Software][oss icon]](https://github.com/Superjo149/auryo) [Auryo](http://auryo.com/) - Una programa Multiplataforma de SoundCloud® no oficial para linux.
- [![Open-Source Software][oss icon]](https://github.com/CDrummond/cantata) [Cantata](https://www.linux-apps.com/content/show.php/Cantata?content=147733) - Un demonio programa de música hecho con Qt5 hay un cliente para Linux, windows, macOS.
- [![Open-Source Software][oss icon]](https://github.com/clementine-player/Clementine) [Clementine](https://www.clementine-player.org/) - Es útil para escuchar música con el algoritmo de compresión con o sin pérdida de formato de audio.
- [![Open-Source Software][oss icon]](https://github.com/cmus/cmus) [Cmus](https://cmus.github.io/#download) - Un pequeño y rápido programa de console para escuchando música para los systemas operativos Unix-like.
- [![Open-Source Software][oss icon]](https://github.com/linuxdeepin/deepin-music) [Deepin Music](https://www.deepin.org/en/original/deepin-music/) - Una programa desarrollado de la equipo de Deepin Technology, es un reproductor de música local.
- [![Open-Source Software][oss icon]](https://github.com/enzo1982/freac) [fre:ac](https://www.freac.org/index.php) - fre:ac es un conversor de audio gratuito y un destripador de CD compatible con varios formatos y codificadores populares. Actualmente se convierte entre formatos MP3, MP4/M4A, WMA, Ogg Vorbis, FLAC, AAC, WAV y Bonk.
- [![Open-Source Software][oss icon]](http://gnormalize.sourceforge.net) [Gnormalize](http://gnormalize.sourceforge.net/) - Un convertidor de audio y extractor de cd con los algoritmos "ReplayGain normalization", un editor de metadatos y un reproductor de audio. El programa utiliza gtk2-perl cuando se ejecuta en linux.
- [![Open-Source Software][oss icon]](https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-) [Google Play Music](https://www.googleplaymusicdesktopplayer.com/) - Una multiplataforma no oficial pero hermosa reproductor de medios para musica de Google Play.
- [![Open-Source Software][oss icon]](https://github.com/gpodder/gpodder) [Gpodder](https://gpodder.github.io/) - Un agregador de podcasts y cliente.
- [![Open-Source Software][oss icon]](https://github.com/haecker-felix/gradio/releases/) [GRadio](https://github.com/haecker-felix/gradio/releases/) - Software de radio para Linux Ubuntu.
- [![Open-Source Software][oss icon]](https://github.com/mtytel/helm) [Helm](http://tytel.org/helm/) - Un Sintetizador en Software, que puede funcionar solo o con muchos complementos como: LV2, VST, VST3 o AU plugin.
- [![Open-Source Software][oss icon]](https://github.com/hydrogen-music/hydrogen) [Hydrogen](http://hydrogen-music.org/) - Uno caja de ritmos avanzado para GNU/Linux.
- [![Open-Source Software][oss icon]](https://github.com/trazyn/ieaseMusic) [ieaseMusic](https://github.com/trazyn/ieaseMusic) - es una aplicación multiplataforma para escuchar música en la música de NetEase.
- [![Open-Source Software][oss icon]](https://github.com/KDE/k3b) [K3b](http://www.k3b.org/) - Un creador de CD y DVD para linux, optimizado para KDE.
- [Kid3Qt](https://apps.ubuntu.com/cat/applications/precise/kid3-qt/) - Para editar etiquetas de archivos, por ejemplo el nombre del artista, el álbum, el género y el año de los archivos de música.
- [KxStudio](http://kxstudio.linuxaudio.org/) - Una colección de aplicaciones y plugins para la producción de audio profesional.
- [![Open-Source Software][oss icon]](https://github.com/LibreTime/libretime) [Libretime](http://libretime.org/) - Una alternativa a Airtime, Libretime es un programa para la radiodifusión.
- [![Open-Source Software][oss icon]](https://github.com/LMMS/lmms) [LMMS](https://lmms.io/download/#linux) - Este programa es un fabricante de música para tu PC.
- [![Open-Source Software][oss icon]](https://github.com/gnumdk/lollypop) [Lollypop](https://wildskyf.github.io/lollypop-web/) - Una programa capaz reproductor de medios de GNOME.
- [![Open-Source Software][oss icon]](https://github.com/emilioastarita/lyricfier) [Lyricfier](https://github.com/emilioastarita/lyricfier) - Un programa para encontrar letras paraSpotify.
- [![Open-Source Software][oss icon]](https://github.com/ColinDuquesnoy/MellowPlayer) [Mellow Player](https://colinduquesnoy.github.io/MellowPlayer/) - Una aplicación integrada en la nube para reproductor de medios para tu PC.
- [![Open-Source Software][oss icon]](https://github.com/mixxxdj/mixxx) [Mixxx](http://www.mixxx.org/download/) - Uno software gratis Disc-jockey para crear música y es una alternativa de Traktor.
- [![Open-Source Software][oss icon]](https://github.com/mopidy/mopidy) [Mopidy](https://www.mopidy.com/) - Un servidor de música extensible escrito en python.
- [![Open-Source Software][oss icon]](https://github.com/KeitIG/museeks) [Museek](http://museeks.io/) - Un reproductor de música multi-plataforma simple.
- [![Open-Source Software][oss icon]](https://github.com/musescore/MuseScore) [MuseScore](https://musescore.org) - una aplicación para la creación, reproducción e impresión de partituras.
- [![Open-Source Software][oss icon]](https://github.com/metabrainz/picard) [MusicBrainz Picard](https://picard.musicbrainz.org/) - Picard es una aplicación multiplataforma para edición de multidatos de música.
- [![Open-Source Software][oss icon]](https://about.musixmatch.com/apps/) [MusixMatch](https://about.musixmatch.com/apps/) - Una programa para búsqueda de las letras de canciones. Se puede sincronizar con la música.
- [Netease Music](https://music.163.com/#/download) - Un reproductor de música para netease - un servicio de música en China.
- [![Open-Source Software][oss icon]](https://github.com/nukeop/nuclear) [Nuclear](http://nuclear.gumblert.tech/) - Basado en Electron, Nuclear es una programa multiplatforma para el reproductor de medios puede utilizar múltiples fuentes para la reproducción.
- [Ocenaudio](http://www.ocenaudio.com/whatis) - Una programa multiplataforma fácil, es rápido e funcional editor de música. Es un buen programa para editar y analizar archivos de música.
- [![Open-Source Software][oss icon]](https://github.com/PedroHLC/osdlyrics) [OSD Lyrics](https://aur.archlinux.org/packages/osdlyrics-git/) - El programa muestra letras para otros reproductores des medios.
- [![Open-Source Software][oss icon]](https://github.com/gkarsay/parlatype) [Parlatype](http://gkarsay.github.io/parlatype/) - Un reproductor de audio para transcribir escrito para GNOME.
- [![Open-Source Software][oss icon]](https://github.com/pithos/pithos) [Pithos](https://pithos.github.io/) - Un cliente nativo para Pandora en linux.
- [![Open-Source Software][oss icon]](https://github.com/wwmm/pulseeffects) [PulseEffect](https://github.com/wwmm/pulseeffects) - Un limitador, compresor, creador de reverberación y efectos de volumen automático para aplicaciones de Pulseaudio.
- [![Open-Source Software][oss icon]](https://github.com/quodlibet/quodlibet) [Quod Libet](https://quodlibet.readthedocs.io) - Un reproductor de medios GTK +, fue diseñado para grandes colecciones de música. Tiene algoritmos capaces de búsqueda y puede reproducir podcastos y radio del Internet.
- [![Open-Source Software][oss icon]](https://github.com/ebruck/radiotray-ng) [RadioTray-NG](https://github.com/ebruck/radiotray-ng) - Un reproductor de medios de internet para Linux.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/rhythmbox) [Rhythmbox](https://wiki.gnome.org/Apps/Rhythmbox) - Un reproductor de medios de GNOME.
- [![Open-Source Software][oss icon]](https://sayonara-player.com/downloads/#Source) [Sayonara Player](https://sayonara-player.com/downloads/) - Un pequeño y rápido reproductor de medios para Linux. Fue escrito en C ++, y es apoyado por el marco QT.
- [![Open-Source Software][oss icon]](https://github.com/multani/sonata/) [Sonata](http://www.nongnu.org/sonata/) - Sonata es un reproductor de música con una interfaz fácil de usar, para reproducir su colección de música del "Music Player Daemon" (MPD).
- [![Open-Source Software][oss icon]](https://launchpad.net/soundconverter/trunk/2.1.6) [Soundconverter](https://soundconverter.org/) - un popular convertidor de archivos de audio. Es fácil de usar, y muy rápido.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/SoundJuicer) [SoundJuicer](http://www.howtogeek.com/howto/20126/rip-audio-cds-with-sound-juicer/) - una programa para Ripear uno CD para GNOME.
- [![Open-Source Software][oss icon]](https://github.com/Soundnode/soundnode-app) [Soundnode](https://soundnode.github.io/soundnode-website/) - Una aplicacion de código abierto para SoundCloud.
- [![Open-Source Software][oss icon]](https://github.com/devinhalladay/spotio) [Spotio](https://github.com/devinhalladay/spotio) - Un tema inspirado en Rdio para la aplicación del applicacion Spotify oficial.
- [![Open-Source Software][oss icon]](https://github.com/VCVRack/Rack) [VCV Rack](https://vcvrack.com/) - Un sintetizador modular virtual de código abierto.
- [![Open-Source Software][oss icon]](https://github.com/needle-and-thread/vocal) [Vocal](http://vocalproject.net/) - Un cliente para podcasts para el moderno escritorio.
### Clientes de mensajería instantánea
#### Clientes no oficiales
- [![Open-Source Software][oss icon]](https://github.com/sindresorhus/caprine) [Caprine](https://github.com/sindresorhus/caprine) - Un programa que está muy bien diseñado para Facebook.
- [![Open-Source Software][oss icon]](https://github.com/chatty/chatty) [Chatty](http://chatty.github.io/) - Chatty es una a cliente twitch para mensajes.
- [![Open-Source Software][oss icon]](https://github.com/stanfieldr/ghetto-skype) [GhettoSkype](https://github.com/stanfieldr/ghetto-skype) - Un Software código abierto envoltura el programma web para Skype.
- [![Open-Source Software][oss icon]](https://github.com/Aluxian/Facebook-Messenger-Desktop) [Messenger for Desktop](https://messengerfordesktop.com/#download) - Una Programa para mensajería instantánea de Facebook.
- [![Open-Source Software][oss icon]](https://github.com/raelgc/scudcloud/) [ScudCloud](https://github.com/raelgc/scudcloud/) - Un Cliente para slack no oficial para Linux.
- [![Open-Source Software][oss icon]](https://github.com/yakyak/yakyak) [YakYak](https://github.com/yakyak/yakyak) - Cliente de Google Hangouts para escritorio.
#### Mensajería instantánea cliente herramientas
- [![Open-Source Software][oss icon]](https://github.com/Cog-Creators/Red-DiscordBot) [Red Discord Bot](https://index.discord.red/) - "Red Discord Bot" este una programa servidor auto-alojamiento para Discord. El Programa puede instalar más "Cogs" para funciones adicionales. Puede funcionar en un Raspberri Pi.
#### Clientes todo en uno
- [![Open-Source-Software][oss icon]](https://github.com/meetfranz/franz) [Franz](http://meetfranz.com/) - Franz es un programa de mensajería que agrega muchos servicios de mensajería instantánea.
- [![Open-Source Software][oss icon]](https://developer.pidgin.im/) [Pidgin](https://pidgin.im/) - Un cliente de mensajería instantánea que es universal.
- [![Open-Source Software][oss icon]](https://github.com/saenzramiro/rambox) [Rambox](http://rambox.pro/) - Un programa que es libre y de código abierto, Rambox agrega mensajería instantánea y correo electrónico en un solo lugar.
#### Clientes des IRC
- [![Open-Source Software][oss icon]](https://github.com/hexchat) [HexChat](https://hexchat.github.io/) - Hexchat es una cliente para IRC que está diseñada desde XChat, sin embargo en comparación con Xchat es gratis y de código abierto.
- [![Open-Source Software][oss icon]](https://github.com/irssi/irssi) [Irssi](https://github.com/irssi/irssi) - Irssi es una cliente para mensajería instantánea de IRC. Es un cliente modular que es conocido por el modo de texto.
- [![Open-Source Software][oss icon]](https://github.com/kvirc/KVIrc) [KVIrc](https://www.kvirc.net/) - KVIrc es un cliente IRC gratuito diseñado a partir de QT.
#### Clientes oficiales
- [![Open-Source-Software][oss icon]](hhttps://sourceforge.net/p/beebeep/code/HEAD/tree/) [BeeBEEP](http://beebeep.sourceforge.net) - BeeBEEP es un mensajero instantáneo LAN de fuente abierta. Puede hablar y compartir archivos con cualquier persona dentro de su red de área local. No necesita un servidor, simplemente descárguelo, descomprímalo e inícielo. Simple, rápido y seguro.
- [![Open-Source Software][oss icon]](https://github.com/dino/dino) [Dino](https://dino.im) - Un cliente de mensajería instantánea jabber / XMPP que es moderno.
- [Discord](https://discord.com/) - y todo en una sola voz y servicio de mensajería instantánea de texto, diseñado para los jugadores, y funciona en computadoras y teléfonos celulares.
- [![Open-Source Software][oss icon]](https://github.com/gitterHQ/services) [Gitter](https://gitter.im/) - Gitter, es un servicio para mensajería comunitaria, colaboración y descubrimiento de comunidades que es muy fácil de usar. Se centra en los desarrolladores.
- [![Open-Source Software][oss icon]](https://github.com/jitsi) [Jitsi](https://jitsi.org/) - Jitsi es una aplicación de mensajería instantánea multiplataforma gratuita y de código abierto. Funciona en Windows, Linux, Mac OS X y droid.
- [![Open-Source Software][oss icon]](https://github.com/qTox/qTox) [qTox](https://qtox.github.io/) - Un mensajero instantáneo que es seguro y puede hacer video. El programa utiliza Computación Distribuida.
- [![Open-Source Software][oss icon]](https://ring.cx/en/documentation/faq#node-106) [Ring](https://ring.cx/) - Ring es una plataforma de comunicación abierta y universal que se ocupa de la privacidad del usuario.
- [![Open-Source Software][oss icon]](https://github.com/vector-im/riot-web) [Riot](https://riot.im/) - Una colaboración Matrix para la web.
- [Skype](https://www.skype.com/en/) - Skype es un mensajero gratuito en línea.
- [Slack](https://slack.com/downloads/linux) - Una mensajería en tiempo real, con archivado y buenas capacidades de búsqueda para los equipos.
- [![Open-Source Software][oss icon]](https://github.com/telegramdesktop/tdesktop) [Telegram](https://desktop.telegram.org/) - Una aplicación de mensajería que se centra en la velocidad y la seguridad. Es facil y gratis.
- [Viber](https://www.viber.com/en/products/linux) - Viber le permite hablar con otros usuarios de la red de Viber, de forma gratuita a cualquier país.
- [![Open-Source Software][oss icon]](https://github.com/weechat) [Weechat](https://weechat.org/) - Weechat es un cliente rápido y extensible para la mensajería instantánea.
- [![Open-Source Software][oss icon]](https://github.com/wireapp) [Wire](https://wire.com/en/) - Una aplicación de mensajería instantánea con comunicación segura y completa privacidad.
### Copia de seguridad y recuperación
- [![Open-Source Software][oss icon]](https://borgbackup.readthedocs.io/en/stable/development.html) [Borg Backup](https://borgbackup.readthedocs.io/en/stable/) - Una herramienta sencilla para la copia de seguridad de datos.
- [![Open-Source Software][oss icon]](https://launchpad.net/deja-dup) [Deja Dup](https://www.linux.com/learn/total-system-backup-and-recall-deja-dup) - Una sencilla herramienta de copia de seguridad que admite el cifrado.
- [![Open-Source Software][oss icon]](https://launchpad.net/duplicity) [Duplicity](http://duplicity.nongnu.org/) - Duplicity crea copias de seguridad de directorios mediante la creación de archivos cifrados en el formato Tar.
- [![Open-Source Software][oss icon]](https://www.freefilesync.org/download.php) [FreeFileSync](https://www.freefilesync.org) - FreeFileSync es un software de comparación y sincronización de carpetas que crea y administra copias de seguridad de todos sus archivos importantes. En lugar de copiar cada archivo cada vez, FreeFileSync determina las diferencias entre una carpeta de origen y de destino y transfiere solo la cantidad mínima de datos necesarios.
- [![Open-Source Software][oss icon]](https://github.com/cgsecurity/testdisk) [Photorec](http://www.cgsecurity.org/wiki/PhotoRec) - Photorec es un software de recuperación de datos de archivos, diseñado para volver a crear archivos de datos incorrectos. Funciona en discos compactos y tarjetas de memoria de la cámara.
- [![Open-Source Software][oss icon]](https://borgbackup.readthedocs.io/en/stable/) [Qt4-fsarchiver](https://sourceforge.net/projects/qt4-fsarchiver/) - Una GUI del programa de archivado para fsarchiver, está diseñada para guardar y restaurar particiones de disco, carpetas y tablas MBR / GPT. Funciona en Ubuntu, Opensuse y Fedora.
- [![Open-Source Software][oss icon]](https://github.com/ncw/rclone) [rclone](http://rclone.org/) - Rclone es un programa de línea de comandos para sincronizar archivos y directorios de la nube. También permite copia de seguridad cifrada.
- [![Open-Source Software][oss icon]](https://github.com/rsnapshot/rsnapshot.git) [rsnapshot](http://rsnapshot.org/) - La programa rsnapshot es una utilidad de línea de comandos basada en rsync para realizar instantáneas temporizadas de equipos locales y remotos.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/systemrescuecd/files/sysresccd-x86/) [System Rescue CD](https://www.system-rescue.org/SystemRescueCd_Homepage) - SystemRescueCD es un disco de rescate del sistema linux diseñado para ser ejecutado desde un CD-ROM o memoria USB para reparar un sistema después de un problema.
- [![Open-Source Software][oss icon]](https://github.com/cgsecurity/testdisk) [Test Disk](http://www.cgsecurity.org/wiki/TestDisk) - TestDisk es un programa de recuperación gratuito que fue diseñado para recuperar particiones rotas o hacer que los discos que no se pueden arrancar funcionen de nuevo.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/timeshift) [Timeshift](https://launchpad.net/timeshift) - TimeShift es una utilidad de restauración del sistema que toma copias de seguridad incrementales de un sistema informático utilizando rsync y enlaces duros.
### Personalización del escritorio
#### Los temas de escritorio
- [![Open-Source Software][oss icon]](https://github.com/adapta-project/adapta-gtk-theme) [Adapta Theme](https://github.com/tista500/Adapta) - Un tema adaptativo hecho de GTK + se basa en las directrices de Google Material Design.
- [![Open-Source Software][oss icon]](https://github.com/EliverLara/Ant) [Ant Theme](http://www.omgubuntu.co.uk/2017/09/ant-flat-gtk-theme-bloody-bite) - Ant es un diseño plano de GTK para Ubuntu y otros escritorios Linux basados en GNOME. Tiene tres variedades: vanilla, Bloody, y Dracula.
- [![Open-Source Software][oss icon]](https://github.com/jnsh/arc-theme) [Arc Theme](https://github.com/jnsh/arc-theme) - Un tema plano con elementos transparentes.
- [![Open-Source Software][oss icon]](https://github.com/solus-project/evopop-gtk-theme) [EvoPop Theme](https://github.com/solus-project/evopop-gtk-theme) - Evopop es un moderno tema de escritorio para Solus Linux. Es un tema plano con algún uso de sombras.
- [![Open-Source Software][oss icon]](https://github.com/anmoljagetia/Flatabulous) [Flatabulous](https://github.com/anmoljagetia/Flatabulous) - Un tema plano para Ubuntu linux y otros sistemas operativos Linux basados en GNOME.
- [![Open-Source Software][oss icon]](https://github.com/andreisergiu98/arc-flatabulous-theme) [Flatabulous Arc Theme](https://github.com/andreisergiu98/arc-flatabulous-theme) - Un tema GTK plano y azul que tiene una versión oscura alternativa.
- [![Open-Source Software][oss icon]](https://github.com/bsundman/Irradiance) [Irradiance Theme](https://github.com/bsundman/Irradiance) - Un tema para Unity inspirado por OSX Yosemite, y se basa en el tema de Radiance.
- [![Open-Source Software][oss icon]](https://github.com/numixproject/numix-gtk-theme) [Numix Theme](https://itsfoss.com/install-numix-ubuntu/) - Un tema plano y colorido para los escritorios basados en GTK.
- [![Open-Source Software][oss icon]](https://github.com/bsundman/Yosembiance) [Yosembiance theme](https://github.com/bsundman/Yosembiance) - Una versión modificada del tema Ambiance.
#### Widgets y utilidades de tema para el escritorio.
- [Compiz Config settings manager](https://apps.ubuntu.com/cat/applications/compizconfig-settings-manager/) - Este programa permite que los efectos visuales de escritorio 3D aumenten la productividad.
- [![Open-Source Software][oss icon]](https://github.com/brndnmtthws/conky) [Conky](https://github.com/brndnmtthws/conky) - Conky es un monitor de sistema abierto y rápido para el escritorio. Puede mostrar una variedad de información del sistema para un fácil acceso.
- [Gnome Extensions](http://extensions.gnome.org/) - Estas son extensiones para el entorno de escritorio de Gnome.
- [Gnome Look](https://www.gnome-look.org/) - Un sitio web que agrega iconos creados por la comunidad, temas de shell, fuentes y más partes que se pueden utilizar en un escritorio de GNOME.
- [![Open-Source Software][oss icon]](https://github.com/bil-elmoussaoui/Hardcode-Tray) [Hardcode Tray](https://github.com/bil-elmoussaoui/Hardcode-Tray) - Se trata de una secuencia de comandos automatizada que corrige los iconos de la bandeja detectando el tema predeterminado de un sistema, el tamaño de icono perfecto y las aplicaciones codificadas.
- [Macbuntu](http://www.noobslab.com/2017/06/macbuntu-transformation-pack-ready-for.html) - Un programa que cambia tu escritorio para que parezca MacOS.
- [![Open-Source Software][oss icon]](https://github.com/opendesktop/ocsstore) [OCS store](https://github.com/opendesktop/ocsstore) - La aplicación oficial de OpenDesktop.org, donde los desarrolladores y artistas comparten aplicaciones, temas e iconos.
- [![Open-Source Software][oss icon]](https://github.com/actionless/oomox) [Oomox theme generator](https://github.com/actionless/oomox) - Una aplicación gráfica para generar diferentes variaciones de color de varios temas de escritorio GTK2 y GTK3.
- [![Open-Source Software][oss icon]](https://github.com/ianyh/Amethyst) [Unity Tweak Tool](https://apps.ubuntu.com/cat/applications/unity-tweak-tool/) - Una aplicación muy capaz para la personalización de Ubuntu Unity.
- [![Open-Source Software][oss icon]](https://github.com/deviantfero/wpgtk) [Wpgtk](http://deviantfero.github.io/wpgtk) - Un software de temas universales para temas que se definen en archivos de texto. Es compatible con todos los terminales y utiliza pywal como componente generador.
#### Paquetes de iconos de escritorio
- [![Open-Source Software][oss icon]](https://github.com/horst3180/arc-icon-theme) [Arc Icon Theme](https://github.com/horst3180/arc-icon-theme) - Un tema de icono Plano que requiere que el tema de Icono de Moka funcione.
- [![Open-Source Software][oss icon]](https://github.com/keeferrourke/la-capitaine-icon-theme) [La Capitaine Icon Theme](https://github.com/keeferrourke/la-capitaine-icon-theme) - Un tema inspirado en MacOS y en el diseño de Google Material. Está diseñado para quedar bien con casi cualquier entorno de escritorio.
- [![Open-Source Software][oss icon]](https://github.com/snwh/moka-icon-theme) [Moka Icon Theme](https://snwh.org/moka) - Moka fue creado como un simple tema de iconos, con geometría sencilla y colores brillantes.
- [![Open-Source Software][oss icon]](https://github.com/numixproject/numix-icon-theme) [Numix Icon Theme](http://www.noobslab.com/2014/04/install-numix-icon-packs-in-ubuntulinux.html) - Un tema de icono plano que viene en dos variedades, Numix Main, y Numix circle.
- [![Open-Source Software][oss icon]](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme-gtk/) [Papirus Icon Theme](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme-gtk/) - Un tema de icono SVG para Linux que soporta muchos programas y modificaciones. El tema está disponible para GTK y KDE.
### Desarrollo de software
#### Android
- [![Open-Source Software][oss icon]](https://github.com/anbox/anbox) [Anbox](https://anbox.io) - Anbox permite que un sistema operativo Linux ejecute programas de Android.
- [Android studio](https://developer.android.com/studio/index.html) - El Entorno oficial de desarrollo integrado de Android.
#### C\+\+
- ![Nonfree][money icon] [Clion](https://www.jetbrains.com/clion/) - Una plataforma multi-plataforma y capaz Entorno de desarrollo integrado para C y C++.
- [Code::Blocks](https://www.codeblocks.org/) - Code::Blocks es un Entorno de desarrollo integrado gratuito para C, C++ y Fortran. Está diseñado para ser extensible y muy personalizable.
- [Codelite](http://codelite.org/) - Un IDE de plataforma multiplataforma código abierto para C,C++,PHP and Node.js.
- [![Open-Source Software][oss icon]](https://github.com/qt-creator/qt-creator) [QT Creator](https://www.qt.io/ide/) - Una multiplataforma Entorno de desarrollo integrado para la fácil creación de dispositivos conectados en varias plataformas, Interfaz de usuario y aplicaciones.
#### Base de datos
- [![Open-Source Software][oss icon]](https://github.com/apache/cassandra) [Cassandra](http://cassandra.apache.org/) - Base de datos de Apache Cassandra es un software de base de datos escalable y ampliable. Tiene buena tolerancia a fallos y funciona bien en el hardware personal, y el hardware de la nube.
- [![Open-Source Software][oss icon]](https://github.com/apache?query=couchdb) [CouchDB](http://couchdb.apache.org/) - CouchDB se sincroniza fácilmente entre diferentes bases de datos y es capaz de ejecutarse en hardware de nube y hardware móvil, tiene una intuitiva HTTP / JSON APT y está diseñado para la fiabilidad.
- [DataGrip](https://www.jetbrains.com/datagrip/) - Datagrip es uno Entorno de desarrollo integrado que está diseñado para ayudar a los analistas y desarrolladores de bases de datos que trabajan con bases de datos SQL. Datagrip puede trabajar con DB2, Derby, H2, HSQLDB, MySQL, Oracle, PostgreSQL, SQL Server, Sqlite y Sybase
- [![Open-Source Software][oss icon]](https://github.com/serge-rider/dbeaver/) [DBeaver](http://dbeaver.jkiss.org/) - Un cliente de base de datos universal que es multiplataforma y puede soportar diferentes bases de datos.
- [![Open-Source Software][oss icon]](https://cgit.kde.org/kexi.git/about/) [Kexi](http://kexi-project.org/) - Kexi es un creador de aplicaciones de bases de datos visuales de código abierto.
- [![Open-Source Software][oss icon]](https://mariadb.org/get-involved/getting-started-for-developers/) [MariaDB](https://mariadb.org/) - Un servidor de base de datos muy popular, fue creado por los desarrolladores originales de MySQL.
- [![Open-Source Software][oss icon]](https://github.com/mongodb/mongo) [MongoDB](https://www.mongodb.com/) - MongoDB es un programa de código abierto, que es multiplataforma y orientado a documentos.
- [![Open-Source Software][oss icon]](https://github.com/dbcli/mycli) [MyCLI](http://www.mycli.net/) - MyCLI es una interfaz de línea de comandos para MySQL, MariaDB y Percona. Cuenta con auto-completar y resaltado de sintaxis.
- [![Open-Source Software][oss icon]](https://github.com/mysql/mysql-server) [MySQL](https://dev.mysql.com/doc/refman/5.7/en/linux-installation.html) - MySQL es el software de base de datos más popular del mundo. Es fiable, rápido y fácil de usar. Muchos sitios web famosos lo utilizan, como Facebook, Twitter, Youtube, y Yahoo!.
- [![Open-Source Software][oss icon]](https://github.com/mysql/mysql-workbench) [MySQL Workbench](https://www.mysql.com/products/workbench/) - Es una herramienta visual unificada para arquitectos de bases de datos visuales, desarrolladores y asistentes de bases de datos.
- [OmniDB](https://omnidb.org) - Una herramienta basada en el navegador para crear, ver y administrar bases de datos.
- [OracleDB](http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html) - Un sistema de gestión de bases de datos producido por Oracle Corporation. Es una base de datos basada en objetos.
- [![Open-Source Software][oss icon]](https://github.com/percona/percona-server-mongodb) [Percona MongoDB](https://www.percona.com/software/mongo-database/percona-server-for-mongodb) - El servidor Percona para MongoDB es un servidor alternativo para MongoDB.
- [![Open-Source Software][oss icon]](https://github.com/percona/pmm-server) [Percona Monitoring](https://www.percona.com/software/database-tools/percona-monitoring-and-management) - Percona Monitoring and Management (PMM) es una plataforma de código abierto para administrar y supervisar el rendimiento de MySQL, MariaDB y MongoDB.
- [![Open-Source Software][oss icon]](https://github.com/percona/percona-server) [Percona MySQL](https://www.percona.com/software/mysql-database/percona-server) - El servidor Percona para MySQL es un reemplazo de código abierto, compatible y fácil para el servidor MySQL que es muy rápido y tiene escalabilidad.
- [![Open-Source Software][oss icon]](https://github.com/percona/percona-xtradb-cluster) [Percona XtraDB Cluster](https://www.percona.com/software/mysql-database/percona-xtradb-cluster) - Percona XtraDB Clúster tiene alta escalabilidad y es un programa de código abierto para un MySQL Clúster.
- [![Open-Source Software][oss icon]](https://github.com/dbcli/pgcli) [pgcli](https://www.pgcli.com/) - Pgcli es una interfaz de línea de comando para Postgres que puede completar automáticamente y resaltar la sintaxis.
- [![Open-Source Software][oss icon]](https://github.com/postgres/postgres) [PostgreSQL](https://www.postgresql.org/download/) - PostgreSQL es un sistema de base de datos capaz y codigo abierto.
- [![Open-Source Software][oss icon]](https://www.sqlite.org/src/doc/trunk/README.md) [Sqlite](https://sqlite.org/download.html) - SQLite es una biblioteca de software que crea un motor de base de datos SQL sin servidor y autónomo.
- [![Open-Source Software][oss icon]](https://github.com/sqlitebrowser/sqlitebrowser) [Sqlite Browser](http://sqlitebrowser.org/) - Un programa para crear visualmente, administrar y ver bases de datos sqlite.
#### Golang
- [GoLand](https://www.jetbrains.com/go/) - GoLand es el nombre en clave de un IDE comercial de la empresa Jetbrains.
#### Java
- [![Open-Source Software][oss icon]](https://www.bluej.org/versions.html) [BlueJ](http://bluej.org/) - Un entorno de desarrollo Java de código abierto diseñado para nuevos usuarios.
- [Eclipse](https://eclipse.org/ide/) - Eclipse es un popular entorno de desarrollo integrado de Java. También puede descargar paquetes para soportar C, C ++ y PHP.
- - [![Open-Source Software][oss icon]](https://github.com/JetBrains/intellij-community) [IntelliJ IDEA](https://www.jetbrains.com/idea/) - Un IDE muy capaz para Java.
La versión de la comunidad es un software de código abierto.
#### Javascript
- [Webstorm](https://www.jetbrains.com/webstorm/) - Un potente Entorno de desarrollo integrado para javascript moderno. Está hecho por la compañía Jetbrains.
#### Microcomputadora y Sistema embebido
- [![Open-Source Software][oss icon]](https://github.com/arduino/arduino-ide) [Arduino IDE](https://www.arduino.cc/en/Main/Software) - El Arduino Oficial Entorno de desarrollo integrado.
- [![Open-Source Software][oss icon]](https://github.com/fritzing/fritzing-app) [Fritzing](https://fritzing.org/) - Fritzing es un sitio web de hardware de código abierto que hace que la electrónica sea accesible para todos.
- [![Open-Source Software][oss icon]](https://github.com/jantje/arduino-eclipse-plugin) [Sloeber IDE](http://eclipse.baeyens.it/) - Sloeber IDE. Un Arduino Entorno de desarrollo integrado para Eclipse.
#### Puede soportar otros idiomas
- [Aptana](https://www.axway.com/en/aptana) - Aptana Studio es similar a eclipse, pero está diseñado principalmente para el desarrollo web.
- [![Open-Source Software][oss icon]](https://phabricator.kde.org/dashboard/view/8/) [KDevelop](https://www.kdevelop.org/) - La programa es un Entorno de desarrollo integrado libre con complementos para C y C ++ y más.
- [![Open-Source Software][oss icon]](https://www.monodevelop.com/developers/) [MonoDevelop](http://www.monodevelop.com/) - Un Entorno multiplataforma de desarrollo integrado para C #, F # y más..
- [Netbeans](https://netbeans.org/downloads/) - NetBeans IDE es un programa para ayudar a desarrollar Java para computadoras, teléfonos móviles y aplicaciones web. También funciona con HTML5, Javascript y CSS.
#### PHP
- [PHPStorm](https://www.jetbrains.com/phpstorm/) - Un poderoso y potente Entorno de desarrollo integrado para PHP. Está hecho por la compañía Jetbrain.
#### Python
- [PyCharm](https://www.jetbrains.com/pycharm/) - Un poderoso Entorno de desarrollo integrado para Python.
#### Shell
- [![Open-Source Software][oss icon]](https://github.com/fish-shell/fish-shell) [Fish](https://fishshell.com/) - Un shell de línea de comandos inteligente y fácil de usar.
- [![Open-Source Software][oss icon]](https://github.com/fisherman/fisherman) [Fisherman](https://github.com/fisherman/fisherman) - Un administrador para los complementos de Fish Shell..
- [![Open-Source Software][oss icon]](https://github.com/ipython/ipython) [Ipython](https://ipython.org/) - Un shell de python capaz.
- [![Open-Source Software][oss icon]](https://github.com/oh-my-fish/oh-my-fish) [Oh-my-fish](https://github.com/oh-my-fish/oh-my-fish) - Un marco que le permite instalar complementos para el Fish Shell.
- [![Open-Source Software][oss icon]](https://github.com/robbyrussell/oh-my-zsh) [Oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) - Un marco para el ZSH que es dirigido por la comunidad.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/zsh/code/ci/master/tree/) [Zsh](http://www.zsh.org/) - Un popular y poderoso shell de línea de comandos.
#### Herramientas de apoyo
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/cscope/) [Cscope](https://cscope.sourceforge.net/) - Cscope es una herramienta para desarrolladores que están inspeccionando el código fuente del navegador. Es para la línea de comandos, pero funciona con el editor VIM.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/diffuse/files/?source=navbar) [Diffuse](https://sourceforge.net/projects/diffuse/) - Diffuse es una herramienta gráfica para comparar y fusionar el texto dentro de archivos. Puede recuperar archivos de muchos tipos diferentes de repositorios, en ejemplo: Bazaar, CVS, Darcs, Git, Mercurial, Monotone, RCS, Subversion, y SVK.
- [![Open-Source Software][oss icon]](https://www.fossil-scm.org/index.html/dir?ci=tip) [Fossil](https://www.fossil-scm.org) - un programa que le permite administrar el desarrollo de software a través de Internet, tiene muchas características como el seguimiento de errores, una wiki y una interfaz web.
- [Genymotion](https://www.genymotion.com/features/) - Genymotion es un emulador rápido que reemplaza al emulador predeterminado de Android.
- [![Open-Source Software][oss icon]](https://git.gnome.org//browse/giggle/) [Giggle](https://wiki.gnome.org/action/show/Apps/giggle?action=show&redirect=giggle) - Giggle es una GUI para el Git Content Tracker.
- [![Open-Source Software][oss icon]](https://github.com/Gisto/Gisto) [Gisto](http://www.gistoapp.com/) - Gisto es un administrador de fragmentos de código que opera en Github Gists. Agrega características como búsqueda, etiquetado y uso compartido.
- [![Open-Source Software][oss icon]](https://github.com/git/git) [Git](https://git-scm.com/) - Git es un sistema de control de versiones distribuidas de código abierto que puede funcionar con proyectos grandes y pequeños, de manera eficiente.
- [![Open-Source Software][oss icon]](https://github.com/git-cola/git-cola) [GitCola](http://git-cola.github.io/) - Git Cola es un elegante y potente cliente gráfico para Git. Es de código abierto y escrito en Python.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/Gitg#Development_Resources) [Gitg](https://wiki.gnome.org/Apps/Gitg) - Gitg es un cliente de la GUI de GNOME para ver los Repositorios de Git.
- [GitKraken](https://www.gitkraken.com/) - Un lujoso cliente Git que opera en Weendows, MacOS y Linux.
- [![Open-Source Software][oss icon]](https://github.com/gitlabhq/gitlabhq) [GitLab](https://github.com/gitlabhq/gitlabhq) - GitLab es un gestor de repositorio Git basado en la web. Puede crear y administrar un wiki y realizar un seguimiento de los problemas.
- [![Open-Source Software][oss icon]](https://github.com/sitaramc/gitolite) [Gitolite](https://gitolite.com/gitolite/index.html) - Gitolite le permite configurar git hosting en un servidor central, con controles de acceso seguros y muchas más características de gran alcance.
- [Insomnia](https://insomnia.rest/) - Un simple y hermoso, cliente del REST API.
- [![Open-Source Software][oss icon]](https://docs.jupyter.org/en/latest/install.html) [Jupyter Notebook](https://jupyter.org/) - Un programa de código abierto que proporciona información interactiva de datos e información científica sobre más de 40 lenguajes de programación.
- [![Open-Source Software][oss icon]](http://meldmerge.org/development.html) [Meld](http://meldmerge.org/) - Meld es una herramienta de modelado de diferencias visuales diseñada para ayudar a comparar archivos, directorios y proyectos controlados por versiones.
- [Mockitt](https://mockitt.com/home.html) - Mockitt es una herramienta de prototipado simple de utilizar.
- [![Open-Source Software][oss icon]](https://github.com/evolus/pencil) [Pencil](http://pencil.evolus.vn/) - Una herramienta de creación de prototipos GUI de código abierto, que funciona en diferentes plataformas.
- [![Open-Source Software][oss icon]](https://github.com/stuartlangridge/ColourPicker) [Pick](http://kryogenix.org/code/pick/) - Un selector de color.
- [Postman](https://www.postman.com/) - Postman, permite a un usuario desarrollar y probar API rápidamente.
- [![Open-Source Software][oss icon]](https://github.com/rabbitvcs/rabbitvcs) [Rabbit VCS](http://rabbitvcs.org/) - RabbitVCS es un conjunto de herramientas gráficas creadas para ser fáciles de usar con sistemas de control de versiones.
- ![Nonfree][money icon] [SmartGit](http://www.syntevo.com/smartgit/) - SmartGit es un cliente git con soporte para peticiones de Github y comentarios. También es compatible con SVN.
- [StarUML](https://staruml.io/) - Un sofisticado modelador de software.
- [![Open-Source Software][oss icon]](http://uncrustify.sourceforge.net) [Uncrustify](https://uncrustify.sourceforge.net/) - Un programa que hace que el código fuente se vea mejor. El programa funciona con C, C ++, Objetivo C, D, Java, Peón y VALA.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/universalindent/files/uigui/) [UniversalIndentGUI](https://universalindent.sourceforge.net/) - UniversalIndentGUI muestra una vista previa de la configuración de los indentadores.
- [![Open-Source Software][oss icon]](https://www.gnu.org/software/wdiff/devguide) [Wdiff](https://www.gnu.org/software/wdiff/) - Es un programa GNU GUI para diff para comparar palabras entre archivos.
- [![Open-Source Software][oss icon]](https://gitlab.com/wireshark/wireshark/-/tree/master) [Wireshark](https://www.wireshark.org/) - Wireshark es un analizador de protocolo de red muy popular.
- [![Open-Source Software][oss icon]](https://github.com/zealdocs/zeal) [Zeal](https://zealdocs.org/) - Zeal es un navegador de documentación para desarrolladores de software.
### Utilitarios des libros electrónicos
- [![Open-Source Software][oss icon]](https://github.com/babluboy/bookworm) [Bookworm](https://babluboy.github.io/bookworm/) - Un simple y fácil de usar lector de libros electrónicos.
- [![Open-Source Software][oss icon]](https://github.com/oguzhaninan/Buka) [Buka](https://github.com/oguzhaninan/Buka/releases) - Un programa para la gestión de libros electrónicos.
- [![Open-Source Software][oss icon]](https://github.com/kovidgoyal/calibre) [Calibre](http://calibre-ebook.com/) - Un gestor de libros no muy bonito pero muy eficaz y un convertidor.
- [![Open-Source Software][oss icon]](https://github.com/janeczku/calibre-web) [Calibre-web](https://github.com/janeczku/calibre-web) - Calibre Web es una aplicación web que proporciona una interfaz simple y fácil de usar para navegar, leer y descargar libros electrónicos utilizando una base de datos de calibre existente.
- [![Open-Source Software][oss icon]](https://github.com/michaldaniel/Ebook-Viewer) [Easy Ebook Viewer](https://github.com/michaldaniel/Ebook-Viewer) - Un lector de libros electrónicos GTK moderno escrito en Python.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/Evince/GettingEvince) [Evince](https://wiki.gnome.org/Apps/Evince) - Evince es un visor de documentos para muchos formatos de documentos diferentes. El objetivo del proyecto es reemplazar a varios visores de documentos por uno centralizado en GNOME.
- [![Open-Source Software][oss icon]](https://github.com/geometer/FBReader) [FBReader](https://fbreader.org/content/fbreader-beta-linux-desktop) - Una de las aplicaciones de lectores más populares para libros electrónicos.
- [Foxit](https://www.foxitsoftware.com/products/pdf-reader/) - Foxit Reader 8.0 es un lector muy popular en Linux y Windows.
- [![Open-Source Software][oss icon]](https://github.com/martamilakovic/gnome-books) [Gnome Books](https://github.com/martamilakovic/gnome-books) - GNOME Books es una aplicación para catalogar, buscar y leer libros electrónicos.
- [Lucidor](http://www.lucidor.org/lucidor/) - Lucidor es un programa informático para leer y gestionar libros electrónicos. Lucidor soporta los libros electrónicos en formato EPUB y los cataloga en formato OPDS.
- [MasterPDF editor](https://code-industry.net/free-pdf-editor/) - Master PDF Editor Es un práctico y elegante editor de PDF para Linux.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/mcomix/git/ci/master/tree/) [Mcomix](https://sourceforge.net/projects/mcomix/) - GTK+ es un espectador de historietas.
- [![Open-Source Software][oss icon]](https://git.ghostscript.com/?p=mupdf.git;a=summary) [MuPDF](http://mupdf.com/) - un visor rápido de PDF y XPS.
- [![Open-Source Software][oss icon]](https://github.com/KDE/okular) [Okular](https://okular.kde.org/) - Okular es un visor universal de documentos, diseñado para el proyecto KDE. Okular Es multiplataforma y se ejecutará en Linux, Windows, MacOS y BSD.
- [![Open-Source Software][oss icon]](https://github.com/torakiki/pdfsam) [PDFsam](https://www.pdfsam.org/) - Una aplicación para el escritorio que puede dividir, rotar, mezclar, combinar y extraer páginas de archivos PDF.
- [![Open-Source Software][oss icon]](https://download.kde.org/stable/peruse/peruse-1.2.tar.xz.mirrorlist) [Peruse](https://peruse.kde.org/) - Una manera relajante de leer cómics.
- [![Open-Source Software][oss icon]](https://launchpad.net/qpdfview) [qpdf](https://launchpad.net/qpdfview) - qpdfview es un visor de documentos con pestañas.
- [![Open-Source Software][oss icon]](https://github.com/Sigil-Ebook/Sigil) [Sigil](https://github.com/Sigil-Ebook/Sigil) - Sigil es un lector de libros electrónicos EPUB multiplataforma.
- [![Open-Source Software][oss icon]](https://github.com/pwmt/zathura) [Zathura](https://pwmt.org/projects/zathura/) - Zathura es un visor de documentos muy personalizable y funcional.
### Editor de texto
- [![Open-Source Software][oss icon]](https://github.com/atom/atom) [Atom](https://atom.io/) - El editor de textos Hackable para el siglo XXI.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/bluefish/code/HEAD/tree/trunk/bluefish/) [Bluefish](https://bluefish.openoffice.nl/index.html) - Bluefish es un editor de texto capaz dirigido a programadores y desarrolladores web.
- [![Open-Source Software][oss icon]](https://github.com/adobe/brackets) [Brackets](https://brackets.io/) - Un editor de texto moderno que entiende el diseño web.
- [![Open-Source Software][oss icon]](https://github.com/emacs-mirror/emacs) [Emacs](https://www.gnu.org/software/emacs/) - Un editor de texto extensible, personalizable y de código abierto.
- [![Open-Source Software][oss icon]](https://www.geany.org/Download/Git) [Geany](https://www.geany.org/) - Es un editor de texto escrito GTK + toolkit, que tiene las características básicas de un Entorno de desarrollo integrado. Fue desarrollado para ser pequeño y rápido.
- [Gedit](https://wiki.gnome.org/Apps/Gedit) -gedit es el editor de texto oficial de GNOME, está diseñado para ser fácil de usar, y para ser un editor de propósito general.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gnome-builder) [Gnome Builder](https://wiki.gnome.org/Apps/Builder) - Potente IDE para el desarrollo moderno de C / C ++ / Bash / JavaScript, hecho por Gnome Team. Uno de los mejores IDE para el desarrollo de C / C ++ (Cmake integrado).
- [![Open-Source Software][oss icon]](https://github.com/mawww/kakoune) [Kakoune](http://kakoune.org/) - Kakoune editor de código, fue inspirado por Vim. Es rápido y tiene buenos atajos de teclado para mejorar la eficiencia.
- [![Open-Source Software][oss icon]](https://kate-editor.org/build-it/) [Kate](https://kate-editor.org/get-it/) - Kate es un editor de documentos múltiples que forma oficialmente parte de KDE.
- [![Open-Source Software][oss icon]](https://github.com/Komodo/KomodoEdit) [Komodo Edit](https://www.activestate.com/products/komodo-edit/) - Un entorno multilenguaje de código abierto, diseñado exclusivamente para el desarrollo.
- [![Open-Source Software][oss icon]](https://github.com/LightTable/LightTable) [Lighttable](http://lighttable.com/) - El editor de código del futuro. Es compatible con la edición de código en vivo.
- [![Open-Source Software][oss icon]](http://git.savannah.gnu.org/cgit/nano.git/) [Nano](https://www.nano-editor.org/) - GNU Nano Es un editor de texto que pretende ser un simple editor de texto de línea de comandos.
- [![Open-Source Software][oss icon]](https://github.com/neovim/neovim) [Neovim](https://neovim.io/) - Neovim es una forma de vim que espera mejorar la experiencia del usuario, a través de complementos, y con una variedad de interfaces gráficas.
- [![Open-Source Software][oss icon]](https://github.com/syl20bnr/spacemacs) [Spacemacs](http://spacemacs.org) - Una versión desarrollada por la comunidad de emacs.
- [Sublime](https://www.sublimetext.com/) -un editor de texto muy capaz con avanzadas habilidades de búsqueda. Puede instalar complementos para agregar más funcionalidad.
- [![Open-Source Software][oss icon]](https://github.com/orbitalquark/textadept) [Textadept](https://orbitalquark.github.io/textadept/) - Un editor de texto minimalista para programadores, Text adept es extensible con plugins de lenguaje de programación Lua.
- [![Open-Source Software][oss icon]](https://github.com/vim/vim) [Vim](http://www.vim.org/download.php) -Es un editor de texto avanzado que busca proporcionar el poder de vi pero con más capacidades.
- [![Open-Source Software][oss icon]](https://github.com/Microsoft/vscode) [VSCode](https://code.visualstudio.com) - Es un rápido editor de código fuente que funciona en Windows, MacOS y Linux. Es compatible con muchos lenguajes de programación diferentes.
### Software educativo
- [![Open-Source Software][oss icon]](https://apps.ankiweb.net/) [Anki](https://apps.ankiweb.net/) - Anki es un programa que ofrece tarjetas de aprendizaje, es de código abierto y fácil de usar.
- [![Open-Source Software][oss icon]](http://artha.sourceforge.net/wiki/index.php/Download#Source) [Artha](http://artha.sourceforge.net/wiki/index.php/Home) - Artha es un tesauro inglés multiplataforma que funciona sin Internet, y se basa en wordnet.
- [![Open-Source Software][oss icon]](https://github.com/bibletime/bibletime) [BibleTime](http://bibletime.info/) - BibleTime es una aplicación para ayudar en el estudio de la Biblia, se basa en el software de espada librarym y utiliza el QT toolkit.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/celestia/files/Celestia-source/1.6.1/celestia-1.6.1.tar.gz/download) [Celestia](http://celestiaproject.net/) - Un programa que simula el espacio para que puedas explorarlo en tres dimensiones.
- [![Open-Source Software][oss icon]](https://github.com/opp11/chemtool/blob/master/README.md) [Chemtool](http://ruby.chemie.uni-freiburg.de/~martin/chemtool/) - Chemtool es un pequeño programa para dibujar estructuras químicas en linux.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/epoptes) [Epoptes](http://www.epoptes.org/) - Es una herramienta de gestión y supervisión de laboratorio de código abierto.
- [![Open-Source Software][oss icon]](https://github.com/gap-system/gap) [GAP](http://www.gap-system.org/) - un programa que le permite hacer álgebra, que se centra en la teoría de grupos computacionales.
- [![Open-Source Software][oss icon]](https://gcompris.net/wiki/Developer%27s_corner) [Gcompris](http://gcompris.net/index-en.html) - GCompris es un grupo de software con muchas actividades para niños de 2 a 10 años.
- [![Open-Source Software][oss icon]](https://github.com/geogebra/geogebra) [Geogebra](https://www.geogebra.org/download) - Una calculadora gráfica para funciones, geometría, álgebra, cálculo y estadística. También puede hacer matemáticas en 3D.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/Dictionary) [Gnome-dictionary](https://wiki.gnome.org/Apps/Dictionary) - Un diccionario capaz para GNOME.
- [![Open-Source Software][oss icon]](https://opensis.sourceforge.net/) [GNU Octave](http://www.gnu.org/software/octave/) - GNU Octave es un lenguaje de programación matemático, diseñado para cálculos numéricos, que es principalmente compatible con MATLAB.
- [![Open-Source Software][oss icon]](http://ftp.gnu.org/gnu/gtypist/) [GNU Typist](https://www.gnu.org/software/gtypist/index.html) - Una instrucción de escritura de código abierto basada en ncurses.
- [![Open-Source Software][oss icon]](https://gitlab.com/gnukhata) [GNUKhata](http://www.gnukhata.in/) - Software de cuenta que es de código abierto.
- [Google Earth](https://itsfoss.com/install-google-earth-ubunu/) - Google Earth es un programa que te permite ver un globo virtual con mapas y características geográficas.
- [![Open-Source Software][oss icon]](http://gperiodic.seul.org/cvs/) [GPeriodic](http://gperiodic.seul.org/) - GPeriodic es un programa que muestra una tabla periódica, para Linux.
- [KDE Edu Suite](https://apps.kde.org/education/) - Un software libre diseñado para la educación. Está diseñado con KDE.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/klavaro) [Klavaro](http://klavaro.sourceforge.net/en/index.html) - Un programa que te enseña cómo escribir sin mirar el teclado. También le puede enseñar cómo escribir en las nuevas disposiciones de teclado.
- [![Open-Source Software][oss icon]](https://github.com/KDE/ktouch) [Ktouch](https://github.com/KDE/ktouch) - KTouch es un programa que te enseña a escribir sin mirar el teclado.
- ![Nonfree][money icon] [MAPLE](http://www.maplesoft.com/products/maple/) - Maple es un software de matemáticas que es muy capaz, y tiene una interfaz fácil de usar para ayudar a explicar los problemas de matemáticas.
- ![Nonfree][money icon] [MapTiler](https://www.maptiler.com/) - MapTiler crea un mapa ráster ampliable a partir de imágenes en un sistema de coordenadas definido por el usuario.
- [![Open-Source Software][oss icon]](https://github.com/KDE/marble) [Marble](https://marble.kde.org/) - Marble es un mundo virtual y atlas.
- ![Nonfree][money icon] [MATLAB](http://www.mathworks.com/products/matlab/?requestedDomain=www.mathworks.com) - Matlab es un programa diseñado para resolver problemas de ingeniería y científicos. Le permite ejecutar análisis sobre los problemas con los equipos, o incluso los clústeres de computadora.
- [![Open-Source Software][oss icon]](http://maxima.sourceforge.net/project.html) [Maxima](http://maxima.sourceforge.net/) - Maxima es un programa que te permite trabajar con expresiones simbólicas y numéricas. Esto incluye: diferenciación, integración, serie de Taylor, transformadas de Laplace, ecuaciones diferenciales ordinarias y sistemas de ecuaciones lineales.
- [![Open-Source Software][oss icon]](https://github.com/moodle/moodle) [Moodle](https://download.moodle.org/) - Un sistema de gestión escolar para el aprendizaje en línea.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/openeuclide/) [OpenEuclid](http://coulon.publi.free.fr/openeuclide/) - OpenEuclide es un software de geometría de 2 dimensiones: y puede mostrar cifras dinámicamente dándole fórmulas.
- [![Open-Source Software][oss icon]](https://github.com/openmaptiles) [OpenMapTiles](https://openmaptiles.org/) - OpenMapTiles es un conjunto de herramientas de código abierto para autohospedaje de OpenStreetMaps en más de 50 idiomas.
- [OpenSIS](http://www.opensis.com/home) - Un software de administración escolar que ayuda a los estudiantes a tener éxito, y puede decirte cómo están haciendo los maestros.
- [![Open-Source Software][oss icon]](http://pari.math.u-bordeaux.fr/cgi-bin/gitweb.cgi?p=pari.git;a=summary) [PARI/GP](http://pari.math.u-bordeaux.fr/) - Un programa para Algebra que es muy rápido, y trabaja con la teoría numérica.
- [![Open-Source Software][oss icon]](https://git.sagemath.org/sage.git/) [SageMath](http://www.sagemath.org/) - Un software matemático que puede trabajar con álgebra, combinatoria, matemática numérica, teoría numérica y cálculo.
- [![Open-Source Software][oss icon]](https://github.com/scipy/scipy) [Scipy](https://scipy.org/install.html) - SciPy Un grupo basado en python de software para matemáticas, ciencias e ingeniería.
- [![Open-Source Software][oss icon]](https://github.com/LLK/scratch-flash) [Scratch](https://scratch.mit.edu/) - Scratches es un programa que te permite crear historias interactivas, juegos y animaciones. También le permite compartir estas creaciones con personas en línea.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/stellarium/code/HEAD/tree/) [Stellarium](http://www.stellarium.org/) - Es un programa de planetario de código abierto.
- [![Open-Source Software][oss icon]](https://github.com/ugeneunipro/ugene) [UGENE](http://ugene.net/) - UGENE es un software multiplataforma basado en GUI basado en la bioinformática.
- [![Open-Source Software][oss icon]](https://github.com/veyon/veyon) [Veyon](https://github.com/veyon/veyon/releases) - veyon es un software de gestión informática para aulas, que permite a un profesor controlar las computadoras de los estudiantes y guiar a los estudiantes a través de una red de ordenadores.
### Herramientas para email
- [![Open-Source Software][oss icon]](http://git.claws-mail.org/) [Claws](http://www.claws-mail.org/) - Claws es un cliente de correo electrónico y lector de noticias, tiene una interfaz impresionante, es fácil de configurar, y tiene muchas características.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/Evolution/#Get_the_Source_Code) [Evolution](https://wiki.gnome.org/Apps/Evolution/) - Evolution es un sistema de gestión de información personal, que puede trabajar con correo electrónico, un calendario y una libreta de direcciones.
- [![Open-Source Software][oss icon]](https://git.gnome.org//browse/geary/) [Geary](https://wiki.gnome.org/Apps/Geary) - Geary es una aplicación de correo electrónico que fue construida para GNOME3 que le permite leer y enviar correo electrónico con un fácil de usar, y la interfaz moderna.
- [Hiri](https://www.hiri.com/) - Hiri es un cliente de correo electrónico diseñado para negocios, que puede enviar y recibir correos electrónicos, administrar un calendario, establecer una lista de tareas y trabajar con contactos.
- [![Open-Source Software][oss icon]](https://cgit.kde.org/kmail.git/) [KMail](https://apps.kde.org/de/kmail2/) - KMail es la parte de correo electrónico de Kontact, los gestores de información personal integrados en KDE.
- [![Open-Source Software][oss icon]](https://github.com/pulb/mailnag) [Mailnag](https://launchpad.net/~pulb/+archive/ubuntu/mailnag) - Mailnag es un daemon que descarga correos electrónicos desde servidores POP3 e IMAP.
- [Mailspring](https://getmailspring.com/) - Mailspring es un cliente de correo electrónico hermoso y rápido.
- [![Open-Source Software][oss icon]](https://sylpheed.sraoss.jp/en/download.html#stable) [Sylpheed](http://sylpheed.sraoss.jp/en/) - Un cliente de correo electrónico rápido y fácil de usar.
- [![Open-Source Software][oss icon]](https://releases.mozilla.org/pub/thunderbird/) [Thunderbird](https://www.mozilla.org/en-US/thunderbird/) - Thunderbird es una aplicación de correo electrónico de código abierto que es fácil de configurar y personalizar.
- [![Open-Source Software][oss icon]](https://github.com/KDE/trojita) [Trojita](https://apps.kde.org/trojita/) - Es un pequeño y rápido cliente de correo electrónico para Linux.
- [![Open-Source Software][oss icon]](https://github.com/danchoi/vmail) [Vmail](https://danielchoi.com/software/vmail.html) - Un cliente de Gmail diseñado para funcionar como el editor de texto de Vim.
- [![Open-Source Software][oss icon]](https://github.com/Thomas101/wmail) [Wmail](https://github.com/Thomas101/wmail) - Un cliente para Gmail y Google Inbox que no es oficial.
### Administrador de archivos
- [7Zip](http://www.7-zip.org/download.html) - Un programa que puede descomprimir casi cualquier formato de archivo.
- [![Open-Source Software][oss icon]](https://github.com/mate-desktop/caja) [Caja](https://mate-desktop.org/) - Es el gestor de archivos predeterminado para el entorno de escritorio MATE, es muy rápido y sencillo de usar.
- [![Open-Source Software][oss icon]](https://github.com/KDE/dolphin) [Dolphin](https://userbase.kde.org/Dolphin) - Dolphin es el gestor de archivos predeterminado para el entorno de escritorio KDE, que es fácil de usar y muy funcional.
- [Double Commander](http://doublecmd.sourceforge.net/) - Double Commander es un gestor de archivos de código abierto multiplataforma que tiene dos paneles lado a lado. Está inspirado en Total Commander y tiene muchas otras características.
- [![Open-Source Software][oss icon]](https://krusader.org/get-involved/index.html) [Krusader](https://krusader.org) - Krusader es un gestor de archivos de doble panel diseñado para KDE. Es similar a Midnight Commander, y Total Commander.
- [![Open-Source Software][oss icon]](https://github.com/MidnightCommander) [Midnight Commander](https://www.midnight-commander.org/) - Un administrador de archivos con muchas características, que le permite copiar, mover y eliminar archivos fácilmente.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/nautilus) [Nautilus](https://wiki.gnome.org/Apps/Nautilus) - Nautilus es el gestor de archivos oficial del entorno de escritorio GNOME, y es muy fácil de usar.
- [![Open-Source Software][oss icon]](https://github.com/linuxmint/nemo) [Nemo](http://askubuntu.com/questions/294421/how-do-i-install-nemo-file-manager) - Nemo es el gestor de archivos predeterminado para el entorno de escritorio de Cinnamon. Es rápido y fácil de usar.
- [![Open-Source Software][oss icon]](https://github.com/jarun/nnn) [nnn](https://github.com/jarun/nnn) - nnn es un programa que es un administrador de archivos muy rápido para la línea de comando.
- [![Open-Source Software][oss icon]](https://github.com/teejee2008/polo) [Polo](https://github.com/teejee2008/polo) - Polo es un administrador de archivos moderno y rápido para Linux que admite múltiples pestañas, acceso a archivos y más.
- [![Open-Source Software][oss icon]](https://github.com/shundhammer/qdirstat) [QDirStat](https://github.com/shundhammer/qdirstat#ubuntu) - QDirStat es un programa de estadísticas de directorios diseñado para permitirle comparar visualmente el tamaño de los archivos.
- [![Open-Source Software][oss icon]](https://github.com/ranger/ranger) [Ranger](http://ranger.nongnu.org/) - Ranger es un gestor de archivos basado en la línea de comandos que tiene asignaciones de teclas como el editor de texto Vi. Viene con "Rifle" un programa que encuentra programas para abrir archivos.
- [![Open-Source Software][oss icon]](https://github.com/luisgg/thunar) [Thunar](https://apps.ubuntu.com/cat/applications/precise/thunar/) - Thunar es el gestor de archivos predeterminado para el escritorio XFCE. Está diseñado para ser rápido y fácil de usar.
- [![Open-Source Software][oss icon]](https://github.com/vifm/vifm) [Vifm](https://vifm.info/) - Vifm es un gestor de archivos basado en ncurses, que utiliza asignaciones de teclas del editor de texto VI.
### Juegos
#### Videojuego de construcción de ciudades
- [Dwarf Fortress](http://www.bay12games.com/dwarves/) - Una famosa simulación compleja de una Fortaleza Enana de Alta Fantasía, lucha contra los duendes y mata bestias legendarias masivas. ¡Golpea la tierra!
- [![Open-Source Software][oss icon]](https://github.com/OpenTTD/OpenTTD) [OpenTTD](hptts://www.openttd.org) - Un clon de código abierto de "Transport Tycoon Plus" con muchas mejoras que el original.
- [![Open-Source Software][oss icon]](https://github.com/aburch/simutrans) [Simutrans](https://www.simutrans.com) - Simutrans es un simulador de transporte de código abierto.
- [![Open-Source Software][oss icon]](https://github.com/unknown-horizons/unknown-horizons) [Unknown Horizons](https://unknown-horizons.org/) - Es un juego 2D estrategia en tiempo real, donde se construye una ciudad y economía.
#### Juegos de Línea De Comando
- [![Open-Source Software][oss icon]](https://itsfoss.com/best-command-line-games-linux/) [2048](https://itsfoss.com/best-command-line-games-linux/) - Un programa para jugar el famoso juego 2048 en la línea de comandos.
- [![Open-Source Software][oss icon]](https://itsfoss.com/best-command-line-games-linux/) [Backgammon](https://itsfoss.com/best-command-line-games-linux/) - Un juego de backgammon de línea de comandos.
- [![Open-Source Software][oss icon]](https://github.com/fph/bastet) [Bastet](https://github.com/fph/bastet) - Una línea de comandos tetris juego.
- [![Open-Source Software][oss icon]](https://itsfoss.com/best-command-line-games-linux/) [Greed](https://itsfoss.com/best-command-line-games-linux/) - Un juego Tron para la línea de comandos.
- [![Open-Source Software][oss icon]](https://itsfoss.com/best-command-line-games-linux/) [Ninvaders](https://itsfoss.com/best-command-line-games-linux/) - Un juego de 'Space invaders' para la línea de comandos.
- [![Open-Source Software][oss icon]](https://itsfoss.com/best-command-line-games-linux/) [nSnake](https://itsfoss.com/best-command-line-games-linux/) - El juego 'snake' para la línea de comandos.
- [![Open-Source Software][oss icon]](https://github.com/alexdantas/pacman4console.debian) [Pacman4console](https://launchpad.net/ubuntu/+source/pacman4console) - El juego 'pacman' para la línea de comandos.
- [![Open-Source Software][oss icon]](https://itsfoss.com/best-command-line-games-linux/) [Tron](https://itsfoss.com/best-command-line-games-linux/) - Un juego "Tron" para la línea de comandos.
#### Re-creaciones de motor de juegos de video (Requiere el juego real)
- [![Open-Source Software][oss icon]] [NXEngine](http://nxengine.sourceforge.net/) - Una versión de "Cave Story" que funciona en Linux.
- [![Open-Source Software][oss icon]](https://github.com/SFTtech/openage) [openage](http://openage.sft.mx/) - un software libre e codigo abierto, este es un clon de Age of Empires, requiere compilación.
- [![Open-Source Software][oss icon]] [OpenMW](http://openmw.org) - Una recreación del motor para el juego "Morrowind" Puede hacer más que el original, y puede jugar el juego real también.
- [![Open-Source Software][oss icon]] [OpenRA](http://www.openra.net/) - Una selección de juegos clásicos de estrategia que es de código abierto.
- [![Open-Source Software][oss icon]] [OpenRCT2](https://openrct2.website/) - Una recreación del "Roller Coaster Tycoon 2" motor que requiere el juego original para jugar.
#### Videojuego de disparos en primera persona
- [![Open-Source Software][oss icon]](https://gitlab.com/groups/xonotic) [ChaosEsqueAnthology Disc 1](https://sourceforge.net/projects/chaosesqueanthology/) [ChaosEsqueAnthology Disc 2](https://sourceforge.net/projects/chaosesqueanthologyvolume2/) - Una modificación de Xonotic que incluía armas extendidas, mapas, vehículos, edificios construibles, armas montadas, lanzamiento de hechizos, monstruos, personajes de jugadores, texturas y modo de juego (como colorwar (piense en guerra líquida))
- [![Open-Source Software][oss icon]](https://github.com/freedoom/freedoom) [Freedoom](https://freedoom.github.io/) - Freedoom es un puerto de código abierto de archivos de juegos doom, que pronto tendrá un motor de dooms de código abierto.
- [![Open-Source Software][oss icon]](https://github.com/red-eclipse/base) [Red Eclipse](https://redeclipse.net/) - Red Eclipse es un entretenido juego de tiro en primera persona. Tiene un tema de agilidad y velocidad.
- [![Open-Source Software][oss icon]] [Urban Terror](http://www.urbanterror.info) - Un juego de disparos tácticos que se basa en el realismo, pero no siempre.
- [![Open-Source Software][oss icon]](https://gitlab.com/groups/xonotic) [Xonotic](http://www.xonotic.org/) - Es un juego inspirado en "Unreal Tournament" y "Quake".
- [![Open-Source Software][oss icon]](https://osdn.net/projects/zandronum/scm/) [Zandronum](http://zandronum.com/) - Un juego que es como "Doom", pero en línea y con muchas más características.
- [![Open-Source Software][oss icon]](https://github.com/coelckers/gzdoom) [Zdoom](https://zdoom.org/index) - Zdoom es un puerto de origen de condena moderno que es de código abierto y es muy personalizable.
#### Aplicaciones de juego
- [![Open-Source Software][oss icon]](https://github.com/itchio/itch) [itch](https://itch.io/) - Una mercado de juegos que centraliza tus descargas y las actualiza automáticamente. Un montón de juegos gratuitos están disponibles.
- [![Open-Source Software][oss icon]](https://github.com/lutris/lutris) [Lutris](https://lutris.net/) - Lutris es una plataforma de código abierto para organizar juegos en Linux.
- [![Open-Source Software][oss icon]] [PlayOnLinux](https://www.playonlinux.com) - Un programa que hace que "WINE" sea más fácil de usar.
- [![Open-Source Software][oss icon]] [RetroArch](http://www.retroarch.com/) - Un programa que te permite agregar emuladores de juego en un solo lugar.
- [Steam](steampowered.com) - Una tienda de juegos donde puedes comprar juegos en línea.
- [![Open-Source Software][oss icon]] [Wine](https://www.winehq.org/) - Wine ("Wine Is Not an Emulator") es una capa de compatibilidad que permite que las aplicaciones de Windows funcionen en Linux. Los resultados dependen del programa que se esté utilizando.
#### Emulador de videoconsola e plataformas
- [![Open-Source Software][oss icon]](https://github.com/dolphin-emu/dolphin) [Dolphin Emulator](https://dolphin-emu.org/) - Dolphin es un emulador de Gamecube / Wii que te permite jugar estos juegos en Linux.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/fuse-emulator/fuse/ci/master/tree/) [Fuse](https://fuse-emulator.sourceforge.net/) - Fuse es un emulador de espectro ZX para Linux.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gnome-video-arcade) [GNOME Video Arcade](https://wiki.gnome.org/action/show/Apps/GnomeVideoArcade?action=show&redirect=GnomeVideoArcade) - GNOME Video Arcade is a simple Mame frontend for any freedesktop.org compliant desktop environment.
es un emulador multiplataforma para estas consolas: NES, SNES, GameBoy, GameBoy Color, Gameboy Advance, NEC PC Engine, Sega Master System y más. Esta es una guía para instalarlo en inglés. [Instalación de Higan en inglés](https://higan.readthedocs.io/en/stable/install/linux/)
- [![Open-Source Software][oss icon]](https://github.com/mamedev/mame) [MAME](http://mamedev.org/) - MAME es un emulador de arcade que puede jugar muchos juegos antiguos de arcade.
- [![Open-Source Software][oss icon]](https://github.com/0ldsk00l/nestopia) [nestopia](http://0ldsk00l.ca/nestopia/) - nestopia es un emulador de Nintendo.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/qmc2/files/qmc2/) [qmc2](https://qmc2.batcom-it.net/) - QMC2 is the successor to QMamecat, it is a gui for MAME and a ROM manager.
- [![Open-Source Software][oss icon]](https://github.com/snes9xgit/snes9x) [Snes9x](http://www.snes9x.com/) - Snes9x es un emulador de SNES multiplataforma que existe desde hace mucho tiempo.
- [![Open-Source Software][oss icon]](https://github.com/stella-emu/stella) [Stella](https://stella-emu.github.io/) - Stella es un emulador ATARI 2600 que está disponible en múltiples plataformas.
- [![Open-Source Software][oss icon]](https://github.com/visualboyadvance-m/visualboyadvance-m) [Visual Boy Advance-M](http://vba-m.com/) - Un emulador para Gameboy y Gameboy Advance, que también puede simular dos sistemas de enlace.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/zsnes/files/zsnes/ZSNES%20v1.51/) [ZSNES](http://www.zsnes.com/) - Un emulador de SNES capaz y popular.
#### Vario
- [![Open-Source Software][oss icon]] [Cockatrice](https://cockatrice.github.io/) - Cockatrice es un programa multiplataforma de código abierto para jugar juegos de cartas en una red o en Internet.
- [![Open-Source Software][oss icon]](https://download.savannah.gnu.org/releases/galois/source/) [Galois](http://www.nongnu.org/galois/) - Galois es un juego de bloques que cae que usa tetrominoes y otras formas.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/action/show/Apps/gbrainy?action=show&redirect=gbrainy#Source_code) [GBrainy](https://wiki.gnome.org/action/show/Apps/gbrainy?action=show&redirect=gbrainy) - Gbrainy es un programa que mejora la memoria y resuelve acertijos de lógica.
- ![Nonfree][money icon] [Minecraft](https://minecraft.net) - Minecraft es un juego sobre la colocación de bloques y la construcción de un mundo entero. Ha generado al azar mundos que son masivos en tamaño, donde se puede construir cualquier cosa.
- [![Open-Source Software][oss icon]](https://github.com/minetest/minetest/) [Minetest](https://minetest.net) - Una versión de código abierto de "Minecraft" que está escrito en C ++ y tiene una API de modificación.
- [![Open-Source Software][oss icon]] [Mudlet](mudlet.org) - Un cliente multiplataforma y de código abierto para texto solo videojuego de rol multijugador masivo en línea.
- [OhMyGiraffe](https://ohmygiraffe.com) - Un juego sobre la supervivencia, donde usted es una jirafa siendo perseguido por los leones.
- [![Open-Source Software][oss icon]](https://github.com/alpcoskun/snake) [Snake Game](https://alpcoskun.com/snake/) - Un juego multiplataforma "snake" que está escrito en Node.js.
- [![Open-Source Software][oss icon]](https://github.com/supertuxkart/stk-code) [SuperTuxKart](https://supertuxkart.net) - SuperTuxKart es un juego de carreras de código abierto 3D con una variedad de pistas y modos para jugar.
#### JDR
- [![Open-Source Software][oss icon]] [Tales of Maj'Eyal](https://te4.org/) - Tales of Maj’Eyal (ToME) es una exploración de mazmorras de código abierto JDR, que tiene un combate basado en turnos, y la construcción de personajes.
- [![Open-Source Software][oss icon]] [Zelda Classic](http://www.zeldaclassic.com/) - Un homenaje al juego de Nintendo "The Legend of Zelda".
- [![Open-Source Software][oss icon]] [Zelda: Mystery of Solarus DX](https://www.solarus-games.org) - Una secuela de "La leyenda de Zelda: un vínculo con el pasado" tiene los mismos gráficos, y utiliza la misma mecánica de juego.
#### Videojuego de estrategia en tiempo real
- [![Open-Source Software][oss icon]](http://releases.wildfiregames.com/) [0 AD](https://play0ad.com/) - Un juego que es mucho como "Age of Empires", pero es de código abierto, y sobre la guerra antigua.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/nethack/NetHack/ci/NetHack-3.6.0/tree/) [Nethack](https://www.nethack.org/) - Un videojuego roguelike que es de código abierto y usa gráficos ASCII.
- [![Open-Source Software][oss icon]](https://github.com/triplea-game/triplea/) [TripleA](http://www.triplea-game.org/) - Un juego de estrategia de código abierto que es como "Axis and Allies".
- [![Open-Source Software][oss icon]](https://github.com/Warzone2100/warzone2100) [Warzone 2100](https://www.wz2100.net/) - Un juego que es de código abierto, es una estrategia en tiempo real que sucede después de una guerra nuclear.
- [![Open-Source Software][oss icon]](https://bazaar.launchpad.net/~widelands-dev/widelands/trunk/changes) [Widelands](https://www.widelands.org/) - Widelands es un juego de estrategia en tiempo real que tiene juego para un solo jugador y multijugador. Está inspirado en el juego: Settlers II.
#### Videojuego de estrategia por turnos
- [![Open-Source Software][oss icon]](https://github.com/wesnoth/wesnoth) [Battle for Wesnoth](https://wesnoth.org/) - El Battle for Wesnoth es una fuente abierta, tiene un tema de Alta fantasía. Tiene un solo jugador y un modo multijugador.
- [![Open-Source Software][oss icon]](https://github.com/freeciv/freeciv) [FreeCiv](http://www.freeciv.org/) - Freeciv es un juego de estrategia de construcción de imperio de código abierto inspirado en la historia humana.
### Gráficos
#### Creación de gráficos
- [![Open-Source Software][oss icon]](https://github.com/aseprite/aseprite/) [Aseprite](https://www.aseprite.org/) - Un programa para crear sprites animados.
-- [![Open-Source Software][oss icon]](http://archive.blender.org/download/source-code/index.html) [Blender](https://www.blender.org/) - Una fuente abierta y un flujo de trabajo completo para crear gráficos en 3D, diseñados para artistas solos o equipos enteros.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/cinepaint/) [Cinepaint](http://cinepaint.org/) - Un software de pintura capaz y de código abierto.
- [![Open-Source Software][oss icon]](https://github.com/lettier/gifcurry) [Gifcurry](https://lettier.github.io/gifcurry/) -
es un creador de imágenes GIF de código abierto.
- [Heron Animation](https://heronanimation.brunolefevre.net/) - Es un programa de animación "Stop motion" gratuito.
- [![Open-Source Software][oss icon]](https://github.com/inkscape/inkscape) [Inkscape](https://inkscape.org/en/) - Es una herramienta de diseño capaz y gratuita para imágenes vectoriales.
- [![Open-Source Software][oss icon]](https://www.kde.org/applications/graphics/karbon/development) [Karbon](https://www.calligra.org/karbon/) - Es un programa de dibujo vectorial de código abierto.
- [![Open-Source Software][oss icon]](https://github.com/mbasaglia/Knotter) [Knotter](https://knotter.mattbas.org/Knotter) - Knotter es un programa que ayuda a diseñar nudos celtas.
- [![Open-Source Software][oss icon]](https://github.com/KDE/krita) [Krita](https://krita.org/en/) - Un programa de código abierto para artistas y pintores digitales.
- [![Open-Source Software][oss icon]](https://github.com/mypaint/mypaint/releases) [Mypaint](http://mypaint.org/about/) - Mypaint es un programa de pintura que está diseñado para su uso con Tabletas digitalizadoras.
- [![Open-Source Software][oss icon]](https://github.com/jonata/opendvdproducer) [Open DVD Producer](http://opendvdproducer.jonata.org/) - Es un software multiplataforma de código abierto y moderno que crea imágenes de DVD.
- [![Open-Source Software][oss icon]](https://github.com/PintaProject/Pinta) [Pinta](https://pinta-project.com/pintaproject/pinta/) - Pinta Es un programa de código abierto para dibujar y editar imágenes.
- [![Open-Source Software][oss icon]](https://launchpad.net/lsm) [StopMotion](http://linuxstopmotion.org/) - Linux Stopmotion es una aplicación de código abierto para crear animaciones "Stop Motion". Puede ayudar en cada paso del proceso.
- [![Open-Source Software][oss icon]](https://github.com/synfig/synfig) [Synfig Studio](http://www.synfig.org/) - Es un software de animación 2D de código abierto.
- [Vectr](https://vectr.com/) - Vectr es un software gráfico gratuito y fácil de usar para crear imágenes vectoriales. Es multi plataforma y funciona en una computadora, así como en la web.
- [![Open-Source Software][oss icon]](http://www.xaraxtreme.org/Developers/develeopers-source-code-a-building.html) [Xara Extreme](http://www.xaraxtreme.org/) - Xara Xtreme es un programa de gráficos de propósito general que funciona en sistemas Unix.
- [yEd Graph Editor](https://www.yworks.com/products/yed) - yEd es un creador de Diagramas y editor que puede importar datos para ser analizados. Tiene algoritmos para trabajar con conjuntos de datos incluso grandes fácilmente.
#### Editor de imagen
- ![Nonfree][money icon] [Aftershot](http://www.aftershotpro.com/en/products/aftershot/pro/) - Una alternativa capaz e impresionante de "Adobe Photoshop".
- [![Open-Source Software][oss icon]](https://github.com/darktable-org/darktable) [Darktable](http://www.darktable.org/) - Darktable es una aplicación de flujo de trabajo de código abierto para fotografía y imágenes en formato RAW.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gimp) [GIMP](https://www.gimp.org/downloads/) - Es un programa Open Source para edición de fotos, composición de imágenes y creación de imágenes.
- [![Open-Source Software][oss icon]](http://www.graphicsmagick.org/) [GraphicsMagick](http://www.graphicsmagick.org/) - GraphicsMagick es un programa de sistema de procesamiento de imágenes que permite transformaciones y cambios en las imágenes.
- [Hugin](https://hugin.sourceforge.io/) - Es un programa multiplataforma fácil de usar para editar y trabajar con panoramas.
- [ImageMagik](http://www.imagemagick.org/script/index.php) - ImageMagick es un grupo de programas para la línea de comandos para modificar imágenes.
- [![Open-Source Software][oss icon]](https://github.com/LuminanceHDR/LuminanceHDR) [Luminance HDR](https://sourceforge.net/projects/qtpfsgui/) - Luminance HDR es un programa de código abierto que proporciona un flujo de trabajo para imágenes HDR.
- [![Open-Source Software][oss icon]](https://github.com/google-code-export/photivo) [Photivo](https://photivo.org/) - Photivo es un procesador de foto de código abierto, que puede trabajar con RAW, BMP, TIFF, JPEG, PNG, y muchos más formatos de archivo. Se puede integrar con GIMP y está diseñado para ser utilizado también con Digikam / F-Spot / Shotwell.
- [![Open-Source Software][oss icon]](https://github.com/lbalazscs/Pixelitor) [Pixelitor](https://pixelitor.sourceforge.io/) - Pixelitor es un software de edición de imágenes de código abierto que admite capas, puede deshacer varias veces y mucho más.
- [![Open-Source Software][oss icon]](https://github.com/Beep6581/RawTherapee) [RawTherapee](http://rawtherapee.com/) - Es un muy buen aspecto, la aplicación de edición de fotos.
#### Organizador de imágenes
- [Digikam](http://www.digikam.org/) - DigiKam es una avanzada aplicación de gestión de fotos digitales.
- [![Open-Source Software][oss icon]](https://git.finalrewind.org/feh) [Feh](https://feh.finalrewind.org/) - Un pequeño y muy rápido visor de imágenes..
- [Fotoxx](http://www.kornelix.net/fotoxx/fotoxx.html) - Fotoxx es un programa de código abierto para la edición y organización de imágenes.
- [![Open-Source Software][oss icon]](https://git.gnome.org/browse/gthumb/) [gThumb](https://wiki.gnome.org/Apps/gthumb) - gThumb es un visor de imágenes y navegador.
- [![Open-Source Software][oss icon]](https://cgit.kde.org/gwenview.git/tree//?) [gwenview](https://userbase.kde.org/Gwenview) - Es un sencillo y potente visualizador de imágenes y organizador para el entorno de escritorio de KDE.
- [![Open-Source Software][oss icon]](https://github.com/meowtec/Imagine) [Imagine](https://github.com/meowtec/Imagine) - Un programa para la optimización de imágenes.
- [![Open-Source Software][oss icon]](https://github.com/nomacs/nomacs/tree/master) [nomacs](https://nomacs.org/) - nomacs es un visor de imágenes que puede ver casi cualquier formato de imagen, y tiene potentes herramientas de cambio de nombre y clasificación.
- [![Open-Source Software][oss icon]](https://github.com/peterlevi/ojo) [Ojo](https://github.com/peterlevi/ojo) - Un visor hermoso y rápido de la imagen.
- [![Open-Source Software][oss icon]](https://github.com/ivandokov/phockup) [Phockup](https://github.com/ivandokov/phockup) - Una herramienta de clasificación de medios que puede organizar fotos y videos en una variedad de formatos de fecha.
- [![Open-Source Software][oss icon]](https://github.com/oferkv/phototonic) [Photonic](https://github.com/oferkv/phototonic) - Phototonic es un visor de imágenes y organizador.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/Shotwell) [Shotwell](https://wiki.gnome.org/Apps/Shotwell) - Shotwell es un administrador de fotos para el entorno de escritorio GNOME 3.
#### Vario
- [![Open-Source Software][oss icon]](https://github.com/HandBrake/HandBrake) [Handbrake](https://handbrake.fr/) - HandBrake es una herramienta para convertir casi cualquier tipo de formato de vídeo a otro, y puede utilizar una variedad de codecs para hacerlo.
- [![Open-Source Software][oss icon]](https://potrace.sourceforge.net/#downloading) [Potrace](https://potrace.sourceforge.net/) - Potrace es una herramienta para rastrear y transformar un mapa de bits en una imagen escalable.
- [![Open-Source Software][oss icon]](https://www.radiance-online.org/download-install/radiance-source-code) [Radiance](http://www.radiance-online.org/) - Radiance Una herramienta de simulación de iluminación que es de código abierto.
- [![Open-Source Software][oss icon]](https://github.com/terkelg/ramme) [Ramme](https://github.com/terkelg/ramme) - Una aplicación no oficial de Instagram.
- [![Open-Source Software][oss icon]](https://launchpad.net/rapid/pyqt/0.9.0b2) [Rapid Photo Downloader](http://damonlynch.net/rapid/download.html) - Rapid Photo Downloader es un programa que facilita la importación de fotos desde una cámara o Smartphone.
#### PSD, sketch inspección
- ![Nonfree][money icon] [Avocode](https://avocode.com/) - Avocode un programa para compartir e inspeccionar imágenes de Photoshop y Sketch fácilmente.
#### Grabador de escritorio
- [![Open-Source Software][oss icon]](https://github.com/asciinema/asciinema) [asciinema](https://asciinema.org) - Un programa que registra la entrada en la línea de comandos.
- [![Open-Source Software][oss icon]](https://github.com/foss-project/green-recorder) [Green Recorder](https://github.com/foss-project/green-recorder) - Un grabador de escritorio fácil de usar para Linux. Puede hacer audio, y puede trabajar en una variedad de ambientes de escritorio.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/kazam) [Kazam](https://launchpad.net/kazam) - Un programa de grabación de escritorio fácil de usar que creará un archivo de vídeo desde su escritorio.
- [![Open-Source Software][oss icon]](https://github.com/jp9000/OBS) [OBS Studio](https://obsproject.com/) - Un programa de código abierto para la grabación de vídeo y transmisión en vivo. Es multiplataforma y puede crear muchos tipos diferentes de flujos en línea.
- [![Open-Source Software][oss icon]](https://github.com/phw/peek) [Peek](https://github.com/phw/peek) - Un sencillo y fácil de usar grabador de escritorio GIF.
- [![Open-Source Software][oss icon]](https://github.com/colinkeenan/silentcast) [Silentcast](https://github.com/colinkeenan/silentcast) - Una grabadora de escritorio que crea archivos MKV, y también puede hacer archivos GIF animados.
- [![Open-Source Software][oss icon]](https://github.com/MaartenBaert/ssr) [SimpleScreenRecorder](http://www.maartenbaert.be/simplescreenrecorder/) - SimpleScreenRecorder, es una simple grabadora de escritorio para Linux.
- [![Open-Source Software][oss icon]](https://github.com/vkohaupt/vokoscreenNG) [vokoscreenNG](https://linuxecke.volkoh.de/vokoscreen/vokoscreen.html) - Una grabadora de screencast multilingüe de código abierto para Linux.
#### Captura de pantalla
- [![Open-Source Software][oss icon]](https://github.com/lupoDharkael/flameshot) [Flameshot](https://github.com/lupoDharkael/flameshot) - Un software de captura de pantalla fácil de usar y capaz.
- [![Open-Source Software][oss icon]](https://github.com/olav-st/screencloud) [Screencloud](http://screencloud.net/) - ScreenCloud es una herramienta de captura de pantalla fácil de usar que te permite compartir las imágenes en línea. Funciona en múltiples plataformas.
- [![Open-Source Software][oss icon]](https://github.com/ShareX/ShareX) [ShareX](https://getsharex.com) - ShareX es un programa gratuito y de código abierto que le permite capturar o grabar cualquier área de su pantalla y compartirla con solo presionar una tecla. También permite subir imágenes, texto u otros tipos de archivos a más de 80 destinos admitidos entre los que puede elegir. -[![Open-Source Software][oss icon]](https://launchpad.net/shutter/) [Shutter](http://shutter-project.org/) - Shutter es un programa de captura de pantalla con muchas características para Linux.
#### Transmisión
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/minidlna) [ReadyMedia](https://minidlna.sourceforge.net/) - El programa se llamaba **MiniDLNA** pero es un software de servidor de medios simple y rápido. Está diseñado para trabajar con clientes DLNA / UPnP-AV. Puede servir imágenes, música y video a teléfonos inteligentes, televisores, computadoras y algunas consolas de juegos.
#### Editor de video
- [![Open-Source Software][oss icon]](https://github.com/cinelerra-cv-team/cinelerra-cv) [Cinelerra-cv](http://cinelerra.org/) - Un software profesional y de video y edición, que también es un entorno de composición.
- [![Open-Source Software][oss icon]](https://github.com/jliljebl/flowblade) [Flowblade](https://github.com/jliljebl/flowblade/releases/tag/1.12.2) - Un editor de video multipista no lineal.
- [![Open-Source Software][oss icon]](https://github.com/KDE/kdenlive) [Kdenlive](https://kdenlive.org/) - Kdenlive es un editor de vídeo no lineal, que es potente y muy capaz.
- [![Nonfree][money icon] [Lightworks](https://www.lwks.com/) - Es un software de edición de vídeo profesional no lineal que también tiene una versión gratuita.
- [![Open-Source Software][oss icon]](https://github.com/OpenShot/openshot-qt) [OpenShot](http://www.openshot.org/) - OpenShot es un editor de video gratuito y fácil de usar para Linux.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/pitivi) [Pitivi](https://www.pitivi.org/) - es un editor de video gratuito que tiene una interfaz de usuario hermosa y fácil de usar. Tiene una comunidad muy amigable.
- [![Open-Source Software][oss icon]](https://github.com/mltframework/shotcut) [Shotcut](https://www.shotcut.org/) - Shotcut es un editor de video multiplataforma de código abierto que soporta cientos de formatos de archivo de video y audio.
- [![Open-Source Software][oss icon]](https://github.com/ozmartian/vidcutter) [Vidcutter](http://vidcutter.ozmartians.com/) - Una plataforma multiplataforma basada en QT5 diseña para la edición de vídeo pequeña y fácil.
### Internet
#### Navegador web
- [![Open-Source Software][oss icon]](https://github.com/brave/browser-laptop) [Brave](https://brave.com/) - Brave es un navegador web rápido y fácil de usar, que bloquea los anuncios de forma predeterminada.
- [Chrome](https://www.google.com/chrome/browser/desktop/index.html) - el navegador web más popular del mundo.
- [![Open-Source Software][oss icon]](https://www.chromium.org/) [Chromium](http://askubuntu.com/questions/250773/how-do-i-install-chromium-from-the-command-line) - Chromium es el proyecto de código abierto en el que se basa Google Chrome.
- [![Open-Source Software][oss icon]](https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide) [Firefox](https://www.mozilla.org/en-US/firefox/new/) - Un popular navegador web que es bien conocido por tener muchos complementos para mejorar la funcionalidad.
- [![Open-Source Software][oss icon]](https://git.savannah.gnu.org/cgit/gnuzilla.git) [IceCat](https://www.gnu.org/software/gnuzilla/) - Una versión de código abierto del navegador web de Firefox. Sólo utiliza software de código abierto.
- [![Open-Source Software][oss icon]](https://launchpad.net/~midori/+archive/ubuntu/ppa) [Midori](https://astian.org/midori-browser/download/) - Un navegador web diseñado para no utilizar mucha potencia del sistema.
- [![Open-Source Software][oss icon]](https://github.com/minbrowser/min) [Min](https://minbrowser.org/min/) - es un navegador web muy minimalista y elegante.
- [Opera](http://www.opera.com/) - Es un navegador web capaz, también fue el primero en tener "Smart Dial" funcionalidad.
- [![Open-Source Software][oss icon]](https://github.com/qutebrowser/qutebrowser) [QuteBrowser](https://www.qutebrowser.org/) - es un navegador diseñado para ser utilizado con el teclado, y tiene muchos VIM como atajos.
- [Vivaldi](https://vivaldi.com/?lang=en) - Un navegador que está creciendo en popularidad, es el navegador más personalizable que puedes descargar.
- [Yandex](https://browser.yandex.com/desktop/main/) - un navegador web rápido y fácil de usar.
#### Herramienta de navegador web
- [Clipgrab](https://clipgrab.org/) - Un descargador fácil de usar para youtube y otros sitios web.
- [![Open-Source Software][oss icon]](https://gitweb.torproject.org/tor.git) [Tor](https://www.torproject.org/) - Tor es un software libre y una red que le permite navegar en la privacidad.
- [![Open-Source Software][oss icon]](https://github.com/rg3/youtube-dl) [youtube-dl](https://github.com/rg3/youtube-dl) - Es un programa que puede descargar videos de youtube.com y otros sitios web de video.
- [![Open-Source Software][oss icon]](https://github.com/MrS0m30n3/youtube-dl-gui) [youtube-dlg](https://mrs0m30n3.github.io/youtube-dl-gui/#downloads) - Youtube-dlg Es una GUI para youtube-dl que te permite copiar y pegar el enlace de un sitio web de video, y puede procesar las descargas en paralelo.
- [![Open-Source Software][oss icon]](https://github.com/zerotier/ZeroTierOne) [Zerotier](https://my.zerotier.com) - Zerotier es un programa que crea una red virtual solo para tus dispositivos, esta se envía completamente encriptada a través de Internet.
#### Cliente de servicios web
- [![Open-Source Software][oss icon]](https://cgit.kde.org/akregator.git/) [Akregator](https://userbase.kde.org/Akregator) - Un lector de feeds para KDE.
- [![Open-Source Software][oss icon]](http://choqok.gnufolks.org/) [Choqok](http://choqok.gnufolks.org/) - Choqok es un cliente escrito en QT5 para Twitter, GNU Social, Friendica y Pump.IO.
- [![Open-Source Software][oss icon]](https://github.com/baedert/corebird) [Corebird](http://corebird.baedert.org/) - Corebird es una aplicación diseñada en GTK + para twitter.
- [![Open-Source Software][oss icon]](https://github.com/jangernert/FeedReader) [FeedReader](https://github.com/jangernert/FeedReader) - Una aplicación de escritorio moderna que está diseñada para aceptar feeds RSS.
- [![Open-Source Software][oss icon]](https://github.com/jeena/FeedTheMonkey) [FeedTheMonkey](https://github.com/jeena/FeedTheMonkey/releases) - FeedTheMonkey es un cliente de escritorio para TinyTinyRSS.
- [![Open-Source Software][oss icon]](https://github.com/vinszent/gnome-twitch) [GnomeTwitch](http://gnome-twitch.vinszent.com/) - Un cliente Twitch que no requiere Adobe Flash.
- [![Open-Source Software][oss icon]](https://github.com/EragonJ/Kaku) [Kaku](https://github.com/EragonJ/Kaku/releases) - Un reproductor de música de código abierto para youtube.
- [![Open-Source Software][oss icon]](https://github.com/popcorn-official/) [Popcorntime](https://popcorntime.sh/) - Una aplicación que te permite transmitir películas, mediante el uso de torrents.
### Oficina
#### Contabilidad
- [![Open-Source Software][oss icon]](https://github.com/Gnucash/) [GnuCash](https://www.gnucash.org/) - GnuCash es un software de código abierto que es un sistema de contabilidad. Está diseñado para ser similar a Intuit Quicken.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/homebank) [HomeBank](https://homebank.free.fr/en/index.php) - HomeBank es un software gratuito que lo ayudará a administrar su contabilidad personal.
- [![Open-Source Software][oss icon]](https://github.com/KDE/kmymoney) [KMyMoney](https://kmymoney.org/) - KMyMoney es un administrador de finanzas personales creado por el proyecto KDE.
- [![Open-Source Software][oss icon]](https://cgit.kde.org/skrooge.git) [Skrooge](https://skrooge.org/) - Un gerente de finanzas personales para el escritorio de KDE.
#### Suite ofimática
- [Caligra Office](https://www.calligra.org/) - Un conjunto de ocho aplicaciones que permiten al usuario las necesidades de una hoja de cálculo, un procesador de textos y un gestor de presentaciones.
- [![Open-Source Software][oss icon]](https://www.libreoffice.org/about-us/source-code/) [LibreOffice](https://www.libreoffice.org/) - El programa de oficina más popular para Linux. Siempre está mejorando, y está incluido con muchas versiones de Linux.
- [![Open-Source Software][oss icon]](https://github.com/ONLYOFFICE) [OnlyOffice](https://www.onlyoffice.com/) - Un conjunto de programas de oficina que es gratuito, pero puede ser pagado para trabajar en la nube.
- [WPS office](http://wps-community.org/) - Un conjunto de programas de oficina popular en China. Se traduce y funciona bien en otros idiomas.
#### LaTeX
- [![Open-Source Software][oss icon]](https://github.com/alexandervdm/gummi) [Gummi](https://gummi.app/) -Gummi es un editor sencillo con plantillas, corrector ortográfico y guías.
- [![Open-Source Software][oss icon]](https://git.gnome.org/browse/latexila) [LaTeXila](https://wiki.gnome.org/Apps/LaTeXila) - LaTeXila es un editor LaTex para el entorno de escritorio de GNOME.
- [![Open-Source Software][oss icon]](https://github.com/yihui/lyx) [LyX](http://www.lyx.org/) - Un editor de documentos que puede procesar archivos LaTex.
- [![Open-Source Software][oss icon]](https://www.tug.org/texlive/build.html) [TexLive](https://www.tug.org/texlive/) - TeX Live proporciona una manera fácil de crear un sistema de producción de documentos "Tex".
- [![Open-Source Software][oss icon]](https://savannah.gnu.org/projects/texmacs) [TeXmacs](http://www.texmacs.org/) - Un editor de texto científico gratuito, está inspirado en GNU Emacs y TeX.
- [![Open-Source Software][oss icon]](https://www.xm1math.net/texmaker/download.html) [Texmaker](https://www.xm1math.net/texmaker/) - Un editor código abierto multiplataforma LaTeX.
- [![Open-Source Software][oss icon]](https://github.com/TeXworks/texworks) [TeXworks](https://www.tug.org/texworks/) - TeXworks es un entorno para la creación de archivos de documentos TeX. Incluye un visor de PDF, y tiene una interfaz fácil de usar.
#### Markdown
- [![Open-Source Software][oss icon]](https://github.com/wereturtle/ghostwriter). [Ghost Writer](https://ghostwriter.kde.org/) - Un editor de Markdown que no tiene distracciones. Funciona en Windows y Linux.
- [![Open-Source Software][oss icon]](https://github.com/jamiemcg/remarkable) [Remarkable](https://remarkableapp.github.io/) - Un editor de Markdown capaz de usar una versión diferente de GitHub Markdown.
- [Typora](https://typora.io/) - Un editor de Markdown mínimo y fácil de usar.
#### Escribiendo una Novela
- [![Open-Source Software][oss icon]](https://github.com/andreafeccomandi/bibisco) [Bibisco](https://www.bibisco.com/) - Un programa para escribir novelas que se centra en la creación de ideas y personajes.
- [![Open-Source Software][oss icon]](https://github.com/olivierkes/manuskript) [Manuskript](http://www.theologeek.ch/manuskript/) - Manuskript es una herramienta para ayudar a un escritor a organizar y planificar antes de escribir.
- [![Open-Source Software][oss icon]](https://github.com/jacquetc/skribisto) [Skribisto](www.skribisto.eu) - Software for writers
- [![Open-Source Software][oss icon]](https://github.com/scribusproject/scribus) [Scribus](https://www.scribus.net/downloads/) - Es un programa para ayudar a publicar libros. Puede gestionar la tipografía y la preparación de archivos para equipos de configuración de imágenes.
- [![Open-Source Software][oss icon]](https://github.com/trelby/trelby) [Trelby](http://www.trelby.org/) - Trelby es un simple, rápido y elegante diseño de software de guión.
### Productividad
#### Automatización
- [Actionaz](http://actionaz.org/) - Un programa para automatizar tareas en Linux.
- [Autokey](https://github.com/autokey/autokey) - Un programa para Linux, que le permite asignar scripts y abreviaturas a las teclas de acceso rápido.
- [Caffeine](https://launchpad.net/caffeine) - Un programa que evita que Linux se quede dormido.
#### Barra de tareas
- [![Open-Source Software][oss icon]](https://github.com/Cairo-Dock) [Cairo-Dock](http://glx-dock.org/) - Cairo-Dock es una aplicación de interfaz de escritorio que crea una barra de tareas.
- [![Open-Source Software][oss icon]](https://launchpad.net/docky/+download) [Docky](http://wiki.go-docky.com/index.php?title=Welcome_to_the_Docky_wiki) - Docky es una aplicación completa de barra de tareas. Hace que las aplicaciones comunes de apertura sean más fáciles y rápidas.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/plank) [Plank](https://launchpad.net/plank) - Plank es un programa muy simple que proporciona una barra de tareas para Linux.
#### Busqueda local
- [![Open-Source Software][oss icon]](https://github.com/albertlauncher/albert) [Albert](https://github.com/albertlauncher/albert) - Un lanzador de aplicaciones muy capaz para Linux.
- [![Open-Source Software][oss icon]](https://github.com/DoTheEvo/ANGRYsearch) [AngrySearch](https://github.com/DoTheEvo/ANGRYsearch) - Un programa que busca archivos en linux, y funciona mientras escribe.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/catfish-search) [Catfish](https://launchpad.net/catfish-search) - Catfish es una herramienta de búsqueda muy versátil.
- [![Open-Source Software][oss icon]](https://github.com/KELiON/cerebro) [Cerebro](https://cerebroapp.com/) - Un programa que es de código abierto y ayuda a aumentar la productividad.
- [![Open-Source Software][oss icon]](https://github.com/cboxdoerfer/fsearch) [fsearch](https://github.com/cboxdoerfer/fsearch) - Una utilidad de búsqueda de archivos escrita en GTK + 3
- [![Open-Source Software][oss icon]](https://github.com/p-e-w/plotinus) [Plotinus](https://github.com/p-e-w/plotinus) - Un programa que le permite buscar comandos válidos para cada aplicación GTK.
#### Verio
- [Ambient Noise](https://itsfoss.com/ambient-noise-music-player-ubuntu/) - Un generador de ruido ambiental para linux.
- [![Open-Source Software][oss icon]](https://github.com/hluk/CopyQ) [CopyQ](http://hluk.github.io/CopyQ/) -CopyQ es un gestor de portapapeles que es muy avanzado y le permite editar y script elementos en él.
- [f.lux](https://justgetflux.com/linux.html) - Un programa que enrojezca su pantalla para permitirle dormir mejor.
- [![Open-Source Software][oss icon]](https://github.com/thezbyg/gpick) [Gpick](https://www.gpick.org/) - Gpick es un sampler de color que le permite elegir un color de cualquier cosa abierta en su escritorio.
- [![Open-Source Software][oss icon]](https://github.com/jonls/redshift) [Redshift](http://jonls.dk/redshift/) - Redshift Ajuste la temperatura de color de su pantalla para que coincida con su entorno. Esto ayuda a proteger los ojos por la noche.
- [![Open-Source Software][oss icon]](https://www.speedcrunch.org/) [SpeedCrunch](https://www.speedcrunch.org/) - Una calculadora de código abierto de alta precisión.
- [![Open-Source Software][oss icon]](https://github.com/jml/undistract-me) [Undistract me](https://github.com/jml/undistract-me) - Notifica al usuario cuando se ha completado un comando de línea de comandos muy largo.
- [Xmind](http://www.xmind.net/) - Una herramienta para el mapeo de la mente.
#### Tomar nota
- [![Open-Source Software][oss icon]](https://github.com/KDE/basket) [Basket Note Pads](https://apps.kde.org/basket/) - Esta es una aplicación multiuso para tomar notas.
- [![Open-Source Software][oss icon]](https://github.com/BoostIO/BoostNote-App) [Boostnote](https://boostnote.io/) - Boostnote es una aplicación de notas de código abierto diseñada para programadores.
- ![Nonfree][money icon] [Inkdrop](https://www.inkdrop.info/) - Una aplicación para tomar notas diseñadas para Markdown, tiene una interfaz simple y está orientado a la seguridad.
- [![Open-Source Software][oss icon]](https://github.com/laurent22/joplin) [Joplin](http://joplin.cozic.net) - Una aplicación de toma de notas con una lista de tareas pendientes que se puede sincronizar en varios sistemas operativos.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/nevernote/code/ci/master/tree/) [NixNote](https://sourceforge.net/projects/nevernote/) - Un cliente de código abierto para Evernote.
- [![Open-Source Software][oss icon]](https://github.com/notepadqq/notepadqq) [Notepadqq](https://notepadqq.com/s/) - Notepadqq es un Notepad ++ como editor para Linux.
- [![Open-Source Software][oss icon]](https://github.com/nuttyartist/notes) [Notes](http://www.get-notes.com/) - Una simple aplicación de toma de notas para Linux.
- [![Open-Source Software][oss icon]](https://github.com/patrikx3/onenote) [OneNote](https://www.corifeus.com/onenote) - Un programa de toma de notas escrito en Electron para Linux. Es un cliente de escritorio para OneNote.
- [![Open-Source Software][oss icon]](https://git.savannah.gnu.org/cgit/emacs/org-mode.git/) [Org mode](https://orgmode.org/) - Org mode un programa para mantener notas, mantener listas de trabajo, planear proyectos y crear documentos.
- [![Open-Source Software][oss icon]](https://github.com/Aseman-Land/Papyrus) [Papyrus](http://aseman.co/en/products/papyrus/) - Papyrus Es un organizador de notas que se centra en la seguridad, y una interfaz fácil de usar.
- [![Open-Source Software][oss icon]](https://github.com/pbek/QOwnNotes) [QOwnNotes](https://github.com/pbek/QOwnNotes) - QOwnNotes es un administrador de listas de archivos, bloc de notas y tareas de texto sin formato que admite el descuento y puede integrarse con Nextcloud / Owncloud.
- [Simplenote](https://simplenote.com/) - Un organizador de notas multiplataforma, que es un competidor de Evernote.
- [![Open-Source Software][oss icon]](https://github.com/spsdco/notes) [Springseed](https://github.com/spsdco/notes) - Una nota simple y hermosa que toma el organizador para el uso diario.
- [Stickynote](https://itsfoss.com/indicator-stickynotes-windows-like-sticky-note-app-for-ubuntu/) - Una aplicación de notas adhesivas para Linux.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/Tomboy) [Tomboy](https://wiki.gnome.org/Apps/Tomboy) - Tomboy es una aplicación de toma de notas que es simple y fácil de usar.
- [![Open-Source Software][oss icon]](https://github.com/CellarD0-0r/whatever) [Whatever](https://github.com/CellarD0-0r/whatever) - Un cliente de escritorio no oficial para Evernote.
- [![Open-Source Software][oss icon]](https://github.com/wizteam/wizqtclient) [WizNote](https://github.com/wizteam/wizqtclient) - Una nota multiplataforma que toma el cliente en la nube.
#### Tiempo y tareas orientadas
- [![Open-Source Software][oss icon]](https://github.com/alarm-clock-applet/alarm-clock) [Alarm Clock](https://alarm-clock-applet.github.io/) - Alarm Clock es un despertador con muchas características.
- [![Open-Source Software][oss icon]](https://git.calcurse.org/calcurse.git/) [calcurse](http://calcurse.org/) - Un calendario y planificador para la línea de comando.
- [California](https://wiki.gnome.org/Apps/California) - Un reemplazo de la aplicación de calendario, que puede aceptar entrada de lenguaje natural.
- ![Nonfree][money icon] [Everdo](https://everdo.net/linux) - Everdo es una aplicación para el desarrollo y la gestión del trabajo que es multiplataforma y no un Software como servicio.
- [![Open-Source Software][oss icon]](https://github.com/codito/gnome-pomodoro) [Gnome Pomodoro](https://gnomepomodoro.org/#download) - Un temporizador Pomodoro para GNOME que tiene muchas características.
- [Go For It](http://manuel-kehl.de/projects/go-for-it/) - Go For It! es una simple lista de tareas, y el programa de temporizador.
- [![Open-Source Software][oss icon]](https://github.com/mohamed-aziz/mytodo) [My Todo](https://github.com/mohamed-aziz/mytodo) - Mytodo es una lista de tareas pendientes de código abierto que le da un control completo.
- ![Nonfree][money icon] [RoundPie App](https://theroundpie.com/) - RoundPie App es una aplicación que gestiona su flujo de trabajo utilizando la técnica Pomodoro.
- [![Open-Source Software][oss icon]](https://userbase.kde.org/RSIBreak) [RSIBreak](https://userbase.kde.org/RSIBreak) - RSIBreak es una aplicación para la salud a las muñecas, para prevenir Lesiones por esfuerzo repetitivo.
- [![Open-Source Software][oss icon]](https://git.tasktools.org/projects) [TaskWarrior](https://taskwarrior.org/) - Taskwarrior es un software de código abierto que gestiona una lista de tareas desde la línea de comandos.
- [Todo.txt](http://todotxt.org/) - todo.txt- editores de texto que le ayudan a administrar sus tareas con el menor número de pulsaciones de teclas posible.
- [![Open-Source Software][oss icon]](https://github.com/kamhix/todoist-linux) [Todoist](https://github.com/kamhix/todoist-linux) - Un cliente no oficial de Todoist, es una lista de tareas y organizador multiplataforma.
#### Widget e indicador
- [Brightness](https://launchpad.net/indicator-brightness) - Un indicador de brillo para Ubuntu Linux.
- [My Weather Indicator](http://ubuntuhandbook.org/index.php/2016/04/weather-indicator-desktop-widget-ubuntu-16-04/) - Un indicador de tiempo y un widget para Ubuntu Linux.
- [Recent Noti](https://itsfoss.com/7-best-indicator-applets-for-ubuntu-13-10/) - Un indicador para las notificaciones recientes.
### Proxy
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/ijbswa/) [Privoxy](https://www.privoxy.org/) - Privoxy es un proxy web no caché que tiene filtros para mejorar la privacidad.
- [![Open-Source Software][oss icon]](https://github.com/haad/proxychains) [ProxyChains](https://github.com/haad/proxychains) - una herramienta que puede hacer una conexión tcp pasar por TOR, o un proxy.
- [![Open-Source Software][oss icon]](https://github.com/shadowsocks/shadowsocks-qt5/releases) [Shadowsocks](https://shadowsocks.org/) - un proxy SOCKS5 diseñado para ofrecer privacidad en línea.
### Seguridad
- [ClamAV](https://www.clamav.net/) - Clamav es un antivirus que es de código abierto y puede proteger un equipo contra virus.
- [Fail2ban](http://www.fail2ban.org/wiki/index.php/Main_Page) - Fail2ban puede escanear archivos de registro y prohibir las direcciones IP que muestren signos maliciosos, como demasiados intentos de contraseña, o cavar para exploits.
- [![Open-Source Software][oss icon]](https://github.com/firehol/firehol) [FireHOL](https://firehol.org) - Un controlador de firewall para (`iptables`) Linux, que es fácil de usar.
- [![Open-Source Software][oss icon]](https://github.com/netblue30/firejail) [Firejail](https://firejail.wordpress.com/) -
es un programa SUID que crea seguridad mediante la restricción de aplicaciones que utilizan espacios de nombres de Linux. [Espacios de Nombres de Linux](https://lwn.net/Articles/531114/) e [seccomp-bpf](https://l3net.wordpress.com/2015/04/13/firejail-seccomp-guide/).
- [![Open-Source Software][oss icon]](https://firehol.org/tutorial/fireqos-new-user/) [FireQoS](https://github.com/firehol/netdata/wiki/You-should-install-QoS-on-all-your-servers) - Un firewall de Linux QoS (Calidad de servicio) de gestión que es fácil de usar.
- [![Open-Source Software][oss icon]](https://github.com/firewalld/firewalld) [Firewalld](https://github.com/firewalld/firewalld) - Firewalld es un firewall gestionado dinámicamente con soporte para zonas de red y firewall, para proporcionar diferentes niveles de confianza para diferentes conexiones.
- [GnuPG](https://www.gnupg.org/) - GnuPG le permite cifrar sus archivos con un sistema de gestión de claves.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/gui-ufw) [GuFW](http://gufw.org/) - Un administrador de cortafuegos muy fácil de usar.
- [![Open-Source Software][oss icon]](https://github.com/firehol/iprange) [IPrange](https://github.com/firehol/iprange) - Una herramienta para procesar listas de IP muy rápidamente.
- [![Open-Source Software][oss icon]](https://github.com/CISOfy/lynis) [Lynis](https://cisofy.com/lynis/) - Una herramienta de auditoría de seguridad para sistemas Unix. Puede comprobar el cumplimiento de HIPAA / ISO27001 / PCI DSS, y el sistema de endurecimiento.
- [OpenSSH](http://www.openssh.com/) - OpenSSH servidor y cliente de shell seguros.
- [![Open-Source Software][oss icon]](https://git.zx2c4.com/password-store/) [Pass](https://www.passwordstore.org/) - El administrador de contraseñas Unix estándar.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/passwordsafe/) [Password Safe](https://pwsafe.org/) - Password Safe es un programa que te permite crear una lista segura y encriptada de contraseñas y nombres de cuentas.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/Seahorse) [Seahorse](https://wiki.gnome.org/Apps/Seahorse) - Una GUI de GNOME para GnuPG.
- [![Open-Source Software][oss icon]](http://www.tcpdump.org/#source) [Tcpdump](http://www.tcpdump.org/) - Una herramienta de captura y depuración de TCP.
- [![Open-Source Software][oss icon]](https://github.com/usbkey9/uktools) [Uktools](https://github.com/usbkey9/uktools) - Mantenga su sistema actualizado con el último núcleo disponible. Posibilidad de limpiar kernel viejo también.
- [![Open-Source Software][oss icon]](https://github.com/firehol/blocklist-ipsets) [Update-IPsets](https://iplists.firehol.org) - Un gestor de los ataques de ciberdelincuencia que puede descargar e instalar el netfilter `ipsets`.
### Intercambio de archivos
- [![Open-Source Software][oss icon]](https://github.com/aria2/aria2) [aria2](https://aria2.github.io/) - aria2 es un programa de descarga de línea de comandos rápido y multiprotocolo y multi-fuente.
- [CrossFTP](http://www.crossftp.com/ftp-client.htm) - CrossFTP es un programa que facilita la administración de FTP.
- [D-lan](https://www.d-lan.net/) - Es un programa que te permite compartir archivos en un Red de área local
- [![Open-Source Software][oss icon]](http://dev.deluge-torrent.org/wiki/Development#SourceCode) [Deluge](http://deluge-torrent.org/) - Deluge es un cliente multiplataforma rápido y de código abierto de bittorrent.
- [Dropbox](https://www.dropbox.com/install?os=lnx) - Dropbox es un servicio gratuito que le permite almacenar archivos en la nube.
- [![Open-Source Software][oss icon]](https://filezilla-project.org/sourcecode.php) [Filezilla](https://filezilla-project.org/) - Un servidor FTP de código abierto y un cliente.
- [Flareget](https://flareget.com/) - Un gestor de descargas y un acelerador con muchas características.
- [![Open-Source Software][oss icon]](https://invent.kde.org/network/ktorrent) [KTorrent](https://apps.kde.org/ktorrent/) - KTorrent una aplicación bittorrent creada por KDE.
- [![Open-Source Software][oss icon]](https://github.com/meganz/MEGAsync) [Mega](https://mega.nz/#sync) - Un cliente de Mega.co.nz que sincroniza automáticamente los archivos de su computadora con su cuenta MEGA.
- [![Open-Source Software][oss icon]](https://github.com/nitroshare/nitroshare-desktop) [NitroShare](https://nitroshare.net/) - Un programa de transferencia de archivos de red multiplataforma.
- [ownCloud](https://owncloud.com/products/desktop-clients/) - Un programa que te permite acceder a tus archivos sin importar donde estés.
- [PushBullet](https://www.pushbullet.com/) - Pushbullet un servicio que conecta sus dispositivos para que pueda compartir archivos y mensajes y vínculos entre ellos.
- [![Open-Source Software][oss icon]](https://github.com/sidneys/pb-for-desktop) [PushBullet for desktop](https://sidneys.github.io/pb-for-desktop/) - Un cliente de escritorio para Linux para Pushbullet.
- [![Open-Source Software][oss icon]](https://github.com/qbittorrent/qBittorrent) [qBittorent](http://www.qbittorrent.org/) - qBittorrent es un cliente de bittorrent de código abierto que es similar a μTorrent.
- [Quazaa](https://sourceforge.net/projects/quazaa/) - Un programa multiplataforma y red multipares para compartir archivos.
- [![Open-Source Software][oss icon]](https://github.com/haiwen/seafile) [Seafile](https://www.seafile.com/en/home/) - Seafile es una plataforma de alojamiento de archivos empresariales con alta confiabilidad y rendimiento. Coloque archivos en su propio servidor. Sincronice y comparta archivos en diferentes dispositivos, o acceda a todos los archivos como un disco virtual.
- [SpiderOak](https://spideroak.com/) - Un software de colaboración en tiempo real para equipos y empresas.
- [![Open-Source Software][oss icon]](https://github.com/syncthing/syncthing) [Syncthing](https://syncthing.net/) - Syncthing es un programa que reemplaza los servicios estándar de sincronización y nube con uno que es de código abierto.
- [Teamviewer](https://www.teamviewer.com/) - Un programa que permite el acceso remoto de otras computadoras a través de una red o el Internet.
- [Tixati](https://www.tixati.com/) - Un cliente de torrents gratuito que tiene funciones avanzadas y también tiene una interfaz web.
- [![Open-Source Software][oss icon]](https://trac.transmissionbt.com/browser/trunk) [Transmission](https://www.transmissionbt.com/download/) - un cliente multiplataforma simple y rápido para bittorrent.
- [![Open-Source Software][oss icon]](https://github.com/leonsoft-kras/transmisson-remote-gui) [Transmission Remote GUI](https://sourceforge.net/projects/transgui/) - es un programa para controlar un "Transmission Bittorent Client" a través de una red vía RPC.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/urlget/downloads/source-code/) [uGet](http://ugetdm.com/) - Un gestor de descargas que puede controlar el portapapeles, y puede descargar varios archivos al mismo tiempo.
- [Vuze](http://www.vuze.com) - Un cliente bittorrent que tiene muchas características.
- [![Open-Source Software][oss icon]](https://github.com/webtorrent/webtorrent-desktop) [Web Torrent Desktop](https://webtorrent.io/desktop/) - Es un cliente torrent para streaming torrent, y se conectará a bittorrent y webtorrent.
- [![Open-Source Software][oss icon]](https://github.com/warner/magic-wormhole) [Wormhole](https://github.com/warner/magic-wormhole) - Un programa que te permite compartir archivos de cualquier tamaño o incluso texto de una computadora a otra.
### Emulador de terminal
- [![Open-Source Software][oss icon]](https://github.com/jwilm/alacritty) [Alacritty](https://github.com/jwilm/alacritty) - un multiplataforma y un acelerador de terminal acelerado por GPU.
- [![Open-Source Software][oss icon]](https://github.com/Swordfish90/cool-retro-term) [Cool Retro Term](https://github.com/Swordfish90/cool-retro-term) - Un terminal diseñado para imitar la apariencia de una pantalla de cátodo.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/dban/) [DBAN](https://dban.org/) - Un ISO independiente que elimina información de los Unidades de discos duros y Unidades de estados sólidos en una computadora.
- [GnomeTerminal](https://help.gnome.org/users/gnome-terminal/stable/) - Un emulador de terminal Linux preinstalado muy común.
- [Guake](http://guake.org/) - Guake es un terminal de arriba hacia abajo diseñado para GNOME.
- [![Open-Source Software][oss icon]](https://github.com/zeit/hyper) [Hyper](https://hyper.is/) - Un terminal que está construido con tecnologías web.
- [![Open-Source Software][oss icon]](https://github.com/KeyLo99/k3rmit) [K3rmit](https://github.com/KeyLo99/k3rmit) - A VTE-based terminal emulator that aims to be simple, fast and effective.
- [![Open-Source Software][oss icon]](https://github.com/kovidgoyal/kitty) [Kitty](https://github.com/kovidgoyal/kitty) - Un emulador de terminal rápido multiplataforma con muchas características.
- [Konsole](https://konsole.kde.org/) - Un emulador de terminal alternativo para el entorno de escritorio KDE.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/rxvt/) [RXVT](https://rxvt.sourceforge.net/) - Un emulador de terminal diseñado para el entorno X11. Es un reemplazo popular para "xterm".
- [![Open-Source Software][oss icon]](rxvt.http://cvs.schmorp.de/rxvt-unicode/) [RXVT-Unicode](http://software.schmorp.de/pkg/rxvt-unicode.html) - rxvt-unicode es una bifurcación de un emulador de terminal bien conocido.
- [![Open-Source Software][oss icon]](https://launchpad.net/sakura) [Sakura](https://launchpad.net/sakura) - Un emulador de terminal potente compra sencillo basado en libvte.
- [![Open-Source Software][oss icon]](https://github.com/gnome-terminator/terminator) [Terminator](https://gnome-terminator.org/) - Terminator es un muy capaz, y poderoso emulador de terminal con un montón de características. Es muy popular.
- [![Open-Source Software][oss icon]](https://github.com/billiob/terminology) [Terminology](https://www.enlightenment.org/about-terminology) - La terminal bonita y rápida del escritorio Enlightenment. Tiene una cantidad sorprendente de características.
- [![Open-Source Software][oss icon]](https://github.com/Eugeny/terminus) [Terminus](https://eugeny.github.io/terminus/) - Una aplicación terminal moderna y muy personalizable basada en tecnologías web.
- [![Open-Source Software][oss icon]](https://github.com/nonstop/termit/wiki) [Termit](https://github.com/nonstop/termit/wiki) - un emulador de terminal simple basado en VTE, y extensible con Lua.
- [![Open-Source Software][oss icon]](https://github.com/thestinger/termite) [Termite](https://github.com/thestinger/termite) - Un terminal basado en VTE que se centra en el teclado..
- [Termius](https://www.termius.com/) - Un terminal multiplataforma con un cliente SSH incorporado y Telnet.
- [![Open-Source Software][oss icon]](https://github.com/gnunn1/tilix) [Tilix](https://gnunn1.github.io/tilix-web/) - un emulador de terminal embaldosado usando GTK3.
- [![Open-Source Software][oss icon]](https://github.com/tmux/tmux) [Tmux](https://tmux.github.io/) - Un programa que le permite multiplexar terminales en cualquier terminal.
- [![Open-Source Software][oss icon]](https://github.com/cosmos72/twin) [Twin](https://github.com/cosmos72/twin/) - Un entorno de ventana de modo de texto rápido y liviano que admite el mouse. Tiene muchas características.
- [![Open-Source Software][oss icon]](https://github.com/railsware/upterm) [Upterm](https://github.com/railsware/upterm) - Upterm es un emulador de terminal que tiene características de Entorno de desarrollo integrado. Está basado en [Electron](https://electron.atom.io/).
- [Xterm](http://invisible-island.net/xterm/) - Xterm es un programa que es un emulador de terminal para el sistema de ventanas X.
- [Yakuake](https://apps.kde.org/yakuake/) - Un emulador de terminal en el estilo de "Quake" y basado en KDE Konsole.
### Herramientas
- [![Open-Source Software][oss icon]](https://github.com/angryip/ipscan) [Angry IP Scanner](http://angryip.org/) - Un escáner de red rápido y fácil de usar.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/~teejee2008/apt-toolkit/trunk) [Aptik](https://teejeetech.com/2019/07/14/aptik-v19-07/) - Una herramienta que le permite organizar su PPA y paquetes favoritos fácilmente.
- [![Open-Source Software][oss icon]](https://github.com/bleachbit/bleachbit) [Bleach bit](https://www.bleachbit.org/) - Este programa limpia los archivos adicionales e innecesarios. también puede eliminar las cookies del sitio web, borrar el historial de Internet y eliminar los registros.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/brasero) [Brasero](https://wiki.gnome.org/Apps/Brasero) - Una grabadora de DVD fácil de usar y efectiva.
- [![Open-Source Software][oss icon]](https://github.com/chrisallenlane/cheat) [Cheat](https://github.com/chrisallenlane/cheat) - es un programa que le permite ver una guía para comandos en la línea de comandos.
- [![Open-Source Software][oss icon]](https://clonezilla.org/related-links/) [Clonezilla](http://clonezilla.org/) - Clonezilla es un programa de clonación de particiones y discos similar al Norton Ghost.
- [Convertall](https://sourceforge.net/projects/convertall/) - Un programa para convertir unidades de una medida en otra unidad.
- [![Open-Source Software][oss icon]](https://launchpad.net/cpug) [CPU-G](http://www.omgubuntu.co.uk/2016/09/monitor-battery-life-ubuntu-cpu-g) - Un programa que hace que sea fácil de monitorear cuánta batería ha dejado una computadora.
- [![Open-Source Software][oss icon]](https://github.com/chamfay/Curlew) [Curlew](https://github.com/chamfay/Curlew) - Un convertidor de medios diseñado para el entorno de escritorio GNOME.
- [![Open-Source Software][oss icon]](https://github.com/keepassxreboot/keepassxc) [KeePassXC](https://keepassxc.org/) - Un administrador de contraseñas multiplataforma, es una comunidad mantenida bifurcacion de: KeePassX([dead](https://github.com/keepassx/keepassx/pull/204))
- [![Open-Source Software][oss icon]](https://github.com/thjaeger/easystroke) [EasyStroke](https://github.com/thjaeger/easystroke/wiki#download) - Easystroke es un programa para reconocer gestos para el entorno X11.
- [![Open-Source Software][oss icon]](https://github.com/OzymandiasTheGreat/emoji-keyboard) [Emoji Keyboard](https://github.com/OzymandiasTheGreat/emoji-keyboard) - Un teclado diseñado para emojis.
- [![Open-Source Software][oss icon]](https://github.com/SpiderOak/Encryptr) [Encryptr](https://spideroak.com/personal/encryptr) - Encryptr es un fácil de usar e-wallet y administrador de contraseñas.
- [Enpass](https://www.enpass.io/) - Enpass es un administrador de contraseñas y también puede almacenar otra información importante.
- [![Open-Source Software][oss icon]](https://github.com/resin-io/etcher) [Etcher](https://etcher.balena.io/) - Flash OS a tarjetas SD y unidades USB de forma segura y sencilla.
- [![Open-Source Software][oss icon]](https://github.com/FreeRDP/FreeRDP) [FreeRDP](http://www.freerdp.com/) - FreeRDP es una implementación de código abierto del "Remote Desktop Protocol (RDP)".
- [GD map](https://gdmap.sourceforge.net/) - Un programa que ayuda a visualizar el uso del disco.
- [![Open-Source Software][oss icon]](http://simmesimme.github.io/news/2016/08/24/gnome-pie-069) [GnomePie](http://simmesimme.github.io/news/2016/08/24/gnome-pie-069) - Un lanzador de aplicaciones que es un círculo.
- [GParted](http://gparted.org/) - Una herramienta de partición de disco para linux.
- [![Open-Source Software][oss icon]](https://github.com/gramps-project/gramps) [Gramps](https://github.com/gramps-project/gramps) - Un programa para ayudar a investigar y construir un árbol genealógico.
- [indicator-cpufreq](https://launchpad.net/indicator-cpufreq) - Programa que muestra la frecuencia actual de la CPU.
- [indicator-multiload](https://launchpad.net/ubuntu/+source/indicator-multiload) - Un programa que muestra la carga actual del sistema.
- [![Open-Source Software][oss icon]](https://github.com/fossfreedom/indicator-sysmonitor) [Indicator-SysMonitor](https://github.com/fossfreedom/indicator-sysmonitor) - Una aplicación que muestra la temperatura de la CPU, la memoria, la velocidad de red actual y más.
- [![Open-Source Software][oss icon]](https://github.com/KDE/kdeconnect-kde) [KDE-Connect](https://community.kde.org/KDEConnect) - Un programa que le permite vincular un teléfono Android con un escritorio Linux y usar el teléfono como mouse, controlar un reproductor de música y más.
- [KeePass](https://www.keepass.info/) - Un administrador de contraseñas centrado en Windows, pero también funciona en Linux.
- [![Open-Source Software][oss icon]](https://github.com/keeweb/keeweb) [KeeWeb](https://github.com/keeweb/keeweb) - Un administrador de contraseñas multiplataforma.
- [![Open-Source Software][oss icon]](https://github.com/jordansissel/keynav) [Keynav](http://www.semicomplete.com/projects/keynav/) - Keynav es un programa que le permite presionar una tecla para mover el cursor del mouse a un área específica de un escritorio.
- [![Open-Source Software][oss icon]](https://github.com/iabem97/komorebi) [Komorebi](https://github.com/iabem97/komorebi/releases) - Komorebi es un gestor de fondo para Linux, que te permite usar el video como fondo.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/kvm/files/) [KVM](http://www.linux-kvm.org/page/Main_Page) - KVM (Kernel-based Virtual Machine) es un programa para la virtualización de computadoras en Linux y funciona con extensiones de virtualización de Intel VT o AMD-V.
- [LastPass](https://lastpass.com/misc_download2.php) - LastPass es un servicio de gestión de contraseñas multiplataforma que almacena contraseñas.
- [![Open-Source Software][oss icon]](https://github.com/mobile-shell/mosh) [Mosh](https://mosh.org/#getting) - Mosh es una aplicación de terminal remoto que puede trabajar con conectividad intermitente.
- [![Open-Source Software][oss icon]](https://github.com/jiahaog/nativefier) [Nativefier](https://github.com/jiahaog/nativefier) - Un programa que puede convertir cualquier sitio web en una aplicación de escritorio.
- [![Open-Source Software][oss icon]](https://g.blicky.net/ncdu.git/) [Ncdu](https://dev.yorhel.nl/ncdu) - Un analizador de uso de disco que utiliza Ncurses.
- [![Open-Source Software][oss icon]](https://github.com/firehol/netdata) [NetData](https://www.netdata.cloud/) - Un monitor de rendimiento y salud basado en web de próxima generación para servidores físicos y virtuales.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/peaextractor/) [PeaExtractor](http://www.peazip.org/peaextractor-unace-unrar-unzip.html) Una herramienta diseñada para descomprimir archivos que es muy fácil de usar.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/peautils/) [PeaUtilities](http://www.peazip.org/peautils-hash-secure-delete.html) PeaUtils es un conjunto de utilidades de administración de archivos, que puede hacer hash checksum, borrar de forma segura y comparar archivos.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/peazip/files/Resources/) [Peazip](http://www.peazip.org/) - Una herramienta que puede descomprimir una gran variedad de formatos de compresión.
- [![Open-Source Software][oss icon]](https://github.com/pi-hole/pi-hole) [Pi-Hole](https://pi-hole.net) - Un programa que utiliza el filtrado DNS y puede bloquear anuncios en toda una red LAN.
- [PlexyDesk](https://www.omgubuntu.co.uk/2016/09/plexydesk-widgets-linux-desktop-ppa) - Plexydesk es un programa que crea múltiples escritorios y puede crear widgets en el escritorio.
- [Powertop](https://01.org/powertop/downloads) - Una herramienta que puede ayudar a diagnosticar problemas con el consumo de energía en Linux.
- [![Open-Source Software][oss icon]](http://git.wpitchoune.net/psensor.git/) [Psensor](http://wpitchoune.net/psensor/) - Un monitor gráfico de temperatura para Linux.
- [Pulse Audio](https://wiki.ubuntu.com/PulseAudio) - Un programa que mejora el sonido de Linux con perfiles de audio.
- [![Open-Source Software][oss icon]](https://github.com/FreeRDP/Remmina) [Remmina](http://www.remmina.org/wp/) - Una aplicación de escritorio remoto para Linux, también funciona con otros sistemas unix.
- [![Open-Source Software][oss icon]](https://github.com/sahib/rmlint) [rmlint](https://rmlint.readthedocs.io/en/latest/) - rmlint es un programa que encuentra espacio adicional en un sistema de archivos y lo hace disponible.
- [![Open-Source Software][oss icon]](https://github.com/oguzhaninan/Stacer) [Stacer](https://github.com/oguzhaninan/Stacer) - Un popular programa utilizado para optimizar Ubuntu Linux.
- [![Open-Source Software][oss icon]](https://github.com/antonio-malcolm/gloobus-preview) [Gloobus-Preview](https://github.com/antonio-malcolm/gloobus-preview) - Un programa que prevé sus archivos. Esto es similar a [Sushi](https://github.com/GNOME/sushi)
- [![Open-Source Software][oss icon]](https://github.com/GNOME/sushi) [Sushi](https://github.com/GNOME/sushi) - Sushi es un previsualizador de archivos para Nautilus.
- [Synaptic](http://www.nongnu.org/synaptic/) - Synaptic es una aplicación gráfica de gestión de paquetes para apt.
- [Systemload](http://www.omgubuntu.co.uk/2014/06/system-monitor-indicator-ubuntu-ppa) - Un programa que muestra la carga actual del sistema en la barra de tareas.
- ![Open-Source Software][oss icon] [TightVNC](http://www.tightvnc.com/) - Una aplicación rápida y fiable. Le permite conectarse remotamente a una computadora y controlar su escritorio.
- [TLP](http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html) - Una aplicación que puede ayudar a optimizar la duración de la batería en Linux.
- [![Open-Source Software][oss icon]](https://github.com/Kilian/Trimage) [Trimage](https://trimage.org/) - Una herramienta multiplataforma para optimizar archivos de imagen PNG y JPG.
- [![Open-Source Software][oss icon]](https://github.com/adgellida/ubunsys) [Ubunsys](https://github.com/adgellida/ubunsys) - Una aplicación diseñada para permitirle cambiar las características del sistema en profundidad sin la línea de comandos.
- [![Open-Source Software][oss icon]](https://github.com/gerardpuig/ubuntu-cleaner) [UbuntuCleaner](https://github.com/gerardpuig/ubuntu-cleaner) - Ubuntu Cleaner es una herramienta que ayuda a limpiar su sistema Ubuntu.
- [![Open-Source Software][oss icon]](https://github.com/Ulauncher/Ulauncher/) [ULauncher](http://ulauncher.io/) - Un lanzador de aplicaciones para Linux.
- [![Open-Source Software][oss icon]](https://github.com/unetbootin/unetbootin) [Unetbootin](https://unetbootin.github.io) - UNetbootin le permite crear unidades USB activas de arranque para Ubuntu y otras distribuciones de Linux. Puede dejar que UNetbootin descargue una de las muchas distribuciones admitidas de fábrica o suministrar su propio archivo .iso de Linux.
- [USB network gate](https://www.eltima.com/products/usb-over-ip-linux/) - Un programa que le permite compartir un puerto USB a través de una red.
- [![Open-Source Software][oss icon]](https://github.com/varietywalls/variety) [Variety](http://peterlevi.com/variety/) - Variety es un programa que es de código abierto que cambia su papel tapiz automáticamente y puede aplicar efectos usando Imagemagick.
- [![Open-Source Software][oss icon]](https://www.virtualbox.org/wiki/Contributor_information) [Virtualbox](https://www.virtualbox.org/wiki/Downloads) - VirtualBox es un programa de virtualización de uso general que es de código abierto.
- [WallpaperChange](https://apps.ubuntu.com/cat/applications/raring/wallch/) - Un programa que cambia automáticamente el fondo de pantalla de tu escritorio.
- [![Open-Source Software][oss icon]](https://github.com/rcaelers/workrave) [Workrave](https://www.workrave.org/) - Un programa que ayuda a prevenir trastornos musculoesquéleticos (TME).
- [![Open-Source Software][oss icon]](https://github.com/KaOS-Community-Packages/xdm) [Xtreme Download Manager](http://xdman.sourceforge.net/) - Un gestor de descargas capaz con una interfaz fácil de usar para Linux.
### Vídeo
- [![Open-Source Software][oss icon]](https://github.com/xylosper/bomi) [Bomi Player](https://bomi-player.github.io/) - Un reproductor multimedia capaz y fácil de usar.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/cheese) [Cheese](https://wiki.gnome.org/Apps/Cheese) - Es una aplicación que puede utilizar tu cámara web para tomar fotos y videos, y aplicar efectos especiales al resultado.
- [![Open-Source Software][oss icon]](https://github.com/xbmc/xbmc) [Kodi](https://kodi.tv/about/) - Un programa de código abierto para reproducir videos, música, fotos, juegos y más en tu sala de estar.
- [![Open-Source Software][oss icon]](https://github.com/pculture/miro) [Miro](http://www.getmiro.com/) - Una aplicación gratuita que puede reproducir muchos canales de video y transmisiones en línea.
- [![Open-Source Software][oss icon]](https://github.com/lettier/movie-monad) [Movie Monad](https://lettier.github.io/movie-monad) - Es un reproductor de video fácil de usar, escrito en haskell.
- [![Open-Source Software][oss icon]](http://www.mplayerhq.hu/design7/dload.html) [MPlayer](http://www.mplayerhq.hu/design7/news.html) - MPlayer es un reproductor de películas que se ejecuta en muchos sistemas operativos, y puede reproducir muchos tipos de videos.
- [![Open-Source Software][oss icon]](https://github.com/mpv-player/mpv) [MPV](https://www.mpv.io) - Un reproductor multimedia de código abierto y multiplataforma.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/smplayer/code/HEAD/tree/) [SMPlayer](http://smplayer.sourceforge.net/) - Un reproductor multimedia gratuito con códecs incorporados.
- [![Open-Source Software][oss icon]](https://gitlab.com/jonata/subtitld) [Subtitld](https://subtitld.org/) - Subtitld es un software de código abierto para editar, transcribir y crear subtítulos.
- [SVP](https://www.svp-team.com/w/index.php?title=Main_Page) - un programa que te permite ver videos en tu escritorio usando interpolación de cuadros.
- [![Open-Source Software][oss icon]](https://www.videolan.org/vlc/download-sources.html) [VLC](http://www.videolan.org/vlc/index.html) - es un reproductor multimedia multiplataforma de código abierto que reproduce casi cualquier tipo de archivo multimedia.
### Wiki software
- [![Open-Source Software][oss icon]](https://git.joeyh.name/git/ikiwiki.git/) [ikiwiki](https://ikiwiki.info/) - es un compilador para wiki. Convierte las páginas wiki en HTML para su publicación en un sitio web.
- [![Open-Source Software][oss icon]](https://github.com/Jermolene/TiddlyDesktop) [TiddlyDesktop on GitHub](https://github.com/TiddlyDesktop) - [TiddlyDesktop on TiddlyWiki.com](https://github.com/TiddlyDesktop) -un software de escritorio para TiddlyWiki, una aplicación de código abierto para escribir en JavaScript.
- [![Open-Source Software][oss icon]](https://launchpad.net/zim) [Zim](https://zim-wiki.org/) - Un editor de texto gráfico que se puede utilizar para mantener páginas wiki, notas y documentos. Está diseñado para hacer páginas wiki fácil.
### Diverso
- [![Open-Source Software][oss icon]](https://displaycal.net/#download) [DisplayCAL](https://displaycal.net/) - Una aplicación de código abierto para la calibración de monitores, con la tecnología de argyllCMS.
- [![Open-Source Software][oss icon]](https://github.com/fontforge/fontforge) [FontForge](https://fontforge.org/) - Una aplicación multiplataforma libre de la creación de fuentes.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/grub-customizer) [GrubCustomizer](https://launchpad.net/grub-customizer) - Grub Customizer es una interfaz gráfica para configurar los parámetros de GRUB2 / BURG.
- [![Open-Source Software][oss icon]](https://github.com/bohoomil/fontconfig-ultimate) [Infinality bundle & fonts](https://github.com/bohoomil/fontconfig-ultimate) - _Preámbulo: Infinality no es mantenido por un desarrollador, puede que no funcione en un futuro próximo._. Infinality bundle & fonts es un proyecto de código abierto creado para administradores y usuarios de linux que desean mejorar la calidad de renderizado de fuentes en Linux.
- [![Open-Source Software][oss icon]](https://github.com/MycroftAI/mycroft-core) [Mycroft](https://github.com/MycroftAI/mycroft-core) - Mycroft es un asistente de voz de código abierto.
- [![Open-Source Software][oss icon]](https://github.com/lah7/polychromatic) [Polychromatic](https://github.com/lah7/polychromatic) - Un GUI y un applet de bandeja para configurar Peripherals para Razer en Linux.
## Herramientas de línea de comandos
- [![Open-Source Software][oss icon]](https://github.com/jarun/Buku) [Buku](https://github.com/jarun/Buku) - Un administrador de marcadores para la línea de comandos.
- [Cloc](https://github.com/AlDanial/cloc) - un programa que cuenta las líneas de código en un archivo de texto.
- [![Open-Source Software][oss icon]](https://github.com/athityakumar/colorls) [Color LS](http://www.omgubuntu.co.uk/2017/07/add-bling-ls-bash-command-colorls) - Color LS es una "Ruby Gem" que hace que el comando 'ls' en Linux sea más bonito y muestre más información.
- [![Open-Source Software][oss icon]](https://github.com/ssimunic/Daily-Reddit-Wallpaper) [Daily Reddit Wallpaper](https://github.com/ssimunic/Daily-Reddit-Wallpaper) - Un programa que cambia tu fondo de pantalla a la imagen más actualizada en /r/Wallpapers o cualquier subreddit en Reddit.
- [![Open-Source Software][oss icon]](https://github.com/jarun/ddgr) [ddgr](https://github.com/jarun/ddgr) - Utiliza duckduckgo desde la línea de comandos.
- [![Open-Source Software][oss icon]](https://github.com/balena-io/balena-cli) [Balena CLI](https://www.balena.io/docs/reference/balena-cli/) - Balena CLI es una herramienta de línea de comandos que tiene como objetivo proporcionar todos los beneficios de la aplicación de escritorio Balena de una manera que se puede ejecutar desde un terminal, o incluso utilizar desde un script.
- [![Open-Source Software][oss icon]](https://github.com/ogham/exa) [exa](https://the.exa.website/) - exa es un reemplazo moderno para el comando 'ls'.
- [![Open-Source Software][oss icon]](https://github.com/LubuntuFu/fishfry) [Fishfry](https://github.com/LubuntuFu/fishfry) - Reemplaza el historial de la línea de comandos de pescado con uno diseñado para pentesters.
- [fzf](https://github.com/junegunn/fzf) - Un programa de búsqueda que puede encontrar cualquier cosa, como un comando en el historial de línea de comandos, una imagen, un git commit o una dirección IP desde la línea de comandos.
- [![Open-Source Software][oss icon]](https://github.com/heppu/gkill) [Gkill](https://github.com/heppu/gkill) - Un proceso asesino para Linux.
- [![Open-Source Software][oss icon]](https://github.com/nicolargo/glances) [Glances](https://nicolargo.github.io/glances/) - Glances es un sistema que supervisa la aplicación del terminal que puede mostrar el uso del disco, el uso del carnero y muchas más cosas en la línea de comandos.
- [![Open-Source Software][oss icon]](https://github.com/jarun/googler) [Googler](https://itsfoss.com/review-googler-linux/) - Un programa que te dará resultados de google en la línea de comandos.
- [![Open-Source Software][oss icon]](https://github.com/aksakalli/gtop) [gtop](https://github.com/aksakalli/gtop) - Un panel de control de sistema para la línea de comandos. Puede mostrar más que el comando 'top'.
- [![Open-Source Software][oss icon]](https://github.com/hishamhm/htop) [htop](http://hisham.hm/htop/) - Un visor de procesos que muestra más que el comando 'top'.
- [Las 10 mejores herramientas de línea de comandos.](http://lifehacker.com/399468/top-10-command-line-tools)
- [![Open-Source Software][oss icon]](https://github.com/nojhan/liquidprompt) [Liquidprompt](https://github.com/nojhan/liquidprompt) - Un símbolo de comando multipropósito diseñado para Bash y Zsh.
- [![Open-Source Software][oss icon]](https://github.com/mps-youtube/mps-youtube) [mps-youtube](https://github.com/mps-youtube/mps-youtube) - Un programa diseñado para buscar y reproducir música para la línea de comandos. Encuentra esta música de Youtube.
- [![Open-Source Software][oss icon]](https://gitlab.com/muttmua/mutt) [Mutt](http://www.mutt.org/) - Un cliente basado en la línea de comandos para correo electrónico.
- [![Open-Source Software][oss icon]](https://github.com/dylanaraps/neofetch) [Neofetch](https://github.com/dylanaraps/neofetch/releases) - Un script del sistema que puede mostrar información sobre su sistema, funciona en muchos sistemas operativos diferentes, tales como: Linux, MacOS, iOS, BSD, Solaris, Android, Haiku, GNU Hurd, MINIX, AIX y Windows.
- [PathPicker](https://github.com/facebook/PathPicker) - Un programa que le permite seleccionar la salida de un comando y buscarlo por archivos y luego permitirle ejecutar un comando en esos archivos.
- [pywal](https://github.com/dylanaraps/pywal) - Es un script que cambia los colores de la línea de comandos para que coincida con el fondo de pantalla u otra imagen.
- [![Open-Source Software][oss icon]](https://github.com/amanusk/s-tui) [s-tui](https://amanusk.github.io/s-tui/) - s-tui es un programa de línea de comandos que le permite controlar la temperatura de su CPU, la frecuencia de la CPU, y más de la línea de comandos.
- [![Open-Source Software][oss icon]](https://github.com/ggreer/the_silver_searcher) [The Silver Searcher / Ag](https://github.com/ggreer/the_silver_searcher) - Una herramienta de búsqueda de código que es similar al comando 'ack'.
- [![Open-Source Software][oss icon]](https://github.com/nvbn/thefuck) [TheFuck](https://github.com/nvbn/thefuck) - Una aplicación que corrige el comando anterior.
- [![Open-Source Software][oss icon]](https://github.com/tmux/tmux) [Tmux](https://tmux.github.io/) - un comando que le permite cambiar entre diferentes programas en un terminal, y adjuntar y separar las tareas de la línea de comandos.
- [![Open-Source Software][oss icon]](https://github.com/jml/undistract-me) [undistract-me](https://github.com/jml/undistract-me) - Un programa de línea de comando que reproduce un sonido o envía una notificación cuando un comando largo ha terminado de ejecutarse en la línea de comando.
- [wicd-curses](https://wiki.archlinux.org/index.php/wicd#Running_Wicd_in_Text_Mode) - Un encargado del wifi para la línea de comando.
## Los Entornos des escritorios
- [![Open-Source Software][oss icon]](https://github.com/solus-project/budgie-desktop) [Budgie](http://www.omgubuntu.co.uk/2016/09/install-budgie-desktop-on-ubuntu) - Budgie es un entorno de escritorio diseñado para parecer moderno, y es simple y elegante.
- [![Open-Source Software][oss icon]](https://github.com/linuxmint/Cinnamon) [Cinnamon](http://cinnamon.linuxmint.com/) - Cinnamon es un entorno de escritorio diseñado para ser tradicional. Cinnamon es un bifurcacion de GNOME 3.
- [![Open-Source Software][oss icon]](https://github.com/linuxdeepin/dde-desktop) [Deepin DE](https://www.deepin.org/en/dde/) - DDE (Deepin escritorio diseñado) es el entorno de escritorio predeterminado de Linux Deepin. Es muy simple y se basa en una barra de tareas en la parte inferior de la pantalla.
- [![Open-Source Software][oss icon]](https://git.enlightenment.org/enlightenment/efl) [Enlightenment](https://www.enlightenment.org/about) - Un entorno de escritorio rápido y hermoso que está diseñado para ser personalizable.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gnome-desktop) [Gnome](https://www.gnome.org/) - El GNOME escritorio es un escritorio diseñado atractivo y fácil de usar que puede ejecutarse en el estilo moderno o clásico.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gnome-flashback) [GNOME Flashback](https://wiki.gnome.org/Projects/GnomeFlashback) - GNOME Flashback es un entorno de escritorio diseñado para parecer GNOME 2.
- [![Open-Source Software][oss icon]](https://github.com/KDE/plasma-desktop) [KDE Plasma](https://www.kde.org/workspaces/plasmadesktop/) - El KDE Plasma escritorio diseñado está diseñado para parecer familiar. Tiene todas las herramientas que necesita para ser productivo.
- [![Open-Source Software][oss icon]](https://github.com/lxde) [LXDE](http://lxde.org/) - El X11 escritorio está diseñado para ser rápido y ahorro de energía.
- [![Open-Source Software][oss icon]](https://github.com/lxde/lxqt) [LXQt](http://lxqt.org/) - LXQt es el portal QT de LXDE, es un entorno de escritorio ligero.
- [![Open-Source Software][oss icon]](https://github.com/mate-desktop/) [Mate](http://mate-desktop.com/) - Mate se nombra después de Yerba Mate argentino, está diseñado para ser intuitivo y atractivo. Es un bifurcacion de GNOME 2.
- [Pantheon](https://elementary.io/) - Pantheon es el entorno de escritorio predeterminado creado para el sistema operativo "Elementary OS".
- [Unity](https://unity.ubuntu.com/) - Unity es el entorno de escritorio predeterminado para Ubuntu. Se basa en GNOME 3. [Una guia de la instalación inglés](http://www.omgubuntu.co.uk/2016/04/ubuntu-16-04-unity-8-desktop-progress-video) - Una guía sobre cómo instalar Unity 8 para Ubuntu 16.04
- [![Open-Source Software][oss icon]](https://github.com/xfce-mirror) [Xfce](https://www.xfce.org/) - Xfce es un entorno de escritorio ligero diseñado para ser modular y muy personalizable.
## Gestores de pantallas
### Console
- [![Open-Source Software][oss icon]](https://github.com/ghost1227/cdm) [CDM](https://github.com/ghost1227/cdm) - Un administrador de inicio de sesión muy minimalista escrito en Bash.
- [![Open-Source Software][oss icon]](https://github.com/dopsi/console-tdm) [Console TDM](https://github.com/dopsi/console-tdm) - Una extensión para xinit escrita en Bash.
- [![Open-Source Software][oss icon]](https://github.com/spanezz/nodm) [nodm](https://github.com/spanezz/nodm) - Un gestor de visualización minimalista para los inicios de sesión automáticos.
### Gráficos
- [![Open-Source Software][oss icon]](https://github.com/tomas/entrance) [Entrance](http://enlightenment.org) - Un gestor de visualización basado en EFL, que es experimental.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gdm) [GDM](https://wiki.gnome.org/Projects/GDM) - El gestor oficial de GNOME.
- [KDM](http://www.kde.org) - El gestor de visualización de KDE4 actualmente descontinuado.
- [![Open-Source Software][oss icon]](https://github.com/canonical/lightdm) [LightDM](https://www.freedesktop.org/wiki/Software/LightDM) - Un gestor de pantallas multiplataforma que puede utilizar Front-end de otros toolkits.
- [LXDM](https://sourceforge.net/projects/lxdm/) - El gestor des pantallas LXDE, puede ser utilizado independientemente de LXDE.
- [![Open-Source Software][oss icon]](https://github.com/linuxmint/mdm) [MDM](https://github.com/linuxmint/mdm) - El gestor des pantallas de MDM, uso en Linux Mint.
- [![Open-Source Software][oss icon]](https://github.com/sddm/sddm) [SDDM](https://github.com/sddm/sddm) - El gestor des pantallas basado en QML y sucesor de KDM.
- [![Open-Source Software][oss icon]](https://github.com/gsingh93/slim-display-manager) [SLiM](https://sourceforge.net/projects/slim.berlios/) - Un gestor des pantallas ligero y sencillo. Se suspende.
- [![Open-Source Software][oss icon]](https://github.com/bbidulock/xdm) [XDM](https://www.x.org/archive/X11R7.5/doc/man/man1/xdm.1.html) - El gestor des pantallas X que apoya XDMCP.
## Gestor de ventanas
### Gestors de composiciónes
- [![Open-Source Software][oss icon]](https://github.com/yshui/picom) [Picom](https://github.com/yshui/picom) - Picom es un gestor compuesto independiente, que puede trabajar con gestores de ventanas que no tienen composición.
- [![Open-Source Software][oss icon]](https://cgit.freedesktop.org/xorg/app/xcompmgr) [Xcompmgr](https://cgit.freedesktop.org/xorg/app/xcompmgr) - Xcompmgr es un gestor compuesto simple que puede renderizar, sombras, y otros efectos.
### Gestor de apilables
- [![Open-Source Software][oss icon]](https://github.com/venam/2bwm) [2bwm](https://github.com/venam/2bwm) - 2bwm es un gestor de ventanas flotante que tiene dos bordes.
- [![Open-Source Software][oss icon]](https://github.com/bbidulock/blackboxwm) [Blackbox](http://blackboxwm.sourceforge.net) - es un gestor de ventanas rápido y ligero para el "Sistema X Window" sin tantas dependencias bibliotecas.
- [![Open-Source Software][oss icon]](https://github.com/fluxbox/fluxbox) [Fluxbox](http://fluxbox.org) - Un administrador de ventanas para X, basado en Blackbox.
- [![Open-Source Software][oss icon]](https://github.com/danakj/openbox) [Openbox](http://openbox.org) - Un gestor de ventanas de próxima generación configurable.
### Gestor de embaldosado
- [![Open-Source Software][oss icon]](https://github.com/baskerville/bspwm) [Bspwm](https://github.com/baskerville/bspwm/wiki) - bspwm es un gestor de embaldosado que representa las ventanas como partes de un árbol.
- [![Open-Source Software][oss icon]](https://github.com/herbstluftwm/herbstluftwm) [Herbstluftwm](https://herbstluftwm.org) - Es un manual gestor de embaldosado para X11.
- [![Open-Source Software][oss icon]](https://github.com/i3/i3) [i3 WM](https://i3wm.org/) - i3 WM es un gestor de ambaldosado y dinámico que es administrador de ventanas capaz escrito desde cero.
- [![Open-Source Software][oss icon]](https://github.com/qtile/qtile) [Qtile](https://qtile.org/) - qtile es un gestor de embaldosado hackable completo en python.
- [![Open-Source Software][oss icon]](https://github.com/swaywm/sway) [Sway](http://swaywm.org) - Sway está embaldosando el compositor Wayland y reemplazando al administrador de ventanas i3 para X11.
### Gestor de dinámico
- [![Open-Source Software][oss icon]](https://github.com/awesomeWM/awesome) [awesome](https://awesomewm.org) - Un gestor de marcos configurable para X.
- [![Open-Source Software][oss icon]](https://github.com/cdown/dwm) [dwm](http://dwm.suckless.org) - Un gestor de dinámico para X, tiene tres modos de "layouts".
- [![Open-Source Software][oss icon]](https://github.com/i3/i3) [i3](https://i3wm.org) - Un Gestor de embaldosado que se escribe desde cero.
- [![Open-Source Software][oss icon]](https://github.com/conformal/spectrwm) [spectrwm](https://github.com/conformal/spectrwm/wiki) - Un pequeño Gestor de dinámico para X11, está inspirado en xmonad y dwm.
- [![Open-Source Software][oss icon]](https://github.com/xmonad/xmonad) [xmonad](http://xmonad.org) - Un Gestor de dinámico y embaldosado para X11 que está escrito en Haskell.
## Instalación de
- [38 tareas después de instalar Ubuntu (Inglés)](https://www.lifewire.com/things-to-do-installing-ubuntu-2200611)
- [Elegir una buena distribución de Linux (Inglés)](http://i.imgur.com/TV21DgN.jpg)
- [¿Qué significan los comandos de línea de comando? (Inglés)](https://www.explainshell.com) [![Open-Source Software][oss icon]](https://github.com/idank/explainshell)
- [Términos básicos de linux (Inglés)](http://www.makeuseof.com/tag/linux-confusing-key-terms-definitions/)
- [¿Qué es Linux? (Inglés)](https://www.linux.com/what-is-linux)
### Arch Linux
- [Descargar e instalar Arch]()
- [Guía de instalación]()
- [lista de aplicaciones]()
- [Recomendaciones generales]()
### Bodhi
- [dónde descargar Bodhi? (Inglés)](http://www.bodhilinux.com/download/)
- [¿Cómo instalo Bodhi? (Inglés)](http://www.bodhilinux.com/w/installation-instructions/)
- [¿Qué es Bodhi?](https://es.wikipedia.org/wiki/Bodhi_Linux)
### CentOS
- [Acerca de CentOS (Inglés)](https://wiki.centos.org/About)
- [consejos y trucos (Inglés)](https://wiki.centos.org/TipsAndTricks)
- [Descargas (Inglés)](https://wiki.centos.org/Download)
- [Lista de preguntas frecuentes (Inglés)](https://www.centos.org/forums/faq.php?sid=4e6d260284c7936505dcf75564717272)
- [Manuales (Inglés)](https://www.centos.org/docs/)
- [página web oficial (Inglés)](https://www.centos.org)
### Fedora
- [Descargar Fedora (Inglés)](https://getfedora.org)
- [Guía de instalación (Inglés)](https://docs.fedoraproject.org/f26/install-guide/install/Preparing_for_Installation.html)
- [Preguntar Fedora](https://ask.fedoraproject.org/es/questions/)
- [¿Qué es Fedora?](https://docs-old.fedoraproject.org/es-ES/index.html)
### openSUSE
- [Cómo instalar OpenSUSE](https://es.opensuse.org/Portal:Instalaci%C3%B3n)
- [lista de razones por las cuales probar openSUSE (Inglés)](http://www.pcworld.com/article/222065/5_reasons_to_try_opensuse_114.html)
- [Preguntas frecuentes](https://es.opensuse.org/openSUSE:Preguntas_frecuentes)
- [una revisión de openSUSE (Inglés)](https://www.linux.com/news/opensuse-leap-421-review-most-mature-linux-distribution)
- [¿Qué es OpenSUSE?](https://es.wikipedia.org/wiki/OpenSUSE)
### Ubuntu
- [Cómo instalar Ubuntu (Inglés)](http://www.ubuntu.com/download/desktop/install-ubuntu-desktop)
- [Cómo Multiarranque con Windows y Ubuntu (Inglés)](http://www.everydaylinuxuser.com/2014/05/install-ubuntu-1404-alongside-windows.html)
- [Qué hacer después de instalar Ubuntu (Inglés)](http://www.omgubuntu.co.uk/2016/04/10-things-to-do-after-installing-ubuntu-16-04-lts)
- [¿Qué es Ubuntu?](https://es.wikipedia.org/wiki/Ubuntu)
### Otras distribuciones
> Más por venir
## Los Foros
### Arch Linux Foros
- [Foros de Arch Linux](https://bbs.archlinux.org/viewforum.php?id=30)
- [Foros de Arch Linux ARM (Inglés)](https://archlinuxarm.org/forum/viewforum.php?f=31)
### Bodhi Linux Foros
- [Foros de Bodhi Linux (Inglés)](http://forums.bodhilinux.com/)
### CentOS Foros
- [Foros de CentOS (Inglés)](https://www.centos.org/forums/)
### Fedora Foros
- [Foros de Fedora (Inglés)](https://forums.fedoraforum.org/index.php)
### Ubuntu Foros
- [Foros de Ubuntu](http://www.ubuntu-es.org/forum)
- [pregunta a ubuntu (Inglés)](askubuntu.com/)
### openSUSE Foros
- [Foros de openSUSE](http://www.forosuse.org/forosuse/)
### Canales IRC
- [#linux](http://webchat.freenode.net/?channels=#linux)
- [#ubuntu](https://webchat.freenode.net/?channels=ubuntu)
- [#archlinux](http://webchat.freenode.net/?channels=archlinux)
- [#debian](http://webchat.freenode.net/?channels=debian)
- [#gentoo](http://webchat.freenode.net/?channels=gentoo)
- [#docker](http://webchat.freenode.net/?channels=docker)
- [#bash](http://webchat.freenode.net/?channels=bash)
### Linux News, Aplicaciones y mucho más
- [OMG!Ubuntu](http://www.omgubuntu.co.uk/)
- [ITSFOSS](https://itsfoss.com/)
- [Linux official](https://www.linux.com/)
- [Webupd8](http://www.webupd8.org/)
- [Noobslab](http://www.noobslab.com/)
- [Make use of](http://www.makeuseof.com/service/linux/)
- [TecMint](http://www.tecmint.com/)
- [AllTop](http://linux.alltop.com/)
- [Unixmen](https://www.unixmen.com/)
- [DistroWatch](http://distrowatch.com/)
- [Phoronix](http://www.phoronix.com/)
- [Dedoimedo](http://www.dedoimedo.com/)
- [How-To Geek](https://www.howtogeek.com/category/linux/)
- [Liliputing](http://liliputing.com/)
- [FAMILUG](http://www.familug.org/)
- [Ubuntu Geek](http://www.ubuntugeek.com/)
### Reddit
- [Arch Linux](https://www.reddit.com/r/archlinux/)
- [CentOS](https://www.reddit.com/r/CentOS/)
- [Fedora](https://www.reddit.com/r/Fedora/)
- [Linux](https://www.reddit.com/r/linux/)
- [Open Source](https://www.reddit.com/r/opensource/)
- [Ubuntu](https://www.reddit.com/r/Ubuntu/)
- [Unix Porn](https://www.reddit.com/r/unixporn/)
- [Linux Kernel](https://www.reddit.com/r/kernel/)
- [Linux Gaming](https://www.reddit.com/r/linux_gaming/)
## Aprender linux
- [Aprenda los comandos de Linux (Inglés)](http://linuxcommand.org/)
- [Aprende Linux (Inglés)](https://linuxjourney.com/)
- [La pequeña guía de Linux (Inglés)](http://www.tldp.org/LDP/Pocket-Linux-Guide/Pocket-Linux-Guide.pdf)
- [Resumen de herramientas de línea de comandos de GNU/Linux (Inglés)](http://tldp.org/LDP/GNU-Linux-Tools-Summary/html/book1.htm)
- [Una clase de linux (Inglés)](https://www.edx.org/course/introduction-linux-linuxfoundationx-lfs101x-0)
- [Una guía para principiantes a Linux (Inglés)](https://www.linux.com/learn/complete-beginners-guide-linux%20)
## Desarrollo de linux
- [Archivo de correo de Linux Kernel (Inglés)](https://lkml.org/)
- [Archivos Kernel de Linux (página web oficial) (Inglés)](https://www.kernel.org/)
- [Dentro de Linux (Inglés)](https://0xax.gitbooks.io/linux-insides/content/index.html)
- [El kernel de Linux (Inglés)](http://www.tldp.org/LDP/tlk/tlk.html)
- [El kernel de Linux para principiantes (Inglés)](https://kernelnewbies.org/)
- [Guía de programación del módulo Linux Kernel (PDF) (Inglés)](http://www.tldp.org/LDP/lkmpg/2.6/lkmpg.pdf)
- [Linux kernel interno (PDF) (Inglés)](http://www.tldp.org/LDP/lki/lki.pdf)
## Linux avanzado
- [Contenedores virtuales (Inglés)](https://github.com/Citrix-TechSpecialist/Docker-101)
- [Virtualización con Virtualbox (Inglés)](https://www.virtualbox.org/manual/ch01.html)
## Los otros listas impresionantes
_Estas son otras listas recomendadas:_
- [Awesome Linux Audio](https://github.com/nodiscc/awesome-linuxaudio)
- [Awesome Self-hosted](https://github.com/kickball/awesome-selfhosted)
- [Awesome Sysadmin](https://github.com/n1trux/awesome-sysadmin)
## Contribuidores
Muchas gracias a [**Todos los colaboradores de Github**](https://github.com/luong-komorebi/Awesome-Linux-Software/graphs/contributors) por hacer esta lista posible y
_todos en reddit.com/r/linux y reddit.com/r/ubuntu y vozforums.com y otros foros por todas las sugerencias y elogios._
...
**[⬆ volver arriba](#el-índice-de-contenidos)**
## Reglas para contribuir
> Simplemente agregue el nombre de la **aplicación** en la lista.
> Enlace a su **página de inicio** o una **guía** sobre cómo instalarlo.
> Escriba también una **breve descripción** para la aplicación y añada un **icono**.
> Asegúrese de ponerlo bajo el **tema apropiado**.
> Si la aplicación no encaja en ningún **tema existente**, haga uno **nuevo**.
> Asegúrese de que todo esté **ordenado alfabéticamente**.
## Cómo contribuir
- [Cómo usar github (Inglés)](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project)
- [Cómo utilizar Git desde la línea de comandos.](https://rogerdudler.github.io/git-guide/index.es.html)
- [¿Qué es Markdown?](https://github.com/luong-komorebi/Markdown-Tutorial/blob/master/Translation:Spanish.md) - Markdown es el método de escritura usado para crear esta lista, si quieres aprender el formato apropiado, lo mejor es que aprendas cómo usar Github Markdown.
- [Guía alternativa para Markdown (Inglés)](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)
_Los artículos marcados ![Open-Source Software][oss icon] son software de código abierto y tienen un enlace al código fuente. Los artículos marcados [![Nonfree][money icon] cuesta dinero (como en cerveza que cuesta dinero)._
_Nota del autor: Recientemente, recibí comentarios de ustedes sobre la calidad de algunas aplicaciones en esta lista. Yo mismo probé muchas de ellas, pero no todas. Si tienes algún problema con las aplicaciones, por favor: -> ve a la página del dev (si está disponible) -> Levanta un "issue" para el dev allí -> haz un "issue" aquí para que pueda considerar si debo sacar la aplicación de la lista. Recuerde: Todo tiene su propia calidad, por lo que nunca habrá algo como "mejor aplicación" o "lista selectiva" aquí, gracias._
## Licencia
[](https://creativecommons.org/licenses/by/4.0/deed.es_ES)
Este trabajo está licenciado con [Creative Commons Reconocimiento 4.0 Internacional](https://creativecommons.org/licenses/by/4.0/deed.es_ES).
[oss icon]: https://cdn.rawgit.com/iCHAIT/awesome-osx/master/media/oss.svg
[money icon]: https://rawgit.com/luong-komorebi/Awesome-Linux-Software/master/img/money.svg
================================================
FILE: README_fr-FR.md
================================================
# Awesome Linux Software

🐧 Ce repos est une collection **d'Incroyables** outils et d'applications Linux pour **utilisateurs et développeurs**.
🐧 N'hesitez pas à **contribuer** / **star** / **fork** / **pull request** . N'importe quelles **recommandations** et **suggestions** sont les bienvenus.
**Reconnaissance:** _Tout ce qui est écrit ci dessous viens de ma propre expérience à la fac et aprés diverses lectures . Je ne suis ni un professionel ni un expert, mais un passioné. Tout le monde peut ouvrir une discussion dans la partie issue, faire une pull request si quelque chose doit être modifié ou ajouté._
- Verion Brésilienne Portugaise : [ici](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_pt-BR.md).
- Version Chinoise: [ici](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_zh-CN.md) or [ici](https://github.com/alim0x/Awesome-Linux-Software-zh_CN) or [here](https://github.com/0xE8551CCB/awesome-linux-software-cn).
- Version Espagnole: [ici](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_es-ES.md) or [ici](https://github.com/SaintFenix/Awesome-Linux-Software/blob/master/README_es-ES.md)
- Version Thai : [ici](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_th-TH.md).
- Version Française: [ici](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_fr-FR.md).
## Table des Matiéres
- [Applications](#applications)
- [Audio](#audio)
- [Clients Discussions](#chat-clients)
- [Sauvegarde et récupartion de données](#data-backup-and-recovery)
- [Personnilation de Bureau](#desktop-customization)
- [Développement](#development)
- [Utilitaires E-Book](#e-book-utilities)
- [Editeurs](#editors)
- [Education](#education)
- [Utilitaires Email](#email)
- [Gestionnaire de fichiers](#file-manager)
- [Jeux](#games)
- [Graphique](#graphics)
- [Internet](#internet)
- [Bureautique](#office)
- [Productivité](#productivity)
- [Proxy](#proxy)
- [Securité](#security)
- [Partage de fichiers](#sharing-files)
- [Terminal](#terminal)
- [Utilitaires](#utilities)
- [Video](#video)
- [Logiciels Wiki](#wiki-software)
- [Autres](#others)
- [Utilitaires de Ligne de Commande](#command-line-utilities)
- [Environement de bureau](#desktop-environments)
- [Gestionnaires d'affichage](#display-manager)
- [Console](#console)
- [Graphique](#graphic)
- [Gestionnaires de fenêtres](#window-managers)
- [Compositeurs](#compositors)
- [Gestionnaires de fenêtres en Empilement](#stacking-window-managers)
- [Gestionnaires de fenêtres en Mosaïque](#tiling-window-managers)
- [Gestionnaires de fenêtres Dynamique](#dynamic-window-managers)
---
- [Installer](#setup)
- [ArchLinux](#arch-linux)
- [Bodhi](#bodhi)
- [CentOS](#centos)
- [Fedora](#fedora)
- [openSUSE](#opensuse)
- [Ubuntu](#ubuntu)
- [Forums de Discution](#discussion-forums)
- [Forums ArchLinux](#arch-linux-forums)
- [Forums CentOS](#centos-forums)
- [Forums Fedora](#fedora-forums)
- [Forums Ubuntu](#ubuntu-forums)
- [Forums openSUSE](#opensuse-forums)
- [Canal IRC](#irc-channels)
- [Linux News, Apps, and more ....](#linux-news-apps-and-more-)
- [Reddit](#reddit)
- [Apprendre Linux](#learn-linux)
- [Linux Hacking/Développement](#linux-hackingdevelopment)
- [Linux Avancé](#advanced-linux)
- [D'autres super listes](#other-awesome-lists)
- [Contributeurs](#contributors)
- [Guide pour Contribuer](#guidelines-to-contribute)
- [Comment Contibuer](#unsure-how-to-contribute)
---
## Applications
### Audio
_For a more comprehensive/advanced/better categorized/... list of Linux audio software, you may want to click [here](https://github.com/nodiscc/awesome-linuxaudio)_
- [![Open-Source Software][oss icon]](https://github.com/sourcefabric/Airtime) [Airtime](https://www.sourcefabric.org/software/airtime) - The open broadcast software for scheduling and remote station management
- [![Open-Source Software][oss icon]](https://ardour.org/development.html) [Ardour](https://ardour.org/) - Record, Edit, and Mix on Linux
- [![Open-Source Software][oss icon]](http://audacious-media-player.org/developers) [Audacious](http://audacious-media-player.org/) - An open source audio player that plays your music how you want it, without stealing away your computer’s resources from other tasks.
- [![Open-Source Software][oss icon]](https://github.com/audacity/audacity) [Audacity](http://www.audacityteam.org/download/linux/) - Free, open source, cross-platform software for recording and editing sounds.
- [![Open-Source Software][oss icon]](https://bazaar.launchpad.net/~audio-recorder/audio-recorder/trunk/files) [Audio Recorder](https://launchpad.net/~audio-recorder) - Simple audio recorder available in an Ubuntu PPA.
- [![Open-Source Software][oss icon]](https://github.com/Superjo149/auryo) [Auryo](http://auryo.com/) - Unofficial multiplatform SoundCloud® app for your desktop.
- [![Open-Source Software][oss icon]](https://github.com/CDrummond/cantata) [Cantata](https://www.linux-apps.com/content/show.php/Cantata?content=147733) - Qt5 Graphical MPD (Music Player Daemon) Client for Linux, Windows, MacOS.
- [![Open-Source Software][oss icon]](https://github.com/clementine-player/Clementine) [Clementine](https://www.clementine-player.org/) - Play numerous lossy and lossless audio formats.
- [![Open-Source Software][oss icon]](https://github.com/cmus/cmus) [Cmus](https://cmus.github.io/#download) - A small, fast and powerful console music player for Unix-like operating systems.
- [![Open-Source Software][oss icon]](https://github.com/linuxdeepin/deepin-music) [Deepin Music](https://www.deepin.org/en/original/deepin-music/) - An application, developed by Deepin Technology Team, which focused on local music playing.
- [![Open-Source Software][oss icon]](https://github.com/enzo1982/freac) [fre:ac](https://www.freac.org/index.php) - fre:ac is a free audio converter and CD ripper with support for various popular formats and encoders. It currently converts between MP3, MP4/M4A, WMA, Ogg Vorbis, FLAC, AAC, WAV and Bonk formats.
- [![Open-Source Software][oss icon]](http://gnormalize.sourceforge.net/) [Gnormalize](http://gnormalize.sourceforge.net/) - An audio converter and CD ripper with ReplayGain normalization algorithms, a metadata (tag) editor and an audio player. It uses gtk2-perl under GNU/Linux.
- [![Open-Source Software][oss icon]](https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-) [Google Play Music](https://www.googleplaymusicdesktopplayer.com/) - Unofficial but beautiful cross-platform desktop player for Google Play Music.
- [![Open-Source Software][oss icon]](https://github.com/gpodder/gpodder) [Gpodder](https://gpodder.github.io/) - Media aggregator and podcast client.
- [![Open-Source Software][oss icon]](https://github.com/haecker-felix/gradio/releases/) [GRadio](https://github.com/haecker-felix/gradio/releases/) - Radio software for Ubuntu Linux.
- [![Open-Source Software][oss icon]](https://github.com/mtytel/helm) [Helm](http://tytel.org/helm/) - A software synthesizer, that runs either standalone, or as an LV2, VST, VST3 or AU plugin.
- [![Open-Source Software][oss icon]](https://github.com/hydrogen-music/hydrogen) [Hydrogen](http://hydrogen-music.org/) - Advanced drum machine for GNU/Linux.
- [![Open-Source Software][oss icon]](https://github.com/trazyn/ieaseMusic) [ieaseMusic](https://github.com/trazyn/ieaseMusic) - iEaseMusic is a multiplatform program built in electron for listening to NetEase Music.
- [![Open-Source Software][oss icon]](https://github.com/KDE/k3b) [K3b](http://www.k3b.org/) - The CD/DVD Kreator for Linux, optimized for KDE.
- [![Open-Source Software][oss icon]](https://kid3.sourceforge.io/) [Kid3Qt](https://apps.ubuntu.com/cat/applications/precise/kid3-qt/) - Edit tags of multiple files, e.g. the artist, album, year and genre of all mp3 files of an album.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/kxstudio/) [KxStudio](http://kxstudio.linuxaudio.org/) - A collection of applications and plugins for professional audio production.
- [![Open-Source Software][oss icon]](https://github.com/LibreTime/libretime) [Libretime](http://libretime.org/) - The open broadcast software for scheduling and remote station management; forked from Airtime.
- [![Open-Source Software][oss icon]](https://github.com/LMMS/lmms) [LMMS](https://lmms.io/download/#linux) - Making music on your PC by creating melodies and beats, synthesizing and mixing sounds, arranging samples and much more.
- [![Open-Source Software][oss icon]](https://github.com/gnumdk/lollypop) [Lollypop](https://wildskyf.github.io/lollypop-web/) - A GNOME music playing application.
- [![Open-Source Software][oss icon]](https://github.com/emilioastarita/lyricfier) [Lyricfier](https://github.com/emilioastarita/lyricfier) - A Spotify Lyrics alternative app.
- [![Open-Source Software][oss icon]](https://github.com/ColinDuquesnoy/MellowPlayer) [Mellow Player](https://colinduquesnoy.github.io/MellowPlayer/) - Cloud music integration for your desktop.
- [![Open-Source Software][oss icon]](https://github.com/mixxxdj/mixxx) [Mixxx](http://www.mixxx.org/download/) - Free DJ software that gives you everything you need to perform live mixes; veritable alternative to Traktor.
- [![Open-Source Software][oss icon]](https://github.com/mopidy/mopidy) [Mopidy](https://www.mopidy.com/) - An extensible music server written in Python.
- [![Open-Source Software][oss icon]](https://github.com/KeitIG/museeks) [Museek](http://museeks.io/) - A simple, clean and cross-platform music player.
- [![Open-Source Software][oss icon]](https://github.com/musescore/MuseScore) [MuseScore](https://musescore.org) - Create, play and print beautiful sheet music.
- [![Open-Source Software][oss icon]](https://github.com/metabrainz/picard) [MusicBrainz Picard](https://picard.musicbrainz.org/) - Picard is a cross-platform music tagger written in Python.
- [![Open-Source Software][oss icon]](https://github.com/metabrainz/picard) [MusicBrainz Picard](https://picard.musicbrainz.org/) - Picard is a cross-platform music tagger written in Python.
- [![Open-Source Software][oss icon]](https://about.musixmatch.com/apps/) [MusixMatch](https://about.musixmatch.com/apps/) - A Capable lyrics app with synchronized lyrics function.
- [Netease Music](https://music.163.com/#/download) - A music player of Netease - a cloud music service in China.
- [![Open-Source Software][oss icon]](https://github.com/nukeop/nuclear) [Nuclear](http://nuclear.gumblert.tech/) - An Electron-based, multiplatform music player app that streams from multiple sources.
- [Ocenaudio](http://www.ocenaudio.com/whatis) - A cross-platform, easy to use, fast and functional audio editor. It is the ideal software for people who need to edit and analyze audio files.
- [![Open-Source Software][oss icon]](https://github.com/PedroHLC/osdlyrics) [OSD Lyrics](https://aur.archlinux.org/packages/osdlyrics-git/) - Show lyrics with your favorite media player.
- [![Open-Source Software][oss icon]](https://github.com/gkarsay/parlatype) [Parlatype](http://gkarsay.github.io/parlatype/) - GNOME audio player for transcription.
- [![Open-Source Software][oss icon]](https://github.com/pithos/pithos) [Pithos](https://pithos.github.io/) - A native Pandora client for Linux.
- [![Open-Source Software][oss icon]](https://github.com/wwmm/pulseeffects) [PulseEffect](https://github.com/wwmm/pulseeffects) - Limiter, compressor, reverberation, equalizer and auto volume effects for Pulseaudio applications.
- [![Open-Source Software][oss icon]](https://github.com/quodlibet/quodlibet) [Quod Libet](https://quodlibet.readthedocs.io) - GTK+ music player written with huge libraries in mind. Supports search-based dynamic playlists, regular expressions, tagging, Replay Gain, podcasts & Internet radio.
- [![Open-Source Software][oss icon]](https://github.com/ebruck/radiotray-ng) [RadioTray-NG](https://github.com/ebruck/radiotray-ng) - An Internet radio player for Linux.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/rhythmbox) [Rhythmbox](https://wiki.gnome.org/Apps/Rhythmbox) - Music player from GNOME.
- [![Open-Source Software][oss icon]](https://sayonara-player.com/downloads/#Source) [Sayonara Player](https://sayonara-player.com/downloads/) - A small, clear and fast audio player for Linux written in C++, supported by the Qt framework.
- [![Open-Source Software][oss icon]](https://github.com/multani/sonata/) [Sonata](http://www.nongnu.org/sonata/) - A Music player that is designed to be an elegant and intuitive interface for your music collection via the Music Player Daemon (MPD).
- [![Open-Source Software][oss icon]](https://launchpad.net/soundconverter/trunk/2.1.6) [Soundconverter](https://soundconverter.org/) - Leading audio file converter. Aims to be simple to use, and very fast.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/SoundJuicer) [SoundJuicer](http://www.howtogeek.com/howto/20126/rip-audio-cds-with-sound-juicer/) - CD Ripping tool for GNOME.
- [![Open-Source Software][oss icon]](https://github.com/Soundnode/soundnode-app) [Soundnode](https://soundnode.github.io/soundnode-website/) - An opensource SoundCloud app for desktop.
- [![Open-Source Software][oss icon]](https://github.com/devinhalladay/spotio) [Spotio](https://github.com/devinhalladay/spotio) - A Rdio-inspired light theme for the Spotify desktop app.
- [![Open-Source Software][oss icon]](https://github.com/VCVRack/Rack) [VCV Rack](https://vcvrack.com/) - An open-source virtual modular synthesizer.
- [![Open-Source Software][oss icon]](https://github.com/needle-and-thread/vocal) [Vocal](http://vocalproject.net/) - Podcast client for the modern desktop.
- [![Open-Source Software][oss icon]](https://github.com/yktoo/indicator-sound-switcher) [Yktoo Sound Switcher Indicator](https://yktoo.com/en/software/indicator-sound-switcher) - Sound input/output selector indicator for Ubuntu/Unity.
### Chat Clients
#### 3rd party Client
- [![Open-Source Software][oss icon]](https://github.com/sindresorhus/caprine) [Caprine](https://github.com/sindresorhus/caprine) - Elegant Facebook Messenger desktop app.
- [![Open-Source Software][oss icon]](https://github.com/chatty/chatty) [Chatty](http://chatty.github.io/) - Chatty is a Twitch chat client for everyone who wants to try something new and different from the webchat, but doesn't want the complexity of an IRC client or miss out on the Twitch specific features.
- [![Open-Source Software][oss icon]](https://github.com/stanfieldr/ghetto-skype) [GhettoSkype](https://github.com/stanfieldr/ghetto-skype) - open source web wrapper for Skype.
- [![Open-Source Software][oss icon]](https://github.com/Aluxian/Facebook-Messenger-Desktop) [Messenger for Desktop](https://messengerfordesktop.com/#download) - An app for Facebook messenger.
- [![Open-Source Software][oss icon]](https://github.com/raelgc/scudcloud/) [ScudCloud](https://github.com/raelgc/scudcloud/) - A Slack client for Linux.
- [![Open-Source Software][oss icon]](https://github.com/yakyak/yakyak) [YakYak](https://github.com/yakyak/yakyak) - Desktop chat client for Google Hangouts.
#### All-in-One Client
- [![Open-Source-Software][oss icon]](https://github.com/meetfranz/franz) [Franz](http://meetfranz.com/) - Franz is a free messaging app that combines many chat & messaging services into one application.
- [![Open-Source Software][oss icon]](https://developer.pidgin.im/) [Pidgin](https://pidgin.im/) - A universal chat client.
- [![Open-Source Software][oss icon]](https://github.com/saenzramiro/rambox) [Rambox](http://rambox.pro/) - Free, Open Source and Cross Platform messaging and emailing app that combines common web applications into one.
#### Chat Client Utilities
- [![Open-Source Software][oss icon]](https://github.com/Cog-Creators/Red-DiscordBot) [Red Discord Bot](https://index.discord.red/) - Red Discord Bot is a self-hosted music/chat/trivia bot that can run on a Raspberry Pi and a variety of OS's. It's extensible through a system of "Cogs" that allow it to do more.
#### IRC Client
- [![Open-Source Software][oss icon]](https://github.com/hexchat) [HexChat](https://hexchat.github.io/) - HexChat is an IRC client based on XChat, but unlike XChat it’s completely free for both Windows and Unix-like system.
- [![Open-Source Software][oss icon]](https://github.com/irssi/irssi) [Irssi](https://github.com/irssi/irssi) - Irssi is a modular chat client that is most commonly known for its text mode user interface.
- [![Open-Source Software][oss icon]](https://github.com/kvirc/KVIrc) [KVIrc](https://www.kvirc.net/) - KVIrc is a free portable IRC client based on the excellent Qt GUI toolkit.
#### Official Client
- [![Open-Source-Software][oss icon]](hhttps://sourceforge.net/p/beebeep/code/HEAD/tree/) [BeeBEEP](http://beebeep.sourceforge.net) - BeeBEEP is an open source, peer to peer, lan messenger. You can talk and share files with anyone inside your local area network. You don't need a server, just download, unzip and start it. Simple, fast and secure.
- [![Open-Source Software][oss icon]](https://github.com/dino/dino) [Dino](https://dino.im) - Clean and modern Jabber/XMPP chat client
- [Discord](https://discord.com/) - All-in-one voice and text chat for gamers that’s free, secure, and works on both your desktop and phone.
- [![Open-Source Software][oss icon]](https://github.com/gitterHQ/services) [Gitter](https://gitter.im/) - Gitter — Where developers come to talk. Gitter is designed to make community messaging, collaboration and discovery as smooth and simple as possible.
- [![Open-Source Software][oss icon]](https://github.com/jitsi) [Jitsi](https://jitsi.org/) - Jitsi is a free and open source multiplatform voice, videoconferencing and instant messaging application for Windows, Linux, Mac OS X and Android.
- [![Open-Source Software][oss icon]](https://github.com/qTox/qTox) [qTox](https://qtox.github.io/) - A simple distributed, secure messenger with audio and video chat capabilities.
- [![Open-Source Software][oss icon]](https://ring.cx/en/documentation/faq#node-106) [Ring](https://ring.cx/) - Chat. Talk. Share. Ring is a free and universal communication platform which preserves the users' privacy and freedoms.
- [![Open-Source Software][oss icon]](https://github.com/vector-im/riot-web) [Riot](https://riot.im/) - A glossy Matrix collaboration client for the web.
- [Skype](https://www.skype.com/en/) - Skype keeps the world talking, for free.
- [Slack](https://slack.com/downloads/linux) - real-time messaging, archiving and search for modern teams.
- [![Open-Source Software][oss icon]](https://github.com/telegramdesktop/tdesktop) [Telegram](https://desktop.telegram.org/) - A messaging app with a focus on speed and security, it’s super fast, simple and free.
- [Viber](https://www.viber.com/en/products/linux) - Viber for Linux lets you send free messages and make free calls to other Viber users on any device and network, in any country.
- [![Open-Source Software][oss icon]](https://github.com/weechat) [Weechat](https://weechat.org/) - WeeChat is a fast, light and extensible chat client.
- [![Open-Source Software][oss icon]](https://github.com/wireapp) [Wire](https://wire.com/en/) - Secure communication. Full privacy.
### Data Backup and Recovery
- [![Open-Source Software][oss icon]](https://borgbackup.readthedocs.io/en/stable/development.html) [Borg Backup](https://borgbackup.readthedocs.io/en/stable/) - A nice tool to backup data.
- [![Open-Source Software][oss icon]](https://github.com/bup/bup) [bup](https://bup.github.io/) - Very efficient backup system based on the git packfile format, providing fast incremental saves and global deduplication (among and within files, including virtual machine images).
- [![Open-Source Software][oss icon]](https://launchpad.net/deja-dup) [Deja Dup](https://www.linux.com/learn/total-system-backup-and-recall-deja-dup) - A simple backup tool with built-in encryption
- [![Open-Source Software][oss icon]](https://launchpad.net/duplicity) [Duplicity](http://duplicity.nongnu.org/) - Duplicity does directory backups by producing encrypted tar-format volumes and uploading them to a remote or local file server.
- [![Open-Source Software][oss icon]](https://www.freefilesync.org/download.php) [FreeFileSync](https://www.freefilesync.org) - FreeFileSync is a folder comparison and synchronization software that creates and manages backup copies of all your important files. Instead of copying every file every time, FreeFileSync determines the differences between a source and a target folder and transfers only the minimum amount of data needed.
- [![Open-Source Software][oss icon]](https://github.com/cgsecurity/testdisk) [Photorec](http://www.cgsecurity.org/wiki/PhotoRec) - PhotoRec is file data recovery software designed to recover lost files including video, documents and archives from hard disks, CD-ROMs, and lost pictures (thus the Photo Recovery name) from digital camera memory.
- [![Open-Source Software][oss icon]](https://borgbackup.readthedocs.io/en/stable/) [Qt4-fsarchiver](https://sourceforge.net/projects/qt4-fsarchiver/) - qt4-fsarchiver is a GUI for the fsarchiver program to save/restore partitions, folders and even the MBR/GPT table. The program is for systems based on Debian, OpenSuse or Fedora.
- [![Open-Source Software][oss icon]](https://github.com/ncw/rclone) [rclone](http://rclone.org/) - Rclone is a command line program to sync files and directories to and from various cloud storage solutions. It also allows encrypted backups.
- [![Open-Source Software][oss icon]](https://github.com/rsnapshot/rsnapshot.git) [rsnapshot](http://rsnapshot.org/) - rsnapshot is a command line utility based on rsync to make periodic snapshots of local/remote machines. The code makes extensive use of hard links whenever possible to greatly reduce the disk space required.)
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/systemrescuecd/files/sysresccd-x86/) [System Rescue CD](https://www.system-rescue.org/SystemRescueCd_Homepage) - SystemRescueCd is a Linux system rescue disk available as a bootable CD-ROM or USB stick for administrating or repairing your system and data after a crash.
- [![Open-Source Software][oss icon]](https://github.com/cgsecurity/testdisk) [Test Disk](http://www.cgsecurity.org/wiki/TestDisk) - TestDisk is powerful free data recovery software! It was primarily designed to help recover lost partitions and/or make non-booting disks bootable again when these symptoms are caused by faulty software.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/timeshift) [Timeshift](https://launchpad.net/timeshift) - TimeShift is a system restore utility which takes incremental snapshots of the system using rsync and hard-links. These snapshots can be restored at a later date to undo all changes that were made to the system after the snapshot was taken. Snapshots can be taken manually or at regular intervals using scheduled jobs.
### Desktop Customization
#### Desktop Themes
- [![Open-Source Software][oss icon]](https://github.com/adapta-project/adapta-gtk-theme) [Adapta Theme](https://github.com/tista500/Adapta) - An adaptive Gtk+ theme based on Material Design Guidelines.
- [![Open-Source Software][oss icon]](https://github.com/EliverLara/Ant) [Ant Theme](http://www.omgubuntu.co.uk/2017/09/ant-flat-gtk-theme-bloody-bite) - Ant is a flat GTK theme for Ubuntu and other GNOME-based Linux desktops it comes in three varieties: vanilla, Bloody, or Dracula.
- [![Open-Source Software][oss icon]](https://github.com/jnsh/arc-theme) [Arc Theme](https://github.com/jnsh/arc-theme) - A flat theme with transparent elements
- [![Open-Source Software][oss icon]](https://github.com/solus-project/evopop-gtk-theme) [EvoPop Theme](https://github.com/solus-project/evopop-gtk-theme) - EvoPop is a modern desktop theme suite build for the Solus Project. Its design is mostly flat with a minimal use of shadows for depth.
- [![Open-Source Software][oss icon]](https://github.com/anmoljagetia/Flatabulous) [Flatabulous](https://github.com/anmoljagetia/Flatabulous) - This is a Flat theme for Ubuntu and other Gnome based Linux Systems.
- [![Open-Source Software][oss icon]](https://github.com/andreisergiu98/arc-flatabulous-theme) [Flatabulous Arc Theme](https://github.com/andreisergiu98/arc-flatabulous-theme) - A flat and blue GTK theme that also comes in darker versions.
- [![Open-Source Software][oss icon]](https://github.com/bsundman/Irradiance) [Irradiance Theme](https://github.com/bsundman/Irradiance) - A Unity theme inspired by OSX Yosemite based on Radiance.
- [![Open-Source Software][oss icon]](https://github.com/numixproject/numix-gtk-theme) [Numix Theme](https://itsfoss.com/install-numix-ubuntu/) - A flat and colorful GTK-Theme.
- [![Open-Source Software][oss icon]](https://github.com/bsundman/Yosembiance) [Yosembiance theme](https://github.com/bsundman/Yosembiance) - A modified Ambiance theme (loosely) inspired by OSX Yosemite.
#### Desktop Widgets and Theme Utilities
- [![Open-Source Software][oss icon]](https://launchpad.net/compizconfig-settings-manager) [Compiz Config settings manager](https://apps.ubuntu.com/cat/applications/compizconfig-settings-manager/) - The OpenCompositing Project brings 3D desktop visual effects that improve usability of the X Window System and provide increased productivity.
- [![Open-Source Software][oss icon]](https://github.com/brndnmtthws/conky) [Conky](https://github.com/brndnmtthws/conky) - Conky is a free, light-weight system monitor for X, that displays any kind of information on your desktop.
- [Gnome Extensions](http://extensions.gnome.org/) - Extensions for the Gnome Desktop Environment.
- [Gnome Look](https://www.gnome-look.org/) - A website that hosts a Large amounts of community created icons, shell themes, fonts, and many more assets that can be used to customize your Gnome desktop environment.
- [![Open-Source Software][oss icon]](https://github.com/bil-elmoussaoui/Hardcode-Tray) [Hardcode Tray](https://github.com/bil-elmoussaoui/Hardcode-Tray) - This script fixes hardcoded tray icons in Linux by automatically detecting your default theme, the right icon size, the hard-coded applications, the right icons for each indicator and fix them.
- [Macbuntu](http://www.noobslab.com/2017/06/macbuntu-transformation-pack-ready-for.html) - A transformation pack for making your desktop look like a macOS.
- [![Open-Source Software][oss icon]](https://github.com/opendesktop/ocsstore) [OCS store](https://github.com/opendesktop/ocsstore) - Desktop app of openDesktop.org, which is one of the largest communities where developers and artists share applications, themes and other content.
- [![Open-Source Software][oss icon]](https://github.com/actionless/oomox) [Oomox theme generator](https://github.com/actionless/oomox) - A Graphical application for generating different color variations of a Numix-based and Flat-Plat themes (GTK2, GTK3), Gnome-Colors and Archdroid icons.
- [![Open-Source Software][oss icon]](https://github.com/jaagr/polybar) [Polybar](https://github.com/jaagr/polybar) - Fast and easy-to-use status bar.
- [![Open-Source Software][oss icon]](https://github.com/dylanaraps/pywal) [pywal](https://github.com/dylanaraps/pywal) - A script that takes an image (or a directory of images), generates a colorscheme (using imagemagick) and then changes all of your open terminal's colors to the new colorscheme on the fly.
- [![Open-Source Software][oss icon]](https://github.com/ianyh/Amethyst) [Unity Tweak Tool](https://apps.ubuntu.com/cat/applications/unity-tweak-tool/) - A Must-have app for Ubuntu Unity customization.
- [![Open-Source Software][oss icon]](https://github.com/deviantfero/wpgtk) [Wpgtk](http://deviantfero.github.io/wpgtk) - A universal theming software for all themes defined in text files, compatible with all terminals, with default themes for GTK2, GTK+, openbox and Tint2 that uses pywal as it's core for colorscheme generation.
#### Desktop Icon Packs
- [![Open-Source Software][oss icon]](https://github.com/horst3180/arc-icon-theme) [Arc Icon Theme](https://github.com/horst3180/arc-icon-theme) - A modern flat icon theme that builds on and requires the Moka Icon Theme to work.
- [![Open-Source Software][oss icon]](https://github.com/keeferrourke/la-capitaine-icon-theme) [La Capitaine Icon Theme](https://github.com/keeferrourke/la-capitaine-icon-theme) - A macOS and Material design inspired icon theme designed to fit into most desktop environments.
- [![Open-Source Software][oss icon]](https://github.com/snwh/moka-icon-theme) [Moka Icon Theme](https://snwh.org/moka) - Moka was created with simplicity in mind. With the use simple geometry & bright colours.
- [![Open-Source Software][oss icon]](https://github.com/numixproject/numix-icon-theme) [Numix Icon Theme](http://www.noobslab.com/2014/04/install-numix-icon-packs-in-ubuntulinux.html) - A flat icon theme that comes in two varieties, Numix Main, and Numix circle.
- [![Open-Source Software][oss icon]](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme-gtk/) [Papirus Icon Theme](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme-gtk/) - SVG icon theme for Linux systems, based on Paper with a few extras like (hardcode-tray support, kde-color-scheme support, libreoffice icon theme, filezilla theme, smplayer themes ...) and other modifications. The theme is available for GTK and KDE.
### Development
#### Android
- [![Open-Source Software][oss icon]](https://github.com/anbox/anbox) [Anbox](https://anbox.io) - Run Android applications on any GNU/Linux operating system.
- [Android studio](https://developer.android.com/studio/index.html) - The Official IDE for Android: Android Studio provides the fastest tools for building apps on every type of Android device.
#### C\+\+
- [Code::Blocks](https://www.codeblocks.org/) - Code::Blocks is a free C, C++ and Fortran IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable.
- [Codelite](http://codelite.org/) - A Free, open source, cross platform C,C++,PHP and Node.js IDE.
- ![Non Free][money icon] [Clion](https://www.jetbrains.com/clion/) - A cross-platform and powerful IDE for C and C++! [Nonfree][money icon]
- [![Open-Source Software][oss icon]](https://github.com/qt-creator/qt-creator) [QT Creator](https://www.qt.io/ide/) - Fully-stocked cross-platform integrated development environment for easy creation of connected devices, UIs and applications.
#### Database
- [![Open-Source Software][oss icon]](https://github.com/apache/cassandra) [Cassandra](http://cassandra.apache.org/) - Apache Cassandra database is the right choice when you need scalability and high availability without compromising performance. Linear scalability and proven fault-tolerance on commodity hardware or cloud infrastructure make it the perfect platform for mission-critical data.
- [![Open-Source Software][oss icon]](https://github.com/apache?query=couchdb) [CouchDB](http://couchdb.apache.org/) - Seamless multi-master sync, that scales from Big Data to Mobile, with an Intuitive HTTP/JSON API and designed for Reliability.
- [DataGrip](https://www.jetbrains.com/datagrip/) - DataGrip is a cross-platform IDE that is aimed at DBAs and developers working with SQL databases. It has built-in drivers that support DB2, Derby, H2, HSQLDB, MySQL, Oracle, PostgreSQL, SQL Server, Sqlite and Sybase.
- [![Open-Source Software][oss icon]](https://github.com/serge-rider/dbeaver/) [DBeaver](http://dbeaver.jkiss.org/) - A universal database client supporting multiple platforms and databases.
- [![Open-Source Software][oss icon]](https://cgit.kde.org/kexi.git/about/) [Kexi](http://kexi-project.org/) - Kexi is an open source visual database applications creator, a long-awaited competitor for programs like MS Access or Filemaker.
- [![Open-Source Software][oss icon]](https://mariadb.org/get-involved/getting-started-for-developers/) [MariaDB](https://mariadb.org/) - One of the most popular database servers. Made by the original developers of MySQL.
- [![Open-Source Software][oss icon]](https://github.com/mongodb/mongo) [MongoDB](https://www.mongodb.com/) - MongoDB is a free and open-source cross-platform document-oriented database program, uses JSON-like documents with schemas.
- [![Open-Source Software][oss icon]](https://github.com/dbcli/mycli) [MyCLI](http://www.mycli.net/) - MyCLI is a command line interface for MySQL, MariaDB, and Percona with auto-completion and syntax highlighting.
- [![Open-Source Software][oss icon]](https://github.com/mysql/mysql-server) [MySQL](https://dev.mysql.com/doc/refman/5.7/en/linux-installation.html) - MySQL is the world's leading open source database thanks to its proven performance, reliability and ease-of-use. It is used by high profile web properties including Facebook, Twitter, YouTube, Yahoo! and many more.
- [![Open-Source Software][oss icon]](https://github.com/mysql/mysql-workbench) [MySQL Workbench](https://www.mysql.com/products/workbench/) - MySQL Workbench is a unified visual tool for database architects, developers, and DBAs. MySQL Workbench provides data modeling, SQL development, and comprehensive administration tools for server configuration, user administration, backup, and much more.
- [OmniDB](https://omnidb.org) - Browser-based tool that visually create, manage, and view databases.
- ![Non Free][money icon] [OracleDB](http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html) - Object-relational database management system produced and marketed by Oracle Corporation, one of the most trusted and widely-used relational database engines.
- [![Open-Source Software][oss icon]](https://github.com/percona/percona-server-mongodb) [Percona MongoDB](https://www.percona.com/software/mongo-database/percona-server-for-mongodb) - Percona Server for MongoDB provides all features and benefits of MongoDB Community Server.
- [![Open-Source Software][oss icon]](https://github.com/percona/pmm-server) [Percona Monitoring](https://www.percona.com/software/database-tools/percona-monitoring-and-management) - Percona Monitoring and Management (PMM) is a free and open-source platform for managing and monitoring MySQL, MariaDB and MongoDB performance. You can run PMM in your own environment for maximum security and reliability. It provides thorough time-based analysis for MySQL, MariaDB and MongoDB servers to ensure that your data works as efficiently as possible.
- [![Open-Source Software][oss icon]](https://github.com/percona/percona-server) [Percona MySQL](https://www.percona.com/software/mysql-database/percona-server) - Percona Server for MySQL is a free, fully compatible, enhanced, open source drop-in replacement for MySQL that provides superior performance, scalability and instrumentation.
- [![Open-Source Software][oss icon]](https://github.com/percona/percona-xtradb-cluster) [Percona XtraDB Cluster](https://www.percona.com/software/mysql-database/percona-xtradb-cluster) - Percona XtraDB Cluster is an active/active high availability and high scalability open source solution for MySQL clustering. It integrates Percona Server and Percona XtraBackup with the Codership Galera library of MySQL high availability solutions in a single package that enables you to create a cost-effective MySQL high availability cluster.
- [![Open-Source Software][oss icon]](https://github.com/dbcli/pgcli) [pgcli](https://www.pgcli.com/) - Pgcli is a command line interface for Postgres with auto-completion and syntax highlighting.
- [![Open-Source Software][oss icon]](https://github.com/postgres/postgres) [PostgreSQL](https://www.postgresql.org/download/) - PostgreSQL is a powerful, open source object-relational database system with more than 15 year development. PostgreSQL is not controlled by any corporation or other private entity and the source code is available free of charge
- [![Open-Source Software][oss icon]](https://www.sqlite.org/src/doc/trunk/README.md) [Sqlite](https://sqlite.org/download.html) - SQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.
- [![Open-Source Software][oss icon]](https://github.com/sqlitebrowser/sqlitebrowser) [Sqlite Browser](http://sqlitebrowser.org/) - Visually create, manage, and view sqlite database files.
#### Golang
- [GoLand](https://www.jetbrains.com/go/) - GoLand is the codename for a new commercial IDE by JetBrains aimed at providing an ergonomic environment for Go development.
#### Java
- [![Open-Source Software][oss icon]](https://www.bluej.org/versions.html) [BlueJ](http://bluej.org/) - A free Java Development Environment designed for beginners, used by millions worldwide.
- [Eclipse](https://eclipse.org/ide/) - Eclipse is famous for our Java Integrated Development Environment (IDE), but can also download packages to support C/C++ IDE and PHP IDE.
- [![Open-Source Software][oss icon]](https://github.com/JetBrains/intellij-community) [IntelliJ IDEA](https://www.jetbrains.com/idea/) - Powerful IDE for JAVA. The Community version is open sourced.
#### Javascript
- [Webstorm](https://www.jetbrains.com/webstorm/) - Powerful IDE for modern JavaScript development, made by JetBrains.
#### Microcomputer and Embedded Devices
- [![Open-Source Software][oss icon]](https://github.com/arduino/arduino-ide) [Arduino IDE](https://www.arduino.cc/en/Main/Software) - The open-source Arduino Software (IDE) makes it easy to write code and upload it to the board.
- [![Open-Source Software][oss icon]](https://github.com/fritzing/fritzing-app) [Fritzing](https://fritzing.org/) - Fritzing is an open-source hardware initiative that makes electronics accessible as a creative material for anyone.
- [![Open-Source Software][oss icon]](https://github.com/jantje/arduino-eclipse-plugin) [Sloeber IDE](http://eclipse.baeyens.it/) - Sloeber IDE. The Arduino IDE for Eclipse.
#### Multiple Languages Support
- [![Open-Source Software][oss icon]](https://github.com/aptana/studio3) [Aptana](https://www.axway.com/en/aptana) - Aptana Studio harnesses the flexibility of Eclipse and focuses it into a powerful web development engine.
- [![Open-Source Software][oss icon]](https://phabricator.kde.org/dashboard/view/8/) [KDevelop](https://www.kdevelop.org/) - It is a free, open source IDE, feature-full, plugin extensible IDE for C/C++ and other programming languages.
- [![Open-Source Software][oss icon]](https://www.monodevelop.com/developers/) [MonoDevelop](http://www.monodevelop.com/) - Cross platform IDE for C#, F# and more.
- [![Open-Source Software][oss icon]](https://github.com/apache/netbeans) [Netbeans](https://netbeans.org/downloads/) - NetBeans IDE lets you quickly and easily develop Java desktop, mobile, and web applications, as well as HTML5 applications with HTML, JavaScript, and CSS.
#### PHP
- [PHPStorm](https://www.jetbrains.com/phpstorm/) - Lightning-smart and powerful PHP IDE from Jetbrain.
#### Python
- [![Open-Source Software][oss icon]](https://github.com/JetBrains/intellij-community/tree/master/python) [PyCharm](https://www.jetbrains.com/pycharm/) - Powerful IDE for Python
#### Shell
- [![Open-Source Software][oss icon]](https://github.com/fish-shell/fish-shell) [Fish](https://fishshell.com/) - A smart and user-friendly command-line shell.
- [![Open-Source Software][oss icon]](https://github.com/fisherman/fisherman) [Fisherman](https://github.com/fisherman/fisherman) - A plugin manager for fish shell.
- [![Open-Source Software][oss icon]](https://github.com/ipython/ipython) [Ipython](https://ipython.org/) - Powerful Python shell.
- [![Open-Source Software][oss icon]](https://github.com/oh-my-fish/oh-my-fish) [Oh-my-fish](https://github.com/oh-my-fish/oh-my-fish) - Provides various packages and themes to extend the functionality of your fish shell.
- [![Open-Source Software][oss icon]](https://github.com/robbyrussell/oh-my-zsh) [Oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) - A delightful community-driven framework for managing your zsh configuration.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/zsh/code/ci/master/tree/) [Zsh](http://www.zsh.org/) - A powerful command line shell.
#### Supporting Tools
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/cscope/) [Cscope](https://cscope.sourceforge.net/) - Cscope is a developer's tool for browsing source code. Although cmd-line application, it is nativelly integrated with Vim editor. It allows searching code for symbols, definitions, functions (called/calling), regex, files.
- [![Open-Source Software][oss icon]](https://github.com/cytopia/devilbox) [Devilbox](https://github.com/cytopia/devilbox) - The devilbox is a modern and highly customisable dockerized PHP stack supporting full LAMP and MEAN and running on all major platforms. The main goal is to easily switch and combine any version required for local development.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/diffuse/files/?source=navbar) [Diffuse](https://sourceforge.net/projects/diffuse/) - Diffuse is a graphical tool for comparing and merging text files. It can retrieve files for comparison from Bazaar, CVS, Darcs, Git, Mercurial, Monotone, RCS, Subversion, and SVK repositories.
- [![Open-Source Software][oss icon]](https://www.fossil-scm.org/index.html/dir?ci=tip) [Fossil](https://www.fossil-scm.org) - Self-contained, distributed software configuration management system with integrated bug-tracking, wiki, technotes and web interface.
- [Genymotion](https://www.genymotion.com/features/) - Genymotion is a fast third-party emulator that can be used instead of the default Android emulator.
- [![Open-Source Software][oss icon]](https://git.gnome.org//browse/giggle/) [Giggle](https://wiki.gnome.org/action/show/Apps/giggle?action=show&redirect=giggle) - Giggle is a graphical frontend for the git content tracker.
- [![Open-Source Software][oss icon]](https://github.com/Gisto/Gisto) [Gisto](http://www.gistoapp.com/) - Gisto is a code snippet manager that runs on GitHub Gists and adds additional features such as searching, tagging and sharing gists while including a rich code editor.
- [![Open-Source Software][oss icon]](https://github.com/git/git) [Git](https://git-scm.com/) - Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
- [![Open-Source Software][oss icon]](https://github.com/git-cola/git-cola) [GitCola](http://git-cola.github.io/) - Git Cola is a sleek and powerful graphical Git client. Written in Python and GPL-licensed.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/Gitg#Development_Resources) [Gitg](https://wiki.gnome.org/Apps/Gitg) - gitg is the GNOME GUI client to view git repositories.
- [GitKraken](https://www.gitkraken.com/) - The downright luxurious Git GUI client,for Windows, Mac & Linux.
- [![Open-Source Software][oss icon]](https://github.com/gitlabhq/gitlabhq) [GitLab](https://github.com/gitlabhq/gitlabhq) - GitLab is a web-based Git repository manager with wiki and issue tracking features.
- [![Open-Source Software][oss icon]](https://github.com/sitaramc/gitolite) [Gitolite](https://gitolite.com/gitolite/index.html) - Gitolite allows you to setup git hosting on a central server, with fine-grained access control and many more powerful features.
- [Insomnia](https://insomnia.rest/) - A simple, beautiful, and free REST API client.
- [![Open-Source Software][oss icon]](https://docs.jupyter.org/en/latest/install.html) [Jupyter Notebook](https://jupyter.org/) - An open source program that provides interactive data and scientific computing information across over 40 programming languages.
- [![Open-Source Software][oss icon]](http://meldmerge.org/development.html) [Meld](http://meldmerge.org/) - Meld is a visual diff and merge tool that helps you compare files, directories, and version controlled projects.
- [Mockitt](https://mockitt.com/home.html) - Mockitt is an easy-to-use prototyping tool.
- [![Open-Source Software][oss icon]](https://github.com/evolus/pencil) [Pencil](http://pencil.evolus.vn/) - An open-source GUI prototyping tool that's available for ALL platforms.
- [![Open-Source Software][oss icon]](https://github.com/stuartlangridge/ColourPicker) [Pick](http://kryogenix.org/code/pick/) - Simple color picker.
- [Postman](https://www.postman.com/) - Postman, allows a user to develop and test APIs quickly.
- [![Open-Source Software][oss icon]](https://github.com/rabbitvcs/rabbitvcs) [Rabbit VCS](http://rabbitvcs.org/) - RabbitVCS is a set of graphical tools written to provide simple and straightforward access to the version control systems you use.
- ![Nonfree][money icon] [SmartGit](http://www.syntevo.com/smartgit/) - SmartGit is a Git client with support for GitHub Pull Requests+Comments and SVN.
- ![Non Free][money icon] [StarUML](https://staruml.io/) - A sophisticated software modeler.
- [![Open-Source Software][oss icon]](https://uncrustify.sourceforge.net/) [Uncrustify](https://uncrustify.sourceforge.net/) - Source Code Beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA. See UniversalIndentGUI below.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/universalindent/files/uigui/) [UniversalIndentGUI](https://universalindent.sourceforge.net/) - UniversalIndentGUI offers a live preview for setting the parameters of nearly any indenter.
- [![Open-Source Software][oss icon]](https://www.gnu.org/software/wdiff/devguide) [Wdiff](https://www.gnu.org/software/wdiff/) - The GNU wdiff program is a front end to diff for comparing files on a word per word basis. It collects the diff output and uses it to produce a nicer display of word differences between the original files.
- [![Open-Source Software][oss icon]](https://gitlab.com/wireshark/wireshark/-/tree/master) [Wireshark](https://www.wireshark.org/) - Wireshark is the world's foremost network protocol analyzer. It lets you see what's happening on your network at a microscopic level. It is the de facto (and often de jure) standard across many industries and educational institutions.
- [![Open-Source Software][oss icon]](https://github.com/zealdocs/zeal) [Zeal](https://zealdocs.org/) - Zeal is an offline documentation browser for software developers.
### E-Book Utilities
- [![Open-Source Software][oss icon]](https://github.com/babluboy/bookworm) [Bookworm](https://babluboy.github.io/bookworm/) - A simple, focused eBook reader.
- [![Open-Source Software][oss icon]](https://github.com/oguzhaninan/Buka) [Buka](https://github.com/oguzhaninan/Buka/releases) - A program for EBook Management.
- [![Open-Source Software][oss icon]](https://github.com/kovidgoyal/calibre) [Calibre](http://calibre-ebook.com/) - Incredibly ugly but powerful software for ebook management and conversion.
- [![Open-Source Software][oss icon]](https://github.com/janeczku/calibre-web) [Calibre-web](https://github.com/janeczku/calibre-web) - Calibre Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
- [![Open-Source Software][oss icon]](https://github.com/michaldaniel/Ebook-Viewer) [Easy Ebook Viewer](https://github.com/michaldaniel/Ebook-Viewer) - Modern GTK Python Ebook Reader app to easily read epub files.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/Evince/GettingEvince) [Evince](https://wiki.gnome.org/Apps/Evince) - Evince is a document viewer for multiple document formats. The goal of evince is to replace the multiple document viewers that exist on the GNOME Desktop with a single simple application.
- [![Open-Source Software][oss icon]](https://github.com/geometer/FBReader) [FBReader](https://fbreader.org/content/fbreader-beta-linux-desktop) - One of the most popular eReader apps.
- [Foxit](https://www.foxitsoftware.com/products/pdf-reader/) - Foxit Reader 8.0—Award-winning PDF Reader.
- [![Open-Source Software][oss icon]](https://github.com/martamilakovic/gnome-books) [Gnome Books](https://github.com/martamilakovic/gnome-books) - GNOME Books is application for listing, searching and reading eBooks.
- [![Open-Source Software][oss icon]](http://repo.or.cz/w/llpp.git) [llpp](https://wiki.archlinux.org/index.php/Llpp) - A lightweight, fast, customizable and featureful PDF, EPUB, XPS and CBZ viewer with vi-like keybindings based on MuPDF.
- [Lucidor](http://www.lucidor.org/lucidor/) - Lucidor is a computer program for reading and handling e-books. Lucidor supports e-books in the EPUB file format, and catalogs in the OPDS format.
- [MasterPDF editor](https://code-industry.net/free-pdf-editor/) - Master PDF Editor a convenient and smart PDF editor for Linux.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/mcomix/git/ci/master/tree/) [Mcomix](https://sourceforge.net/projects/mcomix/) - GTK+ comic book viewer.
- [![Open-Source Software][oss icon]](https://git.ghostscript.com/?p=mupdf.git;a=summary) [MuPDF](http://mupdf.com/) - a lightweight PDF and XPS viewer.
- [![Open-Source Software][oss icon]](https://github.com/KDE/okular) [Okular](https://okular.kde.org/) - Okular is a universal document viewer based developed by KDE. Okular works on multiple platforms, including but not limited to Linux, Windows, Mac OS X, BSD, etc.
- [![Open-Source Software][oss icon]](https://github.com/torakiki/pdfsam) [PDFsam](https://www.pdfsam.org/) - A desktop application to split, extract pages, rotate, mix and merge PDF files.
- [![Open-Source Software][oss icon]](https://download.kde.org/stable/peruse/peruse-1.2.tar.xz.mirrorlist) [Peruse](https://peruse.kde.org/) - A pleasant way to read comic books.
- [![Open-Source Software][oss icon]](https://launchpad.net/qpdfview) [qpdf](https://launchpad.net/qpdfview) - qpdfview is a tabbed document viewer.
- [![Open-Source Software][oss icon]](https://github.com/Sigil-Ebook/Sigil) [Sigil](https://github.com/Sigil-Ebook/Sigil) - Sigil is a multi-platform EPUB ebook editor.
- [![Open-Source Software][oss icon]](https://github.com/pwmt/zathura) [Zathura](https://pwmt.org/projects/zathura/) - Zathura is a highly customizable and functional document viewer.
### Editors
- [![Open-Source Software][oss icon]](https://github.com/atom/atom) [Atom](https://atom.io/) - Hackable text editor for the 21st century.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/bluefish/code/HEAD/tree/trunk/bluefish/) [Bluefish](https://bluefish.openoffice.nl/index.html) - Bluefish is a powerful editor targeted towards programmers and web developers, with many options to write websites, scripts and programming code.
- [![Open-Source Software][oss icon]](https://github.com/adobe/brackets) [Brackets](https://brackets.io/) - A modern text editor that understands web design.
- [![Open-Source Software][oss icon]](https://github.com/emacs-mirror/emacs) [Emacs](https://www.gnu.org/software/emacs/) - An extensible, customizable, free/libre text editor — and more.
- [![Open-Source Software][oss icon]](https://www.geany.org/Download/Git) [Geany](https://www.geany.org/) - Geany is a text editor using the GTK+ toolkit with basic features of an integrated development environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages.
- [![Open-Source Software][oss icon]](https://git.gnome.org//browse/gedit/) [Gedit](https://wiki.gnome.org/Apps/Gedit) -gedit is the GNOME text editor. While aiming at simplicity and ease of use, gedit is a powerful general purpose text editor.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gnome-builder) [Gnome Builder](https://wiki.gnome.org/Apps/Builder) - Powerful IDE for modern C / C++ / Bash / JavaScript development, made by Gnome Team. One of the best IDE for C/C++ developement (Cmake integrated).
- [![Open-Source Software][oss icon]](https://github.com/mawww/kakoune) [Kakoune](http://kakoune.org/) - Kakoune code editor - Vim inspired. Faster as in less keystrokes. Multiple selections. Orthogonal design. Has a strong focus on interactivity.
- [![Open-Source Software][oss icon]](https://kate-editor.org/build-it/) [Kate](https://kate-editor.org/get-it/) - Kate is a multi-document editor part of KDE since release 2.2.
- [![Open-Source Software][oss icon]](https://github.com/Komodo/KomodoEdit) [Komodo Edit](https://www.activestate.com/products/komodo-edit/) - Free and open source multilanguage development environment.
- [![Open-Source Software][oss icon]](https://github.com/LightTable/LightTable) [Lighttable](http://lighttable.com/) - The next generation code editor! Support live coding.
- [![Open-Source Software][oss icon]](https://github.com/zyedidia/micro) [Micro](https://micro-editor.github.io/) - Micro is a terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities of modern terminals.
- [![Open-Source Software][oss icon]](http://git.savannah.gnu.org/cgit/nano.git/) [Nano](https://www.nano-editor.org/) - GNU Nano is a text editor which aims to introduce a simple interface and intuitive command options to console based text editing.
- [![Open-Source Software][oss icon]](https://github.com/neovim/neovim) [Neovim](https://neovim.io/) - Neovim is a fork of Vim aiming to improve user experience, plugins, and GUIs.
- [![Open-Source Software][oss icon]](https://github.com/syl20bnr/spacemacs) [Spacemacs](http://spacemacs.org) - A community-driven Emacs distribution.
- [Sublime](https://www.sublimetext.com/) - A very capable text editor with advanced search capabilities, and many powerful plugins to improve its functionality.
- [![Open-Source Software][oss icon]](https://github.com/orbitalquark/textadept) [Textadept](https://orbitalquark.github.io/textadept/) - Minimalist text editor for programmers. Textadept is extensible with Lua programming language.
- [![Open-Source Software][oss icon]](https://github.com/vim/vim) [Vim](http://www.vim.org/download.php) -Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.
- [![Open-Source Software][oss icon]](https://github.com/Microsoft/vscode) [VSCode](https://code.visualstudio.com) - Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, OS X and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages (C++, C#, Python, PHP, Golang) and runtimes.
### Education
- [![Open-Source Software][oss icon]](https://apps.ankiweb.net/) [Anki](https://apps.ankiweb.net/) - Powerful, intelligent flash cards which makes remembering things easy.
- [![Open-Source Software][oss icon]](http://artha.sourceforge.net/wiki/index.php/Download#Source) [Artha](http://artha.sourceforge.net/wiki/index.php/Home) - Artha is a free cross-platform English thesaurus that works completely off-line and is based on WordNet.
- [![Open-Source Software][oss icon]](https://github.com/bibletime/bibletime) [BibleTime](http://bibletime.info/) - BibleTime is a Bible study application based on the Sword library and Qt toolkit.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/celestia/files/Celestia-source/1.6.1/celestia-1.6.1.tar.gz/download) [Celestia](http://celestiaproject.net/) - The free space simulation that lets you explore our universe in three dimensions.
- [![Open-Source Software][oss icon]](https://github.com/opp11/chemtool/blob/master/README.md) [Chemtool](http://ruby.chemie.uni-freiburg.de/~martin/chemtool/) - Chemtool is a small program for drawing chemical structures on Linux.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/epoptes) [Epoptes](http://www.epoptes.org/) - An open source computer lab management and monitoring tool.
- [![Open-Source Software][oss icon]](https://github.com/gap-system/gap) [GAP](http://www.gap-system.org/) - A computer algebra system for computational discrete algebra with particular emphasis on computational group theory.
- [![Open-Source Software][oss icon]](https://gcompris.net/wiki/Developer%27s_corner) [Gcompris](http://gcompris.net/index-en.html) - GCompris is a high quality educational software suite comprising of numerous activities for children aged 2 to 10.
- [![Open-Source Software][oss icon]](https://github.com/geogebra/geogebra) [Geogebra](https://www.geogebra.org/download) - The graphing calculator for functions, geometry, algebra, calculus, statistics and 3D mathematics.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/Dictionary) [Gnome-dictionary](https://wiki.gnome.org/Apps/Dictionary) - A powerful dictionary for GNOME.
- [![Open-Source Software][oss icon]](https://opensis.sourceforge.net/) [GNU Octave](http://www.gnu.org/software/octave/) - GNU Octave is a scientific programming language, primarily intended for numerical computations, that is mostly compatible with MATLAB.
- [![Open-Source Software][oss icon]](http://ftp.gnu.org/gnu/gtypist/) [GNU Typist](https://www.gnu.org/software/gtypist/index.html) - ncurses-based free-software typing instructor
- [![Open-Source Software][oss icon]](https://gitlab.com/gnukhata) [GNUKhata](http://www.gnukhata.in/) - Open source accounting software.
- [Google Earth](https://itsfoss.com/install-google-earth-ubunu/) - Google Earth is a virtual globe, map and geographical information program.
- [![Open-Source Software][oss icon]](http://gperiodic.seul.org/cvs/) [GPeriodic](http://gperiodic.seul.org/) - GPeriodic is a periodic table application for Linux.
- [KDE Edu Suite](https://apps.kde.org/education/) - Free Educational Software based on the KDE technologies.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/klavaro) [Klavaro](http://klavaro.sourceforge.net/en/index.html) - A touch typing tutor very flexible, supporting customizable keyboard layouts. You can edit and save new or unknown keyboard layouts, as the basic course was designed to not depend on specific ones. Also, there are some charts about the learning process.
- [![Open-Source Software][oss icon]](https://github.com/KDE/ktouch) [Ktouch](https://github.com/KDE/ktouch) - KTouch is a program to learn and practice touch typing.
- ![Nonfree][money icon] [MAPLE](http://www.maplesoft.com/products/maple/) - Maple is math software that combines the world's most powerful math engine with an interface that makes it extremely easy to analyze, explore, visualize, and solve mathematical problems.
- ![Nonfree][money icon] [MapTiler](https://www.maptiler.com/) - MapTiler generates zoomable raster maps from images in user-defined coordinate system.
- [![Open-Source Software][oss icon]](https://github.com/KDE/marble) [Marble](https://marble.kde.org/) - Marble is a virtual globe and world atlas — your swiss army knife for maps.
- ![Nonfree][money icon] [MATLAB](http://www.mathworks.com/products/matlab/?requestedDomain=www.mathworks.com) - The MATLAB platform is optimized for solving engineering and scientific problems. MATLAB helps you take your ideas beyond the desktop. You can run your analyses on larger data sets and scale up to clusters and clouds.
- [![Open-Source Software][oss icon]](http://maxima.sourceforge.net/project.html) [Maxima](http://maxima.sourceforge.net/) - Maxima is a system for the manipulation of symbolic and numerical expressions, including differentiation, integration, Taylor series, Laplace transforms, ordinary differential equations, systems of linear equations, and much more.
- [Mendeley](https://www.mendeley.com/) - Mendeley is a program for managing and sharing research papers, finding research data and collaborating online.
- [![Open-Source Software][oss icon]](https://github.com/moodle/moodle) [Moodle](https://download.moodle.org/) - Course management system for online learning.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/openeuclide/) [OpenEuclid](http://coulon.publi.free.fr/openeuclide/) - OpenEuclide is a 2D geometry software: figures are defined dynamically by describing formal geometrical constraints.
- [![Open-Source Software][oss icon]](https://github.com/openmaptiles) [OpenMapTiles](https://openmaptiles.org/) - OpenMapTiles is a set of open-source tools for self-hosting of OpenStreetMaps in more than 50 languages. It provides both raster as well as vector tiles, WMS, WMTS, support for JavaScript viewers and mobile SDK.
- [![Open-Source Software][oss icon]](https://opensis.sourceforge.net/) [OpenSIS](http://www.opensis.com/home) - School Management Software that Increases Student Achievements & Teacher Performances.
- [![Open-Source Software][oss icon]](http://pari.math.u-bordeaux.fr/cgi-bin/gitweb.cgi?p=pari.git;a=summary) [PARI/GP](http://pari.math.u-bordeaux.fr/) - A computer algebra system for fast computations in number theory.
- [![Open-Source Software][oss icon]](https://git.sagemath.org/sage.git/) [SageMath](http://www.sagemath.org/) - A mathematical software with features covering many aspects of mathematics, including algebra, combinatorics, numerical mathematics, number theory, and calculus.
- [![Open-Source Software][oss icon]](https://github.com/scipy/scipy) [Scipy](https://scipy.org/install.html) - SciPy is a Python-based ecosystem of open-source software for mathematics, science, and engineering.
- [![Open-Source Software][oss icon]](https://github.com/LLK/scratch-flash) [Scratch](https://scratch.mit.edu/) - With Scratch, you can program your own interactive stories, games, and animations — and share your creations with others in the online community.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/stellarium/code/HEAD/tree/) [Stellarium](http://www.stellarium.org/) - Stellarium is a free open source planetarium for your computer.
- [![Open-Source Software][oss icon]](https://github.com/ugeneunipro/ugene) [UGENE](http://ugene.net/) - UGENE is free open-source cross-platform integrated GUI-based bioinformatics software.
- [![Open-Source Software][oss icon]](https://github.com/veyon/veyon) [Veyon](https://github.com/veyon/veyon/releases) - Veyon is a computer management software for classrooms, it allows a teacher to control student computers and guide students over a computer network.
### Email
- [![Open-Source Software][oss icon]](http://git.claws-mail.org/) [Claws](http://www.claws-mail.org/) - Claws is an email client and news reader, featuring sophisticated interface, easy configuration, intuitive operation, abundant features and plugins, robustness and stability.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/Evolution/#Get_the_Source_Code) [Evolution](https://wiki.gnome.org/Apps/Evolution/) - Evolution is a personal information management application that provides integrated mail, calendaring and address book functionality.
- [![Open-Source Software][oss icon]](https://git.gnome.org//browse/geary/) [Geary](https://wiki.gnome.org/Apps/Geary) - Geary is an email application built for GNOME 3. It allows you to read and send email with a simple, modern interface.
- [Hiri](https://www.hiri.com/) - Hiri is a business focused desktop e-mail client for sending and receiving e-mails, managing calendars, contacts, and tasks.
- [![Open-Source Software][oss icon]](https://cgit.kde.org/kmail.git/) [KMail](https://apps.kde.org/de/kmail2/) - KMail is the email component of Kontact, the integrated personal information manager from KDE.
- [![Open-Source Software][oss icon]](https://github.com/pulb/mailnag) [Mailnag](https://launchpad.net/~pulb/+archive/ubuntu/mailnag) - Mailnag is a daemon program that checks POP3 and IMAP servers for new mail.
- [Mailspring](https://getmailspring.com/) - A beautiful, fast and maintained fork of Nylas Mail ([dead](https://github.com/nylas/nylas-mail)) by one of the original authors.
- [![Open-Source Software][oss icon]](https://sylpheed.sraoss.jp/en/download.html#stable) [Sylpheed](http://sylpheed.sraoss.jp/en/) - Lightweight and user-friendly e-mail client.
- [![Open-Source Software][oss icon]](https://releases.mozilla.org/pub/thunderbird/) [Thunderbird](https://www.mozilla.org/en-US/thunderbird/) - Thunderbird is a free email application that’s easy to set up and customize and it’s loaded with great features.
- [![Open-Source Software][oss icon]](https://github.com/KDE/trojita) [Trojita](https://apps.kde.org/trojita/) - A super fast desktop email client for Linux.
- [![Open-Source Software][oss icon]](https://github.com/danchoi/vmail) [Vmail](https://danielchoi.com/software/vmail.html) - Vim-like Gmail client.
- [![Open-Source Software][oss icon]](https://github.com/Thomas101/wmail) [Wmail](https://github.com/Thomas101/wmail) - Gmail & Google Inbox unofficial desktop client for linux.
### File Manager
- [![Open-Source Software][oss icon]](https://github.com/pornel/7z) [7Zip](http://www.7-zip.org/download.html) - A very capable program that can unzip nearly any file archiving format.
- [![Open-Source Software][oss icon]](https://github.com/mate-desktop/caja) [Caja](https://mate-desktop.org/) - Is the default file manager for the MATE desktop environment, it is very fast and simple to use.
- [![Open-Source Software][oss icon]](https://github.com/KDE/dolphin) [Dolphin](https://userbase.kde.org/Dolphin) - Dolphin is the default file manager of the KDE desktop environment featuring usability as well as functionality.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/doublecmd/) [Double Commander](http://doublecmd.sourceforge.net/) - Double Commander is a cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas.
- [![Open-Source Software][oss icon]](https://krusader.org/get-involved/index.html) [Krusader](https://krusader.org) - Krusader is an advanced twin panel (commander style) file manager for KDE and other desktops in the \*nix world, similar to Midnight or Total Commander.
- [![Open-Source Software][oss icon]](https://github.com/MidnightCommander) [Midnight Commander](https://www.midnight-commander.org/) - A feature rich full-screen file manager that allows you to copy, move and delete files and whole directory trees.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/nautilus) [Nautilus](https://wiki.gnome.org/Apps/Nautilus) - Nautilus (Files) is a file manager designed to fit the Gnome desktop design and behaviour, giving the user a simple way to navigate and manage its files.
- [![Open-Source Software][oss icon]](https://github.com/linuxmint/nemo) [Nemo](http://askubuntu.com/questions/294421/how-do-i-install-nemo-file-manager) - Nemo is the file manager for the Cinnamon desktop environment.
- [![Open-Source Software][oss icon]](https://github.com/jarun/nnn) [nnn](https://github.com/jarun/nnn) - A very lightweight and fast terminal file browser with excellent desktop integration.
- [![Open-Source Software][oss icon]](https://github.com/teejee2008/polo) [Polo](https://github.com/teejee2008/polo) - Polo is a modern, light-weight file manager for Linux with support for multiple panes and tabs; support for archives, and much more.
- [![Open-Source Software][oss icon]](https://github.com/shundhammer/qdirstat) [QDirStat](https://github.com/shundhammer/qdirstat#ubuntu) - Qt-based directory statistics - KDirStat without any KDE, from the original KDirStat author.
- [![Open-Source Software][oss icon]](https://github.com/ranger/ranger) [Ranger](http://ranger.nongnu.org/) - Ranger is a console file manager with VI key bindings.
- [![Open-Source Software][oss icon]](https://github.com/luisgg/thunar) [Thunar](https://apps.ubuntu.com/cat/applications/precise/thunar/) - Thunar is the file manager designed to be the default file manager of Xfce 4.6 It has been designed to be fast and easy to use.
- [![Open-Source Software][oss icon]](https://github.com/vifm/vifm) [Vifm](https://vifm.info/) - Vifm is an ncurses based file manager with VI like keybindings, which also borrows some useful ideas from mutt.
### Games
#### City Building Simulation
- [Dwarf Fortress](http://www.bay12games.com/dwarves/) - A famously complex simulation of a High Fantasy Dwarf Fortress, fight goblins, and slay massive legendary beasts. Strike the earth!
- [![Open-Source Software][oss icon]](https://github.com/OpenTTD/OpenTTD) [OpenTTD](https://www.openttd.org/) - An open-source clone of Transport Tycoon Plus with major improvements.
- [![Open-Source Software][oss icon]](https://github.com/aburch/simutrans) [Simutrans](https://www.simutrans.com) - Simutrans is a freeware and open-source transportation simulator.
- [![Open-Source Software][oss icon]](https://github.com/unknown-horizons/unknown-horizons) [Unknown Horizons](https://unknown-horizons.org/) - A 2D realtime strategy simulation with an emphasis on economy and city building. Multiplayer currently broken.
#### Command Line Games
- [![Open-Source Software][oss icon]](https://itsfoss.com/best-command-line-games-linux/) [2048](https://itsfoss.com/best-command-line-games-linux/) - Play the famous 2048 in commandline.
- [![Open-Source Software][oss icon]](https://itsfoss.com/best-command-line-games-linux/) [Backgammon](https://itsfoss.com/best-command-line-games-linux/) - Play Backgammon in commandline.
- [![Open-Source Software][oss icon]](https://github.com/fph/bastet) [Bastet](https://github.com/fph/bastet) - Play Tetris in commandline.
- [![Open-Source Software][oss icon]](https://itsfoss.com/best-command-line-games-linux/) [Greed](https://itsfoss.com/best-command-line-games-linux/) - Tron game in the linux command line.
- [![Open-Source Software][oss icon]](https://itsfoss.com/best-command-line-games-linux/) [Ninvaders](https://itsfoss.com/best-command-line-games-linux/) - Play Space Invaders on the command line.
- [![Open-Source Software][oss icon]](https://itsfoss.com/best-command-line-games-linux/) [nSnake](https://itsfoss.com/best-command-line-games-linux/) - Play the classic Nokia snake game on the command line.
- [![Open-Source Software][oss icon]](https://github.com/alexdantas/pacman4console.debian) [Pacman4console](https://launchpad.net/ubuntu/+source/pacman4console) - Play Pacman game in console.
- [![Open-Source Software][oss icon]](https://itsfoss.com/best-command-line-games-linux/) [Tron](https://itsfoss.com/best-command-line-games-linux/) - Play the best action game, Tron in the command line.
#### Engine Re-creations (require the actual game)
- ![Open-Source Software][oss icon] [NXEngine](http://nxengine.sourceforge.net/) - A source port of Cave Story that runs natively on Linux, source needs to be built.
- [![Open-Source Software][oss icon]](https://github.com/SFTtech/openage) [openage](http://openage.sft.mx/) - Free (as in freedom) open source clone of the Age of Empires II engine, source needs to be built.
- [![Open-Source Software][oss icon]](https://github.com/OpenMW/openmw) [OpenMW](http://openmw.org) - A recreation of the Morrowind engine, expanding upon the original. It can be used to play legitimate copies of original game.
- [![Open-Source Software][oss icon]](https://github.com/OpenRA/OpenRA) [OpenRA](http://www.openra.net/) - Classic strategy games, rebuilt for the modern era. Open source.
- [![Open-Source Software][oss icon]](https://github.com/OpenRCT2/OpenRCT2) [OpenRCT2](https://openrct2.website/) - A recreation of the Rollercoaster Tycoon 2 engine. Requires the original games assests.
#### FPS
- [![Open-Source Software][oss icon]](https://gitlab.com/groups/xonotic) [ChaosEsqueAnthology Disc 1](https://sourceforge.net/projects/chaosesqueanthology/) [ChaosEsqueAnthology Disc 2](https://sourceforge.net/projects/chaosesqueanthologyvolume2/) - A modification of Xonotic which included extended weapons, maps, vehicles, buildable buildings, mounted weapons, spell casting, monsters, player characters, textures, and game mode (such as colorwar (think liquidwar))
- [![Open-Source Software][oss icon]](https://github.com/freedoom/freedoom) [Freedoom](https://freedoom.github.io/) - The Freedoom project aims to create a complete free content game based on the Doom engine.
- [![Open-Source Software][oss icon]](https://github.com/red-eclipse/base) [Red Eclipse](https://redeclipse.net/) - Red Eclipse is a fun-filled new take on the first person arena shooter, which lends itself toward a balanced gameplay, with a general theme of agility in a variety of environments.
- ![Open-Source Software][oss icon] [Urban Terror](http://www.urbanterror.info) - A "Hollywood" tactical shooter - realism based, but the motto is "fun over realism".
- [![Open-Source Software][oss icon]](https://gitlab.com/groups/xonotic) [Xonotic](http://www.xonotic.org/) - Arena shooter inspired by Unreal Tournament and Quake.
- [![Open-Source Software][oss icon]](https://osdn.net/projects/zandronum/scm/) [Zandronum](http://zandronum.com/) - Leading the way in newschool multiplayer Doom online.
- [![Open-Source Software][oss icon]](https://github.com/coelckers/gzdoom) [Zdoom](https://zdoom.org/index) - ZDoom is a source port for the modern era, supporting current hardware and operating systems and sporting a vast array of user options.
#### Gaming Applications
- [![Open-Source Software][oss icon]](https://github.com/itchio/itch) [itch](https://itch.io/) - The itch.io app. All of your downloads are kept in a single place and are automatically updated. Plenty of free games.
- [![Open-Source Software][oss icon]](https://github.com/lutris/lutris) [Lutris](https://lutris.net/) - Lutris is an open gaming platform for Linux. It helps you install and manage your games in a unified interface.
- [![Open-Source Software][oss icon]](http://repository.playonlinux.com/) [PlayOnLinux](https://www.playonlinux.com) - A front-end for Wine.
- [![Open-Source Software][oss icon]](https://github.com/libretro/RetroArch) [RetroArch](http://www.retroarch.com/) - A front-end for a lot of game emulators.
- [Steam](steampowered.com) - Gaming store, which opens the gates to many games.
- [![Open-Source Software][oss icon]](https://dl.winehq.org/wine/source/) [Wine](https://www.winehq.org/) - Wine ("Wine Is Not an Emulator") is a compatibility layer capable of running Windows applications on Linux, quality depends from game to game.
#### Machine emulators
- [![Open-Source Software][oss icon]](https://github.com/dolphin-emu/dolphin) [Dolphin Emulator](https://dolphin-emu.org/) - Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/fuse-emulator/fuse/ci/master/tree/) [Fuse](https://fuse-emulator.sourceforge.net/) - Fuse (the Free Unix Spectrum Emulator) is a ZX Spectrum emulator for Unix.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gnome-video-arcade) [GNOME Video Arcade](https://wiki.gnome.org/action/show/Apps/GnomeVideoArcade?action=show&redirect=GnomeVideoArcade) - GNOME Video Arcade is a simple Mame frontend for any freedesktop.org compliant desktop environment.
- [![Open-Source Software][oss icon]](https://github.com/mamedev/mame) [MAME](http://mamedev.org/) - MAME is an Arcade Cabinet emulator that strives for accuracy, and can play a huge number of different arcade games.
- [![Open-Source Software][oss icon]](https://github.com/0ldsk00l/nestopia) [nestopia](http://0ldsk00l.ca/nestopia/) - nestopia is a Nintendo Entertainment System/Famicon emulator.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/qmc2/files/qmc2/) [qmc2](https://qmc2.batcom-it.net/) - QMC2 is the successor to QMamecat, it is a gui for MAME and a ROM manager.
- [![Open-Source Software][oss icon]](https://github.com/snes9xgit/snes9x) [Snes9x](http://www.snes9x.com/) - Is a multiplatform Super Nintendo Entertainment System emulator that has gone through many incarnations, but is still being actively developed.
- [![Open-Source Software][oss icon]](https://github.com/stella-emu/stella) [Stella](https://stella-emu.github.io/) - is an Atari 2600 Emulator that is multiplatform.
- [![Open-Source Software][oss icon]](https://github.com/visualboyadvance-m/visualboyadvance-m) [Visual Boy Advance-M](http://vba-m.com/) - A Gameboy and Gameboy Advance Emulator that is still undergoing active development and can even emulate a system link between two gameboys.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/zsnes/files/zsnes/ZSNES%20v1.51/) [ZSNES](http://www.zsnes.com/) - A capable and commonly used Super Nintendo Entertainment System/Super Famicom emulator, many consider it the gold standard in SNES/Super Famicom emulation.
#### Miscellaneous
- ![Open-Source Software][oss icon] [Cockatrice](https://cockatrice.github.io/) - Cockatrice is an open-source multiplatform supported program for playing tabletop card games over a network.
- [![Open-Source Software][oss icon]](https://download.savannah.gnu.org/releases/galois/source/) [Galois](http://www.nongnu.org/galois/) - Galois is a Falling Blocks type game that isn't limited to the standard tetrominoes that most games in it's genre are limited to.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/action/show/Apps/gbrainy?action=show&redirect=gbrainy#Source_code) [GBrainy](https://wiki.gnome.org/action/show/Apps/gbrainy?action=show&redirect=gbrainy) - Gbrainy is a brain teaser game with logic puzzles and memory trainers.
- ![Nonfree][money icon] [Minecraft](https://minecraft.net) - Minecraft is a game about placing blocks and going on adventures. Explore randomly generated worlds and build amazing things from the simplest of homes to the grandest of castles.
- [![Open-Source Software][oss icon]](https://github.com/minetest/minetest/) [Minetest](https://minetest.net) - Open-source Minecraft written in C++ (uses less resources) and includes modding API.
- ![Open-Source Software][oss icon] [Mudlet](mudlet.org) - A cross-platform, open source, and super fast MUD (text-only MMORPGs) client with scripting in Lua.
- [OhMyGiraffe](https://ohmygiraffe.com) - A delightful game of survival. A game about a giraffe eating fruit while being chased by lions.
- [![Open-Source Software][oss icon]](https://github.com/alpcoskun/snake) [Snake Game](https://alpcoskun.com/snake/) - Cross-platform Classic Snake Game based on Node.js.
- [![Open-Source Software][oss icon]](https://github.com/supertuxkart/stk-code) [SuperTuxKart](https://supertuxkart.net) - SuperTuxKart is a 3D open-source arcade racer with a variety characters, tracks, and modes to play.
#### RPG
- ![Open-Source Software][oss icon] [Tales of Maj'Eyal](https://te4.org/) - Tales of Maj’Eyal (ToME) is a free, open source roguelike RPG, featuring tactical turn-based combat and advanced character building.
- ![Open-Source Software][oss icon] [Zelda Classic](http://www.zeldaclassic.com/) - A tribute to Nintendo's The Legend of Zelda with additional quests, items and challenges.
- ![Open-Source Software][oss icon] [Zelda: Mystery of Solarus DX](https://www.solarus-games.org) - A direct sequel to The Legend of Zelda: A Link to the Past on the SNES, using the same graphics and game mechanisms.
#### RTS
- [![Open-Source Software][oss icon]](http://releases.wildfiregames.com/) [0 AD](https://play0ad.com/) - Age of Empires like RTS game of ancient warfare.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/nethack/NetHack/ci/NetHack-3.6.0/tree/) [Nethack](https://www.nethack.org/) - Open-source rogue-like with ASCII graphics.
- [![Open-Source Software][oss icon]](https://github.com/triplea-game/triplea/) [TripleA](http://www.triplea-game.org/) - Open source grand strategy game with "Axis and Allies" game rules.
- [![Open-Source Software][oss icon]](https://github.com/Warzone2100/warzone2100) [Warzone 2100](https://www.wz2100.net/) - Open-source real-time strategy game that takes place after a nuclear war.
- [![Open-Source Software][oss icon]](https://bazaar.launchpad.net/~widelands-dev/widelands/trunk/changes) [Widelands](https://www.widelands.org/) - Widelands is a open source RTS game with singleplayer campaigns and a multiplayer mode inspired by Settlers II.
#### Turn Based Strategy
- [![Open-Source Software][oss icon]](https://github.com/wesnoth/wesnoth) [Battle for Wesnoth](https://wesnoth.org/) - The Battle for Wesnoth is an open source, turn-based strategy game with a high fantasy theme. It features both singleplayer and online/hotseat multiplayer combat.
- [![Open-Source Software][oss icon]](https://github.com/freeciv/freeciv) [FreeCiv](http://www.freeciv.org/) - Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization.
### Graphics
#### Graphic Creation
- [![Open-Source Software][oss icon]](https://github.com/aseprite/aseprite/) [Aseprite](https://www.aseprite.org/) - Animated sprite editor & pixel art tool.
- [![Open-Source Software][oss icon]](http://archive.blender.org/download/source-code/index.html) [Blender](https://www.blender.org/) - a free and open source complete 3D creation pipeline for artists and small teams.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/cinepaint/) [Cinepaint](http://cinepaint.org/) - Open source deep paint software.
- [![Open-Source Software][oss icon]](https://github.com/lettier/gifcurry) [Gifcurry](https://lettier.github.io/gifcurry/) - Your open source video to GIF maker built with Haskell.
- [Heron Animation](https://heronanimation.brunolefevre.net/) - A free stop animation making program.
- [![Open-Source Software][oss icon]](https://github.com/inkscape/inkscape) [Inkscape](https://inkscape.org/en/) - A powerful, free design tool for you , whether you are an illustrator, designer, web designer or just someone who needs to create some vector imagery.
- [![Open-Source Software][oss icon]](https://www.kde.org/applications/graphics/karbon/development) [Karbon](https://www.calligra.org/karbon/) - An open source vector drawing program.
- [![Open-Source Software][oss icon]](https://github.com/mbasaglia/Knotter) [Knotter](https://knotter.mattbas.org/Knotter) - A Program designed solely to help design and create Celtic Knots.
- [![Open-Source Software][oss icon]](https://github.com/KDE/krita) [Krita](https://krita.org/en/) - Open Source Software for Concept Artists, Digital Painters, and Illustrators.
- [![Open-Source Software][oss icon]](https://github.com/mypaint/mypaint/releases) [Mypaint](http://mypaint.org/about/) - Mypaint is a paint program for use with graphics tablets.
- [![Open-Source Software][oss icon]](https://github.com/jonata/opendvdproducer) [Open DVD Producer](http://opendvdproducer.jonata.org/) - A modern, open source cross platform software to produce DVD images.
- [![Open-Source Software][oss icon]](https://github.com/PintaProject/Pinta) [Pinta](https://pinta-project.com/pintaproject/pinta/) - Pinta is a free, open source program for drawing and image editing.
- [![Open-Source Software][oss icon]](https://launchpad.net/lsm) [StopMotion](http://linuxstopmotion.org/) - Linux Stopmotion is a Free Open Source application to create stop-motion animations. It helps you capture and edit the frames of your animation and export them as a single file.
- [![Open-Source Software][oss icon]](https://github.com/synfig/synfig) [Synfig Studio](http://www.synfig.org/) - Open-source 2D animation software.
- [![Open-Source Software][oss icon]](https://github.com/scantailor) [Scan Tailor](https://github.com/scantailor) - Scan Tailor is an interactive post-processing tool for scanned pages. For a tutorial on how to use it, consult its [User Guide](https://github.com/scantailor/scantailor/wiki/User-Guide).
- [Vectr](https://vectr.com/) - Vectr is a free graphics software used to create vector graphics easily and intuitively. It's a simple yet powerful web and desktop cross-platform tool to bring your designs into reality.
- [![Open-Source Software][oss icon]](http://www.xaraxtreme.org/Developers/develeopers-source-code-a-building.html) [Xara Extreme](http://www.xaraxtreme.org/) - Xara Xtreme for Linux is a powerful, general purpose graphics program for Unix platforms including Linux, FreeBSD.
- [yEd Graph Editor](https://www.yworks.com/products/yed) - yEd is a powerful desktop application that can be used to quickly and effectively generate high-quality diagrams. Create diagrams manually, or import your external data for analysis. Our automatic layout algorithms arrange even large data sets with just the press of a button.
#### Image Editor
- ![Nonfree][money icon] [Aftershot](http://www.aftershotpro.com/en/products/aftershot/pro/) - A powerful alternative to Adobe Photoshop.
- [![Open-Source Software][oss icon]](https://github.com/darktable-org/darktable) [Darktable](http://www.darktable.org/) - Darktable is an open source photography workflow application and RAW developer.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gimp) [GIMP](https://www.gimp.org/downloads/) - GIMP is a freely distributed program for such tasks as photo retouching, image composition and image authoring.
- [![Open-Source Software][oss icon]](http://www.graphicsmagick.org/) [GraphicsMagick](http://www.graphicsmagick.org/) - GraphicsMagick is the swiss army knife of image processing.
- [![Open-Source Software][oss icon]](https://hugin.sourceforge.io/) [Hugin](https://hugin.sourceforge.io/) - an easy to use cross-platform panoramic imaging toolchain based on Panorama Tools.
- [![Open-Source Software][oss icon]](https://github.com/ImageMagick/ImageMagick) [ImageMagik](http://www.imagemagick.org/script/index.php) - ImageMagick is a suite of command-line utilities for modifying and working with images.
- [![Open-Source Software][oss icon]](https://github.com/jarun/imgp) [imgp](https://github.com/jarun/imgp) - Blazing fast terminal image resizer and rotator.
- [![Open-Source Software][oss icon]](https://github.com/LuminanceHDR/LuminanceHDR) [Luminance HDR](https://sourceforge.net/projects/qtpfsgui/) - Luminance HDR is an open source graphical user interface application that aims to provide a workflow for HDR imaging.
- [![Open-Source Software][oss icon]](https://github.com/google-code-export/photivo) [Photivo](https://photivo.org/) - Photivo is a free and open source (GPL3) photo processor, handles your RAW and bitmap files (TIFF, JPEG, BMP, PNG and many more) in a non-destructive 16 bit processing pipe with gimp workflow integration and batch mode. It is intended to be used in a workflow together with digiKam/F-Spot/Shotwell and Gimp.
- [![Open-Source Software][oss icon]](https://github.com/piskelapp/piskel) [Piskel](https://www.piskelapp.com/) - Browser-based editor for animated sprites and pixel art. Available as offline application.
- [![Open-Source Software][oss icon]](https://github.com/lbalazscs/Pixelitor) [Pixelitor](https://pixelitor.sourceforge.io/) - Pixelitor is a free and open source image editing software that supports layers, layer masks, text layers, filters, multiple undo etc.
- [![Open-Source Software][oss icon]](https://github.com/Beep6581/RawTherapee) [RawTherapee](http://rawtherapee.com/) - A good looking but lesser known photo editing app.
#### Image Management
- [![Open-Source Software][oss icon]](https://github.com/KDE/digikam) [Digikam](http://www.digikam.org/) - DigiKam is an advanced digital photo management application for Linux.
- [![Open-Source Software][oss icon]](https://git.finalrewind.org/feh) [Feh](https://feh.finalrewind.org/) - lightweight and fast image viewer.
- [![Open-Source Software][oss icon]](http://www.kornelix.net/downloads/downloads.html) [Fotoxx](http://www.kornelix.net/fotoxx/fotoxx.html) - Fotoxx is a free open source Linux program for image editing and collection management.
- [![Open-Source Software][oss icon]](https://git.gnome.org/browse/gthumb/) [gThumb](https://wiki.gnome.org/Apps/gthumb) - gThumb is an image viewer and browser (it also includes an importer tool for transferring photos from cameras).
- [![Open-Source Software][oss icon]](https://cgit.kde.org/gwenview.git/tree//?) [gwenview](https://userbase.kde.org/Gwenview) - Simple yet powerful image viewer and management for KDE desktops.
- [![Open-Source Software][oss icon]](https://github.com/meowtec/Imagine) [Imagine](https://github.com/meowtec/Imagine) - An open source image optimizer that can shrink the size of images with a minimal loss of quality.
- [![Open-Source Software][oss icon]](https://github.com/nomacs/nomacs/tree/master) [nomacs](https://nomacs.org/) - nomacs is an image viewer that is able to view nearly any image format, and has powerful renaming and sorting tools.
- [![Open-Source Software][oss icon]](https://github.com/peterlevi/ojo) [Ojo](https://github.com/peterlevi/ojo) - A fast and pretty image viewer.
- [![Open-Source Software][oss icon]](https://github.com/ivandokov/phockup) [Phockup](https://github.com/ivandokov/phockup) - Command line sorting tool to organize photos and videos from your camera in folders by year, month and day.
- [![Open-Source Software][oss icon]](https://github.com/oferkv/phototonic) [Photonic](https://github.com/oferkv/phototonic) - Phototonic is image viewer and organizer.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/Shotwell) [Shotwell](https://wiki.gnome.org/Apps/Shotwell) - Shotwell is a photo manager for GNOME 3.
#### Miscellaneous
- [![Open-Source Software][oss icon]](https://github.com/HandBrake/HandBrake) [Handbrake](https://handbrake.fr/) - HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs.
- [![Open-Source Software][oss icon]](https://potrace.sourceforge.net/#downloading) [Potrace](https://potrace.sourceforge.net/) - Potrace is a tool for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image.
- [![Open-Source Software][oss icon]](https://www.radiance-online.org/download-install/radiance-source-code) [Radiance](http://www.radiance-online.org/) - Radiance - A Validated Lighting Simulation Tool.
- [![Open-Source Software][oss icon]](https://github.com/terkelg/ramme) [Ramme](https://github.com/terkelg/ramme) - Unofficial Instagram desktop application.
- [![Open-Source Software][oss icon]](https://launchpad.net/rapid/pyqt/0.9.0b2) [Rapid Photo Downloader](http://damonlynch.net/rapid/download.html) - Rapid Photo Downloader makes it easy to import photos from a camera or smartphone.
#### PSD, Sketch Inspection
- ![Nonfree][money icon] [Avocode](https://avocode.com/) - Avocode - Share and inspect Photoshop and Sketch designs in a heart beat.
#### Screen Recorder
- [![Open-Source Software][oss icon]](https://github.com/asciinema/asciinema) [asciinema](https://asciinema.org) - Terminal session recorder.
- [![Open-Source Software][oss icon]](https://github.com/foss-project/green-recorder) [Green Recorder](https://github.com/foss-project/green-recorder) - A simple desktop recorder for Linux systems, supports recording audio and video on almost all Linux interfaces and Wayland display server on GNOME session.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/kazam) [Kazam](https://launchpad.net/kazam) - An easy to use and very intuitive screen recording program that will capture the content of your screen and record a video file that can be played by any video player that supports VP8/WebM video format.
- [![Open-Source Software][oss icon]](https://github.com/jp9000/OBS) [OBS Studio](https://obsproject.com/) - Free and open source software for video recording and live streaming. Download and start streaming quickly and easily on Windows, Mac or Linux. Share your gaming, art and entertainment with the world.
- [![Open-Source Software][oss icon]](https://github.com/phw/peek) [Peek](https://github.com/phw/peek) - Simple animated GIF screen recorder with an easy to use interface.
- [![Open-Source Software][oss icon]](https://github.com/colinkeenan/silentcast) [Silentcast](https://github.com/colinkeenan/silentcast) - Silentcast can create MKV screencasts and also output to an animated GIF.
- [![Open-Source Software][oss icon]](https://github.com/MaartenBaert/ssr) [SimpleScreenRecorder](http://www.maartenbaert.be/simplescreenrecorder/) - SimpleScreenRecorder is a feature-rich screen recorder that supports X11 and OpenGL. It has a Qt-based graphical user interface.
- [![Open-Source Software][oss icon]](https://github.com/vkohaupt/vokoscreenNG) [vokoscreenNG](https://linuxecke.volkoh.de/vokoscreen/vokoscreen.html) - A free, multilingual and easy to use screencast recorder with audio for Linux. It has many features.
#### Screenshot
- [![Open-Source Software][oss icon]](https://github.com/lupoDharkael/flameshot) [Flameshot](https://github.com/lupoDharkael/flameshot) - Powerful yet simple to use screenshot software.
- [![Open-Source Software][oss icon]](https://github.com/olav-st/screencloud) [Screencloud](http://screencloud.net/) - ScreenCloud is an easy to use screenshot sharing tool consisting of a cross-platform client and a sharing website: http://screencloud.net/.
- [![Open-Source Software][oss icon]](https://github.com/ShareX/ShareX) [ShareX](https://getsharex.com) - ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to over 80 supported destinations you can choose from.
- [![Open-Source Software][oss icon]](https://launchpad.net/shutter/) [Shutter](http://shutter-project.org/) - Shutter is a feature-rich screenshot program for Linux based operating systems such as Ubuntu.
#### Streaming
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/minidlna) [ReadyMedia](https://minidlna.sourceforge.net/) - Formerly known as **MiniDLNA**, ReadyMedia is a is a simple, lightweight media server software, with the aim of being fully compliant with DLNA/UPnP-AV clients. The MiniDNLA daemon serves media files (music, pictures, and video) to clients on a network such as smartphones, portable media players, televisions, other computers and some gaming systems.
#### Video editor
- [![Open-Source Software][oss icon]](https://github.com/cinelerra-cv-team/cinelerra-cv) [Cinelerra-cv](http://cinelerra.org/) - Professional video editing and compositing environment.
- [![Open-Source Software][oss icon]](https://github.com/jliljebl/flowblade) [Flowblade](https://github.com/jliljebl/flowblade/releases/tag/1.12.2) - A multitrack non-linear video editor for Linux.
- [![Open-Source Software][oss icon]](https://github.com/KDE/kdenlive) [Kdenlive](https://kdenlive.org/) - Kdenlive is a Non-Linear Video Editor, which is much more powerful than beginners’ (linear) editors.
- ![Nonfree][money icon] [Lightworks](https://www.lwks.com/) - Professional non-linear video editing program with a free version available.
- [![Open-Source Software][oss icon]](https://github.com/OpenShot/openshot-qt) [OpenShot](http://www.openshot.org/) - OpenShot is a free, simple-to-use, feature-rich video editor for Linux.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/pitivi) [Pitivi](https://www.pitivi.org/) - A free video editor with a beautiful and intuitive user interface, a clean codebase and a fantastic community.
- [![Open-Source Software][oss icon]](https://github.com/mltframework/shotcut) [Shotcut](https://www.shotcut.org/) - Shotcut is a free, open source, cross-platform video editor with support for hundreds of audio and video formats and codecs and a sleek, intuitive interface.
- [![Open-Source Software][oss icon]](https://github.com/ozmartian/vidcutter) [Vidcutter](http://vidcutter.ozmartians.com/) - Cross-platform Qt5 based app for quick and easy video trimming/splitting and merging/joining for simple quick edits.
### Internet
#### Browser
- [![Open-Source Software][oss icon]](https://github.com/brave/browser-laptop) [Brave](https://brave.com/) - Brave is a fast, good desktop browser for macOS, Windows, and Linux.
- [Chrome](https://www.google.com/chrome/browser/desktop/index.html) - A popular Web Browser with a lot of plugins/apps.
- [![Open-Source Software][oss icon]](https://www.chromium.org/) [Chromium](http://askubuntu.com/questions/250773/how-do-i-install-chromium-from-the-command-line) - Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
- [![Open-Source Software][oss icon]](https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide) [Firefox](https://www.mozilla.org/en-US/firefox/new/) - A popular Web Browser with a lot of plugins/apps.
- [![Open-Source Software][oss icon]](https://git.savannah.gnu.org/cgit/gnuzilla.git) [IceCat](https://www.gnu.org/software/gnuzilla/) - GNU version of Firefox built for privacy, using only free software and free of trademarks.
- [![Open-Source Software][oss icon]](https://launchpad.net/~midori/+archive/ubuntu/ppa) [Midori](https://astian.org/midori-browser/download/) - A lightweight free browser that runs well on low spec systems.
- [![Open-Source Software][oss icon]](https://github.com/minbrowser/min) [Min](https://minbrowser.org/min/) - A smarter, faster web browser.
- [Opera](http://www.opera.com/) - Opera browser is everything you need to do more on the web.
- [![Open-Source Software][oss icon]](https://github.com/qutebrowser/qutebrowser) [QuteBrowser](https://www.qutebrowser.org/) - A keyboard-driven, vim-like browser based on PyQt5.
- [Vivaldi](https://vivaldi.com/?lang=en) - A new and rising browser with a lot of customizations.
- [Yandex](https://browser.yandex.com/desktop/main/) - Fast and convenient browser.
#### Supportive Tool
- [Clipgrab](https://clipgrab.org/) - A friendly downloader for YouTube and other sites.
- [![Open-Source Software][oss icon]](https://gitweb.torproject.org/tor.git) [Tor](https://www.torproject.org/) - Tor is free software and an open network that helps you defend against traffic analysis, a form of network surveillance that threatens personal freedom and privacy.
- [![Open-Source Software][oss icon]](https://github.com/rg3/youtube-dl) [youtube-dl](https://github.com/rg3/youtube-dl) - Command line video downloader from youtube.com and about other thousand video platforms. It's really awesome, at least for me.
- [![Open-Source Software][oss icon]](https://github.com/MrS0m30n3/youtube-dl-gui) [youtube-dlg](https://mrs0m30n3.github.io/youtube-dl-gui/#downloads) - Youtube-dlg is a GUI for youtube-dl and allows for simple copy and paste from all youtube-dl compatible websites. It can auto-update youtube-dl as well as process a list of URL's in parallel.
- [![Open-Source Software][oss icon]](https://github.com/zerotier/ZeroTierOne) [Zerotier](https://my.zerotier.com) - Zerotier is a program that creates a Virtual Network for only your devices with end to end encyrption over the internet. By default Zerotier will manage your virtual network but you can switch to a self-managed network if you prefer.
#### Web Service Client
- [![Open-Source Software][oss icon]](https://cgit.kde.org/akregator.git/) [Akregator](https://userbase.kde.org/Akregator) - A KDE Feed Reader.
- [![Open-Source Software][oss icon]](http://choqok.gnufolks.org/) [Choqok](http://choqok.gnufolks.org/) - Choqok is a Qt5 client for Twitter, GNU Social, Friendica and Pump.IO.
- [![Open-Source Software][oss icon]](https://github.com/baedert/corebird) [Corebird](http://corebird.baedert.org/) - Corebird is native gtk+ twitter desktop client.
- [![Open-Source Software][oss icon]](https://github.com/jangernert/FeedReader) [FeedReader](https://github.com/jangernert/FeedReader) - A modern desktop application designed to complement existing web-based RSS accounts, combines all the advantages of web based services and modern desktop application.
- [![Open-Source Software][oss icon]](https://github.com/jeena/FeedTheMonkey) [FeedTheMonkey](https://github.com/jeena/FeedTheMonkey/releases) - FeedTheMonkey is a desktop client for TinyTinyRSS.
- [![Open-Source Software][oss icon]](https://github.com/vinszent/gnome-twitch) [GnomeTwitch](http://gnome-twitch.vinszent.com/) - Enjoy Twitch on your GNU/Linux desktop with this Twitch non-Adobe-flash client.
- [![Open-Source Software][oss icon]](https://github.com/EragonJ/Kaku) [Kaku](https://github.com/EragonJ/Kaku/releases) - An opensource youtube music player for Ubuntu.
- [![Open-Source Software][oss icon]](https://github.com/popcorn-official/) [Popcorntime](https://popcorntime.sh/) - Watch torrent movies instantly.
### Office
#### Accounting
- [![Open-Source Software][oss icon]](https://github.com/Gnucash/) [GnuCash](https://www.gnucash.org/) - GnuCash is a free software accounting program that implements a double-entry bookkeeping system. It was initially aimed at developing capabilities similar to Intuit, Inc.'s Quicken application, but also has features for small business accounting.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/homebank) [HomeBank](https://homebank.free.fr/en/index.php) - HomeBank is a free software that will assist you to manage your personal accounting.
- [![Open-Source Software][oss icon]](https://github.com/KDE/kmymoney) [KMyMoney](https://kmymoney.org/) - KMyMoney is the personal finance manager by KDE. Its operation is similar to Microsoft Money and Quicken.
- [![Open-Source Software][oss icon]](https://cgit.kde.org/skrooge.git) [Skrooge](https://skrooge.org/) - A personal finances manager, powered by KDE.
#### Office Suites
- [![Open-Source Software][oss icon]](https://cgit.kde.org/calligra.git/) [Caligra Office](https://www.calligra.org/) - offers a comprehensive set of 8 applications which satisfies the office, graphics and management needs.
- [![Open-Source Software][oss icon]](https://www.libreoffice.org/about-us/source-code/) [LibreOffice](https://www.libreoffice.org/) - Arguably the most popular office suite for Linux, it is very heavily developed and widely known.
- [![Open-Source Software][oss icon]](https://github.com/ONLYOFFICE) [OnlyOffice](https://www.onlyoffice.com/) - An office suite that charges for a cloud version of itself, but is free for other uses.
- [WPS office](http://wps-community.org/) - A popular office suite in China, but is fully translated and functions well in English.
#### LaTeX
- [![Open-Source Software][oss icon]](https://github.com/alexandervdm/gummi) [Gummi](https://gummi.app/) - Simple latex editor with templates, spell check, and wizards.
- [![Open-Source Software][oss icon]](https://git.gnome.org/browse/latexila) [LaTeXila](https://wiki.gnome.org/Apps/LaTeXila) - LaTeXila is a LaTeX editor for the GNOME desktop.
- [![Open-Source Software][oss icon]](https://github.com/yihui/lyx) [LyX](http://www.lyx.org/) - Mature document editor that renders into LaTeX.
- [![Open-Source Software][oss icon]](https://www.tug.org/texlive/build.html) [TexLive](https://www.tug.org/texlive/) - TeX Live is an easy way to get up and running with the TeX document production system.
- [![Open-Source Software][oss icon]](https://savannah.gnu.org/projects/texmacs) [TeXmacs](http://www.texmacs.org/) - Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor and CAS-interface.
- [![Open-Source Software][oss icon]](https://www.xm1math.net/texmaker/download.html) [Texmaker](https://www.xm1math.net/texmaker/) - Free cross-platform LaTeX editor.
- [![Open-Source Software][oss icon]](https://github.com/TeXworks/texworks) [TeXworks](https://www.tug.org/texworks/) - TeXworks is an environment for authoring TeX (LaTeX, ConTeXt, etc) documents, with a Unicode-based, TeX-aware editor, integrated PDF viewer, and a clean, simple interface accessible to casual and non-technical users.
#### Markdown
- [![Open-Source Software][oss icon]](https://github.com/wereturtle/ghostwriter) [Ghost Writer](https://ghostwriter.kde.org/) - A distraction-free Markdown editor for Windows and Linux.
- [![Open-Source Software][oss icon]](https://github.com/jamiemcg/remarkable) [Remarkable](https://remarkableapp.github.io/) - A capable markdown editor that uses a variant of GitHub Flavored Markdown (GFM)
- [![Open-Source Software][oss icon]](https://github.com/retext-project/retext) [Retext](https://github.com/retext-project/retext) - A Simple but powerful editor for Markdown and reStructuredText.
- [Typora](https://typora.io/) - A Minimal markdown editor.
#### Novel Writing
- [![Open-Source Software][oss icon]](https://github.com/andreafeccomandi/bibisco) [Bibisco](https://www.bibisco.com/) - A novel writing software with focus on ideas and characters.
- [![Open-Source Software][oss icon]](https://github.com/olivierkes/manuskript) [Manuskript](http://www.theologeek.ch/manuskript/) - Manuskript is a perfect tool for those writer who like to organize and plan everything before writing.
- [![Open-Source Software][oss icon]](https://github.com/jacquetc/skribisto) [Skribisto](www.skribisto.eu) - Software for writers
- [![Open-Source Software][oss icon]](https://github.com/scribusproject/scribus) [Scribus](https://www.scribus.net/downloads/) - Scribus is a desktop publishing application designed for layout, typesetting, and preparation of files for professional-quality image-setting equipment. It can also create animated and interactive PDF presentations and forms.
- [![Open-Source Software][oss icon]](https://github.com/trelby/trelby) [Trelby](http://www.trelby.org/) - Trelby is simple, fast and elegantly laid out to make screenwriting simple.
### Productivity
#### Automation
- [![Open-Source Software][oss icon]](https://github.com/Jmgr/actiona) [Actionaz](http://actionaz.org/) - An utility for task automation Ubuntu/Linux.
- [![Open-Source Software][oss icon]](https://github.com/autokey/autokey) [Autokey](https://github.com/autokey/autokey) - A desktop automation utility for Linux allows you to manage collection of scripts and phrases, and assign abbreviations and hotkeys to these.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/caffeine) [Caffeine](https://launchpad.net/caffeine) - Prevents Ubuntu from automatically going to sleep.
#### Dock
- [![Open-Source Software][oss icon]](https://github.com/Cairo-Dock) [Cairo-Dock](http://glx-dock.org/) - Cairo-Dock is a desktop interface that takes the shape of docks, desklets, panel, etc.
- [![Open-Source Software][oss icon]](https://launchpad.net/docky/+download) [Docky](http://wiki.go-docky.com/index.php?title=Welcome_to_the_Docky_wiki) - Docky is a full fledged dock application that makes opening common applications and managing windows easier and quicker.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/plank) [Plank](https://launchpad.net/plank) - Plank is meant to be the simplest dock of apps on the planet.
#### Local Search
- [![Open-Source Software][oss icon]](https://github.com/albertlauncher/albert) [Albert](https://github.com/albertlauncher/albert) - An awesome keyboard launcher for the Linux desktop
- [![Open-Source Software][oss icon]](https://github.com/DoTheEvo/ANGRYsearch) [AngrySearch](https://github.com/DoTheEvo/ANGRYsearch) - Linux file search, instant results as you type.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/catfish-search) [Catfish](https://launchpad.net/catfish-search) - Catfish is a versatile file searching tool.
- [![Open-Source Software][oss icon]](https://github.com/KELiON/cerebro) [Cerebro](https://cerebroapp.com/) - Open-source productivity booster with a brain / MacOS-Spotlight alternative.
- [![Open-Source Software][oss icon]](https://github.com/cboxdoerfer/fsearch) [fsearch](https://github.com/cboxdoerfer/fsearch) - A fast file search utility for Unix-like systems based on GTK+3. Wildcard support,RegEx support,Filter support.
- [![Open-Source Software][oss icon]](https://github.com/p-e-w/plotinus) [Plotinus](https://github.com/p-e-w/plotinus) - A searchable command palette in every modern GTK+ application.
#### Miscellaneous
- [![Open-Source Software][oss icon]](https://code.launchpad.net/anoise) [Ambient Noise](http://anoise.tuxfamily.org/) - An ambient noise generator for Linux.
- [![Open-Source Software][oss icon]](https://github.com/jarun/bcal) [bcal](https://github.com/jarun/bcal) - Perform storage conversions and calculations.
- [![Open-Source Software][oss icon]](https://github.com/hluk/CopyQ) [CopyQ](http://hluk.github.io/CopyQ/) -CopyQ is advanced clipboard manager with editing and scripting features.
- [f.lux](https://justgetflux.com/linux.html) - A program that reddens your display to help you sleep better.
- [![Open-Source Software][oss icon]](https://github.com/thezbyg/gpick) [Gpick](https://www.gpick.org/) - Gpick allows you to sample any color from anywhere on your desktop, and it also provides some other advanced features!
- [![Open-Source Software][oss icon]](https://github.com/jarun/pdd) [pdd](https://github.com/jarun/pdd) - Tiny date, time diff calculator.
- [![Open-Source Software][oss icon]](https://github.com/jonls/redshift) [Redshift](http://jonls.dk/redshift/) - Redshift adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in front of the screen at night.
- [![Open-Source Software][oss icon]](https://www.speedcrunch.org/) [SpeedCrunch](https://www.speedcrunch.org/) - A nice, open source, high-precision scientific calculator.
- [![Open-Source Software][oss icon]](https://github.com/jml/undistract-me) [Undistract me](https://github.com/jml/undistract-me) - Notifies you when long-running terminal commands complete.
- [Xmind](http://www.xmind.net/) - A mind mapping tool.
#### Note Taking
- [![Open-Source Software][oss icon]](https://github.com/KDE/basket) [Basket Note Pads](https://apps.kde.org/basket/) - This multi-purpose note-taking application helps you to easily take all sort of notes.
- [![Open-Source Software][oss icon]](https://github.com/BoostIO/BoostNote-App) [Boostnote](https://boostnote.io/) - Boostnote is an open source note-taking app made for programmers just like you.
- ![Nonfree][money icon] [Inkdrop](https://www.inkdrop.info/) - The Note-Taking App for Markdown Lovers with simple interface, seemless security and powerful APIs.
- [![Open-Source Software][oss icon]](https://github.com/laurent22/joplin) [Joplin](http://joplin.cozic.net) - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/nevernote/code/ci/master/tree/) [NixNote](https://sourceforge.net/projects/nevernote/) - An open source client for Evernote.
- [![Open-Source Software][oss icon]](https://github.com/notepadqq/notepadqq) [Notepadqq](https://notepadqq.com/s/) - Notepadqq is a Notepad++-like editor for the Linux desktop.
- [![Open-Source Software][oss icon]](https://github.com/nuttyartist/notes) [Notes](http://www.get-notes.com/) - A clean simple note taking app for Linux.
- [![Open-Source Software][oss icon]](https://github.com/patrikx3/onenote) [OneNote](https://www.corifeus.com/onenote) - Linux Electron OneNote.
- [![Open-Source Software][oss icon]](https://git.savannah.gnu.org/cgit/emacs/org-mode.git/) [Org mode](https://orgmode.org/) - Org mode is for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system.
- [![Open-Source Software][oss icon]](https://github.com/Aseman-Land/Papyrus) [Papyrus](http://aseman.co/en/products/papyrus/) - Papyrus is a different note manager which is focusing on Security, Better user interface. Papyrus are trying to provide an easy to use and smart user interface for users.
- [![Open-Source Software][oss icon]](https://github.com/pbek/QOwnNotes) [QOwnNotes](https://github.com/pbek/QOwnNotes) - QOwnNotes is a plain-text file notepad and todo-list manager with markdown support and ownCloud / Nextcloud integration.
- [Simplenote](https://simplenote.com/) - A Cross platform notetaking app and Evernote competitor.
- [![Open-Source Software][oss icon]](https://github.com/spsdco/notes) [Springseed](https://github.com/spsdco/notes) - Simple and beautiful note taking app for daily user.
- [Stickynote](https://itsfoss.com/indicator-stickynotes-windows-like-sticky-note-app-for-ubuntu/) - Sticky notes on your Linux desktop.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/Tomboy) [Tomboy](https://wiki.gnome.org/Apps/Tomboy) - Tomboy is a desktop note-taking application which is simple and easy to use.
- [![Open-Source Software][oss icon]](https://github.com/CellarD0-0r/whatever) [Whatever](https://github.com/CellarD0-0r/whatever) - An unofficial Evernote desktop client for Linux.
- [![Open-Source Software][oss icon]](https://github.com/wizteam/wizqtclient) [WizNote](https://github.com/wizteam/wizqtclient) - A cross-platform cloud based note-taking client.
#### Time and Task
- [![Open-Source Software][oss icon]](https://github.com/alarm-clock-applet/alarm-clock) [Alarm Clock](https://alarm-clock-applet.github.io/) - Alarm Clock is a fully-featured alarm clock for your GNOME panel or equivalent.
- [![Open-Source Software][oss icon]](https://git.calcurse.org/calcurse.git/) [calcurse](http://calcurse.org/) - A calendar and scheduling application for the command line.
- [California](https://wiki.gnome.org/Apps/California) - Complete Calendar app replacement which uses natural language for creating events.
- ![Nonfree][money icon] [Everdo](https://everdo.net/linux) - TODO list and Getting Things Done® app for all platforms. Beautiful, powerful, not SaaS, free version available.
- [![Open-Source Software][oss icon]](https://github.com/codito/gnome-pomodoro) [Gnome Pomodoro](https://gnomepomodoro.org/#download) - A full-featured pomodoro timer for GNOME.
- [![Open-Source Software][oss icon]](https://github.com/mank319/Go-For-It) [Go For It](http://manuel-kehl.de/projects/go-for-it/) - Go For It! is a simple and stylish productivity app, featuring a to-do list, merged with a timer that keeps your focus on the current task.
- [![Open-Source Software][oss icon]](https://github.com/mohamed-aziz/mytodo) [My Todo](https://github.com/mohamed-aziz/mytodo) - Mytodo is an open source to-do list program that puts you, the user, in command of everything.
- ![Nonfree][money icon] [RoundPie App](https://theroundpie.com/) - RoundPie App is the easiest way to track your workflow using Pomodoro technique®, on top of your current task management service.
- [![Open-Source Software][oss icon]](https://userbase.kde.org/RSIBreak) [RSIBreak](https://userbase.kde.org/RSIBreak) - RSIBreak takes care of your health and regularly breaks your work to avoid repetitive strain injury.
- [![Open-Source Software][oss icon]](https://git.tasktools.org/projects) [TaskWarrior](https://taskwarrior.org/) - Taskwarrior is Free and Open Source Software that manages your TODO list from the command line.
- [![Open-Source Software][oss icon]](https://github.com/todotxt/todo.txt-android) [Todo.txt](http://todotxt.org/) - todo.txt is a set of focused editors which help you manage your tasks with as few keystrokes and taps possible.
- [![Open-Source Software][oss icon]](https://github.com/kamhix/todoist-linux) [Todoist](https://github.com/kamhix/todoist-linux) - Unofficial client of Todoist, the cross-platform to-do manager with mobile apps, great UI and has some optional premium features.
#### Widget and Indicator
- [![Open-Source Software][oss icon]](https://launchpad.net/indicator-brightness) [Brightness](https://launchpad.net/indicator-brightness) - Brightness indicator for Ubuntu.
- [![Open-Source Software][oss icon]](https://launchpad.net/my-weather-indicator) [My Weather Indicator](http://ubuntuhandbook.org/index.php/2016/04/weather-indicator-desktop-widget-ubuntu-16-04/) - Weather indicator and widget for ubuntu.
- [![Open-Source Software][oss icon]](https://launchpad.net/recent-notifications) [Recent Noti](https://itsfoss.com/7-best-indicator-applets-for-ubuntu-13-10/) - An indicator for recent notification.
### Proxy
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/ijbswa/) [Privoxy](https://www.privoxy.org/) - Privoxy is a non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk.
- [![Open-Source Software][oss icon]](https://github.com/haad/proxychains) [ProxyChains](https://github.com/haad/proxychains) - A tool that forces any TCP connection made by any given application to follow through proxy like TOR or any other SOCKS4, SOCKS5 or HTTP(S) proxy.
- [![Open-Source Software][oss icon]](https://github.com/shadowsocks/shadowsocks-qt5/releases) [Shadowsocks](https://shadowsocks.org/) - A secure socks5 proxy, designed to protect your Internet traffic.
### Security
- [![Open-Source Software][oss icon]](https://github.com/vrtadmin/clamav-devel/pulls) [ClamAV](https://www.clamav.net/) - ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats.
- [![Open-Source Software][oss icon]](https://github.com/fail2ban/fail2ban) [Fail2ban](http://www.fail2ban.org/wiki/index.php/Main_Page) - Fail2ban scans log files (e.g. /var/log/apache/error_log) and bans IPs that show the malicious signs -- too many password failures, seeking for exploits, etc.
- [![Open-Source Software][oss icon]](https://github.com/firehol/firehol) [FireHOL](https://firehol.org) - Linux firewall (`iptables`) manager for humans.
- [![Open-Source Software][oss icon]](https://github.com/netblue30/firejail) [Firejail](https://firejail.wordpress.com/) - Firejail is a SUID program that reduces the risk of security breaches by restricting the running environment of untrusted applications using [Linux namespaces](https://lwn.net/Articles/531114/) and [seccomp-bpf](https://l3net.wordpress.com/2015/04/13/firejail-seccomp-guide/).
- [![Open-Source Software][oss icon]](https://firehol.org/tutorial/fireqos-new-user/) [FireQoS](https://github.com/firehol/netdata/wiki/You-should-install-QoS-on-all-your-servers) - Linux QoS (`tc`) manager for humans.
- [![Open-Source Software][oss icon]](https://github.com/firewalld/firewalld) [Firewalld](https://github.com/firewalld/firewalld) - Firewalld provides a dynamically managed firewall with support for network or firewall zones to define the trust level of network connections or interfaces.
- [![Open-Source Software][oss icon]](https://git.gnupg.org/) [GnuPG](https://www.gnupg.org/) - GnuPG allows to encrypt and sign your data and communication, features a versatile key management system as well as access modules for all kinds of public key directories.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/gui-ufw) [GuFW](http://gufw.org/) - One of the easiest firewalls in the world of Linux.
- [![Open-Source Software][oss icon]](https://github.com/firehol/iprange) [IPrange](https://github.com/firehol/iprange) - A very fast command line utility for processing IP lists (merge, compare, exclude, etc).
- [![Open-Source Software][oss icon]](https://github.com/jarun/spy) [spy](https://github.com/jarun/spy) - Linux kernel mode debugfs keylogger.
- [![Open-Source Software][oss icon]](https://github.com/CISOfy/lynis) [Lynis](https://cisofy.com/lynis/) - Security auditing tool for Linux, macOS, and UNIX-based systems. Assists with compliance testing (HIPAA/ISO27001/PCI DSS) and system hardening. Agentless, and installation optional.
- [![Open-Source Software][oss icon]](https://www.openbsd.org/anoncvs.html) [OpenSSH](http://www.openssh.com/) - OpenSSH Secure Shell Server and Client
- [![Open-Source Software][oss icon]](https://git.zx2c4.com/password-store/) [Pass](https://www.passwordstore.org/) - The standard Unix password manager.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/passwordsafe/) [Password Safe](https://pwsafe.org/) - Password Safe allows you to safely and easily create a secured and encrypted user name/password list.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/Seahorse) [Seahorse](https://wiki.gnome.org/Apps/Seahorse) - A Gnome frontend for GnuPG.
- [![Open-Source Software][oss icon]](https://github.com/netblue30/firejail) [Firejail](https://firejail.wordpress.com/) - Firejail is a SUID program that reduces the risk of security breaches by restricting the running environment of untrusted applications using [Linux namespaces](https://lwn.net/Articles/531114/) and [seccomp-bpf](https://l3net.wordpress.com/2015/04/13/firejail-seccomp-guide/).
- [![Open-Source Software][oss icon]](http://www.tcpdump.org/#source) [Tcpdump](http://www.tcpdump.org/) - TCP Debugging/Capture Tool.
- [![Open-Source Software][oss icon]](https://github.com/usbkey9/uktools) [Uktools](https://github.com/usbkey9/uktools) - Keep your system up-to-date with last kernel available. Possibility to clean old kernel too.
- [![Open-Source Software][oss icon]](https://github.com/firehol/blocklist-ipsets) [Update-IPsets](https://iplists.firehol.org) - A manager for all cybercrime IP feeds that can download, convert and install netfilter `ipsets`.
### Sharing Files
- [![Open-Source Software][oss icon]](https://github.com/aria2/aria2) [aria2](https://aria2.github.io/) - aria2 is a lightweight multi-protocol & multi-source command-line download utility.
- [CrossFTP](http://www.crossftp.com/ftp-client.htm) - CrossFTP makes it extremely simple to manage the FTP related tasks.
- [D-lan](https://www.d-lan.net/) - A free LAN file sharing software.
- [![Open-Source Software][oss icon]](http://dev.deluge-torrent.org/wiki/Development#SourceCode) [Deluge](http://deluge-torrent.org/) - Deluge is a lightweight, Free Software, cross-platform BitTorrent client.
- [Dropbox](https://www.dropbox.com/install?os=lnx) - Dropbox is a free service that lets you bring your photos, docs, and videos anywhere and share them easily.
- [![Open-Source Software][oss icon]](https://filezilla-project.org/sourcecode.php) [Filezilla](https://filezilla-project.org/) - The free FTP solution.
- [Flareget](https://flareget.com/) - Full featured, multi-threaded download manager and accelerator.
- [![Open-Source Software][oss icon]](https://invent.kde.org/network/ktorrent) [KTorrent](https://apps.kde.org/ktorrent/) - KTorrent is a BitTorrent application by KDE which allows you to download files using the BitTorrent protocol.
- [![Open-Source Software][oss icon]](https://github.com/meganz/MEGAsync) [Mega](https://mega.nz/#sync) - Easy automated syncing between your computers and your MEGA cloud drive.
- [![Open-Source Software][oss icon]](https://github.com/nextcloud) [nextCloud](https://nextcloud.com/) - an actively maintained fork of ownCloud, a suite of client-server software for creating and using file hosting services
- [![Open-Source Software][oss icon]](https://github.com/nitroshare/nitroshare-desktop) [NitroShare](https://nitroshare.net/) - Cross-Platform network file transfer application.
- [![Open-Source Software][oss icon]](https://github.com/owncloud) [ownCloud](https://owncloud.com/products/desktop-clients/) - The goal of ownCloud is to give you access to your files wherever you are.
- [PushBullet](https://www.pushbullet.com/) - Pushbullet connects your devices, making them feel like one.
- [![Open-Source Software][oss icon]](https://github.com/sidneys/pb-for-desktop) [PushBullet for desktop](https://sidneys.github.io/pb-for-desktop/) - The missing Desktop application for Pushbullet.
- [![Open-Source Software][oss icon]](https://github.com/qbittorrent/qBittorrent) [qBittorent](http://www.qbittorrent.org/) - The qBittorrent project aims to provide a Free Software alternative to µTorrent.
- [Quazaa](https://sourceforge.net/projects/quazaa/) - A cross platform multi-network peer-to-peer (P2P) file-sharing client.
- [![Open-Source Software][oss icon]](https://github.com/haiwen/seafile) [Seafile](https://www.seafile.com/en/home/) - Seafile is an enterprise file hosting platform with high reliability and performance. Put files on your own server. Sync and share files across different devices, or access all the files as a virtual disk.
- [SpiderOak](https://spideroak.com/) - Real-time collaboration for teams and businesses that care about privacy
- [![Open-Source Software][oss icon]](https://github.com/syncthing/syncthing) [Syncthing](https://syncthing.net/) - Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized.
- [Teamviewer](https://www.teamviewer.com/) - PC remote control/remote access software, free for personal use.
- [Tixati](https://www.tixati.com/) - Freeware, advanced featured torrent client, a web user interface is included.
- [![Open-Source Software][oss icon]](https://trac.transmissionbt.com/browser/trunk) [Transmission](https://www.transmissionbt.com/download/) - Simple, lightweight, multi-platform torrent client.
- [![Open-Source Software][oss icon]](https://github.com/leonsoft-kras/transmisson-remote-gui) [Transmission Remote GUI](https://sourceforge.net/projects/transgui/) - Transmission Remote GUI is a feature rich cross platform front-end to remotely control a Transmission Bit-Torrent client daemon via its RPC protocol.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/urlget/downloads/source-code/) [uGet](http://ugetdm.com/) - A download manager that can monitor the clipboard for downloadable links, and can create a list of downloads, and run them in parallel.
- [![Open-Source Software][oss icon]](http://dev.vuze.com/) [Vuze](http://www.vuze.com) - Bittorrent Client is an end-to-end software application for all your torrent needs.
- [![Open-Source Software][oss icon]](https://github.com/webtorrent/webtorrent-desktop) [Web Torrent Desktop](https://webtorrent.io/desktop/) - Web Torrent Desktop is for streaming torrents which connects to both BitTorrent and WebTorrent peers.
- [![Open-Source Software][oss icon]](https://github.com/warner/magic-wormhole) [Wormhole](https://github.com/warner/magic-wormhole) - get arbitrary-sized files and directories (or short pieces of text) from one computer to another safely.
### Terminal
- [![Open-Source Software][oss icon]](https://github.com/jwilm/alacritty) [Alacritty](https://github.com/jwilm/alacritty) - A cross-platform, GPU-accelerated terminal emulator.
- [![Open-Source Software][oss icon]](https://github.com/Swordfish90/cool-retro-term) [Cool Retro Term](https://github.com/Swordfish90/cool-retro-term) - A good looking terminal that mimicks the old cathode display.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/dban/) [DBAN](https://dban.org/) - Delete information stored on hard disk drives (HDDs) in PC laptops, desktops or servers.
- [![Open-Source Software][oss icon]](https://github.com/GNOME) [GnomeTerminal](https://help.gnome.org/users/gnome-terminal/stable/) - A widely preinstalled terminal emulator in Linux world.
- [![Open-Source Software][oss icon]](https://github.com/Guake/guake) [Guake](http://guake.org/) - Guake is a top-down terminal for Gnome.
- [![Open-Source Software][oss icon]](https://github.com/zeit/hyper) [Hyper](https://hyper.is/) - A terminal built on web technologies.
- [![Open-Source Software][oss icon]](https://github.com/KeyLo99/k3rmit) [K3rmit](https://github.com/KeyLo99/k3rmit) - A VTE-based terminal emulator that aims to be simple, fast and effective.
- [![Open-Source Software][oss icon]](https://github.com/kovidgoyal/kitty) [Kitty](https://github.com/kovidgoyal/kitty) - Cross-platform, fast, feature full, OpenGL based terminal emulator.
- [![Open-Source Software][oss icon]](https://github.com/KDE/konsole) [Konsole](https://konsole.kde.org/) - An alternative terminal emulator for KDE desktop environment.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/rxvt/) [RXVT](https://rxvt.sourceforge.net/) - A terminal emulator for X11, a popular replacement for the standard ‘xterm’.
- [![Open-Source Software][oss icon]](rxvt.http://cvs.schmorp.de/rxvt-unicode/) [RXVT-Unicode](http://software.schmorp.de/pkg/rxvt-unicode.html) - rxvt-unicode is a fork of the well known terminal emulator.
- [![Open-Source Software][oss icon]](https://launchpad.net/sakura) [Sakura](https://launchpad.net/sakura) - Simple but powerful libvte based terminal emulator, supporting utf-8 and input methods as provided by gtk+ and pango libraries.
- [![Open-Source Software][oss icon]](https://github.com/gnome-terminator/terminator) [Terminator](https://gnome-terminator.org/) - Feature filled terminal emulator that supports tabs and grids.
- [![Open-Source Software][oss icon]](https://github.com/billiob/terminology) [Terminology](https://www.enlightenment.org/about-terminology) - The pretty and lightweight terminal from the Enlightenment Desktop, it's highly configurable, it works in X11, under a Wayland compositor and even directly in the framebuffer on Linux. Replace your boring text-mode VT with a graphical one that requires no display system.
- [![Open-Source Software][oss icon]](https://github.com/Eugeny/terminus) [Terminus](https://eugeny.github.io/terminus/) - modern, highly configurable terminal app based on web technologies.
- [![Open-Source Software][oss icon]](https://github.com/nonstop/termit/wiki) [Termit](https://github.com/nonstop/termit/wiki) - Simple terminal emulator based on vte library, extensible via Lua.
- [![Open-Source Software][oss icon]](https://github.com/thestinger/termite) [Termite](https://github.com/thestinger/termite) - A keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
- [Termius](https://www.termius.com/) - cross-platform terminal with built-in SSH and Telnet.
- [![Open-Source Software][oss icon]](https://github.com/gnunn1/tilix) [Tilix](https://gnunn1.github.io/tilix-web/) - A tiling terminal emulator for Linux using GTK+ 3.
- [![Open-Source Software][oss icon]](https://github.com/tmux/tmux) [Tmux](https://tmux.github.io/) - It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal. And do a lot more.
- [![Open-Source Software][oss icon]](https://github.com/cosmos72/twin) [Twin](https://github.com/cosmos72/twin/) - Fast, lightweight text-mode window environment with mouse support. Enables multiple terminals in a single Linux console, terminal or X11 window. It can be detached (keeps running in background) and reattached to a different console, terminal or X11 server. Works on Linux, Mac OS X and BSD
- [![Open-Source Software][oss icon]](https://github.com/railsware/upterm) [Upterm](https://github.com/railsware/upterm) - Upterm (formerly Black Screen) is an IDE in the world of terminals. Strictly speaking, it's both a terminal emulator and an interactive shell based on [Electron](https://electron.atom.io/).
- [![Open-Source Software][oss icon]](http://invisible-island.net/xterm/) [Xterm](http://invisible-island.net/xterm/) - The Xterm program is a terminal emulator for the X Window System. It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that can't use the window system directly.
- [![Open-Source Software][oss icon]](https://invent.kde.org/utilities/yakuake) [Yakuake](https://apps.kde.org/yakuake/) - A Quake-style terminal emulator based on KDE Konsole technology.
### Utilities
- [![Open-Source Software][oss icon]](https://github.com/mildred/alien) [Alien Package Converter](https://sourceforge.net/projects/alien-pkg-convert/) - Package converter. Converts between RPM, DPKG, SLP, and TGZ package formats.
- [![Open-Source Software][oss icon]](https://github.com/angryip/ipscan) [Angry IP Scanner](http://angryip.org/) - Fast and friendly network scanner.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/~teejee2008/apt-toolkit/trunk) [Aptik](https://teejeetech.com/2019/07/14/aptik-v19-07/) - A tool for you to organize your Favorite PPAs and manage Packages Easily.
- [![Open-Source Software][oss icon]](https://github.com/bleachbit/bleachbit) [Bleach bit](https://www.bleachbit.org/) - BleachBit quickly frees disk space and tirelessly guards your privacy. Free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and more.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/brasero) [Brasero](https://wiki.gnome.org/Apps/Brasero) - A capable CD/DVD burner.
- [![Open-Source Software][oss icon]](https://github.com/chrisallenlane/cheat) [Cheat](https://github.com/chrisallenlane/cheat) - Cheat allows you to create and view interactive cheatsheets on the command-line.
- [![Open-Source Software][oss icon]](https://clonezilla.org/related-links/) [Clonezilla](http://clonezilla.org/) - Clonezilla is a partition and disk imaging/cloning program similar to True Image® or Norton Ghost®.
- [![Open-Source Software][oss icon]](http://convertall.bellz.org/download.html) [Convertall](https://sourceforge.net/projects/convertall/) - A program that can convert many units of measurement to other units.
- [![Open-Source Software][oss icon]](https://launchpad.net/cpug) [CPU-G](http://www.omgubuntu.co.uk/2016/09/monitor-battery-life-ubuntu-cpu-g) - Easy monitoring the battery life of your Ubuntu laptop.
- [![Open-Source Software][oss icon]](https://github.com/chamfay/Curlew) [Curlew](https://github.com/chamfay/Curlew) - A GTK media converter for the GNOME desktop.
- [![Open-Source Software][oss icon]](https://github.com/keepassxreboot/keepassxc) [KeePassXC](https://keepassxc.org/) - Cross platform password manager. A Community-maintained fork of KeePassX([dead](https://github.com/keepassx/keepassx/pull/204))
- [![Open-Source Software][oss icon]](https://github.com/thjaeger/easystroke) [EasyStroke](https://github.com/thjaeger/easystroke/wiki#download) - Easystroke is a gesture-recognition application for X11.
- [![Open-Source Software][oss icon]](https://github.com/OzymandiasTheGreat/emoji-keyboard) [Emoji Keyboard](https://github.com/OzymandiasTheGreat/emoji-keyboard) - Virtual keyboard-like emoji picker for Linux.
- [![Open-Source Software][oss icon]](https://github.com/SpiderOak/Encryptr) [Encryptr](https://spideroak.com/personal/encryptr) - Encryptr is a zero-knowledge, cloud-based e-wallet / password manager powered by Crypton.
- [Enpass](https://www.enpass.io/) - Enpass makes your life easy by securely managing your passwords and important information.
- [![Open-Source Software][oss icon]](https://github.com/resin-io/etcher) [Etcher](https://etcher.balena.io/) - Flash OS images to SD cards & USB drives, safely and easily.
- [![Open-Source Software][oss icon]](https://github.com/FreeRDP/FreeRDP) [FreeRDP](http://www.freerdp.com/) - FreeRDP is a free implementation of the Remote Desktop Protocol (RDP).
- [GD map](https://gdmap.sourceforge.net/) - A tool to visualize disk usage.
- [![Open-Source Software][oss icon]](http://simmesimme.github.io/news/2016/08/24/gnome-pie-069) [GnomePie](http://simmesimme.github.io/news/2016/08/24/gnome-pie-069) - the circular app launcher for Linux desktops.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gparted) [GParted](http://gparted.org/) - Disk Partition utility for Linux.
- [![Open-Source Software][oss icon]](https://github.com/gramps-project/gramps) [Gramps](https://github.com/gramps-project/gramps) - Research, organize and share your family tree with Gramps.
- [![Open-Source Software][oss icon]](https://launchpad.net/indicator-cpufreq) [indicator-cpufreq](https://launchpad.net/indicator-cpufreq) - It provides the same functionality as the Gnome CPU frequency applet, but doesn't require Gnome panel and works under Unity.
- [![Open-Source Software][oss icon]](https://launchpad.net/ubuntu/+source/indicator-multiload) [indicator-multiload](https://launchpad.net/ubuntu/+source/indicator-multiload) - Graphical system load indicator for CPU, ram, etc.
- [![Open-Source Software][oss icon]](https://github.com/fossfreedom/indicator-sysmonitor) [Indicator-SysMonitor](https://github.com/fossfreedom/indicator-sysmonitor) - An Application Indicator showing cpu temperature, memory, network speed, cpu usage, public IP address and internet connection status.
- [![Open-Source Software][oss icon]](https://github.com/KDE/kdeconnect-kde) [KDE-Connect](https://community.kde.org/KDEConnect) - A tool, that allows one to integrate the Linux desktop with an Android smartphone and can be used to send files to and from the phone and the linux desktop, use the phone as a trackpad, control the desktop media player using the phone, and lots more.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/keepass/files/KeePass%202.x/) [KeePass](https://www.keepass.info/) - Windows focused password manager, with some cross platform support through Mono.
- [![Open-Source Software][oss icon]](https://github.com/keeweb/keeweb) [KeeWeb](https://github.com/keeweb/keeweb) - Free cross-platform password manager compatible with KeePass
- [![Open-Source Software][oss icon]](https://github.com/jordansissel/keynav) [Keynav](http://www.semicomplete.com/projects/keynav/) - Keynav is a piece of an on-going experiment to make pointer-driven interfaces easier and faster for users to operate. It lets you move the pointer quickly to most points on the screen with only a few key strokes.
- [![Open-Source Software][oss icon]](https://github.com/iabem97/komorebi) [Komorebi](https://github.com/iabem97/komorebi/releases) - Komorebi is a background manager for all Linux platforms, provides fully customizeable backgrounds that can be tweaked at any time.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/kvm/files/) [KVM](http://www.linux-kvm.org/page/Main_Page) - KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware containing virtualization extensions (Intel VT or AMD-V).
- [LastPass](https://lastpass.com/misc_download2.php) - LastPass is a crossplatform freemium password management service that stores encrypted passwords in private accounts.
- [![Open-Source Software][oss icon]](https://github.com/mobile-shell/mosh) [Mosh](https://mosh.org/#getting) - Mosh is a Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.
- [![Open-Source Software][oss icon]](https://github.com/jiahaog/nativefier) [Nativefier](https://github.com/jiahaog/nativefier) - Make any web page a desktop application
- [![Open-Source Software][oss icon]](https://g.blicky.net/ncdu.git/) [Ncdu](https://dev.yorhel.nl/ncdu) - A disk usage analyzer with an ncurses interface.
- [![Open-Source Software][oss icon]](https://github.com/firehol/netdata) [NetData](https://www.netdata.cloud/) - Next-gen web based real-time performance and health monitoring for physical and virtual servers, containers and IoT devices. It is also a distributed `statsd` server with automatic visualization for APM (applications performance monitoring).
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/peaextractor/) [PeaExtractor](http://www.peazip.org/peaextractor-unace-unrar-unzip.html) A utility designed to unzip files and be as frictionless as possible, and easy to use as possible.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/peautils/) [PeaUtilities](http://www.peazip.org/peautils-hash-secure-delete.html) PeaUtils is a suite of file management utilities, including hash checksums, secure delete, and file comparisons.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/peazip/files/Resources/) [Peazip](http://www.peazip.org/) - A utility to unzip any of a huge variety of compression formats.
- [![Open-Source Software][oss icon]](https://github.com/pi-hole/pi-hole) [Pi-Hole](https://pi-hole.net) - Network-wide ad blocking via your own Linux hardware, using DNS filtering and re-direction Pi-Hole can block ads on a whole network, so Smartphones and Game Consoles can benefit from it in addition to computers.
- [PlexyDesk](https://www.omgubuntu.co.uk/2016/09/plexydesk-widgets-linux-desktop-ppa) - Plexydesk supports multiple widget workspaces/desktops on Linux.
- [![Open-Source Software][oss icon]](https://github.com/fenrus75/powertop) [Powertop](https://01.org/powertop/downloads) - A tool that can help diagnose issues with power consumption in Linux.
- [![Open-Source Software][oss icon]](http://git.wpitchoune.net/psensor.git/) [Psensor](http://wpitchoune.net/psensor/) - A graphical hardware temperature monitor for Linux.
- [![Open-Source Software][oss icon]](https://github.com/pulseaudio/pulseaudio) [Pulse Audio](https://wiki.ubuntu.com/PulseAudio) - Improve Linux Audio with customized Profiles.
- [![Open-Source Software][oss icon]](https://github.com/FreeRDP/Remmina) [Remmina](http://www.remmina.org/wp/) - A feature-rich remote desktop application for Linux and other UNIXes.
- [![Open-Source Software][oss icon]](https://github.com/sahib/rmlint) [rmlint](https://rmlint.readthedocs.io/en/latest/) - rmlint finds space waste and other broken things on your filesystem and offers to remove it.
- [![Open-Source Software][oss icon]](https://github.com/oguzhaninan/Stacer) [Stacer](https://github.com/oguzhaninan/Stacer) - The most well known Ubuntu System Optimizer.
- [![Open-Source Software][oss icon]](https://github.com/antonio-malcolm/gloobus-preview) [Gloobus-Preview](https://github.com/antonio-malcolm/gloobus-preview) - It gives you a quick preview of your files. It's similar to [Sushi](https://github.com/GNOME/sushi)
- [![Open-Source Software][oss icon]](https://github.com/GNOME/sushi) [Sushi](https://github.com/GNOME/sushi) - Sushi is a quick previewer for Nautilus, the GNOME desktop file manager.
- [![Open-Source Software][oss icon]](http://download.savannah.nongnu.org/releases/synaptic/) [Synaptic](http://www.nongnu.org/synaptic/) - Synaptic is a graphical package management program for apt.
- [![Open-Source Software][oss icon]](https://launchpad.net/indicator-multiload) [Systemload](http://www.omgubuntu.co.uk/2014/06/system-monitor-indicator-ubuntu-ppa) - A program that shows current system load in a status bar.
- ![Open-Source Software][oss icon] [TightVNC](http://www.tightvnc.com/) - A Free, Lightweight, Fast and Reliable Remote Control / Remote Desktop Software.
- [TLP](http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html) - An application that can help optimize battery life on Linux.
- [![Open-Source Software][oss icon]](https://github.com/Kilian/Trimage) [Trimage](https://trimage.org/) - A cross-platform tool for losslessly optimizing PNG and JPG files.
- [![Open-Source Software][oss icon]](https://github.com/adgellida/ubunsys) [Ubunsys](https://github.com/adgellida/ubunsys) - An application designed to allow you to change in-depth system features without the command line.
- [![Open-Source Software][oss icon]](https://github.com/gerardpuig/ubuntu-cleaner) [UbuntuCleaner](https://github.com/gerardpuig/ubuntu-cleaner) - Ubuntu Cleaner is a tool that makes it easy to clean your Ubuntu system.
- [![Open-Source Software][oss icon]](https://github.com/Ulauncher/Ulauncher/) [ULauncher](http://ulauncher.io/) - An application launcher for Linux.
- [![Open-Source Software][oss icon]](https://github.com/unetbootin/unetbootin) [Unetbootin](https://unetbootin.github.io) - UNetbootin allows you to create bootable Live USB drives for Ubuntu and other Linux distributions. You can either let UNetbootin download one of the many distributions supported out-of-the-box for you, or supply your own Linux .iso file.
- [USB network gate](https://www.eltima.com/products/usb-over-ip-linux/) - Allows you to share USB ports over a Network on Linux.
- [![Open-Source Software][oss icon]](https://github.com/varietywalls/variety) [Variety](http://peterlevi.com/variety/) - Variety is an open-source wallpaper changer for Linux, packed with great features, yet slim and easy to use.
- [![Open-Source Software][oss icon]](https://www.virtualbox.org/wiki/Contributor_information) [Virtualbox](https://www.virtualbox.org/wiki/Downloads) - VirtualBox is a general-purpose full virtualizer for x86 hardware, targeted at server, desktop and embedded use.
- [![Open-Source Software][oss icon]](http://melloristudio.com/wallch/#code) [WallpaperChange](https://apps.ubuntu.com/cat/applications/raring/wallch/) - Automatically change your wallpaper.
- [![Open-Source Software][oss icon]](https://github.com/rcaelers/workrave) [Workrave](https://www.workrave.org/) - A program that assists in the recovery and prevention of Repetitive Strain Injury (RSI).
- [![Open-Source Software][oss icon]](https://github.com/KaOS-Community-Packages/xdm) [Xtreme Download Manager](http://xdman.sourceforge.net/) - A good download manager with fresh UI for Linux.
### Video
- [![Open-Source Software][oss icon]](https://github.com/xylosper/bomi) [Bomi Player](https://bomi-player.github.io/) - A powerful and easy-to-use multimedia player.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/cheese) [Cheese](https://wiki.gnome.org/Apps/Cheese) - Cheese uses your webcam to take photos and videos, applies fancy special effects and lets you share the fun with others.
- [![Open-Source Software][oss icon]](https://github.com/xbmc/xbmc) [Kodi](https://kodi.tv/about/) - An award-winning free and open source (GPL) software media center for playing videos, music, pictures, games, and more.
- [![Open-Source Software][oss icon]](https://github.com/pculture/miro) [Miro](http://www.getmiro.com/) - Free, and open video, music and internet TV application; it brings video channels from thousands of sources and has more free HD than any other platform.
- [![Open-Source Software][oss icon]](https://github.com/lettier/movie-monad) [Movie Monad](https://lettier.github.io/movie-monad) - A free and simple to use video player made with Haskell.
- [![Open-Source Software][oss icon]](http://www.mplayerhq.hu/design7/dload.html) [MPlayer](http://www.mplayerhq.hu/design7/news.html) - MPlayer is a movie player which runs on many systems, play any kind of videos.
- [![Open-Source Software][oss icon]](https://github.com/mpv-player/mpv) [MPV](https://www.mpv.io) - A free, open source, and cross-platform media player.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/smplayer/code/HEAD/tree/) [SMPlayer](http://smplayer.sourceforge.net/) - Free Media Player with built-in codecs. Play all audio and video formats.
- [![Open-Source Software][oss icon]](https://gitlab.com/jonata/subtitld) [Subtitld](https://subtitld.org/) - Subtitld est un logiciel open source pour éditer, transcrire et créer des sous-titres.
- [SVP](https://www.svp-team.com/w/index.php?title=Main_Page) - SVP allows you to watch any video on your desktop computer using frame interpolation as it is available on high-end TVs and projectors.
- [![Open-Source Software][oss icon]](https://www.videolan.org/vlc/download-sources.html) [VLC](http://www.videolan.org/vlc/index.html) - VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols.
### Wiki software
- [![Open-Source Software][oss icon]](https://git.joeyh.name/git/ikiwiki.git/) [ikiwiki](https://ikiwiki.info/) - ikiwiki is a wiki compiler. It converts wiki pages into HTML pages suitable for publishing on a website. Ikiwiki stores pages and history in a revision control system such as Subversion or Git.
- [![Open-Source Software][oss icon]](https://github.com/Jermolene/TiddlyDesktop) [TiddlyDesktop](https://tiddlywiki.com/#TiddlyDesktop) - A desktop app for TiddlyWiki, an open-source personal wiki written in javascript, great if you're still searching for a good note-taking (and more) app.
- [![Open-Source Software][oss icon]](https://launchpad.net/zim) [Zim](https://zim-wiki.org/) - A graphical text editor used to maintain a collection of wiki pages, great for notes and documents. Stored in plain text files for easy version control.
### Others
- [![Open-Source Software][oss icon]](https://displaycal.net/#download) [DisplayCAL](https://displaycal.net/) - Open Source Display Calibration and Characterization powered by ArgyllCMS.
- [![Open-Source Software][oss icon]](https://github.com/fontforge/fontforge) [FontForge](https://fontforge.org/) - Free (libre) font editor for Windows, Mac OS X and GNU+Linux.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/grub-customizer) [GrubCustomizer](https://launchpad.net/grub-customizer) - Grub Customizer is a graphical interface to configure the GRUB2/BURG settings and menuentries.
- [![Open-Source Software][oss icon]](https://github.com/bohoomil/fontconfig-ultimate) [Infinality bundle & fonts](https://github.com/bohoomil/fontconfig-ultimate) - _Pre-note: Infinality is currently not maintained anymore by the creator, if on rolling release operating systems, expect breakage_. Infinality bundle & fonts is an Open Source project aimed at Linux administrators and individual users who are looking for a hassle-free way of improving the quality of font rendering.
- [![Open-Source Software][oss icon]](https://github.com/MycroftAI/mycroft-core) [Mycroft](https://github.com/MycroftAI/mycroft-core) - Mycroft is a hackable open source voice assistant.
- [![Open-Source Software][oss icon]](https://github.com/lah7/polychromatic) [Polychromatic](https://github.com/lah7/polychromatic) - Graphical front end and tray applet for configuring Razer peripherals on GNU/Linux.
## Command Line Utilities
- [![Open-Source Software][oss icon]](https://github.com/jarun/Buku) [Buku](https://github.com/jarun/Buku) - A Command line bookmark manager.
- [![Open-Source Software][oss icon]](https://github.com/AlDanial/cloc) [Cloc](https://github.com/AlDanial/cloc) - Count Lines of Code: cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
- [![Open-Source Software][oss icon]](https://github.com/athityakumar/colorls) [Color LS](http://www.omgubuntu.co.uk/2017/07/add-bling-ls-bash-command-colorls) - Color Ls is a Ruby Gem that spices up the ls command and shows more visually than ls does without additional commands.
- [![Open-Source Software][oss icon]](https://github.com/chronitis/curseradio) [curseradio](https://github.com/chronitis/curseradio) - Command line radio player.
- [![Open-Source Software][oss icon]](https://github.com/ssimunic/Daily-Reddit-Wallpaper) [Daily Reddit Wallpaper](https://github.com/ssimunic/Daily-Reddit-Wallpaper) - Change your wallpaper to the most upvoted image of the day from /r/wallpapers or any other subreddit on system startup.
- [![Open-Source Software][oss icon]](https://github.com/jarun/ddgr) [ddgr](https://github.com/jarun/ddgr) - DuckDuckGo from the command line.
- [![Open-Source Software][oss icon]](https://github.com/balena-io/balena-cli) [Balena CLI](https://www.balena.io/docs/reference/balena-cli/) - The Balena CLI is a command-line tool that aims to provide all the benefits of the Balena desktop application in a way that can be run from a terminal, or even used from a script.
- [![Open-Source Software][oss icon]](https://github.com/ogham/exa) [exa](https://the.exa.website/) - exa is a modern replacement for ls.
- [![Open-Source Software][oss icon]](https://github.com/LubuntuFu/fishfry) [Fishfry](https://github.com/LubuntuFu/fishfry) - replaces fish history with a history tailored to pentesters for efficiency and newbie pentesters for learning.
- [![Open-Source Software][oss icon]](https://github.com/junegunn/fzf) [fzf](https://github.com/junegunn/fzf) - A general-purpose command-line fuzzy finder with interactive filter and preview feature for things like files, command history, git commits, hostnames, etc.
- [![Open-Source Software][oss icon]](https://github.com/heppu/gkill) [Gkill](https://github.com/heppu/gkill) - An interactive process killer for Linux.
- [![Open-Source Software][oss icon]](https://github.com/nicolargo/glances) [Glances](https://nicolargo.github.io/glances/) - Glances is a system monitoring terminal application that shows you your disk usage, ram usage, and cpu usage in a very friendly way using the Ncurses programming library. It is tolerant to windows resizing, and very low on system ram useage.
- [![Open-Source Software][oss icon]](https://github.com/jarun/googler) [Googler](https://itsfoss.com/review-googler-linux/) - A program that can Google anything right in the command line.
- [![Open-Source Software][oss icon]](https://github.com/aksakalli/gtop) [gtop](https://github.com/aksakalli/gtop) - A system monitoring dashboard for terminal. Think 'graphical top', with bar charts, line graphs, pie charts, and etc.
- [![Open-Source Software][oss icon]](https://github.com/hishamhm/htop) [htop](http://hisham.hm/htop/) - An interactive process viewer for Unix systems with improved features and user experience
- [![Open-Source Software][oss icon]](https://github.com/nojhan/liquidprompt) [Liquidprompt](https://github.com/nojhan/liquidprompt) - A full-featured & carefully designed adaptive prompt for Bash & Zsh.
- [![Open-Source Software][oss icon]](https://github.com/mps-youtube/mps-youtube) [mps-youtube](https://github.com/mps-youtube/mps-youtube) - A terminal based program for searching, streaming and downloading music. This implementation uses YouTube as a source of content and can play and download video as well as audio.
- [![Open-Source Software][oss icon]](https://gitlab.com/muttmua/mutt) [Mutt](http://www.mutt.org/) - A terminal based mail client with vim keybindings and great flexibility and customizability.
- [![Open-Source Software][oss icon]](https://github.com/dylanaraps/neofetch) [Neofetch](https://github.com/dylanaraps/neofetch/releases) - A fast, highly customizable system info script that supports Linux, MacOS, iOS, BSD, Solaris, Android, Haiku, GNU Hurd, MINIX, AIX and Windows.
- [![Open-Source Software][oss icon]](https://github.com/facebook/PathPicker) [PathPicker](https://github.com/facebook/PathPicker) - A command that lets you select files that were output from a previous command in the command line, so you can then run another command or edit them.
- [![Open-Source Software][oss icon]](https://github.com/dylanaraps/pywal) [pywal](https://github.com/dylanaraps/pywal) - pywal is a script that takes an image (or a directory of images), generates a colorscheme (using imagemagick) and then changes all of your open terminal's colors to the new colorscheme on the fly, allowing you to have your terminal colors change with your wallpaper, or other criteria.
- [![Open-Source Software][oss icon]](https://github.com/orakaro/rainbowstream) [Rainbow Stream](https://github.com/orakaro/rainbowstream) - A smart and nice Twitter client on terminal written in Python.
- [![Open-Source Software][oss icon]](https://github.com/amanusk/s-tui) [s-tui](https://amanusk.github.io/s-tui/) - s-tui is an UI for monitoring your computer's CPU temperature, frequency and utilization in a graphical way from the terminal.
- [![Open-Source Software][oss icon]](https://github.com/ggreer/the_silver_searcher) [The Silver Searcher / Ag](https://github.com/ggreer/the_silver_searcher) - A code-searching tool similar to ack, but faster.
- [![Open-Source Software][oss icon]](https://github.com/nvbn/thefuck) [TheFuck](https://github.com/nvbn/thefuck) - Magnificent app which corrects your previous console command.
- [![Open-Source Software][oss icon]](https://github.com/tmux/tmux) [Tmux](https://tmux.github.io/) - It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal. And do a lot more.
- [Top 10 command line tools](http://lifehacker.com/399468/top-10-command-line-tools)
- [![Open-Source Software][oss icon]](https://github.com/soimort/translate-shell) [translate-shell](https://www.soimort.org/translate-shell) - Command-line translator using Google Translate, Bing Translator, Yandex.Translate, etc.
- [![Open-Source Software][oss icon]](https://github.com/jml/undistract-me) [undistract-me](https://github.com/jml/undistract-me) - A command line program that plays a sound or sends a notification when a long command has finished running in the command line.
- [wicd-curses](https://wiki.archlinux.org/index.php/wicd#Running_Wicd_in_Text_Mode) - Command line WiFi connection manager.
- [![Open-Source Software][oss icon]](https://github.com/rg3/youtube-dl) [youtube-dl](http://rg3.github.io/youtube-dl/) - youtube-dl is a command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter (2.6, 2.7, or 3.2+), and it is not platform specific.
## Desktop Environments
- [![Open-Source Software][oss icon]](https://github.com/solus-project/budgie-desktop) [Budgie](http://www.omgubuntu.co.uk/2016/09/install-budgie-desktop-on-ubuntu) - Budgie is a desktop environment designed with the modern user in mind, it focuses on simplicity and elegance.
- [![Open-Source Software][oss icon]](https://github.com/linuxmint/Cinnamon) [Cinnamon](http://cinnamon.linuxmint.com/) - Cinnamon strives to provide a traditional user experience. Cinnamon is a fork of GNOME 3.
- [![Open-Source Software][oss icon]](https://github.com/linuxdeepin/dde-desktop) [Deepin DE](https://www.deepin.org/en/dde/) - DDE (Deepin Desktop Environment) is the default desktop environment originally created for the Linux Deepin distribution.
- [![Open-Source Software][oss icon]](https://git.enlightenment.org/enlightenment/efl) [Enlightenment](https://www.enlightenment.org/about) - A lightweight and pretty desktop environment that is designed to run fast and look good, while retaining a large degree of customization.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gnome-desktop) [Gnome](https://www.gnome.org/) - The GNOME desktop environment is an attractive and intuitive desktop with both a modern (GNOME) and a classic (GNOME Classic) session.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gnome-flashback) [GNOME Flashback](https://wiki.gnome.org/Projects/GnomeFlashback) - GNOME Flashback is a shell for GNOME 3 which was initially called GNOME fallback mode. The desktop layout and the underlying technology is similar to GNOME 2.
- [![Open-Source Software][oss icon]](https://github.com/KDE/plasma-desktop) [KDE Plasma](https://www.kde.org/workspaces/plasmadesktop/) - The KDE Plasma desktop environment is a familiar working environment. Plasma Desktop offers all the tools required for a modern desktop computing experience so you can be productive right from the start.
- [![Open-Source Software][oss icon]](https://github.com/lxde) [LXDE](http://lxde.org/) - The Lightweight X11 Desktop Environment is a fast and energy-saving desktop environment.
- [![Open-Source Software][oss icon]](https://github.com/lxde/lxqt) [LXQt](http://lxqt.org/) - LXQt is the Qt port and the upcoming version of LXDE, the Lightweight Desktop Environment.
- [![Open-Source Software][oss icon]](https://github.com/mate-desktop/) [Mate](http://mate-desktop.com/) - Mate provides an intuitive and attractive desktop to Linux users using traditional metaphors. MATE is a fork of GNOME 2.
- [![Open-Source Software][oss icon]](https://elementary.io/) [Pantheon](https://elementary.io/) - Pantheon is the default desktop environment originally created for the elementary OS distribution.
- [![Open-Source Software][oss icon]](https://gitlab.com/ubports/development/core/lomiri) [Lomiri](https://lomiri.com/) - A convergent desktop environment.
- [![Open-Source Software][oss icon]](https://github.com/xfce-mirror) [Xfce](https://www.xfce.org/) - Xfce embodies the traditional UNIX philosophy of modularity and re-usability.
## Display manager
### Console
- [![Open-Source Software][oss icon]](https://github.com/ghost1227/cdm) [CDM](https://github.com/ghost1227/cdm) - A ultra-minimalistic, yet full-featured login manager written in Bash.
- [![Open-Source Software][oss icon]](https://github.com/dopsi/console-tdm) [Console TDM](https://github.com/dopsi/console-tdm) - An extension for xinit written in pure Bash.
- [![Open-Source Software][oss icon]](https://github.com/spanezz/nodm) [nodm](https://github.com/spanezz/nodm) - A minimalistic display manager for automatic logins.
### Graphic
- [![Open-Source Software][oss icon]](https://github.com/tomas/entrance) [Entrance](http://enlightenment.org) - An EFL based display manager, highly experimental.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gdm) [GDM](https://wiki.gnome.org/Projects/GDM) - The GNOME display manager.
- [![Open-Source Software][oss icon]](https://github.com/canonical/lightdm) [LightDM](https://www.freedesktop.org/wiki/Software/LightDM) - A cross-desktop display manager, can use various front-ends written in any toolkit.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/lxdm/) [LXDM](https://sourceforge.net/projects/lxdm/) - The LXDE display manager. Can be used independent of the LXDE desktop environment.
- [![Open-Source Software][oss icon]](https://github.com/linuxmint/mdm) [MDM](https://github.com/linuxmint/mdm) - The MDM display manager, used in Linux Mint, a fork of GDM 2.
- [![Open-Source Software][oss icon]](https://github.com/sddm/sddm) [SDDM](https://github.com/sddm/sddm) - The QML-based display manager and successor to KDE4's kdm; recommended for Plasma 5 and LXQt.
- [![Open-Source Software][oss icon]](https://github.com/gsingh93/slim-display-manager) [SLiM](https://sourceforge.net/projects/slim.berlios/) - Lightweight and elegant graphical login solution. (discontinued)
- [![Open-Source Software][oss icon]](https://github.com/bbidulock/xdm) [XDM](https://www.x.org/archive/X11R7.5/doc/man/man1/xdm.1.html) - The X display manager with support for XDMCP, and host chooser.
## Window Managers
### Compositors
- [![Open-Source Software][oss icon]](https://github.com/yshui/picom) [Picom](https://github.com/yshui/picom) - Picom is a standalone composite manager, suitable for use with window managers that do not natively provide compositing functionality.
- [![Open-Source Software][oss icon]](https://github.com/swaywm/sway) [Sway](http://swaywm.org) - Sway is tiling Wayland compositor and a drop-in replacement for the i3 window manager for X11.
- [![Open-Source Software][oss icon]](https://cgit.freedesktop.org/xorg/app/xcompmgr) [Xcompmgr](https://cgit.freedesktop.org/xorg/app/xcompmgr) - Xcompmgr is a simple composite manager capable of rendering drop shadows and, with the use of the transset utility, primitive window transparency.
### Stacking window managers
- [![Open-Source Software][oss icon]](https://github.com/venam/2bwm) [2bwm](https://github.com/venam/2bwm) - A fast floating WM, with the particularity of having 2 borders, written over the XCB library and derived from mcwm.
- [![Open-Source Software][oss icon]](https://github.com/bbidulock/blackboxwm) [Blackbox](http://blackboxwm.sourceforge.net) - A fast, lightweight window manager for the X Window System, without all those annoying library dependencies.
- [![Open-Source Software][oss icon]](https://github.com/fluxbox/fluxbox) [Fluxbox](http://fluxbox.org) - A window manager for X that was based on the Blackbox 0.61.1 code.
- [![Open-Source Software][oss icon]](https://github.com/danakj/openbox) [Openbox](http://openbox.org) - A highly configurable, next generation window manager with extensive standards support.
### Tiling window managers
- [![Open-Source Software][oss icon]](https://github.com/baskerville/bspwm) [Bspwm](https://github.com/baskerville/bspwm/wiki) - bspwm is a tiling window manager that represents windows as the leaves of a full binary tree.
- [![Open-Source Software][oss icon]](https://github.com/herbstluftwm/herbstluftwm) [Herbstluftwm](https://herbstluftwm.org) - Is a Manual tiling window manager for X11 using Xlib and Glib.
- [![Open-Source Software][oss icon]](https://github.com/i3/i3) [i3 WM](https://i3wm.org/) - A better tiling and dynamic window manager. It's completely written from scratch. The target platforms are GNU/Linux and BSD operating systems.
- [![Open-Source Software][oss icon]](https://github.com/qtile/qtile) [Qtile](https://qtile.org/) - qtile is a full-featured, hackable tiling window manager written and configured in Python.
### Dynamic window managers
- [![Open-Source Software][oss icon]](https://github.com/awesomeWM/awesome) [awesome](https://awesomewm.org) - A highly configurable, next generation framework window manager for X.
- [![Open-Source Software][oss icon]](https://github.com/cdown/dwm) [dwm](http://dwm.suckless.org) - A dynamic window manager for X. It manages windows in tiled, monocle and floating layouts.
- [![Open-Source Software][oss icon]](https://github.com/i3/i3) [i3](https://i3wm.org) - Tiling window manager, completely written from scratch.
- [![Open-Source Software][oss icon]](https://github.com/conformal/spectrwm) [spectrwm](https://github.com/conformal/spectrwm/wiki) - A small dynamic tiling window manager for X11, largely inspired by xmonad and dwm.
- [![Open-Source Software][oss icon]](https://github.com/xmonad/xmonad) [xmonad](http://xmonad.org) - A dynamically tiling X11 window manager that is written and configured in Haskell.
## Setup
- [C'est quoi Linux](https://www.linux.com/what-is-linux)
- [Notions de base pour Linux ](http://www.makeuseof.com/tag/linux-confusing-key-terms-definitions/)
- [Choisir une distribution qui vous convient le mieux](http://i.imgur.com/TV21DgN.jpg)
- [38 choses à faire après l'installation d'Ubuntu](https://www.lifewire.com/things-to-do-installing-ubuntu-2200611)
- [Que font ces commandes dans la ligne de commande?](https://www.explainshell.com) [![Open-Source Software][oss icon]](https://github.com/idank/explainshell)
### Arch Linux
- [Obtenir et installer Arch]()
- [Guide d'installation](https://wiki.archlinux.org/index.php/Installation_guide)
- [Recommandations générales](https://wiki.archlinux.org/index.php/General_recommendations)
- [Liste d'applications](https://wiki.archlinux.org/index.php/List_of_applications)
### Bodhi
- [C'est quoi Bodhi](https://en.wikipedia.org/wiki/Bodhi_Linux)
- [Ou télécharger Bodhi](http://www.bodhilinux.com/download/)
- [Comment installer Bodhi](http://www.bodhilinux.com/w/installation-instructions/)
### CentOS
- [Site Officiel](https://www.centos.org)
- [A propos](https://wiki.centos.org/About)
- [Téléchargement](https://wiki.centos.org/Download)
- [Manuels](https://www.centos.org/docs/)
- [Trucs et astuces](https://wiki.centos.org/TipsAndTricks)
- [FAQ](https://www.centos.org/forums/faq.php?sid=4e6d260284c7936505dcf75564717272)
### Fedora
- [C'est quoi Fedora?](https://docs.fedoraproject.org/fedora-project/project/fedora-overview.html)
- [Ou télécharger Fedora](https://getfedora.org)
- [Comment j'installe Fedora?](https://docs.fedoraproject.org/f26/install-guide/install/Preparing_for_Installation.html)
- [Ask Fedora](https://ask.fedoraproject.org/c/english/97)
### openSUSE
- [C'est quoi openSUSE](https://www.techopedia.com/definition/28543/opensuse)
- [Raisons d'essayer openSUSE](http://www.pcworld.com/article/222065/5_reasons_to_try_opensuse_114.html)
- [FAQ du débutant](https://en.opensuse.org/openSUSE:OpenSUSE_for_beginners)
- [Comment installer openSUSE](https://en.opensuse.org/Portal:Installation)
- [Review](https://www.linux.com/news/opensuse-leap-421-review-most-mature-linux-distribution)
### Ubuntu
- [C'est quoi Ubuntu]()
- [Comment installer Ubuntu](http://www.ubuntu.com/download/desktop/install-ubuntu-desktop)
- [Comment créer un Dual-Boot Ubuntu - Windows](http://www.everydaylinuxuser.com/2014/05/install-ubuntu-1404-alongside-windows.html)
- [Quoi faire aprés l'intallation d'Ubuntu](http://www.omgubuntu.co.uk/2016/04/10-things-to-do-after-installing-ubuntu-16-04-lts)
### Other distros
> A remplir plus tard
## Discussion Forums
### Arch Linux Forums
- [Arch Linux Forums](https://bbs.archlinux.org/)
- [Arch Linux ARM Forums](https://archlinuxarm.org/forum/viewforum.php?f=31)
### Bodhi Linux Forums
- [Bodhi Linux Forums](http://forums.bodhilinux.com/)
### CentOS Forums
- [CentOS Forums](https://www.centos.org/forums/)
### Fedora Forums
- [Fedora Forums](https://forums.fedoraforum.org/index.php)
### Ubuntu Forums
- [Ubuntu Forum](https://ubuntuforums.org/)
- [Ask Ubuntu](askubuntu.com/)
### openSUSE Forums
- [openSUSE Forum](https://forums.opensuse.org/forum.php)
### IRC channels
- [#linux](http://webchat.freenode.net/?channels=#linux)
- [#ubuntu](https://webchat.freenode.net/?channels=ubuntu)
- [#archlinux](http://webchat.freenode.net/?channels=archlinux)
- [#debian](http://webchat.freenode.net/?channels=debian)
- [#gentoo](http://webchat.freenode.net/?channels=gentoo)
- [#docker](http://webchat.freenode.net/?channels=docker)
- [#bash](http://webchat.freenode.net/?channels=bash)
### Linux News, Apps, and more:
- [OMG!Ubuntu](http://www.omgubuntu.co.uk/)
- [ITSFOSS](https://itsfoss.com/)
- [Linux official](https://www.linux.com/)
- [Webupd8](http://www.webupd8.org/)
- [Noobslab](http://www.noobslab.com/)
- [Make use of](http://www.makeuseof.com/service/linux/)
- [TecMint](http://www.tecmint.com/)
- [AllTop](http://linux.alltop.com/)
- [Unixmen](https://www.unixmen.com/)
- [DistroWatch](http://distrowatch.com/)
- [Phoronix](http://www.phoronix.com/)
- [Dedoimedo](http://www.dedoimedo.com/)
- [How-To Geek](https://www.howtogeek.com/category/linux/)
- [Liliputing](http://liliputing.com/)
- [FAMILUG](http://www.familug.org/)
- [Ubuntu Geek](http://www.ubuntugeek.com/)
### Reddit
- [Arch Linux](https://www.reddit.com/r/archlinux/)
- [CentOS](https://www.reddit.com/r/CentOS/)
- [Fedora](https://www.reddit.com/r/Fedora/)
- [Linux](https://www.reddit.com/r/linux/)
- [Open Source](https://www.reddit.com/r/opensource/)
- [Ubuntu](https://www.reddit.com/r/Ubuntu/)
- [Unix Porn](https://www.reddit.com/r/unixporn/)
- [Linux Kernel](https://www.reddit.com/r/kernel/)
- [Linux Gaming](https://www.reddit.com/r/linux_gaming/)
## Learn Linux
- [Guide du débutant pour Linux](https://www.linux.com/learn/complete-beginners-guide-linux%20)
- [Apprendre les commandes Linux](http://linuxcommand.org/)
- [Résumé des lignes de commande pour GNU/Linux](http://tldp.org/LDP/GNU-Linux-Tools-Summary/html/book1.htm)
- [Apprendre Linux](https://linuxjourney.com/)
- [Cours pour Linux ](https://www.edx.org/course/introduction-linux-linuxfoundationx-lfs101x-0)
- [Guide de poche pour Linux](http://www.tldp.org/LDP/Pocket-Linux-Guide/Pocket-Linux-Guide.pdf)
- [Ressources communautaires pour l'apprentissage de Linux](https://hackr.io/tutorials/learn-linux-system-administration)
## Linux Hacking/Development
- [Le Noyau pour les nouveaux](https://kernelnewbies.org/)
- [Dans le coueur de Linux](https://0xax.gitbooks.io/linux-insides/content/index.html)
- [Le Noyau Linux](http://www.tldp.org/LDP/tlk/tlk.html)
- [Archives du Noyau Linux (Site officiel)](https://www.kernel.org/)
- [A l'intérieur du Noyau Linux (PDF)](http://www.tldp.org/LDP/lki/lki.pdf)
- [Archive de la liste de diffusion du Noyau Linux](https://lkml.org/)
- [Guide de programmation de module pour le Noyau Linux(PDF)](http://www.tldp.org/LDP/lkmpg/2.6/lkmpg.pdf)
## Advanced Linux
- [Virtualisation de Containeurs](https://github.com/Citrix-TechSpecialist/Docker-101)
- [Virtualisation avec Virtualbox](https://www.virtualbox.org/manual/ch01.html)
## Other Awesome Lists
_These are the list that I highly recommended:_
- [Awesome Audio Linux](https://github.com/nodiscc/awesome-linuxaudio)
- [Awesome Auto-Hébergement](https://github.com/kickball/awesome-selfhosted)
- [Awesome Sysadmin](https://github.com/n1trux/awesome-sysadmin)
## Contributeurs
Merci à [**Tous les Contributeurs Github**](https://github.com/luong-komorebi/Awesome-Linux-Software/graphs/contributors) pour avoir rendu cette liste possible et
_Tout le monde sur @ reddit.com/r/linux & reddit.com/r/ubuntu & vozforums.com & et autres forums pour leurs mutltiples suggestions et compliments_
...
**[⬆ Retour en haut](#table-of-contents)**
## Guide pour contribuer
> Mettez simplement le nom de l'**application** dans la liste.
> Mettre un lien avec sa **homepage** ou un **guide** sur son installation.
> Aussi ecrivez une **petite description** de l'application + ajouter une **icône**.
> Faite bien attention de l'avoir placé dans **le topic approprié**.
> Si l'application ne correspond à aucun **topic existant**, créez en **un nouveau** pour lui.
> Faite en sorte que tout est bien **classé par ordre alphabétique**.
## Comment contribuer ?
- [Comment utiliser Github](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project)
- [Comment utiliser Git en Ligne de Commande](https://rogerdudler.github.io/git-guide/)
- [Qu'est-ce que Markdown?](https://github.com/luong-komorebi/Markdown-Tutorial) - Markdown est le style d'écriture pour la création de cette liste, si vous voulez savoir comment bien le formater, il est préférable d'apprendre comment utiliser Github Markdown.
- [Guide Alternatif pour Markdown:](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)
_Les éléments marqués avec ![Open-Source Software][oss icon] sont des logiciels open-source et un lien vers le code source. Les éléments marqués avec [![Nonfree][money icon] sont payant(comme avec une biére qui n'est pas gratuite)._
_Note de l'auteur: Récemment, J'ai de reçu de votre part des retours sur la qualité de certaines applications. J'en ai moi même testé une grande quantité (mais pas toutes). Si vous avez des problèmes aves les applications, S'il vous plaît: -> diriger vous vers la page dev (si disponible) -> faites une issue pour le dev ici -> faire une issue ici comme ça je peux conciderer si je sort où pas l'application de la liste. Rappellez vous : Tout à sa propre qualité, donc il n'y aura jamais de "meilleur application" ou "de liste sélective" ici, merci._
## License
[](https://creativecommons.org/licenses/by/4.0/)
Ce travail est sous licence [Licence internationale Creative Commons Attribution 4.0](http://creativecommons.org/licenses/by/4.0/).
[oss icon]: https://cdn.rawgit.com/iCHAIT/awesome-osx/master/media/oss.svg
[money icon]: https://rawgit.com/luong-komorebi/Awesome-Linux-Software/master/img/money.svg
================================================
FILE: README_pt-BR.md
================================================
# Software Linux Incrível

🐧 Este repositório é uma coleção de aplicativos e ferramentas **INCRÍVEIS** para Linux para **qualquer usuário/desenvolvedor**.
🐧 Sinta-se à vontade para **contribuir** / **dar estrela** / **fazer fork** / **enviar pull request**. Qualquer **recomendação** e **sugestão** são bem-vindas.
**Agradecimento:** _Tudo escrito abaixo é da minha própria experiência na faculdade e após ler vários materiais. Não sou um profissional nem um especialista, mas um usuário apaixonado. Qualquer pessoa pode abrir uma discussão na seção de issues ou um pull request se algo precisar ser modificado ou adicionado._
- Versão em árabe: [aqui](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_ar-AR.md).
- Versão em português brasileiro: [aqui](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_pt-BR.md).
- Versão em chinês: [aqui](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_zh-CN.md) ou [aqui](https://github.com/eniqiz/Awesome-Linux-Software-zh_CN).
- Versão em francês: [aqui](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_fr-FR.md).
- Versão em espanhol: [aqui](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_es-ES.md) ou [aqui](https://github.com/SaintFenix/Awesome-Linux-Software/blob/master/README_es-ES.md).
- Versão em tailandês: [aqui](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_th-TH.md).
## Índice
- [Aplicativos](#aplicativos)
- [Impressão 3D](#impressão-3d)
- [Áudio](#áudio)
- [Clientes para bate-papo](#clientes-para-bate-papo)
- [Backup e Recuperação de Dados](#backup-e-recuperação-de-dados)
- [Personalização do Desktop](#desktop-customization)
- [Desenvolvimento](#desenvolvimento)
- [E-Book úteis](#e-book-úteis)
- [Editores](#editores)
- [Educação](#educação)
- [E-mail](#email)
- [Gerenciador de arquivos](#gerenciador-de-arquivos)
- [Jogos](#jogos)
- [Gráficos](#gráficos)
- [Internet](#internet)
- [Trabalho](#trabalho)
- [Produtividade](#produtividade)
- [Proxy](#proxy)
- [Segurança](#segurança)
- [Compartilhamento de arquivos](#compartilhamento-de-arquivos)
- [Terminal](#terminal)
- [Utilitários](#utilitários)
- [Vídeo](#vídeo)
- [Wiki software](#wiki-software)
- [Outros](#outros)
- [Utilitários de Linha de Comando](#utilitários-de-linha-de-comando)
- [Ambientes para Desktop](#ambientes-para-desktop)
- [Gestores de exibição](#gestores-de-exibição)
- [Console](#console)
- [Gráfico](#gráfico)
- [Gerenciador de janelas](#gerenciador-de-janelas)
- [Compositores](#compositores)
- [Empilhadas](#empilhadas)
- [Revestimento](#revestimento)
- [Dinâmica](#dinâmica)
---
- [Setup](#setup)
- [ArchLinux](#arch-linux)
- [CentOS](#centos)
- [Fedora](#fedora)
- [openSUSE](#opensuse)
- [Ubuntu](#ubuntu)
- [Discussion Forums](#discussion-forums)
- [ArchLinux Forums](#arch-linux-forums)
- [CentOS Forums](#centos-forums)
- [Fedora Forums](#fedora-forums)
- [Ubuntu Forums](#ubuntu-forums)
- [openSUSE Forums](#opensuse-forums)
- [IRC channels](#irc-channels)
- [Linux News, Apps, and more ....](#linux-news-apps-and-more-)
- [Reddit](#reddit)
- [Learn Linux](#learn-linux)
- [Linux Hacking/Development](#linux-hackingdevelopment)
- [Advanced Linux](#advanced-linux)
- [Other Awesome Lists](#Other-Awesome-Lists)
- [Contributors](#contributors)
- [Guidelines to Contribute](#guidelines-to-contribute)
---
## Aplicativos
### Impressão 3D
- [![Software de Código Aberto][oss icon]](https://github.com/Ultimaker/Cura) [Cura](https://ultimaker.com/software/ultimaker-cura/) - O software de impressora 3D mais avançado do mundo.
- [![Software de Código Aberto][oss icon]](https://github.com/FreeCAD) [FreeCAD](https://www.freecad.org/) - Um modelador CAD paramétrico 3D de código aberto.
- [![Software de Código Aberto][oss icon]](https://github.com/prusa3d/PrusaSlicer) [PrusaSlicer](https://www.prusa3d.com/page/prusaslicer_424/) - Um slicer baseado no Slic3r de Alessandro Ranellucci e na comunidade RepRap.
- [![Software de Código Aberto][oss icon]](https://github.com/slic3r/Slic3r) [Slic3r](https://slic3r.org/) - Gerador de trajetórias de código aberto para impressoras 3D.
### Áudio
_Para uma lista mais abrangente/avançada/melhor categorizada/... de software de áudio para Linux, você pode clicar [aqui](https://github.com/nodiscc/awesome-linuxaudio)_
#### Editar-Mixar-Gravar
- [![Software de Código Aberto][oss icon]](https://github.com/Ardour/ardour) [Ardour](https://ardour.org/) - Gravar, Editar e Mixar no Linux.
- [![Software de Código Aberto][oss icon]](https://github.com/audacity/audacity) [Audacity](https://www.audacityteam.org/download/linux/) - Software gratuito, de código aberto e multiplataforma para gravação e edição de sons.
- [![Software de Código Aberto][oss icon]](https://bazaar.launchpad.net/~audio-recorder/audio-recorder/trunk/files) [Audio Recorder](https://launchpad.net/~audio-recorder) - Gravador de áudio simples disponível em um PPA do Ubuntu.
- ![Não Gratuito][money icon] [Bitwig](https://www.bitwig.com/en/download.html) - DAW para produção musical.
- [![Software de Código Aberto][oss icon]](https://github.com/wwmm/easyeffects) [EasyEffects](https://github.com/wwmm/easyeffects) - EasyEffects é uma ferramenta avançada de manipulação de áudio. Inclui um equalizador, limitador, compressor e uma ferramenta de reverberação, apenas para mencionar alguns. Para complementar isso, há também um analisador de espectro embutido.
- [![Software de Código Aberto][oss icon]](https://github.com/mtytel/helm) [Helm](https://tytel.org/helm/) - Um sintetizador de software que funciona de forma independente ou como um plugin LV2, VST, VST3 ou AU.
- [![Software de Código Aberto][oss icon]](https://github.com/hydrogen-music/hydrogen) [Hydrogen](http://www.hydrogen-music.org/) - Máquina de bateria avançada para GNU/Linux.
- [![Software de Código Aberto][oss icon]](https://github.com/KXStudio/Repository) [KxStudio](https://kx.studio/) - Uma coleção de aplicativos e plugins para produção de áudio profissional.
- [![Software de Código Aberto][oss icon]](https://github.com/LMMS/lmms) [LMMS](https://lmms.io/download/#linux) - Fazer música no seu PC criando melodias e batidas, sintetizando e mixando sons, organizando samples e muito mais.
- [![Software de Código Aberto][oss icon]](https://github.com/mixxxdj/mixxx) [Mixxx](https://www.mixxx.org/download/) - Software gratuito para DJs que oferece tudo o que você precisa para realizar mixagens ao vivo; alternativa verossímil ao Traktor.
- [![Software de Código Aberto][oss icon]](https://github.com/musescore/MuseScore) [MuseScore](https://musescore.org) - Criar, tocar e imprimir partituras musicais bonitas.
- ![Não Gratuito][money icon] [Reaper](https://www.reaper.fm/) - Produção de Áudio sem Limites.
- [![Software de Código Aberto][oss icon]](https://github.com/VCVRack/Rack) [VCV Rack](https://vcvrack.com/) - Um sintetizador modular virtual de código aberto.
- [![Software de Código Aberto][oss icon]](https://github.com/Audio4Linux/Viper4Linux-GUI) [Viper4Linux](https://github.com/Audio4Linux/Viper4Linux-GUI) - Um processador de efeitos de áudio baseado no Viper4Android.
#### Player de Música
- [![Software de Código Aberto][oss icon]](https://gitlab.gnome.org/World/amberol) [Amberol](https://apps.gnome.org/app/io.bassi.Amberol/) - Um player de som e música pequeno e simples que é bem integrado ao GNOME.
- [![Software de Código Aberto][oss icon]](https://audacious-media-player.org/developers) [Audacious](https://audacious-media-player.org/) - Um player de áudio de código aberto que toca sua música como você deseja, sem roubar os recursos do seu computador de outras tarefas.
- [![Software de Código Aberto][oss icon]](https://invent.kde.org/multimedia/audiotube) [AudioTube](https://apps.kde.org/audiotube/) - Cliente YouTube Music rico em recursos para KDE, construído com Kirigami.
- [![Software de Código Aberto][oss icon]](https://github.com/beetbox/beets) [beets](https://beets.io/) - Beets é o sistema de gerenciamento de biblioteca de mídia para geeks obsessivo-compulsivos de música.
- [![Software de Código Aberto][oss icon]](https://github.com/CDrummond/cantata) [Cantata](https://github.com/CDrummond/cantata) - Cliente MPD (Music Player Daemon) gráfico Qt5 para Linux, Windows, MacOS.
- [![Software de Código Aberto][oss icon]](https://github.com/ciderapp/cider) [Cider](https://cider.sh/) - Uma nova experiência de Apple Music multiplataforma baseada em Electron e Vue.js escrita do zero com desempenho em mente.
- [![Software de Código Aberto][oss icon]](https://github.com/clementine-player/Clementine) [Clementine](https://www.clementine-player.org/) - Toca vários formatos de áudio com perdas e sem perdas.
- [![Software de Código Aberto][oss icon]](https://github.com/cmus/cmus) [Cmus](https://cmus.github.io/#download) - Um player de música pequeno, rápido e poderoso para sistemas operacionais Unix-like.
- [![Software de Código Aberto][oss icon]](https://github.com/DeaDBeeF-Player/deadbeef) [DeaDBeeF](https://deadbeef.sourceforge.io/) - DeaDBeeF é um player de áudio modular para GNU/Linux, BSD, OpenSolaris, macOS e outros sistemas Unix-like.
- [![Software de Código Aberto][oss icon]](https://github.com/linuxdeepin/deepin-music) [Deepin Music](https://www.deepin.org/en/original/deepin-music/) - Um aplicativo, desenvolvido pela Equipe de Tecnologia Deepin, que se concentra na reprodução de música local.
- [![Software de Código Aberto][oss icon]](https://invent.kde.org/multimedia/elisa) [Elisa](https://apps.kde.org/elisa/) - Elisa é um player de música desenvolvido pela comunidade KDE que se esforça para ser simples e agradável de usar.
- [![Software de Código Aberto][oss icon]](https://gitlab.gnome.org/neithern/g4music) [G4Music](https://gitlab.gnome.org/neithern/g4music) - Um player de música rápido, fluente e leve escrito em GTK4.
- [![Software de Código Aberto][oss icon]](https://github.com/gpodder/gpodder) [Gpodder](https://gpodder.github.io/) - Agregador de mídia e cliente de podcast.
- [![Software de Código Aberto][oss icon]](https://github.com/harmonoid/harmonoid) [Harmonoid](https://harmonoid.com/) - Toca e gerencia sua biblioteca de música. Parece bonito e suculento. Playlists, visuais, letras sincronizadas, mudança de tom, aumento de volume e muito mais.
- [![Software de Código Aberto][oss icon]](https://github.com/trazyn/ieaseMusic) [ieaseMusic](https://github.com/trazyn/ieaseMusic) - iEaseMusic é um programa multiplataforma construído em electron para ouvir NetEase Music.
- [![Software de Código Aberto][oss icon]](https://invent.kde.org/multimedia/juk) [JuK](https://juk.kde.org/) - Player de música jukebox para gerenciar áudio e editar metadados.
- [![Software de Código Aberto][oss icon]](https://github.com/LibreTime/libretime) [Libretime](https://libretime.org/) - O software de transmissão aberta para agendamento e gerenciamento remoto de estações; bifurcado do Airtime.
- [![Software de Código Aberto][oss icon]](https://gitlab.gnome.org/World/lollypop) [Lollypop](https://wiki.gnome.org/Apps/Lollypop) - Um aplicativo de reprodução de música GNOME.
- [![Software de Código Aberto][oss icon]](https://gitlab.com/ColinDuquesnoy/MellowPlayer) [Mellow Player](https://colinduquesnoy.gitlab.io/MellowPlayer/) - Integração de música na nuvem para o seu desktop.
- [![Software de Código Aberto][oss icon]](https://gitlab.com/zehkira/monophony) [Monophony](https://gitlab.com/zehkira/monophony) - Aplicativo Linux para streaming de música do YouTube.
- [![Software de Código Aberto][oss icon]](https://github.com/Moosync/Moosync) [Moosync](https://moosync.app/) - Player de música de desktop personalizável com uma interface limpa para streaming de música local e de fontes online como YouTube e Spotify.
- [![Software de Código Aberto][oss icon]](https://github.com/mopidy/mopidy) [Mopidy](https://www.mopidy.com/) - Um servidor de música extensível escrito em Python.
- [![Software de Código Aberto][oss icon]](https://github.com/staniel359/muffon) [muffon](https://muffon.netlify.app/) - muffon é um navegador de streaming de música multiplataforma para desktop, que ajuda você a encontrar, ouvir e organizar música de uma maneira que você provavelmente nunca experimentou antes.
- [![Software de Código Aberto][oss icon]](https://github.com/martpie/museeks) [Museeks](https://museeks.io/) - Um player de música simples, limpo e multiplataforma.
- [![Software de Código Aberto][oss icon]](https://github.com/metabrainz/picard) [MusicBrainz Picard](https://picard.musicbrainz.org/) - Picard é um etiquetador de música multiplataforma escrito em Python.
- [Netease Music](https://music.163.com/#/download) - Um player de música da Netease - um serviço de música na nuvem na China.
- [![Software de Código Aberto][oss icon]](https://github.com/nukeop/nuclear) [Nuclear](https://nuclearplayer.com/) - Um aplicativo de player de música multiplataforma baseado em Electron que transmite de várias fontes.
- [Ocenaudio](https://www.ocenaudio.com/whatis) - Um editor de áudio multiplataforma, fácil de usar, rápido e funcional. É o software ideal para pessoas que precisam editar e analisar arquivos de áudio.
- [![Software de Código Aberto][oss icon]](https://github.com/gkarsay/parlatype) [Parlatype](https://www.parlatype.xyz/) - Player de áudio GNOME para transcrição.
- [![Software de Código Aberto][oss icon]](https://github.com/pithos/pithos) [Pithos](https://pithos.github.io/) - Um cliente Pandora nativo para Linux.
- [![Software de Código Aberto][oss icon]](https://github.com/quodlibet/quodlibet) [Quod Libet](https://quodlibet.readthedocs.io) - Player de música GTK+ escrito com grandes bibliotecas em mente. Suporta playlists dinâmicas baseadas em pesquisa, expressões regulares, etiquetagem, Replay Gain, podcasts e rádio na Internet.
- [![Software de Código Aberto][oss icon]](https://github.com/GNOME/rhythmbox) [Rhythmbox](https://wiki.gnome.org/Apps/Rhythmbox) - Player de música do GNOME.
- [![Software de Código Aberto][oss icon]](https://gitlab.gnome.org/luciocarreras/sayonara-player) [Sayonara Player](https://sayonara-player.com/downloads/) - Um player de áudio pequeno, claro e rápido para Linux escrito em C++, suportado pelo framework Qt.
- [![Software de Código Aberto][oss icon]](https://github.com/multani/sonata/) [Sonata](https://www.nongnu.org/sonata/) - Um player de música projetado para ser uma interface elegante e intuitiva para sua coleção de música via o Music Player Daemon (MPD).
- [![Software de Código Aberto][oss icon]](https://github.com/Soundnode/soundnode-app) [Soundnode](https://soundnode.github.io/soundnode-website/) - Um aplicativo SoundCloud de código aberto para desktop.
- [![Software de Código Aberto][oss icon]](https://github.com/xou816/spot) [Spot](https://github.com/xou816/spot) - Cliente nativo do Spotify para o desktop GNOME.
- [Spotify](https://www.spotify.com/us/) - O Spotify é a melhor maneira de ouvir música e podcasts no PC, celular ou tablet.
- [![Software de Código Aberto][oss icon]](https://github.com/krtirtho/spotube) [Spotube](https://spotube.krtirtho.dev/) - Spotube é um cliente leve do Spotify baseado em Flutter. Ele utiliza o poder das APIs públicas do Spotify e do YouTube e cria uma experiência de usuário sem complicações, performática e amigável aos recursos.
- [![Software de Código Aberto][oss
================================================
FILE: README_th-TH.md
================================================
# ซอฟต์แวร์ลินุกซ์ สุดเจ๋ง

🐧 This repo is a collection of **AWESOME** Linux applications and tools for **any users/developers**.
🐧 Feel free to **contribute** / **star** / **fork** / **pull request** . Any **recommendations** and **suggestions** are welcome.
**Acknowledgement:** _Everything written below is from my own experience in college and after reading various materials. I am neither a professional nor an expert, but a passionate student. Anyone can open a discussion in the issue section, or a pull request if something should be modified or added._
- ภาษาโปรตุเกส บราซิล : [ที่นี่](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_pt-BR.md).
- ภาษาจีน : [ที่นี่](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_zh-CN.md) หรือ [ที่นี่](https://github.com/alim0x/Awesome-Linux-Software-zh_CN) or [here](https://github.com/0xE8551CCB/awesome-linux-software-cn).
- ภาษาสเปน : [ที่นี่](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_es-ES.md) หรือ [ที่นี่](https://github.com/SaintFenix/Awesome-Linux-Software/blob/master/README_es-ES.md)
## สารบัญ
- [แอปพลิเคชัน](#applications)
- [เสียง](#audio)
- [โปรแกรมสนทนา](#chat-clients)
- [สำรองข้อมูลและกู้คืน](#data-backup-and-recovery)
- [ปรับแต่งเดสก์ท็อป](#desktop-customization)
- [พัฒนาซอฟต์แวร์](#development)
- [เครื่องมือ E-Book](#e-book-utilities)
- [แก้ไขข้อความ](#editors)
- [การศึกษา](#education)
- [เครื่องมือ Email](#email)
- [จัดการไฟล์](#file-manager)
- [เกมส์](#games)
- [กราฟิก](#graphics)
- [อินเทอร์เน็ต](#internet)
- [สำนักงาน](#office)
- [Productivity](#productivity)
- [Proxy](#proxy)
- [ความปลอดภัย](#security)
- [แบ่งปันไฟล์](#sharing-files)
- [เทอร์มินัล](#terminal)
- [เครื่องไม้เครื่องมือ](#utilities)
- [วิดีโอ](#video)
- [ซอฟต์แวร์ Wiki](#wiki-software)
- [อื่นๆ](#others)
- [Command Line Utilities](#command-line-utilities)
- [สภาพแวดล้อมเดสก์ท็อป](#desktop-environments)
- [ตัวจัดการ การแสดงผลหน้าจอ](#display-manager)
- [Console](#console)
- [Graphic](#graphic)
- [ตัวจัดการหน้าต่าง](#window-managers)
- [Compositors](#compositors)
- [Stacking window managers](#stacking-window-managers)
- [Tiling window managers](#tiling-window-managers)
- [Dynamic window managers](#dynamic-window-managers)
---
- [ติดตั้ง](#setup)
- [ArchLinux](#arch-linux)
- [Bodhi](#bodhi)
- [CentOS](#centos)
- [Fedora](#fedora)
- [openSUSE](#opensuse)
- [Ubuntu](#ubuntu)
- [กระทู้สนทนา](#discussion-forums)
- [ArchLinux Forums](#arch-linux-forums)
- [CentOS Forums](#centos-forums)
- [Fedora Forums](#fedora-forums)
- [Ubuntu Forums](#ubuntu-forums)
- [openSUSE Forums](#opensuse-forums)
- [IRC channels](#irc-channels)
- [Linux News, Apps, and more ....](#linux-news-apps-and-more-)
- [Reddit](#reddit)
- [เรียนรู้ลินุกซ์](#learn-linux)
- [Linux Hacking/Development](#linux-hackingdevelopment)
- [Advanced Linux](#advanced-linux)
- [แหล่งรวมของเจ๋งอื่นๆ](#other-awesome-lists)
- [Contributors](#contributors)
- [Guidelines to Contribute](#guidelines-to-contribute)
- [How to Contribute](#unsure-how-to-contribute)
---
## Applications
### Audio
_สำหรับแหล่งทรัพยากรในหมวดหมู่นี้ ที่ครอบคลุมกว่า/ขั้นสูงกว่า/ดีกว่า ด้านเสียงในลินุกซ์ คุณอาจสนใจ [ที่นี่](https://github.com/nodiscc/awesome-linuxaudio)_
- [![Open-Source Software][oss icon]](https://github.com/sourcefabric/Airtime) [Airtime](https://www.sourcefabric.org/software/airtime) - The open broadcast software for scheduling and remote station management
- [![Open-Source Software][oss icon]](https://ardour.org/development.html) [Ardour](https://ardour.org/) - บันทึก, แก้ไข, และมิกซ์ บนลินุกซ์
- [![Open-Source Software][oss icon]](http://audacious-media-player.org/developers) [Audacious](http://audacious-media-player.org/) - ตัวเล่นไฟล์เสียงที่เป็นโอเพนซอร์ส ที่กินทรัพยากรเครื่องของคุณน้อยมากๆ
- [![Open-Source Software][oss icon]](https://github.com/audacity/audacity) [Audacity](http://www.audacityteam.org/download/linux/) - ซอฟต์แวร์แก้ไขตัดต่อไฟล์เสียง ฟรีและโอเพนซอร์ส รองรับหลายระบบปฏิบัติการ
- [![Open-Source Software][oss icon]](https://bazaar.launchpad.net/~audio-recorder/audio-recorder/trunk/files) [Audio Recorder](https://launchpad.net/~audio-recorder) - โปรแกรมบันทึกเสียงอย่างง่าย ซึ่งอยู่ใน Ubuntu PPA
- [![Open-Source Software][oss icon]](https://github.com/Superjo149/auryo) [Auryo](http://auryo.com/) - แอปสำหรับใช้ SoundCloud® โดยนักพัฒนาอิสระ รองรับหลากหลายระบบปฏิบัติการสำหรับเดสก์ท็อป
- [![Open-Source Software][oss icon]](https://github.com/CDrummond/cantata) [Cantata](https://www.linux-apps.com/content/show.php/Cantata?content=147733) - โปรแกรมเล่นไฟล์เสียงผ่าน MPD (Music Player Daemon) สำหรับ ลินุกซ์, วินโดวส์, แมคโอเอส
- [![Open-Source Software][oss icon]](https://github.com/clementine-player/Clementine) [Clementine](https://www.clementine-player.org/) - โปรแกรมเล่นไฟล์เพลงความละเอียดสูง และรองรับไฟล์เสียงหลายรูปแบบ
- [![Open-Source Software][oss icon]](https://github.com/cmus/cmus) [Cmus](https://cmus.github.io/#download) - โปรแกรมเล่นไฟล์เสียงแบบเท็กซ์โหมดบนคอนโซล ที่เล็ก, เร็ว และประสิทธิภาพสูง บนระบบปฏิบัติการแบบ Unix-like
- [![Open-Source Software][oss icon]](https://github.com/linuxdeepin/deepin-music) [Deepin Music](https://www.deepin.org/en/original/deepin-music/) - แอปพลิเคชั่นที่พัฒนาโดยทีม Deepin Technology ที่มุ่งเน้นการเล่นไฟล์บนเครื่องของเรา
- [![Open-Source Software][oss icon]](https://github.com/enzo1982/freac) [fre:ac](https://www.freac.org/index.php) - fre:ac คือโปรแกรมแปลงไฟล์เสียงและแปลงแผ่น CD เป็นไฟล์เสียง ที่รองรับไฟล์เสียงหลายรูปแบบ ประกอบด้วย MP3, MP4/M4A, WMA, Ogg Vorbis, FLAC, AAC, WAV และ Bonk
- ![Open-Source Software][oss icon] [Gnormalize](http://gnormalize.sourceforge.net/) - โปรแกรมแปลงไฟล์เสียงและแปลง CD เป็นไฟล์เสียง โดยใช้ ReplayGain normalization algorithms, รวมถึงใช้เป็นตัวแก้ไข metadata (tag) และเป็นตัวเล่นไฟล์เสียงได้อีกด้วย โดยใช้ gtk2-perl ภายใต้ GNU/Linux
- [![Open-Source Software][oss icon]](https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-) [Google Play Music](https://www.googleplaymusicdesktopplayer.com/) - โปรแกรมสำหรับเล่นเพลงจาก Google Play Music โดยนักพัฒนาภายนอก รองรับหลายระบบปฏิบัติการสำหรับเครื่องเดสก์ท็อป
- [![Open-Source Software][oss icon]](https://github.com/gpodder/gpodder) [Gpodder](https://gpodder.github.io/) - โปรแกรมสำหรับฟัง podcast และรวบรวมไฟล์มีเดียต่างๆ
- [![Open-Source Software][oss icon]](https://github.com/haecker-felix/gradio/releases/) [GRadio](https://github.com/haecker-felix/gradio/releases/) - ซอฟต์แวร์ที่เกียวข้องกับวิทยุสำหรับ Ubuntu Linux
- [![Open-Source Software][oss icon]](https://github.com/mtytel/helm) [Helm](http://tytel.org/helm/) - ซอฟต์แวร์สำหรังสังเคราะห์เสียง สามารถใช้ได้ทั้งแบบ stand alone และเป็นแบบปลั๊กอิน LV2, VST, VST3 และ AU
- [![Open-Source Software][oss icon]](https://github.com/hydrogen-music/hydrogen) [Hydrogen](http://hydrogen-music.org/) - เครื่องมือสำหรับกลองขั้นสูงสำหรับ GNU/Linux
- [![Open-Source Software][oss icon]](https://github.com/trazyn/ieaseMusic) [ieaseMusic](https://github.com/trazyn/ieaseMusic) - iEaseMusic is a multiplatform program built in electron for listening to NetEase Music.
- [![Open-Source Software][oss icon]](https://github.com/KDE/k3b) [K3b](http://www.k3b.org/) - โปรแกรมสำหรับสร้างแผ่น CD/DVD สำหรับลินุกซ์ ปรับแต่งให้เข้ากันกับ KDE
- [![Open-Source Software][oss icon]](https://kid3.sourceforge.io/) [Kid3Qt](https://apps.ubuntu.com/cat/applications/precise/kid3-qt/) - แก้ไขข้อมูล tag ได้ทีละหลายๆ ไฟล์ เช่น ศิลปิล, อัลบั้ม, ปีที่ออก และ แนวเพลง สำหรับไฟล์ mp3
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/kxstudio/) [KxStudio](http://kxstudio.linuxaudio.org/) - รวบรวมโปรแกรมและส่วนเสริมสำหรับผู้ที่ทำงานด้านเสียงมืออาชีพ
- [![Open-Source Software][oss icon]](https://github.com/LibreTime/libretime) [Libretime](http://libretime.org/) - ซอฟต์แวร์สำหรับทำสถานีกระจายเสียง จัดตารางและควบคุมระยะไกล ซอฟต์แวร์ต้นแบบมาจาก Airtime
- [![Open-Source Software][oss icon]](https://github.com/LMMS/lmms) [LMMS](https://lmms.io/download/#linux) - สร้างดนตรีบนเครื่องคอมพิวเตอร์ของคุณ โดยสร้างเมโลดี้และจังหวะ, สังเคราะห์เสียง ผสมเสียง รวมถึงเรียบเรียงและอีกมากมาย
- [![Open-Source Software][oss icon]](https://github.com/gnumdk/lollypop) [Lollypop](https://wildskyf.github.io/lollypop-web/) - โปรแกรมเล่นเพลงของ GNOME
- [![Open-Source Software][oss icon]](https://github.com/emilioastarita/lyricfier) [Lyricfier](https://github.com/emilioastarita/lyricfier) - โปรแกรมแสดงเนื้อเพลงที่เล่นผ่าน Spotify
- [![Open-Source Software][oss icon]](https://github.com/mixxxdj/mixxx) [Mixxx](http://www.mixxx.org/download/) - ซอฟต์แวร์ DJ ฟรี ที่มีทุกสิ่งสำหรับแสดงการมิกซ์สด โดยให้อารมณ์ใกล้เคียงโปรแกรม Traktor
- [![Open-Source Software][oss icon]](https://github.com/ColinDuquesnoy/MellowPlayer) [Mellow Player](https://colinduquesnoy.github.io/MellowPlayer/) - เชื่อมต่อเพลงบนคลาวด์กับเครื่องเดสก์ท็อปของคุณ
- [![Open-Source Software][oss icon]](https://github.com/mopidy/mopidy) [Mopidy](https://www.mopidy.com/) - ซอฟต์แวร์ music server พัฒนาด้วยภาษา Python
- [![Open-Source Software][oss icon]](https://github.com/KeitIG/museeks) [Museek](http://museeks.io/) - โปรแกรมเล่นเพลงอย่างง่าย รองรับหลายระบบปฏิบัติการ
- [![Open-Source Software][oss icon]](https://github.com/musescore/MuseScore) [MuseScore](https://musescore.org) - Create, play and print beautiful sheet music.
- [![Open-Source Software][oss icon]](https://github.com/metabrainz/picard) [MusicBrainz Picard](https://picard.musicbrainz.org/) - Picard คือซอฟต์แวร์แก้ไขแท็คของไฟล์เสียง พัฒนาโดยใช้ภาษา Python รองรับหลายระบบปฏิบัติการ
- [![Open-Source Software][oss icon]](https://about.musixmatch.com/apps/) [MusixMatch](https://about.musixmatch.com/apps/) - A Capable lyrics app with synchronized lyrics function.
- [Netease Music](https://music.163.com/#/download) - โปรแกรมมเล่นเพลงสำหรับ Netease - ผู้ให้บริการเพลงบนคลาวด์ในประเทศจีน
- [![Open-Source Software][oss icon]](https://github.com/nukeop/nuclear) [Nuclear](http://nuclear.gumblert.tech/) - โปรแกรมเล่นเพลงที่ถูกเขียนมาจาก Electron, รองรับหลายระบบปฏิบัติการ ที่สามารถเล่นเพลงผ่านเครือข่ายได้หลายแหล่ง
- [Ocenaudio](http://www.ocenaudio.com/whatis) - โปรแกรมแก้ไขตัดต่อไฟล์เสียงที่เหมาะสำหรับผู้ที่ต้องการวิเคราะห์ไฟล์เสียง
- [![Open-Source Software][oss icon]](https://github.com/PedroHLC/osdlyrics) [OSD Lyrics](https://aur.archlinux.org/packages/osdlyrics-git/) - แสดงเนื้อเพลงจากโปรแกรมเล่นเพลงโปรดของคุณ
- [![Open-Source Software][oss icon]](https://github.com/gkarsay/parlatype) [Parlatype](http://gkarsay.github.io/parlatype/) - GNOME ซอฟต์แวร์เล่นไฟล์เสียงจาก GNOME สำหรับถอดไฟล์เสียง
- [![Open-Source Software][oss icon]](https://github.com/pithos/pithos) [Pithos](https://pithos.github.io/) - โปรแกรมสำหรับเล่นเพลงผ่าน Pandora สำหรับลินุกซ์
- [![Open-Source Software][oss icon]](https://github.com/wwmm/pulseeffects) [PulseEffect](https://github.com/wwmm/pulseeffects) - Limiter, compressor, reverberation, equalizer and auto volume effects for Pulseaudio applications.
- [![Open-Source Software][oss icon]](https://github.com/quodlibet/quodlibet) [Quod Libet](https://quodlibet.readthedocs.io) - GTK+ music player written with huge libraries in mind. Supports search-based dynamic playlists, regular expressions, tagging, Replay Gain, podcasts & Internet radio.
- [![Open-Source Software][oss icon]](https://github.com/ebruck/radiotray-ng) [RadioTray-NG](https://github.com/ebruck/radiotray-ng) - โปรแกรมเล่นวิทยุออนไลน์สำหรับลินุกซ์
- [![Open-Source Software][oss icon]](https://github.com/GNOME/rhythmbox) [Rhythmbox](https://wiki.gnome.org/Apps/Rhythmbox) - โปรแกรมเล่นเพลง พัฒนาโดย GNOME
- [![Open-Source Software][oss icon]](https://sayonara-player.com/downloads/#Source) [Sayonara Player](https://sayonara-player.com/downloads/) - โปรแกรมเล่นไฟล์เสียง ขนาดกะทัดรัด และทำงานได้รวดเร็ว สำหรับลินุกซ์ พัฒนาโดยภาษา C++ และรองรับ Qt
- [![Open-Source Software][oss icon]](https://launchpad.net/soundconverter/trunk/2.1.6) [Soundconverter](https://soundconverter.org/) - ผู้นำด้านการแปลงไฟล์เสียง โดยมีจุดหมายคือทำให้ใช้ง่ายและทำงานได้รวดเร็ว
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/SoundJuicer) [SoundJuicer](http://www.howtogeek.com/howto/20126/rip-audio-cds-with-sound-juicer/) - เครื่องมือแปลง CD เป็นไฟล์เสียงสำหรับ GNOME
- [![Open-Source Software][oss icon]](https://github.com/Soundnode/soundnode-app) [Soundnode](https://soundnode.github.io/soundnode-website/) - โปรแกรมเล่น SoundCloud บนเดสก์ท็อป
- [![Open-Source Software][oss icon]](https://github.com/devinhalladay/spotio) [Spotio](https://github.com/devinhalladay/spotio) - เปลี่ยนหน้าตาของโปรแกรม Spotify ให้เป็นรูปแบบคล้าย Rdio
- [![Open-Source Software][oss icon]](https://github.com/VCVRack/Rack) [VCV Rack](https://vcvrack.com/) - An open-source virtual modular synthesizer.
- [![Open-Source Software][oss icon]](https://github.com/needle-and-thread/vocal) [Vocal](http://vocalproject.net/) - โปรแกรมเล่น Podcast สำหรับเดสก์ท็อปยุคใหม่
### Chat Clients
#### 3rd party Client
- [![Open-Source Software][oss icon]](https://github.com/sindresorhus/caprine) [Caprine](https://github.com/sindresorhus/caprine) - โปรแกรมแชท Facebook Messenger บนเดสก์ท็อป หน้าตาสวยงาม
- [![Open-Source Software][oss icon]](https://github.com/chatty/chatty) [Chatty](http://chatty.github.io/) - Chatty คือโปรแกรมสำหรับสนทนาบน Twitch ซึ่งเป็นได้มากกว่าการสนทนาผ่านเว็บแบบปกติ แต่ไม่ถึงกับต้องมีฟีเจอร์เท่าโปรแกรม IRC ทั่วไป
- [![Open-Source Software][oss icon]](https://github.com/stanfieldr/ghetto-skype) [GhettoSkype](https://github.com/stanfieldr/ghetto-skype) - เป็นเว็บสำหรับใช้ Skype
- [![Open-Source Software][oss icon]](https://github.com/Aluxian/Facebook-Messenger-Desktop) [Messenger for Desktop](https://messengerfordesktop.com/#download) - แอปสำหรับใช้ Facebook messenger
- [![Open-Source Software][oss icon]](https://github.com/raelgc/scudcloud/) [ScudCloud](https://github.com/raelgc/scudcloud/) - โปรแกรมสำหรับใช้ Slack บนลินุกซ์
- [![Open-Source Software][oss icon]](https://github.com/yakyak/yakyak) [YakYak](https://github.com/yakyak/yakyak) - โปรแกรมสนทนา Google Hangouts บนเดสก์ท็อป
#### All-in-One Client
- [![Open-Source-Software][oss icon]](https://github.com/meetfranz/franz) [Franz](http://meetfranz.com/) - Franz แอปส่งข้อความฟรี โดยรวมทั้งการสนทนาและการส่งข้อความอยู่ในแอปพลิเคชันเดียว
- [![Open-Source Software][oss icon]](https://developer.pidgin.im/) [Pidgin](https://pidgin.im/) - โปรแกรมสนทนาครอบจักรวาล
- [![Open-Source Software][oss icon]](https://github.com/saenzramiro/rambox) [Rambox](http://rambox.pro/) - แพลตฟอร์มสำหรับส่งข้อความและอีเมล โดยรวมความสามารถของเว็บแอปต่างๆ เข้ามาเป็นหนึ่งเดียว
#### Chat Client Utilities
- [![Open-Source Software][oss icon]](https://github.com/Cog-Creators/Red-DiscordBot) [Red Discord Bot](https://index.discord.red/) - Red Discord Bot คือซอฟต์แวร์สำหรับทำระบบบอตเกี่ยวกับ เพลง/สนทนา/และอื่นๆ ซึ่งสามารถใช้ได้บน Raspberry Pi และระบบปฏิบัติการอื่นๆ โดยสามารถเพิ่มความสามารถได้ผ่านระบบที่เรียกว่า "Cogs"
#### IRC Client
- [![Open-Source Software][oss icon]](https://github.com/hexchat) [HexChat](https://hexchat.github.io/) - HexChat โปรแกรมสนทนาบนเครือข่าย IRC โดยมีฐานมาจากโปรแกรม XChat สามารถใช้ได้กับทั้ง Windows และ ระบบตระกูล Unix ทั้งหลาย
- [![Open-Source Software][oss icon]](https://github.com/irssi/irssi) [Irssi](https://github.com/irssi/irssi) - Irssi คือโปรแกรมสนทนาที่มีชื่อเสียงในด้าน เป็นโปรแกรมสนทนาที่มีส่วนหน้าจอติดต่อผู้ใช้เป็นโหมดข้อความ
- [![Open-Source Software][oss icon]](https://github.com/kvirc/KVIrc) [KVIrc](https://www.kvirc.net/) - KVIrc คือโปรแกรมสนทนา IRC สร้างจาก Qt
#### Official Client
- [![Open-Source-Software][oss icon]](hhttps://sourceforge.net/p/beebeep/code/HEAD/tree/) [BeeBEEP](http://beebeep.sourceforge.net) - BeeBEEP is an open source, peer to peer, lan messenger. You can talk and share files with anyone inside your local area network. You don't need a server, just download, unzip and start it. Simple, fast and secure.
- [![Open-Source Software][oss icon]](https://github.com/dino/dino) [Dino](https://dino.im) - โปรแกรมสนทนาบน Jabber/XMPP ที่สวยงามเรียบง่าย
- [Discord](https://discord.com/) - โปรแกรมหลากหลายฟังก์ชัน ทั้งข้อความและเสียง สำหรับนักเล่นเกม ที่ฟรี ปลอดภัย และใช้ได้ทั้งเดสก์ท็อปและโทรศัพท์มือถือ
- [![Open-Source Software][oss icon]](https://github.com/gitterHQ/services) [Gitter](https://gitter.im/) - Gitter — ที่ๆ ซึ่งนักพัฒนามาสนทนากัน Gitter ถูกออกแบบเพื่อให้เข้ากับการสนทนาระดับชุมชน การทำงานร่วมกัน โดยต้องให้ใช้งานได้ง่ายและลื่นไหลที่สุด
- [![Open-Source Software][oss icon]](https://github.com/jitsi) [Jitsi](https://jitsi.org/) - Jitsi คือซอฟต์แวร์สำหรับการประชุมทางไกล และ สนทนาแบบทันใจ สำหรับ Windows ลินุกซ์ Mac OS X และ แอนดรอยด์
- [![Open-Source Software][oss icon]](https://github.com/qTox/qTox) [qTox](https://qtox.github.io/) - ซอฟต์แวร์สำหรับสนทนาด้วยเสียงและวิดีโอแบบกระจายศูนย์ที่ปลอดภัย
- [![Open-Source Software][oss icon]](https://ring.cx/en/documentation/faq#node-106) [Ring](https://ring.cx/) - สนทนา พูดคุย แบ่งปัน Ring คือซอฟต์แวร์แพลตฟอร์มสำหรับการสนทนาที่ปลอดภัยและมีเสรีภาพ
- [![Open-Source Software][oss icon]](https://github.com/vector-im/riot-web) [Riot](https://riot.im/) - เว็บแอปสำหรับสื่อสาร เน้นการทำงานร่วมกัน โดยอยู่บนเครือข่าย Matrix
- [Skype](https://www.skype.com/en/) - Skype ทำให้ทั้งโลกได้สนทนากัน แบบฟรีๆ
- [Slack](https://slack.com/downloads/linux) - สนทนาพูดคุยกันแบบทันใจ เก็บและค้นหาข้อความต่างๆ สำหรับทีมสมัยใหม่
- [![Open-Source Software][oss icon]](https://github.com/telegramdesktop/tdesktop) [Telegram](https://desktop.telegram.org/) - ซอฟต์แวร์สนทนาที่เน้นทางด้าน ความเร็ว และ ความปลอดภัย และสามารถใช้ได้ฟรี
- [Viber](https://www.viber.com/en/products/linux) - Viber สำหรับ ลินุกซ์ ให้คุณได้ส่งข้อความและโทรหาผู้ใช้ Viber คนอื่นได้ฟรี ทุกอุปกรณ์และเครือข่าย ทุกประเทศ
- [![Open-Source Software][oss icon]](https://github.com/weechat) [Weechat](https://weechat.org/) - WeeChat คือซอฟต์แวร์สนทนาที่ทำงานได้เร็ว เล็กกระทัดรัด และเพิ่มเติมความสามารถได้
- [![Open-Source Software][oss icon]](https://github.com/wireapp) [Wire](https://wire.com/en/) - สื่อสารอย่างปลอดภัย และรักษาความเป็นส่วนตัว
### Data Backup and Recovery
- [![Open-Source Software][oss icon]](https://borgbackup.readthedocs.io/en/stable/development.html) [Borg Backup](https://borgbackup.readthedocs.io/en/stable/) - เครื่องมือสำรองข้อมูลที่น่าใช้
- [![Open-Source Software][oss icon]](https://launchpad.net/deja-dup) [Deja Dup](https://www.linux.com/learn/total-system-backup-and-recall-deja-dup) - เครื่องมือสำรองข้อมูลอย่างง่าย ที่รองรับการเข้ารหัสข้อมูลในตัว
- [![Open-Source Software][oss icon]](https://launchpad.net/duplicity) [Duplicity](http://duplicity.nongnu.org/) - Duplicity สำรองข้อมูลทั้งไดเรกทอรี่ไว้ที่เครื่องเราเองหรือเซอร์ฟเวอร์อื่นๆ โดยเข้ารหัสในรูปแบบ tar
- [![Open-Source Software][oss icon]](https://www.freefilesync.org/download.php) [FreeFileSync](https://www.freefilesync.org) - FreeFileSync is a folder comparison and synchronization software that creates and manages backup copies of all your important files. Instead of copying every file every time, FreeFileSync determines the differences between a source and a target folder and transfers only the minimum amount of data needed.
- [![Open-Source Software][oss icon]](https://github.com/cgsecurity/testdisk) [Photorec](http://www.cgsecurity.org/wiki/PhotoRec) - PhotoRec คือซอฟต์แวร์กู้คืนไฟล์ โดยออกแบบมาสำหรับกู้คืนข้อมูลต่างๆ รวมไปถึงไฟล์วิดีโอ เอกสารและไฟล์ต่างๆ ในฮาร์ดดิสก์, แผ่นซีดีและไฟล์รูปภาพที่หายไป (ซึ่งเป็นที่มาของชื่อ Photo Recovery) จากหน่วยความจำในกล้องถ่ายรูป
- [![Open-Source Software][oss icon]](https://borgbackup.readthedocs.io/en/stable/) [Qt4-fsarchiver](https://sourceforge.net/projects/qt4-fsarchiver/) - qt4-fsarchiver คือเครื่องมือสำรองและเรียกคืน พาร์ทิชันของดิสก์ โฟลเดอร์ หรือแม้กระทั่งตาราง MBR/GPT โดยโปรแกรมนี้รองรับระบบ Debian, OpenSuse และ Fedora
- [![Open-Source Software][oss icon]](https://github.com/ncw/rclone) [rclone](http://rclone.org/) - Rclone คำโปรแกรมบรรทัดคำสั่งสำหรับซิงค์ไฟล์และไดเรกทอรี่ ทั้งจากและไปยัง พื้นที่เก็บไฟล์บนคลาวด์ต่างๆ และยังสามารถเข้ารหัสข้อมูลที่สำรองได้อีกด้วย
- [![Open-Source Software][oss icon]](https://github.com/rsnapshot/rsnapshot.git) [rsnapshot](http://rsnapshot.org/) - rsnapshot เครื่องมือคำสั่งโดยมี rsync เป็นฐาน ซึ่งทำหน้าที่ snapshot เป็นช่วงเวลา ทั้งเครื่องเราเองและเครื่องรีโมทอื่นๆ ตัวโค้ดใช้ hard link ทุกที่ๆ เป็นไปได้ เพื่อลดการใช้เนื้อที่ในดิสก์
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/systemrescuecd/files/sysresccd-x86/) [System Rescue CD](https://www.system-rescue.org/SystemRescueCd_Homepage) - SystemRescueCd คือลินุกซ์ที่สำหรับกู้ชีพเครื่องคอมพิวเตอร์ สามารถบูตได้ผ่านแผ่นซีดีหรือแฟลชไดรฟ์ USB
- [![Open-Source Software][oss icon]](https://github.com/cgsecurity/testdisk) [Test Disk](http://www.cgsecurity.org/wiki/TestDisk) - TestDisk คือซอฟต์แวร์กู้ข้อมูลประสิทธิภาพสูง ซึ่งออกแบบมาเพื่อกู้คืนพาร์ทิชันที่เสียหายเป็นหลัก และทำให้ดิสก์สามารถกลับมาบูตใหม่ได้อีกครั้ง
- [![Open-Source Software][oss icon]](https://code.launchpad.net/timeshift) [Timeshift](https://launchpad.net/timeshift) - TimeShift คือเครื่องมือย้อนคืนระบบ โดยทำ snapshot ระบบ เก็บไว้เป็นระยะ โดยใช้ rsync และ hard-link โดย snapshot เหล่านี้สามารถย้อนคืนกลับได้ทีหลัง ซึ่งสิ่งที่เปลี่ยนแปลงไปหลังจาก snapshot จะไม่ถือว่าเกิดขึ้น โดย snapshot สามารถสร้างได้เองหรือกำหนดช่วงวันเวลาที่ต้องการสร้างได้
### Desktop Customization
#### Desktop Themes
- [![Open-Source Software][oss icon]](https://github.com/adapta-project/adapta-gtk-theme) [Adapta Theme](https://github.com/tista500/Adapta) - An adaptive Gtk+ theme based on Material Design Guidelines.
- [![Open-Source Software][oss icon]](https://github.com/EliverLara/Ant) [Ant Theme](http://www.omgubuntu.co.uk/2017/09/ant-flat-gtk-theme-bloody-bite) - Ant is a flat GTK theme for Ubuntu and other GNOME-based Linux desktops it comes in three varieties: vanilla, Bloody, or Dracula.
- [![Open-Source Software][oss icon]](https://github.com/jnsh/arc-theme) [Arc Theme](https://github.com/jnsh/arc-theme) - A flat theme with transparent elements
- [![Open-Source Software][oss icon]](https://github.com/solus-project/evopop-gtk-theme) [EvoPop Theme](https://github.com/solus-project/evopop-gtk-theme) - EvoPop is a modern desktop theme suite build for the Solus Project. Its design is mostly flat with a minimal use of shadows for depth.
- [![Open-Source Software][oss icon]](https://github.com/andreisergiu98/arc-flatabulous-theme) [Flatabulous Arc Theme](https://github.com/andreisergiu98/arc-flatabulous-theme) - A flat and blue GTK theme that also comes in darker versions.
- [![Open-Source Software][oss icon]](https://github.com/anmoljagetia/Flatabulous) [Flatabulous](https://github.com/anmoljagetia/Flatabulous) - This is a Flat theme for Ubuntu and other Gnome based Linux Systems.
- [![Open-Source Software][oss icon]](https://github.com/bsundman/Irradiance) [Irradiance Theme](https://github.com/bsundman/Irradiance) - A Unity theme inspired by OSX Yosemite based on Radiance.
- [![Open-Source Software][oss icon]](https://github.com/numixproject/numix-gtk-theme) [Numix Theme](https://itsfoss.com/install-numix-ubuntu/) - A flat and colorful GTK-Theme.
- [![Open-Source Software][oss icon]](https://github.com/bsundman/Yosembiance) [Yosembiance theme](https://github.com/bsundman/Yosembiance) - A modified Ambiance theme (loosely) inspired by OSX Yosemite.
#### Desktop Widgets and Theme Utilities
- [![Open-Source Software][oss icon]](https://launchpad.net/compizconfig-settings-manager) [Compiz Config settings manager](https://apps.ubuntu.com/cat/applications/compizconfig-settings-manager/) - The OpenCompositing Project brings 3D desktop visual effects that improve usability of the X Window System and provide increased productivity.
- [![Open-Source Software][oss icon]](https://github.com/brndnmtthws/conky) [Conky](https://github.com/brndnmtthws/conky) - Conky is a free, light-weight system monitor for X, that displays any kind of information on your desktop.
- [Gnome Extensions](http://extensions.gnome.org/) - Extensions for the Gnome Desktop Environment.
- [Gnome Look](https://www.gnome-look.org/) - A website that hosts a Large amounts of community created icons, shell themes, fonts, and many more assets that can be used to customize your Gnome desktop environment.
- [![Open-Source Software][oss icon]](https://github.com/bil-elmoussaoui/Hardcode-Tray) [Hardcode Tray](https://github.com/bil-elmoussaoui/Hardcode-Tray) - This script fixes hardcoded tray icons in Linux by automatically detecting your default theme, the right icon size, the hard-coded applications, the right icons for each indicator and fix them.
- [Macbuntu](http://www.noobslab.com/2017/06/macbuntu-transformation-pack-ready-for.html) - A transformation pack for making your desktop look like a macOS.
- [![Open-Source Software][oss icon]](https://github.com/opendesktop/ocsstore) [OCS store](https://github.com/opendesktop/ocsstore) - Desktop app of openDesktop.org, which is one of the largest communities where developers and artists share applications, themes and other content.
- [![Open-Source Software][oss icon]](https://github.com/actionless/oomox) [Oomox theme generator](https://github.com/actionless/oomox) - A Graphical application for generating different color variations of a Numix-based and Flat-Plat themes (GTK2, GTK3), Gnome-Colors and Archdroid icons.
- [![Open-Source Software][oss icon]](https://github.com/jaagr/polybar) [Polybar](https://github.com/jaagr/polybar) - Fast and easy-to-use status bar.
- [![Open-Source Software][oss icon]](https://github.com/ianyh/Amethyst) [Unity Tweak Tool](https://apps.ubuntu.com/cat/applications/unity-tweak-tool/) - A Must-have app for Ubuntu Unity customization.
- [![Open-Source Software][oss icon]](https://github.com/deviantfero/wpgtk) [Wpgtk](http://deviantfero.github.io/wpgtk) - A universal theming software for all themes defined in text files, compatible with all terminals, with default themes for GTK2, GTK+, openbox and Tint2 that uses pywal as it's core for colorscheme generation.
#### Desktop Icon Packs
- [![Open-Source Software][oss icon]](https://github.com/horst3180/arc-icon-theme) [Arc Icon Theme](https://github.com/horst3180/arc-icon-theme) - A modern flat icon theme that builds on and requires the Moka Icon Theme to work.
- [![Open-Source Software][oss icon]](https://github.com/keeferrourke/la-capitaine-icon-theme) [La Capitaine Icon Theme](https://github.com/keeferrourke/la-capitaine-icon-theme) - A macOS and Material design inspired icon theme designed to fit into most desktop environments.
- [![Open-Source Software][oss icon]](https://github.com/snwh/moka-icon-theme) [Moka Icon Theme](https://snwh.org/moka) - Moka was created with simplicity in mind. With the use simple geometry & bright colours.
- [![Open-Source Software][oss icon]](https://github.com/numixproject/numix-icon-theme) [Numix Icon Theme](http://www.noobslab.com/2014/04/install-numix-icon-packs-in-ubuntulinux.html) - A flat icon theme that comes in two varieties, Numix Main, and Numix circle.
- [![Open-Source Software][oss icon]](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme-gtk/) [Papirus Icon Theme](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme-gtk/) - SVG icon theme for Linux systems, based on Paper with a few extras like (hardcode-tray support, kde-color-scheme support, libreoffice icon theme, filezilla theme, smplayer themes ...) and other modifications. The theme is available for GTK and KDE.
### Development
#### Android
- [![Open-Source Software][oss icon]](https://github.com/anbox/anbox) [Anbox](https://anbox.io) - Run Android applications on any GNU/Linux operating system.
- [Android studio](https://developer.android.com/studio/index.html) - The Official IDE for Android: Android Studio provides the fastest tools for building apps on every type of Android device.
#### C\+\+
- ![Non Free][money icon] [Clion](https://www.jetbrains.com/clion/) - A cross-platform and powerful IDE for C and C++! [Nonfree][money icon]
- [Code::Blocks](https://www.codeblocks.org/) - Code::Blocks is a free C, C++ and Fortran IDE built to meet the most demanding needs of its users. It is designed to be very extensible and fully configurable.
- [Codelite](http://codelite.org/) - A Free, open source, cross platform C,C++,PHP and Node.js IDE.
- [![Open-Source Software][oss icon]](https://github.com/qt-creator/qt-creator) [QT Creator](https://www.qt.io/ide/) - Fully-stocked cross-platform integrated development environment for easy creation of connected devices, UIs and applications.
#### ฐานข้อมูล
- [![Open-Source Software][oss icon]](https://github.com/apache/cassandra) [Cassandra](http://cassandra.apache.org/) - Apache Cassandra database is the right choice when you need scalability and high availability without compromising performance. Linear scalability and proven fault-tolerance on commodity hardware or cloud infrastructure make it the perfect platform for mission-critical data.
- [![Open-Source Software][oss icon]](https://github.com/apache?query=couchdb) [CouchDB](http://couchdb.apache.org/) - Seamless multi-master sync, that scales from Big Data to Mobile, with an Intuitive HTTP/JSON API and designed for Reliability.
- [![Open-Source Software][oss icon]](https://github.com/serge-rider/dbeaver/) [DBeaver](http://dbeaver.jkiss.org/) - A universal database client supporting multiple platforms and databases.
- [![Open-Source Software][oss icon]](https://cgit.kde.org/kexi.git/about/) [Kexi](http://kexi-project.org/) - Kexi is an open source visual database applications creator, a long-awaited competitor for programs like MS Access or Filemaker.
- [![Open-Source Software][oss icon]](https://mariadb.org/get-involved/getting-started-for-developers/) [MariaDB](https://mariadb.org/) - One of the most popular database servers. Made by the original developers of MySQL.
- [![Open-Source Software][oss icon]](https://github.com/mongodb/mongo) [MongoDB](https://www.mongodb.com/) - MongoDB is a free and open-source cross-platform document-oriented database program, uses JSON-like documents with schemas.
- [![Open-Source Software][oss icon]](https://github.com/mysql/mysql-server) [MySQL](https://dev.mysql.com/doc/refman/5.7/en/linux-installation.html) - MySQL is the world's leading open source database thanks to its proven performance, reliability and ease-of-use. It is used by high profile web properties including Facebook, Twitter, YouTube, Yahoo! and many more.
- [![Open-Source Software][oss icon]](https://github.com/mysql/mysql-workbench) [MySQL Workbench](https://www.mysql.com/products/workbench/) - MySQL Workbench is a unified visual tool for database architects, developers, and DBAs. MySQL Workbench provides data modeling, SQL development, and comprehensive administration tools for server configuration, user administration, backup, and much more.
- [![Open-Source Software][oss icon]](https://github.com/dbcli/mycli) [MyCLI](http://www.mycli.net/) - MyCLI is a command line interface for MySQL, MariaDB, and Percona with auto-completion and syntax highlighting.
- [OmniDB](https://omnidb.org) - Browser-based tool that visually create, manage, and view databases.
- ![Non Free][money icon] [OracleDB](http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html) - Object-relational database management system produced and marketed by Oracle Corporation, one of the most trusted and widely-used relational database engines.
- [![Open-Source Software][oss icon]](https://github.com/percona/percona-server-mongodb) [Percona MongoDB](https://www.percona.com/software/mongo-database/percona-server-for-mongodb) - Percona Server for MongoDB provides all features and benefits of MongoDB Community Server.
- [![Open-Source Software][oss icon]](https://github.com/percona/pmm-server) [Percona Monitoring](https://www.percona.com/software/database-tools/percona-monitoring-and-management) - Percona Monitoring and Management (PMM) is a free and open-source platform for managing and monitoring MySQL, MariaDB and MongoDB performance. You can run PMM in your own environment for maximum security and reliability. It provides thorough time-based analysis for MySQL, MariaDB and MongoDB servers to ensure that your data works as efficiently as possible.
- [![Open-Source Software][oss icon]](https://github.com/percona/percona-server) [Percona MySQL](https://www.percona.com/software/mysql-database/percona-server) - Percona Server for MySQL is a free, fully compatible, enhanced, open source drop-in replacement for MySQL that provides superior performance, scalability and instrumentation.
- [![Open-Source Software][oss icon]](https://github.com/percona/percona-xtradb-cluster) [Percona XtraDB Cluster](https://www.percona.com/software/mysql-database/percona-xtradb-cluster) - Percona XtraDB Cluster is an active/active high availability and high scalability open source solution for MySQL clustering. It integrates Percona Server and Percona XtraBackup with the Codership Galera library of MySQL high availability solutions in a single package that enables you to create a cost-effective MySQL high availability cluster.
- [![Open-Source Software][oss icon]](https://github.com/dbcli/pgcli) [pgcli](https://www.pgcli.com/) - Pgcli is a command line interface for Postgres with auto-completion and syntax highlighting.
- [![Open-Source Software][oss icon]](https://github.com/postgres/postgres) [PostgreSQL](https://www.postgresql.org/download/) - PostgreSQL is a powerful, open source object-relational database system with more than 15 year development. PostgreSQL is not controlled by any corporation or other private entity and the source code is available free of charge
- [![Open-Source Software][oss icon]](https://www.sqlite.org/src/doc/trunk/README.md) [Sqlite](https://sqlite.org/download.html) - SQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.
- [![Open-Source Software][oss icon]](https://github.com/sqlitebrowser/sqlitebrowser) [Sqlite Browser](http://sqlitebrowser.org/) - Visually create, manage, and view sqlite database files.
#### Golang
- [GoLand](https://www.jetbrains.com/go/) - GoLand is the codename for a new commercial IDE by JetBrains aimed at providing an ergonomic environment for Go development.
#### Java
- [![Open-Source Software][oss icon]](https://www.bluej.org/versions.html) [BlueJ](http://bluej.org/) - A free Java Development Environment designed for beginners, used by millions worldwide.
- [Eclipse](https://eclipse.org/ide/) - Eclipse is famous for our Java Integrated Development Environment (IDE), but can also download packages to support C/C++ IDE and PHP IDE.
- [![Open-Source Software][oss icon]](https://github.com/JetBrains/intellij-community) [IntelliJ IDEA](https://www.jetbrains.com/idea/) - Powerful IDE for JAVA. The Community version is open sourced.
#### Javascript
- [Webstorm](https://www.jetbrains.com/webstorm/) - Powerful IDE for modern JavaScript development, made by JetBrains.
#### Microcomputer and Embedded Devices
- [![Open-Source Software][oss icon]](https://github.com/arduino/arduino-ide) [Arduino IDE](https://www.arduino.cc/en/Main/Software) - The open-source Arduino Software (IDE) makes it easy to write code and upload it to the board.
- [![Open-Source Software][oss icon]](https://github.com/fritzing/fritzing-app) [Fritzing](https://fritzing.org/) - Fritzing is an open-source hardware initiative that makes electronics accessible as a creative material for anyone.
- [![Open-Source Software][oss icon]](https://github.com/jantje/arduino-eclipse-plugin) [Sloeber IDE](http://eclipse.baeyens.it/) - Sloeber IDE. The Arduino IDE for Eclipse.
#### Multiple Languages Support
- [![Open-Source Software][oss icon]](https://github.com/aptana/studio3) [Aptana](https://www.axway.com/en/aptana) - Aptana Studio harnesses the flexibility of Eclipse and focuses it into a powerful web development engine.
- [![Open-Source Software][oss icon]](https://phabricator.kde.org/dashboard/view/8/) [KDevelop](https://www.kdevelop.org/) - It is a free, open source IDE, feature-full, plugin extensible IDE for C/C++ and other programming languages.
- [![Open-Source Software][oss icon]](https://www.monodevelop.com/developers/) [MonoDevelop](http://www.monodevelop.com/) - Cross platform IDE for C#, F# and more.
- [![Open-Source Software][oss icon]](https://github.com/apache/netbeans) [Netbeans](https://netbeans.org/downloads/) - NetBeans IDE lets you quickly and easily develop Java desktop, mobile, and web applications, as well as HTML5 applications with HTML, JavaScript, and CSS.
#### PHP
- [PHPStorm](https://www.jetbrains.com/phpstorm/) - Lightning-smart and powerful PHP IDE from Jetbrain.
#### Python
- [![Open-Source Software][oss icon]](https://github.com/JetBrains/intellij-community/tree/master/python) [PyCharm](https://www.jetbrains.com/pycharm/) - Powerful IDE for Python
#### Shell
- [![Open-Source Software][oss icon]](https://github.com/fish-shell/fish-shell) [Fish](https://fishshell.com/) - A smart and user-friendly command-line shell.
- [![Open-Source Software][oss icon]](https://github.com/fisherman/fisherman) [Fisherman](https://github.com/fisherman/fisherman) - A plugin manager for fish shell.
- [![Open-Source Software][oss icon]](https://github.com/ipython/ipython) [Ipython](https://ipython.org/) - Powerful Python shell.
- [![Open-Source Software][oss icon]](https://github.com/oh-my-fish/oh-my-fish) [Oh-my-fish](https://github.com/oh-my-fish/oh-my-fish) - Provides various packages and themes to extend the functionality of your fish shell.
- [![Open-Source Software][oss icon]](https://github.com/robbyrussell/oh-my-zsh) [Oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) - A delightful community-driven framework for managing your zsh configuration.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/zsh/code/ci/master/tree/) [Zsh](http://www.zsh.org/) - A powerful command line shell.
#### Supporting Tools
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/cscope/) [Cscope](https://cscope.sourceforge.net/) - Cscope is a developer's tool for browsing source code. Although cmd-line application, it is nativelly integrated with Vim editor. It allows searching code for symbols, definitions, functions (called/calling), regex, files.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/diffuse/files/?source=navbar) [Diffuse](https://sourceforge.net/projects/diffuse/) - Diffuse is a graphical tool for comparing and merging text files. It can retrieve files for comparison from Bazaar, CVS, Darcs, Git, Mercurial, Monotone, RCS, Subversion, and SVK repositories.
- [![Open-Source Software][oss icon]](https://www.fossil-scm.org/index.html/dir?ci=tip) [Fossil](https://www.fossil-scm.org) - Self-contained, distributed software configuration management system with integrated bug-tracking, wiki, technotes and web interface.
- [Genymotion](https://www.genymotion.com/features/) - Genymotion is a fast third-party emulator that can be used instead of the default Android emulator.
- [![Open-Source Software][oss icon]](https://git.gnome.org//browse/giggle/) [Giggle](https://wiki.gnome.org/action/show/Apps/giggle?action=show&redirect=giggle) - Giggle is a graphical frontend for the git content tracker.
- [![Open-Source Software][oss icon]](https://github.com/Gisto/Gisto) [Gisto](http://www.gistoapp.com/) - Gisto is a code snippet manager that runs on GitHub Gists and adds additional features such as searching, tagging and sharing gists while including a rich code editor.
- [![Open-Source Software][oss icon]](https://github.com/git/git) [Git](https://git-scm.com/) - Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
- [![Open-Source Software][oss icon]](https://github.com/git-cola/git-cola) [GitCola](http://git-cola.github.io/) - Git Cola is a sleek and powerful graphical Git client. Written in Python and GPL-licensed.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/Gitg#Development_Resources) [Gitg](https://wiki.gnome.org/Apps/Gitg) - gitg is the GNOME GUI client to view git repositories.
- [GitKraken](https://www.gitkraken.com/) - The downright luxurious Git GUI client,for Windows, Mac & Linux.
- [Git](https://git-scm.com/) - Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
- [![Open-Source Software][oss icon]](https://github.com/gitlabhq/gitlabhq) [GitLab](https://github.com/gitlabhq/gitlabhq) - GitLab is a web-based Git repository manager with wiki and issue tracking features.
- [![Open-Source Software][oss icon]](https://github.com/sitaramc/gitolite) [Gitolite](https://gitolite.com/gitolite/index.html) - Gitolite allows you to setup git hosting on a central server, with fine-grained access control and many more powerful features.
- [Insomnia](https://insomnia.rest/) - A simple, beautiful, and free REST API client.
- [![Open-Source Software][oss icon]](https://docs.jupyter.org/en/latest/install.html) [Jupyter Notebook](https://jupyter.org/) - An open source program that provides interactive data and scientific computing information across over 40 programming languages.
- [![Open-Source Software][oss icon]](http://meldmerge.org/development.html) [Meld](http://meldmerge.org/) - Meld is a visual diff and merge tool that helps you compare files, directories, and version controlled projects.
- [Mockitt](https://mockitt.com/home.html) - Mockitt is an easy-to-use prototyping tool.
- [![Open-Source Software][oss icon]](https://github.com/evolus/pencil) [Pencil](http://pencil.evolus.vn/) - An open-source GUI prototyping tool that's available for ALL platforms.
- [![Open-Source Software][oss icon]](https://github.com/stuartlangridge/ColourPicker) [Pick](http://kryogenix.org/code/pick/) - Simple color picker.
- [Postman](https://www.postman.com/) - Postman, allows a user to develop and test APIs quickly.
- [![Open-Source Software][oss icon]](https://github.com/rabbitvcs/rabbitvcs) [Rabbit VCS](http://rabbitvcs.org/) - RabbitVCS is a set of graphical tools written to provide simple and straightforward access to the version control systems you use.
- ![Nonfree][money icon] [SmartGit](http://www.syntevo.com/smartgit/) - SmartGit is a Git client with support for GitHub Pull Requests+Comments and SVN.
- ![Non Free][money icon] [StarUML](https://staruml.io/) - A sophisticated software modeler.
- [![Open-Source Software][oss icon]](https://uncrustify.sourceforge.net/) [Uncrustify](https://uncrustify.sourceforge.net/) - Source Code Beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA. See UniversalIndentGUI below.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/universalindent/files/uigui/) [UniversalIndentGUI](https://universalindent.sourceforge.net/) - UniversalIndentGUI offers a live preview for setting the parameters of nearly any indenter.
- [![Open-Source Software][oss icon]](https://www.gnu.org/software/wdiff/devguide) [Wdiff](https://www.gnu.org/software/wdiff/) - The GNU wdiff program is a front end to diff for comparing files on a word per word basis. It collects the diff output and uses it to produce a nicer display of word differences between the original files.
- [![Open-Source Software][oss icon]](https://gitlab.com/wireshark/wireshark/-/tree/master) [Wireshark](https://www.wireshark.org/) - Wireshark is the world's foremost network protocol analyzer. It lets you see what's happening on your network at a microscopic level. It is the de facto (and often de jure) standard across many industries and educational institutions.
- [![Open-Source Software][oss icon]](https://github.com/zealdocs/zeal) [Zeal](https://zealdocs.org/) - Zeal is an offline documentation browser for software developers.
### E-Book Utilities
- [![Open-Source Software][oss icon]](https://github.com/babluboy/bookworm) [Bookworm](https://babluboy.github.io/bookworm/) - A simple, focused eBook reader.
- [![Open-Source Software][oss icon]](https://github.com/oguzhaninan/Buka) [Buka](https://github.com/oguzhaninan/Buka/releases) - A program for EBook Management.
- [![Open-Source Software][oss icon]](https://github.com/kovidgoyal/calibre) [Calibre](http://calibre-ebook.com/) - Incredibly ugly but powerful software for ebook management and conversion.
- [![Open-Source Software][oss icon]](https://github.com/janeczku/calibre-web) [Calibre-web](https://github.com/janeczku/calibre-web) - Calibre Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
- [![Open-Source Software][oss icon]](https://github.com/michaldaniel/Ebook-Viewer) [Easy Ebook Viewer](https://github.com/michaldaniel/Ebook-Viewer) - Modern GTK Python Ebook Reader app to easily read epub files.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/Evince/GettingEvince) [Evince](https://wiki.gnome.org/Apps/Evince) - Evince is a document viewer for multiple document formats. The goal of evince is to replace the multiple document viewers that exist on the GNOME Desktop with a single simple application.
- [![Open-Source Software][oss icon]](https://github.com/geometer/FBReader) [FBReader](https://fbreader.org/content/fbreader-beta-linux-desktop) - One of the most popular eReader apps.
- [Foxit](https://www.foxitsoftware.com/products/pdf-reader/) - Foxit Reader 8.0—Award-winning PDF Reader.
- [![Open-Source Software][oss icon]](https://github.com/martamilakovic/gnome-books) [Gnome Books](https://github.com/martamilakovic/gnome-books) - GNOME Books is application for listing, searching and reading eBooks.
- [![Open-Source Software][oss icon]](http://repo.or.cz/w/llpp.git) [llpp](https://wiki.archlinux.org/index.php/Llpp) - A lightweight, fast, customizable and featureful PDF, EPUB, XPS and CBZ viewer with vi-like keybindings based on MuPDF.
- [Lucidor](http://www.lucidor.org/lucidor/) - Lucidor is a computer program for reading and handling e-books. Lucidor supports e-books in the EPUB file format, and catalogs in the OPDS format.
- [MasterPDF editor](https://code-industry.net/free-pdf-editor/) - Master PDF Editor a convenient and smart PDF editor for Linux.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/mcomix/git/ci/master/tree/) [Mcomix](https://sourceforge.net/projects/mcomix/) - GTK+ comic book viewer.
- [![Open-Source Software][oss icon]](https://git.ghostscript.com/?p=mupdf.git;a=summary) [MuPDF](http://mupdf.com/) - a lightweight PDF and XPS viewer.
- [![Open-Source Software][oss icon]](https://github.com/KDE/okular) [Okular](https://okular.kde.org/) - Okular is a universal document viewer based developed by KDE. Okular works on multiple platforms, including but not limited to Linux, Windows, Mac OS X, BSD, etc.
- [![Open-Source Software][oss icon]](https://github.com/torakiki/pdfsam) [PDFsam](https://www.pdfsam.org/) - A desktop application to split, extract pages, rotate, mix and merge PDF files.
- [![Open-Source Software][oss icon]](https://download.kde.org/stable/peruse/peruse-1.2.tar.xz.mirrorlist) [Peruse](https://peruse.kde.org/) - A pleasant way to read comic books.
- [![Open-Source Software][oss icon]](https://launchpad.net/qpdfview) [qpdf](https://launchpad.net/qpdfview) - qpdfview is a tabbed document viewer.
- [![Open-Source Software][oss icon]](https://github.com/Sigil-Ebook/Sigil) [Sigil](https://github.com/Sigil-Ebook/Sigil) - Sigil is a multi-platform EPUB ebook editor.
- [![Open-Source Software][oss icon]](https://github.com/pwmt/zathura) [Zathura](https://pwmt.org/projects/zathura/) - Zathura is a highly customizable and functional document viewer.
### Editors
- [![Open-Source Software][oss icon]](https://github.com/atom/atom) [Atom](https://atom.io/) - ซอฟต์แวร์แก้ไขข้อความ ที่สามารถปรับแต่งได้อย่างอิสระ สำหรับ ศตวรรษที่ 21
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/bluefish/code/HEAD/tree/trunk/bluefish/) [Bluefish](https://bluefish.openoffice.nl/index.html) - Bluefish คือซอฟต์แวร์แก้ไขข้อความสำหรับโปรแกรมเมอร์และนักพัฒนาเว็บไซต์ ที่มีประสิทธิภาพ
- [![Open-Source Software][oss icon]](https://github.com/adobe/brackets) [Brackets](https://brackets.io/) - ซอฟต์แวร์แก้ไขข้อความที่ทันสมัย และใช้ได้ดีสำหรับการออกแบบเว็บไซต์
- [![Open-Source Software][oss icon]](https://github.com/emacs-mirror/emacs) [Emacs](https://www.gnu.org/software/emacs/) - ซอฟต์แวร์แก้ไขข้อความ ที่ปรับแต่งได้อย่างอิสระ ฟรี และ อีกมากมาย
- [![Open-Source Software][oss icon]](https://www.geany.org/Download/Git) [Geany](https://www.geany.org/) - Geany คือซอฟต์แวร์แก้ไขข้อความที่ใช้ GTK+ ในการพัฒนา มาพร้อมกับฟีเจอร์พื้นฐาน, ขนาดเล็ก ทำงานได้รวดเร็ว โดยไม่ต้องติดตั้งส่วนอื่นเพิ่มเติม
- [![Open-Source Software][oss icon]](https://git.gnome.org//browse/gedit/) [Gedit](https://wiki.gnome.org/Apps/Gedit) - gedit คือซอฟต์แวร์แก้ไขข้อความจาก GNOME ซึ่งมุ่งเน้นให้ใช้งานได้ง่าย
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gnome-builder) [Gnome Builder](https://wiki.gnome.org/Apps/Builder) - ซอฟต์แวร์ IDE ประสิทธิภาพสูง สำหรับการพัฒนาด้วย C / C++ / Bash / JavaScript, สร้างโดยทีมจาก Gnome, เป็นหนึ่งใน IDE สำหรับการพัฒนาด้วยภาษา C/C++ ที่ดีที่สุด (รองรับในตัว Cmake)
- [![Open-Source Software][oss icon]](https://github.com/mawww/kakoune) [Kakoune](http://kakoune.org/) - Kakoune code editor - ซอฟต์แวร์ที่ได้แรงบันดาลใจจาก Vim, ใช้จำนวนการพิมพ์ที่น้อยกว่า สามารถเลือกข้อความได้หลายตำแหน่งพร้อมกัน
- [![Open-Source Software][oss icon]](https://kate-editor.org/build-it/) [Kate](https://kate-editor.org/get-it/) - Kate คือซอฟต์แวร์ที่เปิดได้หลายไฟล์พร้อมกัน และเป็นส่วนหนึ่งของ KDE ตั้งแต่รุ่น 2.2.
- [![Open-Source Software][oss icon]](https://github.com/Komodo/KomodoEdit) [Komodo Edit](https://www.activestate.com/products/komodo-edit/) - ซอฟต์แวร์ฟรีและโอเพนซอร์ส สำหรับพัฒนาโปรแกรม รองรับหลายภาษา
- [![Open-Source Software][oss icon]](https://github.com/LightTable/LightTable) [Lighttable](http://lighttable.com/) - The next generation code editor! Support live coding.
- [![Open-Source Software][oss icon]](https://github.com/syl20bnr/spacemacs) [Spacemacs](http://spacemacs.org) - ชุดซอฟต์แวร์ Emacs ที่ร่วมกันพัฒนาโดยชุมชน
- [Sublime](https://www.sublimetext.com/) - ซอฟต์แวร์แก้ไขข้อความมากประสิทธิภาพ มีฟีเจอร์ค้นหาขั้นสูง และเพิ่มประสิทธิภาพด้านอื่นผ่านปลั๊กอิน
- [![Open-Source Software][oss icon]](https://github.com/orbitalquark/textadept) [Textadept](https://orbitalquark.github.io/textadept/) - Minimalist text editor for programmers. Textadept is extensible with Lua programming language.
- [![Open-Source Software][oss icon]](https://github.com/vim/vim) [Vim](http://www.vim.org/download.php) - Vim คือซอฟต์แวร์แก้ไขข้อความขั้นสูง ซึ่งมุ่งไปที่การให้ประสิทธิภาพเช่นเดียวกับ ซอฟต์แวร์ 'Vi' ที่ใช้แพร่หลายใน Unix แต่มีฟีเจอร์ที่ครบครันกว่า เหมาะสำหรับผู้ที่ใช้ vi เป็นปกติอยู่แล้ว
- [![Open-Source Software][oss icon]](https://github.com/Microsoft/vscode) [VSCode](https://code.visualstudio.com) - Visual Studio Code คือซอฟต์แวร์แก้ไขโค้ดขนาดเล็ก แต่มีประสิทธิภาพ ซึ่งสามารถใช้บนเดสก์ท็อปได้ ทั้ง Windows, OS X และ Linux, ตัวซอฟต์แวร์รองรับ JavaScript, TypeScript และ Node.js ในตัว และยังสามารถรองรับภาษาอื่นๆ ได้ (C++, C#, Python, PHP, Golang)
- [![Open-Source Software][oss icon]](http://git.savannah.gnu.org/cgit/nano.git/) [Nano](https://www.nano-editor.org/) - GNU Nano คือซอฟต์แวร์แก้ไขข้อความอย่างง่าย ที่ใช้งานบนคอนโซลได้ง่าย
- [![Open-Source Software][oss icon]](https://github.com/neovim/neovim) [Neovim](https://neovim.io/) - Neovim คือซอฟต์แวร์ที่ fork จาก Vim ซึ่งมุ่งเน้นในการให้ประสบการณ์ที่ดีต่อผู้ใช้ และ ปลั๊กอิน
- [![Open-Source Software][oss icon]](https://github.com/zyedidia/micro) [Micro](https://micro-editor.github.io/) - Micro is a terminal-based text editor that aims to be easy to use and intuitive, while also taking advantage of the full capabilities of modern terminals.
### Education
- [![Open-Source Software][oss icon]](https://apps.ankiweb.net/) [Anki](https://apps.ankiweb.net/) - Powerful, intelligent flash cards which makes remembering things easy.
- [![Open-Source Software][oss icon]](http://artha.sourceforge.net/wiki/index.php/Download#Source) [Artha](http://artha.sourceforge.net/wiki/index.php/Home) - Artha is a free cross-platform English thesaurus that works completely off-line and is based on WordNet.
- [![Open-Source Software][oss icon]](https://github.com/bibletime/bibletime) [BibleTime](http://bibletime.info/) - BibleTime is a Bible study application based on the Sword library and Qt toolkit.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/celestia/files/Celestia-source/1.6.1/celestia-1.6.1.tar.gz/download) [Celestia](http://celestiaproject.net/) - The free space simulation that lets you explore our universe in three dimensions.
- [![Open-Source Software][oss icon]](https://github.com/opp11/chemtool/blob/master/README.md) [Chemtool](http://ruby.chemie.uni-freiburg.de/~martin/chemtool/) - Chemtool is a small program for drawing chemical structures on Linux.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/epoptes) [Epoptes](http://www.epoptes.org/) - An open source computer lab management and monitoring tool.
- [![Open-Source Software][oss icon]](https://github.com/gap-system/gap) [GAP](http://www.gap-system.org/) - A computer algebra system for computational discrete algebra with particular emphasis on computational group theory.
- [![Open-Source Software][oss icon]](https://gcompris.net/wiki/Developer%27s_corner) [Gcompris](http://gcompris.net/index-en.html) - GCompris is a high quality educational software suite comprising of numerous activities for children aged 2 to 10.
- [![Open-Source Software][oss icon]](https://github.com/geogebra/geogebra) [Geogebra](https://www.geogebra.org/download) - The graphing calculator for functions, geometry, algebra, calculus, statistics and 3D mathematics.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/Dictionary) [Gnome-dictionary](https://wiki.gnome.org/Apps/Dictionary) - A powerful dictionary for GNOME.
- [![Open-Source Software][oss icon]](https://opensis.sourceforge.net/) [GNU Octave](http://www.gnu.org/software/octave/) - GNU Octave is a scientific programming language, primarily intended for numerical computations, that is mostly compatible with MATLAB.
- [![Open-Source Software][oss icon]](http://ftp.gnu.org/gnu/gtypist/) [GNU Typist](https://www.gnu.org/software/gtypist/index.html) - ncurses-based free-software typing instructor
- [![Open-Source Software][oss icon]](https://gitlab.com/gnukhata) [GNUKhata](http://www.gnukhata.in/) - Open source accounting software.
- [Google Earth](https://itsfoss.com/install-google-earth-ubunu/) - Google Earth is a virtual globe, map and geographical information program.
- [![Open-Source Software][oss icon]](http://gperiodic.seul.org/cvs/) [GPeriodic](http://gperiodic.seul.org/) - GPeriodic is a periodic table application for Linux.
- [KDE Edu Suite](https://apps.kde.org/education/) - Free Educational Software based on the KDE technologies.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/klavaro) [Klavaro](http://klavaro.sourceforge.net/en/index.html) - A touch typing tutor very flexible, supporting customizable keyboard layouts. You can edit and save new or unknown keyboard layouts, as the basic course was designed to not depend on specific ones. Also, there are some charts about the learning process.
- [![Open-Source Software][oss icon]](https://github.com/KDE/ktouch) [Ktouch](https://github.com/KDE/ktouch) - KTouch is a program to learn and practice touch typing.
- ![Nonfree][money icon] [MAPLE](http://www.maplesoft.com/products/maple/) - Maple is math software that combines the world's most powerful math engine with an interface that makes it extremely easy to analyze, explore, visualize, and solve mathematical problems.
- ![Nonfree][money icon] [MapTiler](https://www.maptiler.com/) - MapTiler generates zoomable raster maps from images in user-defined coordinate system.
- [![Open-Source Software][oss icon]](https://github.com/KDE/marble) [Marble](https://marble.kde.org/) - Marble is a virtual globe and world atlas — your swiss army knife for maps.
- ![Nonfree][money icon] [MATLAB](http://www.mathworks.com/products/matlab/?requestedDomain=www.mathworks.com) - The MATLAB platform is optimized for solving engineering and scientific problems. MATLAB helps you take your ideas beyond the desktop. You can run your analyses on larger data sets and scale up to clusters and clouds.![Nonfree][money icon]
- [![Open-Source Software][oss icon]](http://maxima.sourceforge.net/project.html) [Maxima](http://maxima.sourceforge.net/) - Maxima is a system for the manipulation of symbolic and numerical expressions, including differentiation, integration, Taylor series, Laplace transforms, ordinary differential equations, systems of linear equations, and much more.
- [Mendeley](https://www.mendeley.com/) - Mendeley is a program for managing and sharing research papers, finding research data and collaborating online.
- [![Open-Source Software][oss icon]](https://github.com/moodle/moodle) [Moodle](https://download.moodle.org/) - Course management system for online learning.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/openeuclide/) [OpenEuclid](http://coulon.publi.free.fr/openeuclide/) - OpenEuclide is a 2D geometry software: figures are defined dynamically by describing formal geometrical constraints.
- [![Open-Source Software][oss icon]](https://github.com/openmaptiles) [OpenMapTiles](https://openmaptiles.org/) - OpenMapTiles is a set of open-source tools for self-hosting of OpenStreetMaps in more than 50 languages. It provides both raster as well as vector tiles, WMS, WMTS, support for JavaScript viewers and mobile SDK.
- [![Open-Source Software][oss icon]](https://opensis.sourceforge.net/) [OpenSIS](http://www.opensis.com/home) - School Management Software that Increases Student Achievements & Teacher Performances.
- [![Open-Source Software][oss icon]](http://pari.math.u-bordeaux.fr/cgi-bin/gitweb.cgi?p=pari.git;a=summary) [PARI/GP](http://pari.math.u-bordeaux.fr/) - A computer algebra system for fast computations in number theory.
- [![Open-Source Software][oss icon]](https://git.sagemath.org/sage.git/) [SageMath](http://www.sagemath.org/) - A mathematical software with features covering many aspects of mathematics, including algebra, combinatorics, numerical mathematics, number theory, and calculus.
- [![Open-Source Software][oss icon]](https://github.com/scipy/scipy) [Scipy](https://scipy.org/install.html) - SciPy is a Python-based ecosystem of open-source software for mathematics, science, and engineering.
- [![Open-Source Software][oss icon]](https://github.com/LLK/scratch-flash) [Scratch](https://scratch.mit.edu/) - With Scratch, you can program your own interactive stories, games, and animations — and share your creations with others in the online community.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/stellarium/code/HEAD/tree/) [Stellarium](http://www.stellarium.org/) - Stellarium is a free open source planetarium for your computer.
- [![Open-Source Software][oss icon]](https://github.com/ugeneunipro/ugene) [UGENE](http://ugene.net/) - UGENE is free open-source cross-platform integrated GUI-based bioinformatics software.
- [![Open-Source Software][oss icon]](https://github.com/veyon/veyon) [Veyon](https://github.com/veyon/veyon/releases) - Veyon is a computer management software for classrooms, it allows a teacher to control student computers and guide students over a computer network.
### Email
- [![Open-Source Software][oss icon]](http://git.claws-mail.org/) [Claws](http://www.claws-mail.org/) - Claws is an email client and news reader, featuring sophisticated interface, easy configuration, intuitive operation, abundant features and plugins, robustness and stability.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/Evolution/#Get_the_Source_Code) [Evolution](https://wiki.gnome.org/Apps/Evolution/) - Evolution is a personal information management application that provides integrated mail, calendaring and address book functionality.
- [![Open-Source Software][oss icon]](https://git.gnome.org//browse/geary/) [Geary](https://wiki.gnome.org/Apps/Geary) - Geary is an email application built for GNOME 3. It allows you to read and send email with a simple, modern interface.
- [Hiri](https://www.hiri.com/) - Hiri is a business focused desktop e-mail client for sending and receiving e-mails, managing calendars, contacts, and tasks.
- [![Open-Source Software][oss icon]](https://cgit.kde.org/kmail.git/) [KMail](https://apps.kde.org/de/kmail2/) - KMail is the email component of Kontact, the integrated personal information manager from KDE.
- [![Open-Source Software][oss icon]](https://github.com/pulb/mailnag) [Mailnag](https://launchpad.net/~pulb/+archive/ubuntu/mailnag) - Mailnag is a daemon program that checks POP3 and IMAP servers for new mail.
- [Mailspring](https://getmailspring.com/) - A beautiful, fast and maintained fork of Nylas Mail by one of the original authors.
- [![Open-Source Software][oss icon]](https://sylpheed.sraoss.jp/en/download.html#stable) [Sylpheed](http://sylpheed.sraoss.jp/en/) - Lightweight and user-friendly e-mail client.
- [![Open-Source Software][oss icon]](https://releases.mozilla.org/pub/thunderbird/) [Thunderbird](https://www.mozilla.org/en-US/thunderbird/) - Thunderbird is a free email application that’s easy to set up and customize and it’s loaded with great features.
- [![Open-Source Software][oss icon]](https://github.com/KDE/trojita) [Trojita](https://apps.kde.org/trojita/) - A super fast desktop email client for Linux.
- [![Open-Source Software][oss icon]](https://github.com/danchoi/vmail) [Vmail](https://danielchoi.com/software/vmail.html) - Vim-like Gmail client.
- [![Open-Source Software][oss icon]](https://github.com/Thomas101/wmail) [Wmail](https://github.com/Thomas101/wmail) - Gmail & Google Inbox unofficial desktop client for linux.
### File Manager
- [![Open-Source Software][oss icon]](https://github.com/pornel/7z) [7Zip](http://www.7-zip.org/download.html) - ซอฟต์แวร์ที่สามารถจัดการไฟล์บีบอัดได้เกือบทุกฟอร์แมต
- [![Open-Source Software][oss icon]](https://github.com/mate-desktop/caja) [Caja](https://mate-desktop.org/) - Is the default file manager for the MATE desktop environment, it is very fast and simple to use.
- [![Open-Source Software][oss icon]](https://github.com/KDE/dolphin) [Dolphin](https://userbase.kde.org/Dolphin) - Dolphin is the default file manager of the KDE desktop environment featuring usability as well as functionality.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/doublecmd/) [Double Commander](http://doublecmd.sourceforge.net/) - Double Commander is a cross platform open source file manager with two panels side by side. It is inspired by Total Commander and features some new ideas.
- [![Open-Source Software][oss icon]](https://krusader.org/get-involved/index.html) [Krusader](https://krusader.org) - Krusader is an advanced twin panel (commander style) file manager for KDE and other desktops in the \*nix world, similar to Midnight or Total Commander.
- [![Open-Source Software][oss icon]](https://github.com/MidnightCommander) [Midnight Commander](https://www.midnight-commander.org/) - A feature rich full-screen file manager that allows you to copy, move and delete files and whole directory trees.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/nautilus) [Nautilus](https://wiki.gnome.org/Apps/Nautilus) - Nautilus (Files) is a file manager designed to fit the Gnome desktop design and behaviour, giving the user a simple way to navigate and manage its files.
- [![Open-Source Software][oss icon]](https://github.com/linuxmint/nemo) [Nemo](http://askubuntu.com/questions/294421/how-do-i-install-nemo-file-manager) - Nemo is the file manager for the Cinnamon desktop environment.
- [![Open-Source Software][oss icon]](https://github.com/jarun/nnn) [nnn](https://github.com/jarun/nnn) - A very lightweight and fast terminal file browser with excellent desktop integration.
- [![Open-Source Software][oss icon]](https://github.com/teejee2008/polo) [Polo](https://github.com/teejee2008/polo) - Polo is a modern, light-weight file manager for Linux with support for multiple panes and tabs; support for archives, and much more.
- [![Open-Source Software][oss icon]](https://github.com/shundhammer/qdirstat) [QDirStat](https://github.com/shundhammer/qdirstat#ubuntu) - Qt-based directory statistics - KDirStat without any KDE, from the original KDirStat author.
- [![Open-Source Software][oss icon]](https://github.com/ranger/ranger) [Ranger](http://ranger.nongnu.org/) - Ranger is a console file manager with VI key bindings.
- [![Open-Source Software][oss icon]](https://github.com/luisgg/thunar) [Thunar](https://apps.ubuntu.com/cat/applications/precise/thunar/) - Thunar is the file manager designed to be the default file manager of Xfce 4.6 It has been designed to be fast and easy to use.
- [![Open-Source Software][oss icon]](https://github.com/vifm/vifm) [Vifm](https://vifm.info/) - Vifm is an ncurses based file manager with VI like keybindings, which also borrows some useful ideas from mutt.
### Games
#### City Building Simulation
- [Dwarf Fortress](http://www.bay12games.com/dwarves/) - A famously complex simulation of a High Fantasy Dwarf Fortress, fight goblins, and slay massive legendary beasts. Strike the earth!
- [![Open-Source Software][oss icon]](https://github.com/OpenTTD/OpenTTD) [OpenTTD](https://www.openttd.org/) - An open-source clone of Transport Tycoon Plus with major improvements.
- [![Open-Source Software][oss icon]](https://github.com/aburch/simutrans) [Simutrans](https://www.simutrans.com) - Simutrans is a freeware and open-source transportation simulator.
- [![Open-Source Software][oss icon]](https://github.com/unknown-horizons/unknown-horizons) [Unknown Horizons](https://unknown-horizons.org/) - A 2D realtime strategy simulation with an emphasis on economy and city building. Multiplayer currently broken.
#### Command Line Games
- [![Open-Source Software][oss icon]](https://itsfoss.com/best-command-line-games-linux/) [2048](https://itsfoss.com/best-command-line-games-linux/) - Play the famous 2048 in commandline.
- [![Open-Source Software][oss icon]](https://itsfoss.com/best-command-line-games-linux/) [Backgammon](https://itsfoss.com/best-command-line-games-linux/) - Play Backgammon in commandline.
- [![Open-Source Software][oss icon]](https://github.com/fph/bastet) [Bastet](https://github.com/fph/bastet) - Play Tetris in commandline.
- [![Open-Source Software][oss icon]](https://itsfoss.com/best-command-line-games-linux/) [Greed](https://itsfoss.com/best-command-line-games-linux/) - Tron game in the linux command line.
- [![Open-Source Software][oss icon]](https://itsfoss.com/best-command-line-games-linux/) [Ninvaders](https://itsfoss.com/best-command-line-games-linux/) - Play Space Invaders on the command line.
- [![Open-Source Software][oss icon]](https://itsfoss.com/best-command-line-games-linux/) [nSnake](https://itsfoss.com/best-command-line-games-linux/) - Play the classic Nokia snake game on the command line.
- [![Open-Source Software][oss icon]](https://github.com/alexdantas/pacman4console.debian) [Pacman4console](https://launchpad.net/ubuntu/+source/pacman4console) - Play Pacman game in console.
- [![Open-Source Software][oss icon]](https://itsfoss.com/best-command-line-games-linux/) [Tron](https://itsfoss.com/best-command-line-games-linux/) - Play the best action game, Tron in the command line.
#### Engine Re-creations (require the actual game)
- ![Open-Source Software][oss icon] [NXEngine](http://nxengine.sourceforge.net/) - A source port of Cave Story that runs natively on Linux, source needs to be built.
- [![Open-Source Software][oss icon]](https://github.com/SFTtech/openage) [openage](http://openage.sft.mx/) - Free (as in freedom) open source clone of the Age of Empires II engine, source needs to be built.
- [![Open-Source Software][oss icon]](https://github.com/OpenMW/openmw) [OpenMW](http://openmw.org) - A recreation of the Morrowind engine, expanding upon the original. It can be used to play legitimate copies of original game.
- [![Open-Source Software][oss icon]](https://github.com/OpenRA/OpenRA) [OpenRA](http://www.openra.net/) - Classic strategy games, rebuilt for the modern era. Open source.
- [![Open-Source Software][oss icon]](https://github.com/OpenRCT2/OpenRCT2) [OpenRCT2](https://openrct2.website/) - A recreation of the Rollercoaster Tycoon 2 engine. Requires the original games assests.
#### FPS
- [![Open-Source Software][oss icon]](https://gitlab.com/groups/xonotic) [ChaosEsqueAnthology Disc 1](https://sourceforge.net/projects/chaosesqueanthology/) [ChaosEsqueAnthology Disc 2](https://sourceforge.net/projects/chaosesqueanthologyvolume2/) - A modification of Xonotic which included extended weapons, maps, vehicles, buildable buildings, mounted weapons, spell casting, monsters, player characters, textures, and game mode (such as colorwar (think liquidwar))
- [![Open-Source Software][oss icon]](https://github.com/freedoom/freedoom) [Freedoom](https://freedoom.github.io/) - The Freedoom project aims to create a complete free content game based on the Doom engine.
- [![Open-Source Software][oss icon]](https://github.com/red-eclipse/base) [Red Eclipse](https://redeclipse.net/) - Red Eclipse is a fun-filled new take on the first person arena shooter, which lends itself toward a balanced gameplay, with a general theme of agility in a variety of environments.
- ![Open-Source Software][oss icon] [Urban Terror](http://www.urbanterror.info) - A "Hollywood" tactical shooter - realism based, but the motto is "fun over realism".
- [![Open-Source Software][oss icon]](https://gitlab.com/groups/xonotic) [Xonotic](http://www.xonotic.org/) - Arena shooter inspired by Unreal Tournament and Quake.
- [![Open-Source Software][oss icon]](https://osdn.net/projects/zandronum/scm/) [Zandronum](http://zandronum.com/) - Leading the way in newschool multiplayer Doom online.
- [![Open-Source Software][oss icon]](https://github.com/coelckers/gzdoom) [Zdoom](https://zdoom.org/index) - ZDoom is a source port for the modern era, supporting current hardware and operating systems and sporting a vast array of user options.
#### Gaming Applications
- [![Open-Source Software][oss icon]](https://github.com/itchio/itch) [itch](https://itch.io/) - The itch.io app. All of your downloads are kept in a single place and are automatically updated. Plenty of free games.
- [![Open-Source Software][oss icon]](https://github.com/lutris/lutris) [Lutris](https://lutris.net/) - Lutris is an open gaming platform for Linux. It helps you install and manage your games in a unified interface.
- [![Open-Source Software][oss icon]](http://repository.playonlinux.com/) [PlayOnLinux](https://www.playonlinux.com) - A front-end for Wine.
- [![Open-Source Software][oss icon]](https://github.com/libretro/RetroArch) [RetroArch](http://www.retroarch.com/) - A front-end for a lot of game emulators.
- [Steam](steampowered.com) - Gaming store, which opens the gates to many games.
- [![Open-Source Software][oss icon]](https://dl.winehq.org/wine/source/) [Wine](https://www.winehq.org/) - Wine ("Wine Is Not an Emulator") is a compatibility layer capable of running Windows applications on Linux, quality depends from game to game.
#### Machine emulators
- [![Open-Source Software][oss icon]](https://github.com/dolphin-emu/dolphin) [Dolphin Emulator](https://dolphin-emu.org/) - Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/fuse-emulator/fuse/ci/master/tree/) [Fuse](https://fuse-emulator.sourceforge.net/) - Fuse (the Free Unix Spectrum Emulator) is a ZX Spectrum emulator for Unix.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gnome-video-arcade) [GNOME Video Arcade](https://wiki.gnome.org/action/show/Apps/GnomeVideoArcade?action=show&redirect=GnomeVideoArcade) - GNOME Video Arcade is a simple Mame frontend for any freedesktop.org compliant desktop environment.
- [![Open-Source Software][oss icon]](https://github.com/mamedev/mame) [MAME](http://mamedev.org/) - MAME is an Arcade Cabinet emulator that strives for accuracy, and can play a huge number of different arcade games.
- [![Open-Source Software][oss icon]](https://github.com/0ldsk00l/nestopia) [nestopia](http://0ldsk00l.ca/nestopia/) - nestopia is a Nintendo Entertainment System/Famicon emulator.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/qmc2/files/qmc2/) [qmc2](https://qmc2.batcom-it.net/) - QMC2 is the successor to QMamecat, it is a gui for MAME and a ROM manager.
- [![Open-Source Software][oss icon]](https://github.com/snes9xgit/snes9x) [Snes9x](http://www.snes9x.com/) - Is a multiplatform Super Nintendo Entertainment System emulator that has gone through many incarnations, but is still being actively developed.
- [![Open-Source Software][oss icon]](https://github.com/stella-emu/stella) [Stella](https://stella-emu.github.io/) - is an Atari 2600 Emulator that is multiplatform.
- [![Open-Source Software][oss icon]](https://github.com/visualboyadvance-m/visualboyadvance-m) [Visual Boy Advance-M](http://vba-m.com/) - A Gameboy and Gameboy Advance Emulator that is still undergoing active development and can even emulate a system link between two gameboys.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/zsnes/files/zsnes/ZSNES%20v1.51/) [ZSNES](http://www.zsnes.com/) - A capable and commonly used Super Nintendo Entertainment System/Super Famicom emulator, many consider it the gold standard in SNES/Super Famicom emulation.
#### Miscellaneous
- ![Open-Source Software][oss icon] [Cockatrice](https://cockatrice.github.io/) - Cockatrice is an open-source multiplatform supported program for playing tabletop card games over a network.
- [![Open-Source Software][oss icon]](https://download.savannah.gnu.org/releases/galois/source/) [Galois](http://www.nongnu.org/galois/) - Galois is a Falling Blocks type game that isn't limited to the standard tetrominoes that most games in it's genre are limited to.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/action/show/Apps/gbrainy?action=show&redirect=gbrainy#Source_code) [GBrainy](https://wiki.gnome.org/action/show/Apps/gbrainy?action=show&redirect=gbrainy) - Gbrainy is a brain teaser game with logic puzzles and memory trainers.
- ![Nonfree][money icon] [Minecraft](https://minecraft.net) - Minecraft is a game about placing blocks and going on adventures. Explore randomly generated worlds and build amazing things from the simplest of homes to the grandest of castles.
- [![Open-Source Software][oss icon]](https://github.com/minetest/minetest/) [Minetest](https://minetest.net) - Open-source Minecraft written in C++ (uses less resources) and includes modding API.
- ![Open-Source Software][oss icon] [Mudlet](mudlet.org) - A cross-platform, open source, and super fast MUD (text-only MMORPGs) client with scripting in Lua.
- [OhMyGiraffe](https://ohmygiraffe.com) - A delightful game of survival. A game about a giraffe eating fruit while being chased by lions.
- [![Open-Source Software][oss icon]](https://github.com/alpcoskun/snake) [Snake Game](https://alpcoskun.com/snake/) - Cross-platform Classic Snake Game based on Node.js.
- [![Open-Source Software][oss icon]](https://github.com/supertuxkart/stk-code) [SuperTuxKart](https://supertuxkart.net) - SuperTuxKart is a 3D open-source arcade racer with a variety characters, tracks, and modes to play.
#### RPG
- ![Open-Source Software][oss icon] [Tales of Maj'Eyal](https://te4.org/) - Tales of Maj’Eyal (ToME) is a free, open source roguelike RPG, featuring tactical turn-based combat and advanced character building.
- ![Open-Source Software][oss icon] [Zelda Classic](http://www.zeldaclassic.com/) - A tribute to Nintendo's The Legend of Zelda with additional quests, items and challenges.
- ![Open-Source Software][oss icon] [Zelda: Mystery of Solarus DX](https://www.solarus-games.org) - A direct sequel to The Legend of Zelda: A Link to the Past on the SNES, using the same graphics and game mechanisms.
#### RTS
- [![Open-Source Software][oss icon]](http://releases.wildfiregames.com/) [0 AD](https://play0ad.com/) - Age of Empires like RTS game of ancient warfare.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/nethack/NetHack/ci/NetHack-3.6.0/tree/) [Nethack](https://www.nethack.org/) - Open-source rogue-like with ASCII graphics.
- [![Open-Source Software][oss icon]](https://github.com/triplea-game/triplea/) [TripleA](http://www.triplea-game.org/) - Open source grand strategy game with "Axis and Allies" game rules.
- [![Open-Source Software][oss icon]](https://github.com/Warzone2100/warzone2100) [Warzone 2100](https://www.wz2100.net/) - Open-source real-time strategy game that takes place after a nuclear war.
- [![Open-Source Software][oss icon]](https://bazaar.launchpad.net/~widelands-dev/widelands/trunk/changes) [Widelands](https://www.widelands.org/) - Widelands is a open source RTS game with singleplayer campaigns and a multiplayer mode inspired by Settlers II.
#### Turn Based Strategy
- [![Open-Source Software][oss icon]](https://github.com/wesnoth/wesnoth) [Battle for Wesnoth](https://wesnoth.org/) - The Battle for Wesnoth is an open source, turn-based strategy game with a high fantasy theme. It features both singleplayer and online/hotseat multiplayer combat.
- [![Open-Source Software][oss icon]](https://github.com/freeciv/freeciv) [FreeCiv](http://www.freeciv.org/) - Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization.
### Graphics
#### Graphic Creation
- [![Open-Source Software][oss icon]](https://github.com/aseprite/aseprite/) [Aseprite](https://www.aseprite.org/) - Animated sprite editor & pixel art tool.
- [![Open-Source Software][oss icon]](http://archive.blender.org/download/source-code/index.html) [Blender](https://www.blender.org/) - a free and open source complete 3D creation pipeline for artists and small teams.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/cinepaint/) [Cinepaint](http://cinepaint.org/) - Open source deep paint software.
- [![Open-Source Software][oss icon]](https://github.com/lettier/gifcurry) [Gifcurry](https://lettier.github.io/gifcurry/) - Your open source video to GIF maker built with Haskell.
- [Heron Animation](https://heronanimation.brunolefevre.net/) - A free stop animation making program.
- [![Open-Source Software][oss icon]](https://github.com/inkscape/inkscape) [Inkscape](https://inkscape.org/en/) - A powerful, free design tool for you , whether you are an illustrator, designer, web designer or just someone who needs to create some vector imagery.
- [![Open-Source Software][oss icon]](https://www.kde.org/applications/graphics/karbon/development) [Karbon](https://www.calligra.org/karbon/) - An open source vector drawing program.
- [![Open-Source Software][oss icon]](https://github.com/mbasaglia/Knotter) [Knotter](https://knotter.mattbas.org/Knotter) - A Program designed solely to help design and create Celtic Knots.
- [![Open-Source Software][oss icon]](https://github.com/KDE/krita) [Krita](https://krita.org/en/) - Open Source Software for Concept Artists, Digital Painters, and Illustrators.
- [![Open-Source Software][oss icon]](https://github.com/mypaint/mypaint/releases) [Mypaint](http://mypaint.org/about/) - Mypaint is a paint program for use with graphics tablets.
- [![Open-Source Software][oss icon]](https://github.com/jonata/opendvdproducer) [Open DVD Producer](http://opendvdproducer.jonata.org/) - A modern, open source cross platform software to produce DVD images.
- [![Open-Source Software][oss icon]](https://github.com/PintaProject/Pinta) [Pinta](https://pinta-project.com/pintaproject/pinta/) - Pinta is a free, open source program for drawing and image editing.
- [![Open-Source Software][oss icon]](https://launchpad.net/lsm) [StopMotion](http://linuxstopmotion.org/) - Linux Stopmotion is a Free Open Source application to create stop-motion animations. It helps you capture and edit the frames of your animation and export them as a single file.
- [![Open-Source Software][oss icon]](https://github.com/synfig/synfig) [Synfig Studio](http://www.synfig.org/) - Open-source 2D animation software.
- [![Open-Source Software][oss icon]](http://www.xaraxtreme.org/Developers/develeopers-source-code-a-building.html) [Xara Extreme](http://www.xaraxtreme.org/) - Xara Xtreme for Linux is a powerful, general purpose graphics program for Unix platforms including Linux, FreeBSD.
- [yEd Graph Editor](https://www.yworks.com/products/yed) - yEd is a powerful desktop application that can be used to quickly and effectively generate high-quality diagrams. Create diagrams manually, or import your external data for analysis. Our automatic layout algorithms arrange even large data sets with just the press of a button.
- [Vectr](https://vectr.com/) - Vectr is a free graphics software used to create vector graphics easily and intuitively. It's a simple yet powerful web and desktop cross-platform tool to bring your designs into reality.
#### Image Editor
- ![Nonfree][money icon] [Aftershot](http://www.aftershotpro.com/en/products/aftershot/pro/) - A powerful alternative to Adobe Photoshop.
- [![Open-Source Software][oss icon]](https://github.com/darktable-org/darktable) [Darktable](http://www.darktable.org/) - Darktable is an open source photography workflow application and RAW developer.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gimp) [GIMP](https://www.gimp.org/downloads/) - GIMP is a freely distributed program for such tasks as photo retouching, image composition and image authoring.
- [![Open-Source Software][oss icon]](http://www.graphicsmagick.org/) [GraphicsMagick](http://www.graphicsmagick.org/) - GraphicsMagick is the swiss army knife of image processing.
- [![Open-Source Software][oss icon]](https://hugin.sourceforge.io/) [Hugin](https://hugin.sourceforge.io/) - an easy to use cross-platform panoramic imaging toolchain based on Panorama Tools.
- [![Open-Source Software][oss icon]](https://github.com/ImageMagick/ImageMagick) [ImageMagik](http://www.imagemagick.org/script/index.php) - ImageMagick is a suite of command-line utilities for modifying and working with images.
- [![Open-Source Software][oss icon]](https://github.com/jarun/imgp) [imgp](https://github.com/jarun/imgp) - Blazing fast terminal image resizer and rotator.
- [![Open-Source Software][oss icon]](https://github.com/LuminanceHDR/LuminanceHDR) [Luminance HDR](https://sourceforge.net/projects/qtpfsgui/) - Luminance HDR is an open source graphical user interface application that aims to provide a workflow for HDR imaging.
- [![Open-Source Software][oss icon]](https://github.com/google-code-export/photivo) [Photivo](https://photivo.org/) - Photivo is a free and open source (GPL3) photo processor, handles your RAW and bitmap files (TIFF, JPEG, BMP, PNG and many more) in a non-destructive 16 bit processing pipe with gimp workflow integration and batch mode. It is intended to be used in a workflow together with digiKam/F-Spot/Shotwell and Gimp.
- [![Open-Source Software][oss icon]](https://github.com/piskelapp/piskel) [Piskel](https://www.piskelapp.com/) - Browser-based editor for animated sprites and pixel art. Available as offline application.
- [![Open-Source Software][oss icon]](https://github.com/lbalazscs/Pixelitor) [Pixelitor](https://pixelitor.sourceforge.io/) - Pixelitor is a free and open source image editing software that supports layers, layer masks, text layers, filters, multiple undo etc.
- [![Open-Source Software][oss icon]](https://github.com/Beep6581/RawTherapee) [RawTherapee](http://rawtherapee.com/) - A good looking but lesser known photo editing app.
#### Image Management
- [![Open-Source Software][oss icon]](https://github.com/KDE/digikam) [Digikam](http://www.digikam.org/) - DigiKam คือซอฟต์แวร์สำหรับจัดการรูปถ่ายขั้นสูงในลินุกซ์
- [![Open-Source Software][oss icon]](https://git.finalrewind.org/feh) [Feh](https://feh.finalrewind.org/) - lightweight and fast image viewer.
- [![Open-Source Software][oss icon]](http://www.kornelix.net/downloads/downloads.html) [Fotoxx](http://www.kornelix.net/fotoxx/fotoxx.html) - Fotoxx is a free open source Linux program for image editing and collection management.
- [![Open-Source Software][oss icon]](https://git.gnome.org/browse/gthumb/) [gThumb](https://wiki.gnome.org/Apps/gthumb) - gThumb is an image viewer and browser (it also includes an importer tool for transferring photos from cameras).
- [![Open-Source Software][oss icon]](https://cgit.kde.org/gwenview.git/tree//?) [gwenview](https://userbase.kde.org/Gwenview) - Simple yet powerful image viewer and management for KDE desktops.
- [![Open-Source Software][oss icon]](https://github.com/meowtec/Imagine) [Imagine](https://github.com/meowtec/Imagine) - An open source image optimizer that can shrink the size of images with a minimal loss of quality.
- [![Open-Source Software][oss icon]](https://github.com/nomacs/nomacs/tree/master) [nomacs](https://nomacs.org/) - nomacs is an image viewer that is able to view nearly any image format, and has powerful renaming and sorting tools.
- [![Open-Source Software][oss icon]](https://github.com/peterlevi/ojo) [Ojo](https://github.com/peterlevi/ojo) - A fast and pretty image viewer.
- [![Open-Source Software][oss icon]](https://github.com/ivandokov/phockup) [Phockup](https://github.com/ivandokov/phockup) - Command line sorting tool to organize photos and videos from your camera in folders by year, month and day.
- [![Open-Source Software][oss icon]](https://github.com/oferkv/phototonic) [Photonic](https://github.com/oferkv/phototonic) - Phototonic is image viewer and organizer.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/Shotwell) [Shotwell](https://wiki.gnome.org/Apps/Shotwell) - Shotwell is a photo manager for GNOME 3.
#### Miscellaneous
- [![Open-Source Software][oss icon]](https://github.com/HandBrake/HandBrake) [Handbrake](https://handbrake.fr/) - HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs.
- [![Open-Source Software][oss icon]](https://potrace.sourceforge.net/#downloading) [Potrace](https://potrace.sourceforge.net/) - Potrace is a tool for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image.
- [![Open-Source Software][oss icon]](https://www.radiance-online.org/download-install/radiance-source-code) [Radiance](http://www.radiance-online.org/) - Radiance - A Validated Lighting Simulation Tool.
- [![Open-Source Software][oss icon]](https://github.com/terkelg/ramme) [Ramme](https://github.com/terkelg/ramme) - Unofficial Instagram desktop application.
- [![Open-Source Software][oss icon]](https://launchpad.net/rapid/pyqt/0.9.0b2) [Rapid Photo Downloader](http://damonlynch.net/rapid/download.html) - Rapid Photo Downloader makes it easy to import photos from a camera or smartphone.
#### PSD, Sketch Inspection
- ![Nonfree][money icon] [Avocode](https://avocode.com/) - Avocode - Share and inspect Photoshop and Sketch designs in a heart beat.
#### Screen Recorder
- [![Open-Source Software][oss icon]](https://github.com/asciinema/asciinema) [asciinema](https://asciinema.org) - Terminal session recorder.
- [![Open-Source Software][oss icon]](https://github.com/foss-project/green-recorder) [Green Recorder](https://github.com/foss-project/green-recorder) - A simple desktop recorder for Linux systems, supports recording audio and video on almost all Linux interfaces and Wayland display server on GNOME session.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/kazam) [Kazam](https://launchpad.net/kazam) - An easy to use and very intuitive screen recording program that will capture the content of your screen and record a video file that can be played by any video player that supports VP8/WebM video format.
- [![Open-Source Software][oss icon]](https://github.com/jp9000/OBS) [OBS Studio](https://obsproject.com/) - Free and open source software for video recording and live streaming. Download and start streaming quickly and easily on Windows, Mac or Linux. Share your gaming, art and entertainment with the world.
- [![Open-Source Software][oss icon]](https://github.com/phw/peek) [Peek](https://github.com/phw/peek) - Simple animated GIF screen recorder with an easy to use interface.
- [![Open-Source Software][oss icon]](https://github.com/colinkeenan/silentcast) [Silentcast](https://github.com/colinkeenan/silentcast) - Silentcast can create MKV screencasts and also output to an animated GIF.
- [![Open-Source Software][oss icon]](https://github.com/MaartenBaert/ssr) [SimpleScreenRecorder](http://www.maartenbaert.be/simplescreenrecorder/) - SimpleScreenRecorder is a feature-rich screen recorder that supports X11 and OpenGL. It has a Qt-based graphical user interface.
- [![Open-Source Software][oss icon]](https://github.com/vkohaupt/vokoscreenNG) [vokoscreenNG](https://linuxecke.volkoh.de/vokoscreen/vokoscreen.html) - A free, multilingual and easy to use screencast recorder with audio for Linux. It has many features.
#### Screenshot
- [![Open-Source Software][oss icon]](https://github.com/lupoDharkael/flameshot) [Flameshot](https://github.com/lupoDharkael/flameshot) - Powerful yet simple to use screenshot software.
- [![Open-Source Software][oss icon]](https://github.com/olav-st/screencloud) [Screencloud](http://screencloud.net/) - ScreenCloud is an easy to use screenshot sharing tool consisting of a cross-platform client and a sharing website: http://screencloud.net/.
- [![Open-Source Software][oss icon]](https://github.com/ShareX/ShareX) [ShareX](https://getsharex.com) - ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to over 80 supported destinations you can choose from.
- [![Open-Source Software][oss icon]](https://launchpad.net/shutter/) [Shutter](http://shutter-project.org/) - Shutter is a feature-rich screenshot program for Linux based operating systems such as Ubuntu.
#### Streaming
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/minidlna) [ReadyMedia](https://minidlna.sourceforge.net/) - Formerly known as **MiniDLNA**, ReadyMedia is a is a simple, lightweight media server software, with the aim of being fully compliant with DLNA/UPnP-AV clients. The MiniDNLA daemon serves media files (music, pictures, and video) to clients on a network such as smartphones, portable media players, televisions, other computers and some gaming systems.
#### Video editor
- [![Open-Source Software][oss icon]](https://github.com/cinelerra-cv-team/cinelerra-cv) [Cinelerra-cv](http://cinelerra.org/) - Professional video editing and compositing environment.
- [![Open-Source Software][oss icon]](https://github.com/jliljebl/flowblade) [Flowblade](https://github.com/jliljebl/flowblade/releases/tag/1.12.2) - A multitrack non-linear video editor for Linux.
- [![Open-Source Software][oss icon]](https://github.com/KDE/kdenlive) [Kdenlive](https://kdenlive.org/) - Kdenlive is a Non-Linear Video Editor, which is much more powerful than beginners’ (linear) editors.
- ![Nonfree][money icon] [Lightworks](https://www.lwks.com/) - Professional non-linear video editing program with a free version available.
- [![Open-Source Software][oss icon]](https://github.com/OpenShot/openshot-qt) [OpenShot](http://www.openshot.org/) - OpenShot is a free, simple-to-use, feature-rich video editor for Linux.
- [![Open-Source Software][oss icon]](https://github.com/mltframework/shotcut) [Shotcut](https://www.shotcut.org/) - Shotcut is a free, open source, cross-platform video editor with support for hundreds of audio and video formats and codecs and a sleek, intuitive interface.
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/pitivi) [Pitivi](https://www.pitivi.org/) - A free video editor with a beautiful and intuitive user interface, a clean codebase and a fantastic community.
- [![Open-Source Software][oss icon]](https://github.com/ozmartian/vidcutter) [Vidcutter](http://vidcutter.ozmartians.com/) - Cross-platform Qt5 based app for quick and easy video trimming/splitting and merging/joining for simple quick edits.
### Internet
#### Browser
- [![Open-Source Software][oss icon]](https://github.com/brave/browser-laptop) [Brave](https://brave.com/) - Brave is a fast, good desktop browser for macOS, Windows, and Linux.
- [Chrome](https://www.google.com/chrome/browser/desktop/index.html) - A popular Web Browser with a lot of plugins/apps.
- [![Open-Source Software][oss icon]](https://www.chromium.org/) [Chromium](http://askubuntu.com/questions/250773/how-do-i-install-chromium-from-the-command-line) - Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
- [![Open-Source Software][oss icon]](https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide) [Firefox](https://www.mozilla.org/en-US/firefox/new/) - A popular Web Browser with a lot of plugins/apps.
- [![Open-Source Software][oss icon]](https://git.savannah.gnu.org/cgit/gnuzilla.git) [IceCat](https://www.gnu.org/software/gnuzilla/) - GNU version of Firefox built for privacy, using only free software and free of trademarks.
- [![Open-Source Software][oss icon]](https://launchpad.net/~midori/+archive/ubuntu/ppa). [Midori](https://astian.org/midori-browser/download/) - A lightweight free browser that runs well on low spec systems.
- [![Open-Source Software][oss icon]](https://github.com/minbrowser/min) [Min](https://minbrowser.org/min/) - A smarter, faster web browser.
- [Opera](http://www.opera.com/) - Opera browser is everything you need to do more on the web.
- [![Open-Source Software][oss icon]](https://github.com/qutebrowser/qutebrowser) [QuteBrowser](https://www.qutebrowser.org/) - A keyboard-driven, vim-like browser based on PyQt5.
- [Vivaldi](https://vivaldi.com/?lang=en) - A new and rising browser with a lot of customizations.
- [Yandex](https://browser.yandex.com/desktop/main/) - Fast and convenient browser.
#### Supportive Tool
- [Clipgrab](https://clipgrab.org/) - A friendly downloader for YouTube and other sites.
- [![Open-Source Software][oss icon]](https://gitweb.torproject.org/tor.git) [Tor](https://www.torproject.org/) - Tor is free software and an open network that helps you defend against traffic analysis, a form of network surveillance that threatens personal freedom and privacy.
- [![Open-Source Software][oss icon]](https://github.com/rg3/youtube-dl) [youtube-dl](https://github.com/rg3/youtube-dl) - Command line video downloader from youtube.com and about other thousand video platforms. It's really awesome, at least for me.
- [![Open-Source Software][oss icon]](https://github.com/MrS0m30n3/youtube-dl-gui) [youtube-dlg](https://mrs0m30n3.github.io/youtube-dl-gui/#downloads) - Youtube-dlg is a GUI for youtube-dl and allows for simple copy and paste from all youtube-dl compatible websites. It can auto-update youtube-dl as well as process a list of URL's in parallel.
- [![Open-Source Software][oss icon]](https://github.com/zerotier/ZeroTierOne) [Zerotier](https://my.zerotier.com) - Zerotier is a program that creates a Virtual Network for only your devices with end to end encyrption over the internet. By default Zerotier will manage your virtual network but you can switch to a self-managed network if you prefer.
#### Web Service Client
- [![Open-Source Software][oss icon]](https://cgit.kde.org/akregator.git/) [Akregator](https://userbase.kde.org/Akregator) - A KDE Feed Reader.
- [![Open-Source Software][oss icon]](http://choqok.gnufolks.org/) [Choqok](http://choqok.gnufolks.org/) - Choqok is a Qt5 client for Twitter, GNU Social, Friendica and Pump.IO.
- [![Open-Source Software][oss icon]](https://github.com/baedert/corebird) [Corebird](http://corebird.baedert.org/) - Corebird is native gtk+ twitter desktop client.
- [![Open-Source Software][oss icon]](https://github.com/jangernert/FeedReader) [FeedReader](https://github.com/jangernert/FeedReader) - A modern desktop application designed to complement existing web-based RSS accounts, combines all the advantages of web based services and modern desktop application.
- [![Open-Source Software][oss icon]](https://github.com/jeena/FeedTheMonkey) [FeedTheMonkey](https://github.com/jeena/FeedTheMonkey/releases) - FeedTheMonkey is a desktop client for TinyTinyRSS.
- [![Open-Source Software][oss icon]](https://github.com/vinszent/gnome-twitch) [GnomeTwitch](http://gnome-twitch.vinszent.com/) - Enjoy Twitch on your GNU/Linux desktop with this Twitch non-Adobe-flash client.
- [![Open-Source Software][oss icon]](https://github.com/EragonJ/Kaku) [Kaku](https://github.com/EragonJ/Kaku/releases) - An opensource youtube music player for Ubuntu.
- [![Open-Source Software][oss icon]](https://github.com/popcorn-official/) [Popcorntime](https://popcorntime.sh/) - Watch torrent movies instantly.
### Office
#### Accounting
- [![Open-Source Software][oss icon]](https://github.com/Gnucash/) [GnuCash](https://www.gnucash.org/) - GnuCash is a free software accounting program that implements a double-entry bookkeeping system. It was initially aimed at developing capabilities similar to Intuit, Inc.'s Quicken application, but also has features for small business accounting.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/homebank) [HomeBank](https://homebank.free.fr/en/index.php) - HomeBank is a free software that will assist you to manage your personal accounting.
- [![Open-Source Software][oss icon]](https://github.com/KDE/kmymoney) [KMyMoney](https://kmymoney.org/) - KMyMoney is the personal finance manager by KDE. Its operation is similar to Microsoft Money and Quicken.
- [![Open-Source Software][oss icon]](https://cgit.kde.org/skrooge.git) [Skrooge](https://skrooge.org/) - A personal finances manager, powered by KDE.
#### Office Suites
- [![Open-Source Software][oss icon]](https://cgit.kde.org/calligra.git/) [Caligra Office](https://www.calligra.org/) - offers a comprehensive set of 8 applications which satisfies the office, graphics and management needs.
- [![Open-Source Software][oss icon]](https://www.libreoffice.org/about-us/source-code/) [LibreOffice](https://www.libreoffice.org/) - Arguably the most popular office suite for Linux, it is very heavily developed and widely known.
- [![Open-Source Software][oss icon]](https://github.com/ONLYOFFICE) [OnlyOffice](https://www.onlyoffice.com/) - An office suite that charges for a cloud version of itself, but is free for other uses.
- [WPS office](http://wps-community.org/) - A popular office suite in China, but is fully translated and functions well in English.
#### LaTeX
- [![Open-Source Software][oss icon]](https://github.com/alexandervdm/gummi) [Gummi](https://gummi.app/) - Simple latex editor with templates, spell check, and wizards.
- [![Open-Source Software][oss icon]](https://git.gnome.org/browse/latexila) [LaTeXila](https://wiki.gnome.org/Apps/LaTeXila) - LaTeXila is a LaTeX editor for the GNOME desktop.
- [![Open-Source Software][oss icon]](https://github.com/yihui/lyx) [LyX](http://www.lyx.org/) - Mature document editor that renders into LaTeX.
- [![Open-Source Software][oss icon]](https://www.tug.org/texlive/build.html) [TexLive](https://www.tug.org/texlive/) - TeX Live is an easy way to get up and running with the TeX document production system.
- [![Open-Source Software][oss icon]](https://savannah.gnu.org/projects/texmacs) [TeXmacs](http://www.texmacs.org/) - Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor and CAS-interface.
- [![Open-Source Software][oss icon]](https://www.xm1math.net/texmaker/download.html) [Texmaker](https://www.xm1math.net/texmaker/) - Free cross-platform LaTeX editor.
- [![Open-Source Software][oss icon]](https://github.com/TeXworks/texworks) [TeXworks](https://www.tug.org/texworks/) - TeXworks is an environment for authoring TeX (LaTeX, ConTeXt, etc) documents, with a Unicode-based, TeX-aware editor, integrated PDF viewer, and a clean, simple interface accessible to casual and non-technical users.
#### Markdown
- [![Open-Source Software][oss icon]](https://github.com/wereturtle/ghostwriter) [Ghost Writer](https://ghostwriter.kde.org/) - A distraction-free Markdown editor for Windows and Linux.
- [![Open-Source Software][oss icon]](https://github.com/jamiemcg/remarkable) [Remarkable](https://remarkableapp.github.io/) - A capable markdown editor that uses a variant of GitHub Flavored Markdown (GFM)
- [Typora](https://typora.io/) - A Minimal markdown editor.
#### Novel Writing
- [![Open-Source Software][oss icon]](https://github.com/andreafeccomandi/bibisco) [Bibisco](https://www.bibisco.com/) - A novel writing software with focus on ideas and characters.
- [![Open-Source Software][oss icon]](https://github.com/olivierkes/manuskript) [Manuskript](http://www.theologeek.ch/manuskript/) - Manuskript is a perfect tool for those writer who like to organize and plan everything before writing.
- [![Open-Source Software][oss icon]](https://github.com/jacquetc/skribisto) [Skribisto](www.skribisto.eu) - Software for writers
- [![Open-Source Software][oss icon]](https://github.com/scribusproject/scribus) [Scribus](https://www.scribus.net/downloads/) - Scribus is a desktop publishing application designed for layout, typesetting, and preparation of files for professional-quality image-setting equipment. It can also create animated and interactive PDF presentations and forms.
- [![Open-Source Software][oss icon]](https://github.com/trelby/trelby) [Trelby](http://www.trelby.org/) - Trelby is simple, fast and elegantly laid out to make screenwriting simple.
### Productivity
#### Automation
- [![Open-Source Software][oss icon]](https://github.com/Jmgr/actiona) [Actionaz](http://actionaz.org/) - An utility for task automation Ubuntu/Linux.
- [![Open-Source Software][oss icon]](https://github.com/autokey/autokey) [Autokey](https://github.com/autokey/autokey) - A desktop automation utility for Linux allows you to manage collection of scripts and phrases, and assign abbreviations and hotkeys to these.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/caffeine) [Caffeine](https://launchpad.net/caffeine) - Prevents Ubuntu from automatically going to sleep.
#### Dock
- [![Open-Source Software][oss icon]](https://github.com/Cairo-Dock) [Cairo-Dock](http://glx-dock.org/) - Cairo-Dock is a desktop interface that takes the shape of docks, desklets, panel, etc.
- [![Open-Source Software][oss icon]](https://launchpad.net/docky/+download) [Docky](http://wiki.go-docky.com/index.php?title=Welcome_to_the_Docky_wiki) - Docky is a full fledged dock application that makes opening common applications and managing windows easier and quicker.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/plank) [Plank](https://launchpad.net/plank) - Plank is meant to be the simplest dock of apps on the planet.
#### Local Search
- [![Open-Source Software][oss icon]](https://github.com/albertlauncher/albert) [Albert](https://github.com/albertlauncher/albert) - An awesome application launcher for the Linux desktop
- [![Open-Source Software][oss icon]](https://github.com/DoTheEvo/ANGRYsearch) [AngrySearch](https://github.com/DoTheEvo/ANGRYsearch) - Linux file search, instant results as you type.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/catfish-search) [Catfish](https://launchpad.net/catfish-search) - Catfish is a versatile file searching tool.
- [![Open-Source Software][oss icon]](https://github.com/KELiON/cerebro) [Cerebro](https://cerebroapp.com/) - Open-source productivity booster with a brain / MacOS-Spotlight alternative.
- [![Open-Source Software][oss icon]](https://github.com/cboxdoerfer/fsearch) [fsearch](https://github.com/cboxdoerfer/fsearch) - A fast file search utility for Unix-like systems based on GTK+3. Wildcard support,RegEx support,Filter support.
- [![Open-Source Software][oss icon]](https://github.com/p-e-w/plotinus) [Plotinus](https://github.com/p-e-w/plotinus) - A searchable command palette in every modern GTK+ application.
#### Miscellaneous
- [![Open-Source Software][oss icon]](https://code.launchpad.net/anoise) [Ambient Noise](http://anoise.tuxfamily.org/) - An ambient noise generator for Linux.
- [![Open-Source Software][oss icon]](https://github.com/jarun/bcal) [bcal](https://github.com/jarun/bcal) - Perform storage conversions and calculations.
- [![Open-Source Software][oss icon]](https://github.com/hluk/CopyQ) [CopyQ](http://hluk.github.io/CopyQ/) -CopyQ is advanced clipboard manager with editing and scripting features.
- [f.lux](https://justgetflux.com/linux.html) - A program that reddens your display to help you sleep better.
- [![Open-Source Software][oss icon]](https://github.com/thezbyg/gpick) [Gpick](https://www.gpick.org/) - Gpick allows you to sample any color from anywhere on your desktop, and it also provides some other advanced features!
- [![Open-Source Software][oss icon]](https://github.com/jarun/pdd) [pdd](https://github.com/jarun/pdd) - Tiny date, time diff calculator.
- [![Open-Source Software][oss icon]](https://github.com/jonls/redshift) [Redshift](http://jonls.dk/redshift/) - Redshift adjusts the color temperature of your screen according to your surroundings. This may help your eyes hurt less if you are working in front of the screen at night.
- [![Open-Source Software][oss icon]](https://www.speedcrunch.org/) [SpeedCrunch](https://www.speedcrunch.org/) - A nice, open source, high-precision scientific calculator.
- [![Open-Source Software][oss icon]](https://github.com/jml/undistract-me) [Undistract me](https://github.com/jml/undistract-me) - Notifies you when long-running terminal commands complete.
- [Xmind](http://www.xmind.net/) - A mind mapping tool.
#### Note Taking
- [![Open-Source Software][oss icon]](https://github.com/KDE/basket) [Basket Note Pads](https://apps.kde.org/basket/) - This multi-purpose note-taking application helps you to easily take all sort of notes.
- [![Open-Source Software][oss icon]](https://github.com/BoostIO/BoostNote-App) [Boostnote](https://boostnote.io/) - Boostnote is an open source note-taking app made for programmers just like you.
- ![Nonfree][money icon] [Inkdrop](https://www.inkdrop.info/) - The Note-Taking App for Markdown Lovers with simple interface, seemless security and powerful APIs.
- [![Open-Source Software][oss icon]](https://github.com/laurent22/joplin) [Joplin](http://joplin.cozic.net) - a note taking and to-do application with synchronization capabilities for Windows, macOS, Linux, Android and iOS.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/nevernote/code/ci/master/tree/) [NixNote](https://sourceforge.net/projects/nevernote/) - An open source client for Evernote.
- [![Open-Source Software][oss icon]](https://github.com/notepadqq/notepadqq) [Notepadqq](https://notepadqq.com/s/) - Notepadqq is a Notepad++-like editor for the Linux desktop.
- [![Open-Source Software][oss icon]](https://github.com/nuttyartist/notes) [Notes](http://www.get-notes.com/) - A clean simple note taking app for Linux.
- [![Open-Source Software][oss icon]](https://github.com/patrikx3/onenote) [OneNote](https://www.corifeus.com/onenote) - Linux Electron OneNote.
- [![Open-Source Software][oss icon]](https://git.savannah.gnu.org/cgit/emacs/org-mode.git/) [Org mode](https://orgmode.org/) - Org mode is for keeping notes, maintaining TODO lists, planning projects, and authoring documents with a fast and effective plain-text system.
- [![Open-Source Software][oss icon]](https://github.com/Aseman-Land/Papyrus) [Papyrus](http://aseman.co/en/products/papyrus/) - Papyrus is a different note manager which is focusing on Security, Better user interface. Papyrus are trying to provide an easy to use and smart user interface for users.
- [![Open-Source Software][oss icon]](https://github.com/pbek/QOwnNotes) [QOwnNotes](https://github.com/pbek/QOwnNotes) - QOwnNotes is a plain-text file notepad and todo-list manager with markdown support and ownCloud / Nextcloud integration.
- [Simplenote](https://simplenote.com/) - A Cross platform notetaking app and Evernote competitor.
- [![Open-Source Software][oss icon]](https://github.com/spsdco/notes) [Springseed](https://github.com/spsdco/notes) - Simple and beautiful note taking app for daily user.
- [Stickynote](https://itsfoss.com/indicator-stickynotes-windows-like-sticky-note-app-for-ubuntu/) - Sticky notes on your Linux desktop.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/Tomboy) [Tomboy](https://wiki.gnome.org/Apps/Tomboy) - Tomboy is a desktop note-taking application which is simple and easy to use.
- [![Open-Source Software][oss icon]](https://github.com/CellarD0-0r/whatever) [Whatever](https://github.com/CellarD0-0r/whatever) - An unofficial Evernote desktop client for Linux.
- [![Open-Source Software][oss icon]](https://github.com/wizteam/wizqtclient) [WizNote](https://github.com/wizteam/wizqtclient) - A cross-platform cloud based note-taking client.
#### Time and Task
- [![Open-Source Software][oss icon]](https://github.com/alarm-clock-applet/alarm-clock) [Alarm Clock](https://alarm-clock-applet.github.io/) - Alarm Clock is a fully-featured alarm clock for your GNOME panel or equivalent.
- [![Open-Source Software][oss icon]](https://git.calcurse.org/calcurse.git/) [calcurse](http://calcurse.org/) - A calendar and scheduling application for the command line.
- [California](https://wiki.gnome.org/Apps/California) - Complete Calendar app replacement which uses natural language for creating events.
- ![Nonfree][money icon] [Everdo](https://everdo.net/linux) - TODO list and Getting Things Done® app for all platforms. Beautiful, powerful, not SaaS, free version available.
- [![Open-Source Software][oss icon]](https://github.com/codito/gnome-pomodoro) [Gnome Pomodoro](https://gnomepomodoro.org/#download) - A full-featured pomodoro timer for GNOME.
- [![Open-Source Software][oss icon]](https://github.com/mank319/Go-For-It) [Go For It](http://manuel-kehl.de/projects/go-for-it/) - Go For It! is a simple and stylish productivity app, featuring a to-do list, merged with a timer that keeps your focus on the current task.
- [![Open-Source Software][oss icon]](https://github.com/mohamed-aziz/mytodo) [My Todo](https://github.com/mohamed-aziz/mytodo) - Mytodo is an open source to-do list program that puts you, the user, in command of everything.
- ![Nonfree][money icon] [RoundPie App](https://theroundpie.com/) - RoundPie App is the easiest way to track your workflow using Pomodoro technique®, on top of your current task management service.
- [![Open-Source Software][oss icon]](https://userbase.kde.org/RSIBreak) [RSIBreak](https://userbase.kde.org/RSIBreak) - RSIBreak takes care of your health and regularly breaks your work to avoid repetitive strain injury.
- [![Open-Source Software][oss icon]](https://git.tasktools.org/projects) [TaskWarrior](https://taskwarrior.org/) - Taskwarrior is Free and Open Source Software that manages your TODO list from the command line.
- [![Open-Source Software][oss icon]](https://github.com/todotxt/todo.txt-android) [Todo.txt](http://todotxt.org/) - todo.txt is a set of focused editors which help you manage your tasks with as few keystrokes and taps possible.
- [![Open-Source Software][oss icon]](https://github.com/kamhix/todoist-linux) [Todoist](https://github.com/kamhix/todoist-linux) - Unofficial client of Todoist, the cross-platform to-do manager with mobile apps, great UI and has some optional premium features.
#### Widget and Indicator
- [![Open-Source Software][oss icon]](https://launchpad.net/indicator-brightness) [Brightness](https://launchpad.net/indicator-brightness) - Brightness indicator for Ubuntu.
- [![Open-Source Software][oss icon]](https://launchpad.net/my-weather-indicator) [My Weather Indicator](http://ubuntuhandbook.org/index.php/2016/04/weather-indicator-desktop-widget-ubuntu-16-04/) - Weather indicator and widget for ubuntu.
- [![Open-Source Software][oss icon]](https://launchpad.net/recent-notifications) [Recent Noti](https://itsfoss.com/7-best-indicator-applets-for-ubuntu-13-10/) - An indicator for recent notification.
### Proxy
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/ijbswa/) [Privoxy](https://www.privoxy.org/) - Privoxy is a non-caching web proxy with advanced filtering capabilities for enhancing privacy, modifying web page data and HTTP headers, controlling access, and removing ads and other obnoxious Internet junk.
- [![Open-Source Software][oss icon]](https://github.com/haad/proxychains) [ProxyChains](https://github.com/haad/proxychains) - A tool that forces any TCP connection made by any given application to follow through proxy like TOR or any other SOCKS4, SOCKS5 or HTTP(S) proxy.
- [![Open-Source Software][oss icon]](https://github.com/shadowsocks/shadowsocks-qt5/releases) [Shadowsocks](https://shadowsocks.org/) - A secure socks5 proxy, designed to protect your Internet traffic.
### Security
- [![Open-Source Software][oss icon]](https://github.com/vrtadmin/clamav-devel/pulls) [ClamAV](https://www.clamav.net/) - ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats.
- [![Open-Source Software][oss icon]](https://github.com/fail2ban/fail2ban) [Fail2ban](http://www.fail2ban.org/wiki/index.php/Main_Page) - Fail2ban scans log files (e.g. /var/log/apache/error_log) and bans IPs that show the malicious signs -- too many password failures, seeking for exploits, etc.
- [![Open-Source Software][oss icon]](https://github.com/firehol/firehol) [FireHOL](https://firehol.org) - Linux firewall (`iptables`) manager for humans.
- [![Open-Source Software][oss icon]](https://github.com/netblue30/firejail) [Firejail](https://firejail.wordpress.com/) - Firejail is a SUID program that reduces the risk of security breaches by restricting the running environment of untrusted applications using [Linux namespaces](https://lwn.net/Articles/531114/) and [seccomp-bpf](https://l3net.wordpress.com/2015/04/13/firejail-seccomp-guide/).
- [![Open-Source Software][oss icon]](https://firehol.org/tutorial/fireqos-new-user/) [FireQoS](https://github.com/firehol/netdata/wiki/You-should-install-QoS-on-all-your-servers) - Linux QoS (`tc`) manager for humans.
- [![Open-Source Software][oss icon]](https://github.com/firewalld/firewalld) [Firewalld](https://github.com/firewalld/firewalld) - Firewalld provides a dynamically managed firewall with support for network or
firewall zones to define the trust level of network connections or interfaces. [![Open-Source Software][oss icon]](https://github.com/firewalld/firewalld)
- [![Open-Source Software][oss icon]](https://git.gnupg.org/) [GnuPG](https://www.gnupg.org/) - GnuPG allows to encrypt and sign your data and communication, features a versatile key management system as well as access modules for all kinds of public key directories.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/gui-ufw) [GuFW](http://gufw.org/) - One of the easiest firewalls in the world of Linux.
- [![Open-Source Software][oss icon]](https://github.com/firehol/iprange) [IPrange](https://github.com/firehol/iprange) - A very fast command line utility for processing IP lists (merge, compare, exclude, etc).
- [![Open-Source Software][oss icon]](https://github.com/jarun/spy) [spy](https://github.com/jarun/spy) - Linux kernel mode debugfs keylogger.
- [![Open-Source Software][oss icon]](https://github.com/CISOfy/lynis) [Lynis](https://cisofy.com/lynis/) - Security auditing tool for Linux, macOS, and UNIX-based systems. Assists with compliance testing (HIPAA/ISO27001/PCI DSS) and system hardening. Agentless, and installation optional.
- [![Open-Source Software][oss icon]](https://www.openbsd.org/anoncvs.html) [OpenSSH](http://www.openssh.com/) - OpenSSH Secure Shell Server and Client
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/passwordsafe/) [Password Safe](https://pwsafe.org/) - Password Safe allows you to safely and easily create a secured and encrypted user name/password list.
- [![Open-Source Software][oss icon]](https://git.zx2c4.com/password-store/) [Pass](https://www.passwordstore.org/) - The standard Unix password manager.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/Seahorse) [Seahorse](https://wiki.gnome.org/Apps/Seahorse) - A Gnome frontend for GnuPG.
- [![Open-Source Software][oss icon]](http://www.tcpdump.org/#source) [Tcpdump](http://www.tcpdump.org/) - TCP Debugging/Capture Tool.
- [![Open-Source Software][oss icon]](https://github.com/firehol/blocklist-ipsets) [Update-IPsets](https://iplists.firehol.org) - A manager for all cybercrime IP feeds that can download, convert and install netfilter `ipsets`.
- [![Open-Source Software][oss icon]](https://github.com/usbkey9/uktools) [Uktools](https://github.com/usbkey9/uktools) - Keep your system up-to-date with last kernel available. Possibility to clean old kernel too.
### Sharing Files
- [![Open-Source Software][oss icon]](https://github.com/aria2/aria2) [aria2](https://aria2.github.io/) - aria2 is a lightweight multi-protocol & multi-source command-line download utility.
- [CrossFTP](http://www.crossftp.com/ftp-client.htm) - CrossFTP makes it extremely simple to manage the FTP related tasks.
- [D-lan](https://www.d-lan.net/) - A free LAN file sharing software.
- [![Open-Source Software][oss icon]](http://dev.deluge-torrent.org/wiki/Development#SourceCode) [Deluge](http://deluge-torrent.org/) - Deluge is a lightweight, Free Software, cross-platform BitTorrent client.
- [Dropbox](https://www.dropbox.com/install?os=lnx) - Dropbox is a free service that lets you bring your photos, docs, and videos anywhere and share them easily.
- [![Open-Source Software][oss icon]](https://filezilla-project.org/sourcecode.php) [Filezilla](https://filezilla-project.org/) - The free FTP solution.
- [Flareget](https://flareget.com/) - Full featured, multi-threaded download manager and accelerator.
- [![Open-Source Software][oss icon]](https://invent.kde.org/network/ktorrent) [KTorrent](https://apps.kde.org/ktorrent/) - KTorrent is a BitTorrent application by KDE which allows you to download files using the BitTorrent protocol.
- [![Open-Source Software][oss icon]](https://github.com/meganz/MEGAsync) [Mega](https://mega.nz/#sync) - Easy automated syncing between your computers and your MEGA cloud drive.
- [![Open-Source Software][oss icon]](https://github.com/nitroshare/nitroshare-desktop) [NitroShare](https://nitroshare.net/) - Cross-Platform network file transfer application.
- [![Open-Source Software][oss icon]](https://github.com/owncloud) [ownCloud](https://owncloud.com/products/desktop-clients/) - The goal of ownCloud is to give you access to your files wherever you are.
- [![Open-Source Software][oss icon]](https://github.com/nextcloud) [nextCloud](https://nextcloud.com/) - an actively maintained fork of ownCloud, a suite of client-server software for creating and using file hosting services
- [![Open-Source Software][oss icon]](https://github.com/sidneys/pb-for-desktop) [PushBullet for desktop](https://sidneys.github.io/pb-for-desktop/) - The missing Desktop application for Pushbullet.
- [PushBullet](https://www.pushbullet.com/) - Pushbullet connects your devices, making them feel like one.
- [![Open-Source Software][oss icon]](https://github.com/qbittorrent/qBittorrent) [qBittorent](http://www.qbittorrent.org/) - The qBittorrent project aims to provide a Free Software alternative to µTorrent.
- [Quazaa](https://sourceforge.net/projects/quazaa/) - A cross platform multi-network peer-to-peer (P2P) file-sharing client.
- [![Open-Source Software][oss icon]](https://github.com/haiwen/seafile) [Seafile](https://www.seafile.com/en/home/) - Seafile is an enterprise file hosting platform with high reliability and performance. Put files on your own server. Sync and share files across different devices, or access all the files as a virtual disk.
- [SpiderOak](https://spideroak.com/) - Real-time collaboration for teams and businesses that care about privacy
- [![Open-Source Software][oss icon]](https://github.com/syncthing/syncthing) [Syncthing](https://syncthing.net/) - Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized.
- [Teamviewer](https://www.teamviewer.com/) - PC remote control/remote access software, free for personal use.
- [Tixati](https://www.tixati.com/) - Freeware, advanced featured torrent client, a web user interface is included.
- [![Open-Source Software][oss icon]](https://trac.transmissionbt.com/browser/trunk) [Transmission](https://www.transmissionbt.com/download/) - Simple, lightweight, multi-platform torrent client.
- [![Open-Source Software][oss icon]](https://github.com/leonsoft-kras/transmisson-remote-gui) [Transmission Remote GUI](https://sourceforge.net/projects/transgui/) - Transmission Remote GUI is a feature rich cross platform front-end to remotely control a Transmission Bit-Torrent client daemon via its RPC protocol.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/urlget/downloads/source-code/) [uGet](http://ugetdm.com/) - A download manager that can monitor the clipboard for downloadable links, and can create a list of downloads, and run them in parallel.
- [![Open-Source Software][oss icon]](http://dev.vuze.com/) [Vuze](http://www.vuze.com) - Bittorrent Client is an end-to-end software application for all your torrent needs.
- [![Open-Source Software][oss icon]](https://github.com/webtorrent/webtorrent-desktop) [Web Torrent Desktop](https://webtorrent.io/desktop/) - Web Torrent Desktop is for streaming torrents which connects to both BitTorrent and WebTorrent peers.
- [![Open-Source Software][oss icon]](https://github.com/warner/magic-wormhole) [Wormhole](https://github.com/warner/magic-wormhole) - get arbitrary-sized files and directories (or short pieces of text) from one computer to another safely.
### Terminal
- [![Open-Source Software][oss icon]](https://github.com/jwilm/alacritty) [Alacritty](https://github.com/jwilm/alacritty) - A cross-platform, GPU-accelerated terminal emulator.
- [![Open-Source Software][oss icon]](https://github.com/Swordfish90/cool-retro-term) [Cool Retro Term](https://github.com/Swordfish90/cool-retro-term) - A good looking terminal that mimicks the old cathode display.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/dban/) [DBAN](https://dban.org/) - Delete information stored on hard disk drives (HDDs) in PC laptops, desktops or servers.
- [![Open-Source Software][oss icon]](https://github.com/GNOME) [GnomeTerminal](https://help.gnome.org/users/gnome-terminal/stable/) - A widely preinstalled terminal emulator in Linux world.
- [![Open-Source Software][oss icon]](https://github.com/Guake/guake) [Guake](http://guake.org/) - Guake is a top-down terminal for Gnome.
- [![Open-Source Software][oss icon]](https://github.com/zeit/hyper) [Hyper](https://hyper.is/) - A terminal built on web technologies.
- [![Open-Source Software][oss icon]](https://github.com/kovidgoyal/kitty) [Kitty](https://github.com/kovidgoyal/kitty) - Cross-platform, fast, feature full, OpenGL based terminal emulator.
- [![Open-Source Software][oss icon]](https://github.com/KDE/konsole) [Konsole](https://konsole.kde.org/) - An alternative terminal emulator for KDE desktop environment.
- [![Open-Source Software][oss icon]](rxvt.http://cvs.schmorp.de/rxvt-unicode/) [RXVT-Unicode](http://software.schmorp.de/pkg/rxvt-unicode.html) - rxvt-unicode is a fork of the well known terminal emulator.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/rxvt/) [RXVT](https://rxvt.sourceforge.net/) - A terminal emulator for X11, a popular replacement for the standard ‘xterm’.
- [![Open-Source Software][oss icon]](https://launchpad.net/sakura) [Sakura](https://launchpad.net/sakura) - Simple but powerful libvte based terminal emulator, supporting utf-8 and input methods as provided by gtk+ and pango libraries.
- [![Open-Source Software][oss icon]](https://github.com/gnome-terminator/terminator) [Terminator](https://gnome-terminator.org/) - It’s quite clear that the most powerful terminal emulator on Linux is the feature-filled Terminator.
- [![Open-Source Software][oss icon]](https://github.com/billiob/terminology) [Terminology](https://www.enlightenment.org/about-terminology) - The pretty and lightweight terminal from the Enlightenment Desktop, it's highly configurable, it works in X11, under a Wayland compositor and even directly in the framebuffer on Linux. Replace your boring text-mode VT with a graphical one that requires no display system.
- [![Open-Source Software][oss icon]](https://github.com/Eugeny/terminus) [Terminus](https://eugeny.github.io/terminus/) - modern, highly configurable terminal app based on web technologies.
- [![Open-Source Software][oss icon]](https://github.com/thestinger/termite) [Termite](https://github.com/thestinger/termite) - A keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
- [![Open-Source Software][oss icon]](https://github.com/nonstop/termit/wiki) [Termit](https://github.com/nonstop/termit/wiki) - Simple terminal emulator based on vte library, extensible via Lua.
- [Termius](https://www.termius.com/) - cross-platform terminal with built-in SSH and Telnet.
- [![Open-Source Software][oss icon]](https://github.com/gnunn1/tilix) [Tilix](https://gnunn1.github.io/tilix-web/) - A tiling terminal emulator for Linux using GTK+ 3.
- [![Open-Source Software][oss icon]](https://github.com/tmux/tmux) [Tmux](https://tmux.github.io/) - It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal. And do a lot more.
- [![Open-Source Software][oss icon]](https://github.com/cosmos72/twin) [Twin](https://github.com/cosmos72/twin/) - Fast, lightweight text-mode window environment with mouse support. Enables multiple terminals in a single Linux console, terminal or X11 window. It can be detached (keeps running in background) and reattached to a different console, terminal or X11 server. Works on Linux, Mac OS X and BSD
- [![Open-Source Software][oss icon]](https://github.com/railsware/upterm) [Upterm](https://github.com/railsware/upterm) - Upterm (formerly Black Screen) is an IDE in the world of terminals. Strictly speaking, it's both a terminal emulator and an interactive shell based on [Electron](https://electron.atom.io/).
- [![Open-Source Software][oss icon]](http://invisible-island.net/xterm/) [Xterm](http://invisible-island.net/xterm/) - The Xterm program is a terminal emulator for the X Window System. It provides DEC VT102 and Tektronix 4014 compatible terminals for programs that can't use the window system directly.
- [![Open-Source Software][oss icon]](https://invent.kde.org/utilities/yakuake) [Yakuake](https://apps.kde.org/yakuake/) - A Quake-style terminal emulator based on KDE Konsole technology.
### Utilities
- [![Open-Source Software][oss icon]](https://github.com/mildred/alien) [Alien Package Converter](https://sourceforge.net/projects/alien-pkg-convert/) - Package converter. Converts between RPM, DPKG, SLP, and TGZ package formats.
- [![Open-Source Software][oss icon]](https://github.com/angryip/ipscan) [Angry IP Scanner](http://angryip.org/) - Fast and friendly network scanner.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/~teejee2008/apt-toolkit/trunk) [Aptik](https://teejeetech.com/2019/07/14/aptik-v19-07/) - A tool for you to organize your Favorite PPAs and manage Packages Easily.
- [![Open-Source Software][oss icon]](https://github.com/bleachbit/bleachbit) [Bleach bit](https://www.bleachbit.org/) - BleachBit quickly frees disk space and tirelessly guards your privacy. Free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and more.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/brasero) [Brasero](https://wiki.gnome.org/Apps/Brasero) - A capable CD/DVD burner.
- [![Open-Source Software][oss icon]](https://github.com/chrisallenlane/cheat) [Cheat](https://github.com/chrisallenlane/cheat) - Cheat allows you to create and view interactive cheatsheets on the command-line.
- [![Open-Source Software][oss icon]](https://clonezilla.org/related-links/) [Clonezilla](http://clonezilla.org/) - Clonezilla is a partition and disk imaging/cloning program similar to True Image® or Norton Ghost®.
- [![Open-Source Software][oss icon]](http://convertall.bellz.org/download.html) [Convertall](https://sourceforge.net/projects/convertall/) - A program that can convert many units of measurement to other units.
- [![Open-Source Software][oss icon]](https://launchpad.net/cpug) [CPU-G](http://www.omgubuntu.co.uk/2016/09/monitor-battery-life-ubuntu-cpu-g) - Easy monitoring the battery life of your Ubuntu laptop.
- [![Open-Source Software][oss icon]](https://github.com/chamfay/Curlew) [Curlew](https://github.com/chamfay/Curlew) - A GTK media converter for the GNOME desktop.
- [![Open-Source Software][oss icon]](https://github.com/thjaeger/easystroke) [EasyStroke](https://github.com/thjaeger/easystroke/wiki#download) - Easystroke is a gesture-recognition application for X11.
- [![Open-Source Software][oss icon]](https://github.com/OzymandiasTheGreat/emoji-keyboard) [Emoji Keyboard](https://github.com/OzymandiasTheGreat/emoji-keyboard) - Virtual keyboard-like emoji picker for Linux.
- [![Open-Source Software][oss icon]](https://github.com/SpiderOak/Encryptr) [Encryptr](https://spideroak.com/personal/encryptr) - Encryptr is a zero-knowledge, cloud-based e-wallet / password manager powered by Crypton.
- [Enpass](https://www.enpass.io/) - Enpass makes your life easy by securely managing your passwords and important information.
- [![Open-Source Software][oss icon]](https://github.com/resin-io/etcher) [Etcher](https://etcher.balena.io/) - Flash OS images to SD cards & USB drives, safely and easily.
- [![Open-Source Software][oss icon]](https://github.com/FreeRDP/FreeRDP) [FreeRDP](http://www.freerdp.com/) - FreeRDP is a free implementation of the Remote Desktop Protocol (RDP).
- [GD map](https://gdmap.sourceforge.net/) - A tool to visualize disk usage.
- [![Open-Source Software][oss icon]](https://github.com/antonio-malcolm/gloobus-preview) [Gloobus-Preview](https://github.com/antonio-malcolm/gloobus-preview) - It gives you a quick preview of your files. It's similar to [Sushi](https://github.com/GNOME/sushi)
- [![Open-Source Software][oss icon]](http://simmesimme.github.io/news/2016/08/24/gnome-pie-069) [GnomePie](http://simmesimme.github.io/news/2016/08/24/gnome-pie-069) - the circular app launcher for Linux desktops.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gparted) [GParted](http://gparted.org/) - Disk Partition utility for Linux.
- [![Open-Source Software][oss icon]](https://github.com/gramps-project/gramps) [Gramps](https://github.com/gramps-project/gramps) - Research, organize and share your family tree with Gramps.
- [![Open-Source Software][oss icon]](https://launchpad.net/indicator-cpufreq) [indicator-cpufreq](https://launchpad.net/indicator-cpufreq) - It provides the same functionality as the Gnome CPU frequency applet, but doesn't require Gnome panel and works under Unity.
- [![Open-Source Software][oss icon]](https://launchpad.net/ubuntu/+source/indicator-multiload) [indicator-multiload](https://launchpad.net/ubuntu/+source/indicator-multiload) - Graphical system load indicator for CPU, ram, etc.
- [![Open-Source Software][oss icon]](https://github.com/fossfreedom/indicator-sysmonitor) [Indicator-SysMonitor](https://github.com/fossfreedom/indicator-sysmonitor) - An Application Indicator showing cpu temperature, memory, network speed, cpu usage, public IP address and internet connection status.
- [![Open-Source Software][oss icon]](https://github.com/KDE/kdeconnect-kde) [KDE-Connect](https://community.kde.org/KDEConnect) - A tool, that allows one to integrate the Linux desktop with an Android smartphone and can be used to send files to and from the phone and the linux desktop, use the phone as a trackpad, control the desktop media player using the phone, and lots more.
- [![Open-Source Software][oss icon]](https://github.com/keepassxreboot/keepassxc) [KeePassXC](https://keepassxc.org/) - Cross platform password manager. A Community-maintained fork of KeePassX([dead](https://github.com/keepassx/keepassx/pull/204))
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/keepass/files/KeePass%202.x/) [KeePass](https://www.keepass.info/) - Windows focused password manager, with some cross platform support through Mono.
- [![Open-Source Software][oss icon]](https://github.com/keeweb/keeweb) [KeeWeb](https://github.com/keeweb/keeweb) - Free cross-platform password manager compatible with KeePass
- [![Open-Source Software][oss icon]](https://github.com/jordansissel/keynav) [Keynav](http://www.semicomplete.com/projects/keynav/) - Keynav is a piece of an on-going experiment to make pointer-driven interfaces easier and faster for users to operate. It lets you move the pointer quickly to most points on the screen with only a few key strokes.
- [![Open-Source Software][oss icon]](https://github.com/iabem97/komorebi) [Komorebi](https://github.com/iabem97/komorebi/releases) - Komorebi is a background manager for all Linux platforms, provides fully customizeable backgrounds that can be tweaked at any time.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/kvm/files/) [KVM](http://www.linux-kvm.org/page/Main_Page) - KVM (for Kernel-based Virtual Machine) is a full virtualization solution for Linux on x86 hardware containing virtualization extensions (Intel VT or AMD-V).
- [LastPass](https://lastpass.com/misc_download2.php) - LastPass is a crossplatform freemium password management service that stores encrypted passwords in private accounts.
- [![Open-Source Software][oss icon]](https://github.com/mobile-shell/mosh) [Mosh](https://mosh.org/#getting) - Mosh is a Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.
- [![Open-Source Software][oss icon]](https://github.com/jiahaog/nativefier) [Nativefier](https://github.com/jiahaog/nativefier) - Make any web page a desktop application
- [![Open-Source Software][oss icon]](https://github.com/firehol/netdata) [NetData](https://www.netdata.cloud/) - Next-gen web based real-time performance and health monitoring for physical and virtual servers, containers and IoT devices. It is also a distributed `statsd` server with automatic visualization for APM (applications performance monitoring).
- [![Open-Source Software][oss icon]](https://g.blicky.net/ncdu.git/) [Ncdu](https://dev.yorhel.nl/ncdu) - A disk usage analyzer with an ncurses interface.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/peaextractor/) [PeaExtractor](http://www.peazip.org/peaextractor-unace-unrar-unzip.html) A utility designed to unzip files and be as frictionless as possible, and easy to use as possible.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/peautils/) [PeaUtilities](http://www.peazip.org/peautils-hash-secure-delete.html) PeaUtils is a suite of file management utilities, including hash checksums, secure delete, and file comparisons.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/peazip/files/Resources/) [Peazip](http://www.peazip.org/) - A utility to unzip any of a huge variety of compression formats.
- [![Open-Source Software][oss icon]](https://github.com/pi-hole/pi-hole) [Pi-Hole](https://pi-hole.net) - Network-wide ad blocking via your own Linux hardware, using DNS filtering and re-direction Pi-Hole can block ads on a whole network, so Smartphones and Game Consoles can benefit from it in addition to computers.
- [PlexyDesk](https://www.omgubuntu.co.uk/2016/09/plexydesk-widgets-linux-desktop-ppa) - Plexydesk supports multiple widget workspaces/desktops on Linux.
- [![Open-Source Software][oss icon]](https://github.com/fenrus75/powertop) [Powertop](https://01.org/powertop/downloads) - A tool that can help diagnose issues with power consumption in Linux.
- [![Open-Source Software][oss icon]](http://git.wpitchoune.net/psensor.git/) [Psensor](http://wpitchoune.net/psensor/) - A graphical hardware temperature monitor for Linux.
- [![Open-Source Software][oss icon]](https://github.com/pulseaudio/pulseaudio) [Pulse Audio](https://wiki.ubuntu.com/PulseAudio) - Improve Linux Audio with customized Profiles.
- [![Open-Source Software][oss icon]](https://github.com/FreeRDP/Remmina) [Remmina](http://www.remmina.org/wp/) - A feature-rich remote desktop application for Linux and other UNIXes.
- [![Open-Source Software][oss icon]](https://github.com/sahib/rmlint) [rmlint](https://rmlint.readthedocs.io/en/latest/) - rmlint finds space waste and other broken things on your filesystem and offers to remove it.
- [![Open-Source Software][oss icon]](https://github.com/oguzhaninan/Stacer) [Stacer](https://github.com/oguzhaninan/Stacer) - The most well known Ubuntu System Optimizer.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/sushi) [Sushi](https://github.com/GNOME/sushi) - Sushi is a quick previewer for Nautilus, the GNOME desktop file manager.
- [![Open-Source Software][oss icon]](http://download.savannah.nongnu.org/releases/synaptic/) [Synaptic](http://www.nongnu.org/synaptic/) - Synaptic is a graphical package management program for apt.
- [![Open-Source Software][oss icon]](https://launchpad.net/indicator-multiload) [Systemload](http://www.omgubuntu.co.uk/2014/06/system-monitor-indicator-ubuntu-ppa) - A program that shows current system load in a status bar.
- ![Open-Source Software][oss icon] [TightVNC](http://www.tightvnc.com/) - A Free, Lightweight, Fast and Reliable Remote Control / Remote Desktop Software.
- [TLP](http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html) - An application that can help optimize battery life on Linux.
- [![Open-Source Software][oss icon]](https://github.com/Kilian/Trimage) [Trimage](https://trimage.org/) - A cross-platform tool for losslessly optimizing PNG and JPG files.
- [![Open-Source Software][oss icon]](https://github.com/gerardpuig/ubuntu-cleaner) [UbuntuCleaner](https://github.com/gerardpuig/ubuntu-cleaner) - Ubuntu Cleaner is a tool that makes it easy to clean your Ubuntu system.
- [![Open-Source Software][oss icon]](https://github.com/adgellida/ubunsys) [Ubunsys](https://github.com/adgellida/ubunsys) - An application designed to allow you to change in-depth system features without the command line.
- [![Open-Source Software][oss icon]](https://github.com/Ulauncher/Ulauncher/) [ULauncher](http://ulauncher.io/) - An application launcher for Linux.
- [![Open-Source Software][oss icon]](https://github.com/unetbootin/unetbootin) [Unetbootin](https://unetbootin.github.io) - UNetbootin allows you to create bootable Live USB drives for Ubuntu and other Linux distributions. You can either let UNetbootin download one of the many distributions supported out-of-the-box for you, or supply your own Linux .iso file.
- [USB network gate](https://www.eltima.com/products/usb-over-ip-linux/) - Allows you to share USB ports over a Network on Linux.
- [![Open-Source Software][oss icon]](https://github.com/varietywalls/variety) [Variety](http://peterlevi.com/variety/) - Variety is an open-source wallpaper changer for Linux, packed with great features, yet slim and easy to use.
- [![Open-Source Software][oss icon]](https://www.virtualbox.org/wiki/Contributor_information) [Virtualbox](https://www.virtualbox.org/wiki/Downloads) - VirtualBox is a general-purpose full virtualizer for x86 hardware, targeted at server, desktop and embedded use.
- [![Open-Source Software][oss icon]](http://melloristudio.com/wallch/#code) [WallpaperChange](https://apps.ubuntu.com/cat/applications/raring/wallch/) - Automatically change your wallpaper.
- [![Open-Source Software][oss icon]](https://github.com/rcaelers/workrave) [Workrave](https://www.workrave.org/) - A program that assists in the recovery and prevention of Repetitive Strain Injury (RSI).
- [![Open-Source Software][oss icon]](https://github.com/KaOS-Community-Packages/xdm) [Xtreme Download Manager](http://xdman.sourceforge.net/) - A good download manager with fresh UI for Linux.
### Video
- [![Open-Source Software][oss icon]](https://github.com/xylosper/bomi) [Bomi Player](https://bomi-player.github.io/) - A powerful and easy-to-use multimedia player.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/cheese) [Cheese](https://wiki.gnome.org/Apps/Cheese) - Cheese uses your webcam to take photos and videos, applies fancy special effects and lets you share the fun with others.
- [![Open-Source Software][oss icon]](https://github.com/xbmc/xbmc) [Kodi](https://kodi.tv/about/) - An award-winning free and open source (GPL) software media center for playing videos, music, pictures, games, and more.
- [![Open-Source Software][oss icon]](https://github.com/pculture/miro) [Miro](http://www.getmiro.com/) - Free, and open video, music and internet TV application; it brings video channels from thousands of sources and has more free HD than any other platform.
- [![Open-Source Software][oss icon]](https://github.com/lettier/movie-monad) [Movie Monad](https://lettier.github.io/movie-monad) - A free and simple to use video player made with Haskell.
- [![Open-Source Software][oss icon]](http://www.mplayerhq.hu/design7/dload.html) [MPlayer](http://www.mplayerhq.hu/design7/news.html) - MPlayer is a movie player which runs on many systems, play any kind of videos.
- [![Open-Source Software][oss icon]](https://github.com/mpv-player/mpv) [MPV](https://www.mpv.io) - A free, open source, and cross-platform media player.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/smplayer/code/HEAD/tree/) [SMPlayer](http://smplayer.sourceforge.net/) - Free Media Player with built-in codecs. Play all audio and video formats.
- [![Open-Source Software][oss icon]](https://gitlab.com/jonata/subtitld) [Subtitld](https://subtitld.org/) - Subtitld เป็นซอฟต์แวร์โอเพ่นซอร์สสำหรับแก้ไข ถอดความ และสร้างคำบรรยาย
- [SVP](https://www.svp-team.com/w/index.php?title=Main_Page) - SVP allows you to watch any video on your desktop computer using frame interpolation as it is available on high-end TVs and projectors.
- [![Open-Source Software][oss icon]](https://www.videolan.org/vlc/download-sources.html) [VLC](http://www.videolan.org/vlc/index.html) - VLC is a free and open source cross-platform multimedia player and framework that plays most multimedia files as well as DVDs, Audio CDs, VCDs, and various streaming protocols.
### Wiki software
- [![Open-Source Software][oss icon]](https://git.joeyh.name/git/ikiwiki.git/) [ikiwiki](https://ikiwiki.info/) - ikiwiki is a wiki compiler. It converts wiki pages into HTML pages suitable for publishing on a website. Ikiwiki stores pages and history in a revision control system such as Subversion or Git.
- [![Open-Source Software][oss icon]](https://github.com/Jermolene/TiddlyDesktop) [TiddlyDesktop on GitHub](https://github.com/TiddlyDesktop) - [TiddlyDesktop on TiddlyWiki.com](https://github.com/TiddlyDesktop) - A desktop app for TiddlyWiki, an open-source personal wiki written in javascript, great if you're still searching for a good note-taking (and more) app.
- [![Open-Source Software][oss icon]](https://launchpad.net/zim) [Zim](https://zim-wiki.org/) - A graphical text editor used to maintain a collection of wiki pages, great for notes and documents. Stored in plain text files for easy version control.
### Others
- [![Open-Source Software][oss icon]](https://displaycal.net/#download) [DisplayCAL](https://displaycal.net/) - Open Source Display Calibration and Characterization powered by ArgyllCMS.
- [![Open-Source Software][oss icon]](https://github.com/fontforge/fontforge) [FontForge](https://fontforge.org/) - Free (libre) font editor for Windows, Mac OS X and GNU+Linux.
- [![Open-Source Software][oss icon]](https://code.launchpad.net/grub-customizer) [GrubCustomizer](https://launchpad.net/grub-customizer) - Grub Customizer is a graphical interface to configure the GRUB2/BURG settings and menuentries.
- [![Open-Source Software][oss icon]](https://github.com/bohoomil/fontconfig-ultimate) [Infinality bundle & fonts](https://github.com/bohoomil/fontconfig-ultimate) - _Pre-note: Infinality is currently not maintained anymore by the creator, if on rolling release operating systems, expect breakage_. Infinality bundle & fonts is an Open Source project aimed at Linux administrators and individual users who are looking for a hassle-free way of improving the quality of font rendering.
- [![Open-Source Software][oss icon]](https://github.com/MycroftAI/mycroft-core) [Mycroft](https://github.com/MycroftAI/mycroft-core) - Mycroft is a hackable open source voice assistant.
- [![Open-Source Software][oss icon]](https://github.com/lah7/polychromatic) [Polychromatic](https://github.com/lah7/polychromatic) - Graphical front end and tray applet for configuring Razer peripherals on GNU/Linux.
## Command Line Utilities
- [![Open-Source Software][oss icon]](https://github.com/jarun/Buku) [Buku](https://github.com/jarun/Buku) - A Command line bookmark manager.
- [![Open-Source Software][oss icon]](https://github.com/AlDanial/cloc) [Cloc](https://github.com/AlDanial/cloc) - Count Lines of Code: cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
- [![Open-Source Software][oss icon]](https://github.com/athityakumar/colorls) [Color LS](http://www.omgubuntu.co.uk/2017/07/add-bling-ls-bash-command-colorls) - Color Ls is a Ruby Gem that spices up the ls command and shows more visually than ls does without additional commands.
- [![Open-Source Software][oss icon]](https://github.com/chronitis/curseradio) [curseradio](https://github.com/chronitis/curseradio) - Command line radio player.
- [![Open-Source Software][oss icon]](https://github.com/ssimunic/Daily-Reddit-Wallpaper) [Daily Reddit Wallpaper](https://github.com/ssimunic/Daily-Reddit-Wallpaper) - Change your wallpaper to the most upvoted image of the day from /r/wallpapers or any other subreddit on system startup.
- [![Open-Source Software][oss icon]](https://github.com/jarun/ddgr) [ddgr](https://github.com/jarun/ddgr) - DuckDuckGo from the command line.
- [![Open-Source Software][oss icon]](https://github.com/balena-io/balena-cli) [Balena CLI](https://www.balena.io/docs/reference/balena-cli/) - The Balena CLI is a command-line tool that aims to provide all the benefits of the Balena desktop application in a way that can be run from a terminal, or even used from a script.
- [![Open-Source Software][oss icon]](https://github.com/ogham/exa) [exa](https://the.exa.website/) - exa is a modern replacement for ls.
- [![Open-Source Software][oss icon]](https://github.com/LubuntuFu/fishfry) [Fishfry](https://github.com/LubuntuFu/fishfry) - replaces fish history with a history tailored to pentesters for efficiency and newbie pentesters for learning.
- [![Open-Source Software][oss icon]](https://github.com/junegunn/fzf) [fzf](https://github.com/junegunn/fzf) - A general-purpose command-line fuzzy finder with interactive filter and preview feature for things like files, command history, git commits, hostnames, etc.
- [![Open-Source Software][oss icon]](https://github.com/heppu/gkill) [Gkill](https://github.com/heppu/gkill) - An interactive process killer for Linux.
- [![Open-Source Software][oss icon]](https://github.com/jarun/googler) [Googler](https://itsfoss.com/review-googler-linux/) - A program that can Google anything right in the command line.
- [![Open-Source Software][oss icon]](https://github.com/nicolargo/glances) [Glances](https://nicolargo.github.io/glances/) - Glances is a system monitoring terminal application that shows you your disk usage, ram usage, and cpu usage in a very friendly way using the Ncurses programming library. It is tolerant to windows resizing, and very low on system ram useage.
- [![Open-Source Software][oss icon]](https://github.com/aksakalli/gtop) [gtop](https://github.com/aksakalli/gtop) - A system monitoring dashboard for terminal. Think 'graphical top', with bar charts, line graphs, pie charts, and etc.
- [![Open-Source Software][oss icon]](https://github.com/hishamhm/htop) [htop](http://hisham.hm/htop/) - An interactive process viewer for Unix systems with improved features and user experience
- [![Open-Source Software][oss icon]](https://github.com/nojhan/liquidprompt) [Liquidprompt](https://github.com/nojhan/liquidprompt) - A full-featured & carefully designed adaptive prompt for Bash & Zsh.
- [![Open-Source Software][oss icon]](https://github.com/mps-youtube/mps-youtube) [mps-youtube](https://github.com/mps-youtube/mps-youtube) - A terminal based program for searching, streaming and downloading music. This implementation uses YouTube as a source of content and can play and download video as well as audio.
- [![Open-Source Software][oss icon]](https://gitlab.com/muttmua/mutt) [Mutt](http://www.mutt.org/) - A terminal based mail client with vim keybindings and great flexibility and customizability.
- [![Open-Source Software][oss icon]](https://github.com/dylanaraps/neofetch) [Neofetch](https://github.com/dylanaraps/neofetch/releases) - A fast, highly customizable system info script that supports Linux, MacOS, iOS, BSD, Solaris, Android, Haiku, GNU Hurd, MINIX, AIX and Windows.
- [![Open-Source Software][oss icon]](https://github.com/facebook/PathPicker) [PathPicker](https://github.com/facebook/PathPicker) - A command that lets you select files that were output from a previous command in the command line, so you can then run another command or edit them.
- [![Open-Source Software][oss icon]](https://github.com/dylanaraps/pywal) [pywal](https://github.com/dylanaraps/pywal) - pywal is a script that takes an image (or a directory of images), generates a colorscheme (using imagemagick) and then changes all of your open terminal's colors to the new colorscheme on the fly, allowing you to have your terminal colors change with your wallpaper, or other criteria.
- [![Open-Source Software][oss icon]](https://github.com/orakaro/rainbowstream) [Rainbow Stream](https://github.com/orakaro/rainbowstream) - A smart and nice Twitter client on terminal written in Python.
- [![Open-Source Software][oss icon]](https://github.com/amanusk/s-tui) [s-tui](https://amanusk.github.io/s-tui/) - s-tui is an UI for monitoring your computer's CPU temperature, frequency and utilization in a graphical way from the terminal.
- [![Open-Source Software][oss icon]](https://github.com/nvbn/thefuck) [TheFuck](https://github.com/nvbn/thefuck) - Magnificent app which corrects your previous console command.
- [![Open-Source Software][oss icon]](https://github.com/ggreer/the_silver_searcher) [The Silver Searcher / Ag](https://github.com/ggreer/the_silver_searcher) - A code-searching tool similar to ack, but faster.
- [![Open-Source Software][oss icon]](https://github.com/tmux/tmux) [Tmux](https://tmux.github.io/) - It lets you switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal. And do a lot more.
- [Top 10 command line tools](http://lifehacker.com/399468/top-10-command-line-tools)
- [![Open-Source Software][oss icon]](https://github.com/soimort/translate-shell) [translate-shell](https://www.soimort.org/translate-shell) - Command-line translator using Google Translate, Bing Translator, Yandex.Translate, etc.
- [![Open-Source Software][oss icon]](https://github.com/jml/undistract-me) [undistract-me](https://github.com/jml/undistract-me) - A command line program that plays a sound or sends a notification when a long command has finished running in the command line.
- [wicd-curses](https://wiki.archlinux.org/index.php/wicd#Running_Wicd_in_Text_Mode) - Command line WiFi connection manager.
- [![Open-Source Software][oss icon]](https://github.com/rg3/youtube-dl) [youtube-dl](http://rg3.github.io/youtube-dl/) - youtube-dl is a command-line program to download videos from YouTube.com and a few more sites. It requires the Python interpreter (2.6, 2.7, or 3.2+), and it is not platform specific.
## Desktop Environments
- [![Open-Source Software][oss icon]](https://github.com/solus-project/budgie-desktop) [Budgie](http://www.omgubuntu.co.uk/2016/09/install-budgie-desktop-on-ubuntu) - Budgie is a desktop environment designed with the modern user in mind, it focuses on simplicity and elegance.
- [![Open-Source Software][oss icon]](https://github.com/linuxmint/Cinnamon) [Cinnamon](http://cinnamon.linuxmint.com/) - Cinnamon strives to provide a traditional user experience. Cinnamon is a fork of GNOME 3.
- [![Open-Source Software][oss icon]](https://github.com/linuxdeepin/dde-desktop) [Deepin DE](https://www.deepin.org/en/dde/) - DDE (Deepin Desktop Environment) is the default desktop environment originally created for the Linux Deepin distribution.
- [![Open-Source Software][oss icon]](https://git.enlightenment.org/enlightenment/efl) [Enlightenment](https://www.enlightenment.org/about) - A lightweight and pretty desktop environment that is designed to run fast and look good, while retaining a large degree of customization.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gnome-flashback) [GNOME Flashback](https://wiki.gnome.org/Projects/GnomeFlashback) - GNOME Flashback is a shell for GNOME 3 which was initially called GNOME fallback mode. The desktop layout and the underlying technology is similar to GNOME 2.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gnome-desktop) [Gnome](https://www.gnome.org/) - The GNOME desktop environment is an attractive and intuitive desktop with both a modern (GNOME) and a classic (GNOME Classic) session.
- [![Open-Source Software][oss icon]](https://github.com/KDE/plasma-desktop) [KDE Plasma](https://www.kde.org/workspaces/plasmadesktop/) - The KDE Plasma desktop environment is a familiar working environment. Plasma Desktop offers all the tools required for a modern desktop computing experience so you can be productive right from the start.
- [![Open-Source Software][oss icon]](https://github.com/lxde) [LXDE](http://lxde.org/) - The Lightweight X11 Desktop Environment is a fast and energy-saving desktop environment.
- [![Open-Source Software][oss icon]](https://github.com/lxde/lxqt) [LXQt](http://lxqt.org/) - LXQt is the Qt port and the upcoming version of LXDE, the Lightweight Desktop Environment.
- [![Open-Source Software][oss icon]](https://github.com/mate-desktop/) [Mate](http://mate-desktop.com/) - Mate provides an intuitive and attractive desktop to Linux users using traditional metaphors. MATE is a fork of GNOME 2.
- [![Open-Source Software][oss icon]](https://elementary.io/) [Pantheon](https://elementary.io/) - Pantheon is the default desktop environment originally created for the elementary OS distribution.
- [![Open-Source Software][oss icon]](https://gitlab.com/ubports/development/core/lomiri) [Lomiri](https://lomiri.com/) - A convergent desktop environment.
- [![Open-Source Software][oss icon]](https://unity.ubuntu.com) [Unity](https://unity.ubuntu.com/) - Unity is a shell for GNOME designed by Canonical for Ubuntu.
- [![Open-Source Software][oss icon]](https://github.com/xfce-mirror) [Xfce](https://www.xfce.org/) - Xfce embodies the traditional UNIX philosophy of modularity and re-usability.
## Display manager
### Console
- [![Open-Source Software][oss icon]](https://github.com/ghost1227/cdm) [CDM](https://github.com/ghost1227/cdm) - A ultra-minimalistic, yet full-featured login manager written in Bash.
- [![Open-Source Software][oss icon]](https://github.com/dopsi/console-tdm) [Console TDM](https://github.com/dopsi/console-tdm) - An extension for xinit written in pure Bash.
- [![Open-Source Software][oss icon]](https://github.com/spanezz/nodm) [nodm](https://github.com/spanezz/nodm) - A minimalistic display manager for automatic logins.
### Graphic
- [![Open-Source Software][oss icon]](https://github.com/tomas/entrance) [Entrance](http://enlightenment.org) - An EFL based display manager, highly experimental.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gdm) [GDM](https://wiki.gnome.org/Projects/GDM) - The GNOME display manager.
- [![Open-Source Software][oss icon]](https://github.com/canonical/lightdm) [LightDM](https://www.freedesktop.org/wiki/Software/LightDM) - A cross-desktop display manager, can use various front-ends written in any toolkit.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/lxdm/) [LXDM](https://sourceforge.net/projects/lxdm/) - The LXDE display manager. Can be used independent of the LXDE desktop environment.
- [![Open-Source Software][oss icon]](https://github.com/linuxmint/mdm) [MDM](https://github.com/linuxmint/mdm) - The MDM display manager, used in Linux Mint, a fork of GDM 2.
- [![Open-Source Software][oss icon]](https://github.com/sddm/sddm) [SDDM](https://github.com/sddm/sddm) - The QML-based display manager and successor to KDE4's kdm; recommended for Plasma 5 and LXQt.
- [![Open-Source Software][oss icon]](https://github.com/gsingh93/slim-display-manager) [SLiM](https://sourceforge.net/projects/slim.berlios/) - Lightweight and elegant graphical login solution. (discontinued)
- [![Open-Source Software][oss icon]](https://github.com/bbidulock/xdm) [XDM](https://www.x.org/archive/X11R7.5/doc/man/man1/xdm.1.html) - The X display manager with support for XDMCP, and host chooser.
## Window Managers
### Compositors
- [![Open-Source Software][oss icon]](https://github.com/yshui/picom) [Picom](https://github.com/yshui/picom) - Picom is a standalone composite manager, suitable for use with window managers that do not natively provide compositing functionality.
- [![Open-Source Software][oss icon]](https://cgit.freedesktop.org/xorg/app/xcompmgr) [Xcompmgr](https://cgit.freedesktop.org/xorg/app/xcompmgr) - Xcompmgr is a simple composite manager capable of rendering drop shadows and, with the use of the transset utility, primitive window transparency.
### Stacking window managers
- [![Open-Source Software][oss icon]](https://github.com/venam/2bwm) [2bwm](https://github.com/venam/2bwm) - A fast floating WM, with the particularity of having 2 borders, written over the XCB library and derived from mcwm.
- [![Open-Source Software][oss icon]](https://github.com/bbidulock/blackboxwm) [Blackbox](http://blackboxwm.sourceforge.net) - A fast, lightweight window manager for the X Window System, without all those annoying library dependencies.
- [![Open-Source Software][oss icon]](https://github.com/fluxbox/fluxbox) [Fluxbox](http://fluxbox.org) - A window manager for X that was based on the Blackbox 0.61.1 code.
- [![Open-Source Software][oss icon]](https://github.com/danakj/openbox) [Openbox](http://openbox.org) - A highly configurable, next generation window manager with extensive standards support.
### Tiling window managers
- [![Open-Source Software][oss icon]](https://github.com/baskerville/bspwm) [Bspwm](https://github.com/baskerville/bspwm/wiki) - bspwm is a tiling window manager that represents windows as the leaves of a full binary tree.
- [![Open-Source Software][oss icon]](https://github.com/herbstluftwm/herbstluftwm) [Herbstluftwm](https://herbstluftwm.org) - Is a Manual tiling window manager for X11 using Xlib and Glib.
- [![Open-Source Software][oss icon]](https://github.com/i3/i3) [i3 WM](https://i3wm.org/) - A better tiling and dynamic window manager. It's completely written from scratch. The target platforms are GNU/Linux and BSD operating systems.
- [![Open-Source Software][oss icon]](https://github.com/qtile/qtile) [Qtile](https://qtile.org/) - qtile is a full-featured, hackable tiling window manager written and configured in Python.
- [![Open-Source Software][oss icon]](https://github.com/swaywm/sway) [Sway](http://swaywm.org) - Sway is tiling Wayland compositor and a drop-in replacement for the i3 window manager for X11.
### Dynamic window managers
- [![Open-Source Software][oss icon]](https://github.com/awesomeWM/awesome) [awesome](https://awesomewm.org) - A highly configurable, next generation framework window manager for X.
- [![Open-Source Software][oss icon]](https://github.com/cdown/dwm) [dwm](http://dwm.suckless.org) - A dynamic window manager for X. It manages windows in tiled, monocle and floating layouts.
- [![Open-Source Software][oss icon]](https://github.com/i3/i3) [i3](https://i3wm.org) - Tiling window manager, completely written from scratch.
- [![Open-Source Software][oss icon]](https://github.com/conformal/spectrwm) [spectrwm](https://github.com/conformal/spectrwm/wiki) - A small dynamic tiling window manager for X11, largely inspired by xmonad and dwm.
- [![Open-Source Software][oss icon]](https://github.com/xmonad/xmonad) [xmonad](http://xmonad.org) - A dynamically tiling X11 window manager that is written and configured in Haskell.
## Setup
- [What is Linux](https://www.linux.com/what-is-linux)
- [Basic Linux terms](http://www.makeuseof.com/tag/linux-confusing-key-terms-definitions/)
- [Choosing Distro that Suits You Best](http://i.imgur.com/TV21DgN.jpg)
- [38 Things To Do After Installing Ubuntu](https://www.lifewire.com/things-to-do-installing-ubuntu-2200611)
- [What do the commands on the command line mean?](https://www.explainshell.com) [![Open-Source Software][oss icon]](https://github.com/idank/explainshell)
### Arch Linux
- [Getting and installing Arch](https://wiki.archlinux.org/title/installation_guide)
- [Installation guide](https://wiki.archlinux.org/index.php/Installation_guide)
- [General recommendations](https://wiki.archlinux.org/index.php/General_recommendations)
- [List of applications](https://wiki.archlinux.org/index.php/List_of_applications)
### Bodhi
- [What is Bodhi](https://en.wikipedia.org/wiki/Bodhi_Linux)
- [Where to download Bodhi](http://www.bodhilinux.com/download/)
- [How do I install Bodhi](http://www.bodhilinux.com/w/installation-instructions/)
### CentOS
- [Official website](https://www.centos.org)
- [About](https://wiki.centos.org/About)
- [Downloads](https://wiki.centos.org/Download)
- [Manuals](https://www.centos.org/docs/)
- [Tips and Tricks](https://wiki.centos.org/TipsAndTricks)
- [FAQ](https://www.centos.org/forums/faq.php?sid=4e6d260284c7936505dcf75564717272)
### Fedora
- [What is Fedora?](https://docs.fedoraproject.org/fedora-project/project/fedora-overview.html)
- [Where to download Fedora](https://getfedora.org)
- [How do I install Fedora?](https://docs.fedoraproject.org/f26/install-guide/install/Preparing_for_Installation.html)
- [Ask Fedora](https://ask.fedoraproject.org/c/english/97)
### openSUSE
- [What is openSUSE](https://www.techopedia.com/definition/28543/opensuse)
- [Reasons to try openSUSE](http://www.pcworld.com/article/222065/5_reasons_to_try_opensuse_114.html)
- [Beginner's FAQ](https://en.opensuse.org/openSUSE:OpenSUSE_for_beginners)
- [How to install openSUSE](https://en.opensuse.org/Portal:Installation)
- [Review](https://www.linux.com/news/opensuse-leap-421-review-most-mature-linux-distribution)
### Ubuntu
- [What is Ubuntu]()
- [How to install Ubuntu](http://www.ubuntu.com/download/desktop/install-ubuntu-desktop)
- [How to dual-boot Ubuntu with Windows](http://www.everydaylinuxuser.com/2014/05/install-ubuntu-1404-alongside-windows.html)
- [What to do after installing Ubuntu](http://www.omgubuntu.co.uk/2016/04/10-things-to-do-after-installing-ubuntu-16-04-lts)
### Other distros
> To be added later
## Discussion Forums
### Arch Linux Forums
- [Arch Linux Forums](https://bbs.archlinux.org/)
- [Arch Linux ARM Forums](https://archlinuxarm.org/forum/viewforum.php?f=31)
### Bodhi Linux Forums
- [Bodhi Linux Forums](http://forums.bodhilinux.com/)
### CentOS Forums
- [CentOS Forums](https://www.centos.org/forums/)
### Fedora Forums
- [Fedora Forums](https://forums.fedoraforum.org/index.php)
### Ubuntu Forums
- [Ubuntu Forum](https://ubuntuforums.org/)
- [Ask Ubuntu](askubuntu.com/)
### openSUSE Forums
- [openSUSE Forum](https://forums.opensuse.org/forum.php)
### IRC channels
- [#linux](http://webchat.freenode.net/?channels=#linux)
- [#ubuntu](https://webchat.freenode.net/?channels=ubuntu)
- [#archlinux](http://webchat.freenode.net/?channels=archlinux)
- [#debian](http://webchat.freenode.net/?channels=debian)
- [#gentoo](http://webchat.freenode.net/?channels=gentoo)
- [#docker](http://webchat.freenode.net/?channels=docker)
- [#bash](http://webchat.freenode.net/?channels=bash)
### Linux News, Apps, and more:
- [OMG!Ubuntu](http://www.omgubuntu.co.uk/)
- [ITSFOSS](https://itsfoss.com/)
- [Linux official](https://www.linux.com/)
- [Webupd8](http://www.webupd8.org/)
- [Noobslab](http://www.noobslab.com/)
- [Make use of](http://www.makeuseof.com/service/linux/)
- [TecMint](http://www.tecmint.com/)
- [AllTop](http://linux.alltop.com/)
- [Unixmen](https://www.unixmen.com/)
- [DistroWatch](http://distrowatch.com/)
- [Phoronix](http://www.phoronix.com/)
- [Dedoimedo](http://www.dedoimedo.com/)
- [How-To Geek](https://www.howtogeek.com/category/linux/)
- [Liliputing](http://liliputing.com/)
- [FAMILUG](http://www.familug.org/)
- [Ubuntu Geek](http://www.ubuntugeek.com/)
### Reddit
- [Arch Linux](https://www.reddit.com/r/archlinux/)
- [CentOS](https://www.reddit.com/r/CentOS/)
- [Fedora](https://www.reddit.com/r/Fedora/)
- [Linux](https://www.reddit.com/r/linux/)
- [Open Source](https://www.reddit.com/r/opensource/)
- [Ubuntu](https://www.reddit.com/r/Ubuntu/)
- [Unix Porn](https://www.reddit.com/r/unixporn/)
- [Linux Kernel](https://www.reddit.com/r/kernel/)
- [Linux Gaming](https://www.reddit.com/r/linux_gaming/)
## Learn Linux
- [Beginner's guide to Linux](https://www.linux.com/learn/complete-beginners-guide-linux%20)
- [Learn Linux Command](http://linuxcommand.org/)
- [GNU/Linux Command-Line Tools Summary](http://tldp.org/LDP/GNU-Linux-Tools-Summary/html/book1.htm)
- [Learn Linux](https://linuxjourney.com/)
- [Linux Course](https://www.edx.org/course/introduction-linux-linuxfoundationx-lfs101x-0)
- [Linux Pocket Guide](http://www.tldp.org/LDP/Pocket-Linux-Guide/Pocket-Linux-Guide.pdf)
## Linux Hacking/Development
- [Kernel Newbies](https://kernelnewbies.org/)
- [Linux Insides](https://0xax.gitbooks.io/linux-insides/content/index.html)
- [The Linux Kernel](http://www.tldp.org/LDP/tlk/tlk.html)
- [Linux Kernel Archives (Official Website)](https://www.kernel.org/)
- [Linux Kernel Internals (PDF)](http://www.tldp.org/LDP/lki/lki.pdf)
- [Linux Kernel Mailing List Archive](https://lkml.org/)
- [Linux Kernel Module Programming Guide (PDF)](http://www.tldp.org/LDP/lkmpg/2.6/lkmpg.pdf)
## Advanced Linux
- [Virtual Containers](https://github.com/Citrix-TechSpecialist/Docker-101)
- [Virtualization with Virtualbox](https://www.virtualbox.org/manual/ch01.html)
## Other Awesome Lists
_These are the list that I highly recommended:_
- [Awesome Linux Audio](https://github.com/nodiscc/awesome-linuxaudio)
- [Awesome Self-hosted](https://github.com/kickball/awesome-selfhosted)
- [Awesome Sysadmin](https://github.com/n1trux/awesome-sysadmin)
## Contributors
Thanks to [**All of Github contributors**](https://github.com/luong-komorebi/Awesome-Linux-Software/graphs/contributors) for making this list possible and
_Everyone @ reddit.com/r/linux & reddit.com/r/ubuntu & vozforums.com & other forums for many suggestions and compliments_
...
**[⬆ back to top](#table-of-contents)**
## Guidelines to contribute
> Simply put the name of the **application** in the list.
> Link to its **homepage** or a **guide** on how to install it.
> Also write a **short description** for the application + add **icon**.
> Make sure it is put under the **appropriate topic**.
> If the application doesn't fit in any **existing topic**, make a **new one** for it.
> Ensure everything is **alphabetically sorted**.
## Unsure how to contribute?
- [How to Use Github](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project)
- [How to Git from the Command Line](https://rogerdudler.github.io/git-guide/)
- [What is Markdown?](https://github.com/luong-komorebi/Markdown-Tutorial) - Markdown is the writing method used to create this list, if you want to know how to format properly, it's best that you learn how to use Github Markdown.
- [Alternative Markdown Guide:](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)
_Items marked with ![Open-Source Software][oss icon] are open-source software and link to the source code. Items marked with [![Nonfree][money icon] are nonfree (as in nonfree beer) and may cost money to use._
_Author's note: Recently, I received feedbacks from you about the quality of some applications on this list. I myself tested them out a lot (not all of them, though). If you have any problems with the apps, please: -> head to the dev page (if available) -> make an issue for the dev there -> make an issue here so that I can consider whether I should get the app out of the list. Remember : Everything has its own quality, so there will never be anything like "best app" or "selective list" here, thank you._
## License
[](https://creativecommons.org/licenses/by/4.0/)
This work is licensed under a [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/).
[oss icon]: https://cdn.rawgit.com/iCHAIT/awesome-osx/master/media/oss.svg
[money icon]: https://rawgit.com/luong-komorebi/Awesome-Linux-Software/master/img/money.svg
================================================
FILE: README_zh-CN.md
================================================
# 超赞的 Linux 软件

🐧 这个仓库收集了对**任何用户/开发者**都**超赞**的 Linux 应用软件。
🐧 请随意 **contribute** / **star** / **fork** / **pull request**。欢迎一切**推荐**和**建议**。
_更新:上发布,中文版阅读地址戳[这里](https://alim0x.gitbooks.io/awesome-linux-software-zh_cn/content/)。你可以将这个链接分享给新用户,因为在上面阅读相比于在 github 上阅读会更加友好。可以在[这里](https://goo.gl/xhiKla)下载英文 pdf 版本。_
## 目录
- [超赞的 Linux 软件](#超赞的-linux-软件)
- [目录](#目录)
- [应用](#应用)
- [音频](#音频)
- [聊天客户端](#聊天客户端)
- [数据备份与恢复](#数据备份与恢复)
- [桌面个性化](#桌面个性化)
- [开发](#开发)
- [电子书工具](#电子书工具)
- [编辑器](#编辑器)
- [教育](#教育)
- [电子邮件](#电子邮件)
- [文件管理器](#文件管理器)
- [游戏](#游戏)
- [City Building Simulation](#city-building-simulation)
- [Command Line Games](#command-line-games)
- [Engine Re-creations (require the actual game)](#engine-re-creations-require-the-actual-game)
- [FPS](#fps)
- [Gaming Applications](#gaming-applications)
- [Machine emulators](#machine-emulators)
- [Miscellaneous](#miscellaneous)
- [RPG](#rpg)
- [RTS](#rts)
- [Turn Based Strategy](#turn-based-strategy)
- [图形](#图形)
- [互联网](#互联网)
- [办公](#办公)
- [生产力](#生产力)
- [安全](#安全)
- [代理](#代理)
- [文件共享](#文件共享)
- [终端](#终端)
- [实用工具](#实用工具)
- [视频](#视频)
- [其它](#其它)
- [命令行工具](#命令行工具)
- [桌面环境](#桌面环境)
- [显示管理](#显示管理)
- [控制台](#控制台)
- [图形界面](#图形界面)
- [窗口管理](#窗口管理)
- [合成器](#合成器)
- [叠加式窗口管理器](#叠加式窗口管理器)
- [平铺式窗口管理器](#平铺式窗口管理器)
- [动态窗口管理器](#动态窗口管理器)
- [设置](#设置)
- [Arch Linux](#arch-linux)
- [CentOS](#centos)
- [openSUSE](#opensuse)
- [Ubuntu](#ubuntu)
- [其它发行版](#其它发行版)
- [论坛](#论坛)
- [Arch Linux Forums](#arch-linux-forums)
- [CentOS Forums](#centos-forums)
- [Ubuntu Forums](#ubuntu-forums)
- [openSUSE Forums](#opensuse-forums)
- [IRC 频道](#irc-频道)
- [Linux 新闻,应用,以及更多...](#linux-新闻应用以及更多)
- [Reddit](#reddit)
- [学习 Linux](#学习-linux)
- [Linux Hacking/开发](#linux-hacking开发)
- [贡献者](#贡献者)
- [贡献指南](#贡献指南)
- [许可证](#许可证)
---
- [设置](#设置)
- [ArchLinux](#arch-linux)
- [CentOS](#centos)
- [openSUSE](#opensuse)
- [Ubuntu](#ubuntu)
- [论坛](#论坛)
- [ArchLinux 论坛](#arch-linux-forums)
- [CentOS 论坛](#centos-forums)
- [Ubuntu 论坛](#ubuntu-forums)
- [openSUSE 论坛](#opensuse-forums)
- [IRC 频道](#irc-channels)
- [Linux 新闻,应用,以及更多...](#linux-news-apps-and-more-)
- [Reddit](#reddit)
- [学习 Linux](#learn-linux)
- [Linux Hacking/开发](#linux-hackingdevelopment)
- [贡献者](#贡献者)
- [贡献指南](#贡献指南)
---
## 应用
### 音频
- [Cmus](https://cmus.github.io/) - cmus 是一款类 Unix 系统下小巧,快速且强大的终端音乐播放器。
- [![Open-Source Software][oss icon]](https://github.com/sourcefabric/Airtime) [Airtime](https://www.sourcefabric.org/software/airtime) - Airtime 是一款用于调度和远程站点管理的开放广播软件
- [Ardour](https://ardour.org/) - 在 Linux 上录音,编辑,和混音
- [Audacious](http://audacious-media-player.org/) - 开源音频播放器,按你想要的方式播放你的音乐,不占用你其它任务的电脑资源。[![Open-Source Software][oss icon]](http://audacious-media-player.org/developers)
- [![Open-Source Software][oss icon]](https://github.com/audacity/audacity) [Audacity](http://www.audacityteam.org/download/linux/) - 免费,开源,跨平台的声音录制、编辑软件。
- [![Open-Source Software][oss icon]](https://bazaar.launchpad.net/~audio-recorder/audio-recorder/trunk/files) [Audio Recorder](https://launchpad.net/~audio-recorder) - 简单的声音录制软件,就在 ubuntu ppa。
- [![Open-Source Software][oss icon]](https://github.com/clementine-player/Clementine) [Clementine](https://www.clementine-player.org/) - 播放无数的有损和无损音频格式。
- [![Open-Source Software][oss icon]](https://github.com/MarshallOfSound/Google-Play-Music-Desktop-Player-UNOFFICIAL-) [Google Play Music](https://www.googleplaymusicdesktopplayer.com/) - 非官方但很漂亮的跨平台 Google Play Music 桌面客户端。
- [Hydrogen](http://hydrogen-music.org/) - GNU/Linux 上的高级电子鼓。
- [![Open-Source Software][oss icon]](https://github.com/trazyn/ieaseMusic) [ieaseMusic](https://github.com/trazyn/ieaseMusic) - 优雅的 NeteaseMusic 桌面应用程序,Rock with NeteaseMusic。
- [![Open-Source Software][oss icon]](https://github.com/KDE/k3b) [K3b](http://www.k3b.org/) - K3b - Linux 上的 CD/DVD 创建工具 - 为 KDE 特别优化。
- [Kid3Qt](https://apps.ubuntu.com/cat/applications/precise/kid3-qt/) - 编辑多媒体文件的标签,如一个专辑所有 mp3 文件的艺术家,专辑,年代,流派。
- [KxStudio](http://kxstudio.linuxaudio.org/) - KXStudio 是专业声音创作应用和插件的集合。
- [Let's make music](https://lmms.io/download/#linux) - 在你的 PC 上制作音乐,创造旋律和节拍,合成,混音,编曲小样以及更多内容。
- [![Open-Source Software][oss icon]](https://github.com/gnumdk/lollypop) [Lollypop](https://wildskyf.github.io/lollypop-web/) - Lollypop 是一款新的 GNOME 音乐播放应用。
- [![Open-Source Software][oss icon]](https://github.com/emilioastarita/lyricfier) [Lyricfier](https://github.com/emilioastarita/lyricfier) - 一个 Spotify Lyrics 的替代选择。
- [![Open-Source Software][oss icon]](https://github.com/mixxxdj/mixxx) [Mixxx](http://www.mixxx.org/download/) - 免费的 DJ 软件,给你一切现场混音所需要的,名副其实的 Traktor 替代品。
- [![Open-Source Software][oss icon]](https://github.com/mopidy/mopidy) [Mopidy](https://www.mopidy.com/) - An extensible music server written in Python.
- [![Open-Source Software][oss icon]](https://github.com/KeitIG/museeks) [Museek](http://museeks.io/) - 一款简单,干净,跨平台的音乐播放器。
- [![Open-Source Software][oss icon]](https://github.com/musescore/MuseScore) [MuseScore](https://musescore.org) - Create, play and print beautiful sheet music.
- [![Open-Source Software][oss icon]](https://github.com/metabrainz/picard) [MusicBrainz Picard](https://picard.musicbrainz.org/) - Picard is a cross-platform music tagger written in Python.
- [Netease Music](https://music.163.com/#/download) - 网易云音乐播放器
- [Oceanaudio](http://www.ocenaudio.com/whatis) - ocenaudio 是一款跨平台,易用,快速且功能强大的音频编辑器。对需要编辑和分析音频文件的人来说是个理想的软件。
- [![Open-Source Software][oss icon]](https://github.com/PedroHLC/osdlyrics) [OSD Lyrics](https://aur.archlinux.org/packages/osdlyrics-git/) - 与你最爱的媒体播放器显示歌词。
- [![Open-Source Software][oss icon]](https://github.com/quodlibet/quodlibet) [Quod Libet](https://quodlibet.readthedocs.io) - 一款编写时就考虑了很多库的 GTK+ 音乐播放器。Quod Libet 支持基于搜索的动态播放列表,正则,标签,回放增益,播客以及互联网广播。
- [![Open-Source Software][oss icon]](https://github.com/GNOME/rhythmbox) [Rhythmbox](https://wiki.gnome.org/Apps/Rhythmbox) - 来自 GNOME 的音乐播放器。
- [![Open-Source Software][oss icon]](https://sayonara-player.com/downloads/#Source) [Sayonara Player](https://sayonara-player.com/downloads/) - Sayonara 是一款小巧干净,快速的音频播放器,使用 C++ 编写,基于 Qt 框架。
- [SoundJuicer](http://www.howtogeek.com/howto/20126/rip-audio-cds-with-sound-juicer/) - CD 抓取工具,for GNOME
- [![Open-Source Software][oss icon]](https://github.com/Soundnode/soundnode-app) [Soundnode](https://soundnode.github.io/soundnode-website/) - 一款开源的 SoundCloud 桌面应用。
- [![Open-Source Software][oss icon]](https://github.com/devinhalladay/spotio) [Spotio](https://github.com/devinhalladay/spotio) - 受 Rdio 启发的 Spotify 桌面应用亮色主题。
- [![Open-Source Software][oss icon]](https://github.com/VCVRack/Rack) [VCV Rack](https://vcvrack.com/) - An open-source virtual modular synthesizer.
- [![Open-Source Software][oss icon]](https://github.com/yktoo/indicator-sound-switcher) [Yktoo Sound Switcher Indicator](https://yktoo.com/en/software/indicator-sound-switcher) - Sound input/output selector indicator for Ubuntu/Unity.
### 聊天客户端
- [![Open-Source Software][oss icon]](https://github.com/chatty/chatty) [Chatty](http://chatty.github.io/) - Chatty 是一款 Twitch 聊天客户端,它是为那些想尝试不同于 web 聊天的新事物,又不想像 IRC 客户端那样复杂或错过 Twitch 特色功能的用户准备的。
- [Discord](https://discord.com/) - 为玩家准备的多合一语音文本聊天工具,免费,安全,同时支持桌面和手机。
- [Franz](http://meetfranz.com/) - Franz 是一个免费的消息应用,结合了许多聊天及消息服务到单独的一个客户端中。[![Open-Source-Software][oss icon]](https://github.com/meetfranz/franz)
- [![Open-Source Software][oss icon]](https://github.com/stanfieldr/ghetto-skype) [GhettoSkype](https://github.com/stanfieldr/ghetto-skype) - Skype 的开源 web 封装。
- [![Open-Source Software][oss icon]](https://github.com/gitterHQ/services) [Gitter](https://gitter.im/) - Gitter — 开发者交流的地方。Gitter 的设计目标是让社区消息,协作和发现尽可能地简单。
- [![Open-Source Software][oss icon]](https://github.com/hexchat) [HexChat](https://hexchat.github.io/) - HexChat 是一款基于 XChat 的 IRC 客户端,但和 XChat 不一样的是它对 Windows 和 Unix-like 系统都是完全自由的。
- [![Open-Source Software][oss icon]](https://github.com/jitsi) [Jitsi](https://jitsi.org/) - Jitsi 是一款免费,开源的多平台语音,视频会议以及即时通讯应用,在 Windows, Linux, Mac OS X 和 Android 上可用。
- [![Open-Source Software][oss icon]](https://github.com/Aluxian/Facebook-Messenger-Desktop) [Messenger for Desktop](https://messengerfordesktop.com/#download) - Facebook messenger 应用。
- [Pidgin](http://askubuntu.com/questions/307622/update-pidgin-using-apt-get) - 一款通用聊天客户端。
- [![Open-Source Software][oss icon]](https://github.com/qTox/qTox) [qTox](https://qtox.github.io/) - 一款简单的分布式,安全的通讯软件,支持音频和视频聊天。
- [![Open-Source Software][oss icon]](https://github.com/saenzramiro/rambox) [Rambox](http://rambox.pro/) - 免费,开源且跨平台的消息及邮件应用,整合常见的 web 应用为一体。
- [![Open-Source Software][oss icon]](https://github.com/raelgc/scudcloud/) [ScudCloud](https://github.com/raelgc/scudcloud/) - 一款 Linux 下的 Slack 客户端。
- [Skype](https://www.skype.com/en/) - Skype 让世界保持沟通,免费的。
- [Slack](https://slack.com/downloads/linux) - 现代团队的即时通讯,归档及搜索沟通工具。
- [![Open-Source Software][oss icon]](https://github.com/telegramdesktop/tdesktop) [Telegram](https://desktop.telegram.org/) - 一款专注于速度和安全的消息应用,它非常快,简单而且免费。
- [Viber](https://www.viber.com/en/products/linux) - Viber for Linux 让你在任何设备,网络和国家给其他 Viber 用户免费发送消息和通话。
- [![Open-Source Software][oss icon]](https://github.com/weechat) [Weechat](https://weechat.org/) - WeeChat 是一款快速,轻量级,可扩展的聊天客户端。
### 数据备份与恢复
- [![Open-Source Software][oss icon]](https://borgbackup.readthedocs.io/en/stable/development.html) [Borg Backup](https://borgbackup.readthedocs.io/en/stable/) - 一款不错的的备份工具。
- [![Open-Source Software][oss icon]](https://launchpad.net/deja-dup) [Deja Dup](https://www.linux.com/learn/total-system-backup-and-recall-deja-dup) - 一款内置加密的简单备份工具。
- [![Open-Source Software][oss icon]](https://launchpad.net/duplicity) [Duplicity](http://duplicity.nongnu.org/) - Duplicity 通过生成加密的 tar 格式卷备份目录,并且可以上传备份到远端或本地文件服务器。
- [Photorec](http://www.cgsecurity.org/wiki/PhotoRec) - PhotoRec 一款数据恢复应用,为恢复硬盘,CD-ROM 上包括视频,文档以及归档等文件而设计,以及数码相机存储中丢失的相片(Photorec 的由来)。
- [![Open-Source Software][oss icon]](https://borgbackup.readthedocs.io/en/stable/) [Qt4-fsarchiver](https://sourceforge.net/projects/qt4-fsarchiver/) - qt4-fsarchiver 是 fsarchiver 的图形化界面,能够保存/恢复分区,文件夹和 MBR/GPT 分区。这个程序是基于 Debian 的系统,Suse 以及 Fedora 适用的。
- [![Open-Source Software][oss icon]](https://github.com/ncw/rclone) [rclone](http://rclone.org/) - Rclone 是一款命令行工具,用于同步文件和目录到不同的云存储方案。它还允许备份加密。
- [System Rescue CD](https://www.system-rescue.org/SystemRescueCd_Homepage) - SystemRescueCd 是一款 Linux 系统急救盘,提供可启动的 CD-ROM 或 U 盘,用于管理系统在崩溃后修复系统和数据。
- [Test Disk](http://www.cgsecurity.org/wiki/TestDisk) - TestDisk 是一款强大的免费数据恢复软件!它主要设计用于帮助回去丢失的分区和/或修复由软件错误导致的硬盘无法启动引导。
- [Timeshift](https://launchpad.net/timeshift) - TimeShift 是一款系统还原工具,它用 rsync 和硬链接创建系统的增量快照。快照可以在一段时间后用于恢复,撤销快照生成以来所做的所有更改。快照可以手动生成或用定时任务自动生成。
### 桌面个性化
- ![Open-Source Software][oss icon] [Adapta Theme](https://github.com/tista500/Adapta) - 一款自适应的 Gtk+ 主题,遵循 Material 设计指南。
- ![Open-Source Software][oss icon] [Arc Icon Theme](https://github.com/horst3180/arc-icon-theme) - 一款可以和 Moka 图标主题一同使用的现代图标主题。
- ![Open-Source Software][oss icon] [Arc Theme](https://github.com/jnsh/arc-theme) - 带有透明元素的扁平化主题
- [Compiz Config settings manager](https://apps.ubuntu.com/cat/applications/compizconfig-settings-manager/) - OpenCompositing 项目带来的提高 X Window 系统可用性和生产力的 3D 桌面视觉特效。
- [![Open-Source Software][oss icon]](https://github.com/brndnmtthws/conky) [Conky](https://github.com/brndnmtthws/conky) - Conky 是 X 下一款免费,轻量的系统监视器,可以在你桌面显示任何类型的信息。
- [![Open-Source Software][oss icon]](https://github.com/andreisergiu98/arc-flatabulous-theme) [Flatabulous Arc Theme](https://github.com/andreisergiu98/arc-flatabulous-theme) - 我最爱的 ubuntu 主题。
- ![Open-Source Software][oss icon] [Flatabulous](https://github.com/anmoljagetia/Flatabulous) - 一款扁平化主题,适用于 Ubuntu 以及其它基于 Gnome 的 Linux 系统。
- [Gnome Extensions](http://extensions.gnome.org/) - Gnome 桌面环境扩展插件。
- [Gnome Look](https://www.gnome-look.org/) - 大量社区创建的图标,shell 主题,字体,以及其他更多的可用来个性化你的 Gnome 桌面环境的资源,都在这一个站点。
- [![Open-Source Software][oss icon]](https://github.com/bil-elmoussaoui/Hardcode-Tray) [Hardcode Tray](https://github.com/bil-elmoussaoui/Hardcode-Tray) - 这个脚本通过在 Linux 中自动探测你默认主题,正确的图标尺寸,硬编码内嵌图标应用,以及正确的状态图标来修正硬编码的托盘图标。
- [![Open-Source Software][oss icon]](https://github.com/bsundman/Irradiance) [Irradiance Theme](https://github.com/bsundman/Irradiance) - 一款受 OSX Yosemite 启发的 Unity 主题,基于 Radiance。
- [![Open-Source Software][oss icon]](https://github.com/numixproject/numix-icon-theme) [Numix Icon Theme](http://www.noobslab.com/2014/04/install-numix-icon-packs-in-ubuntulinux.html) - Ubuntu 最好的图标主题之一。
- [![Open-Source Software][oss icon]](https://github.com/numixproject/numix-gtk-theme) [Numix Theme](https://itsfoss.com/install-numix-ubuntu/) - 一款很流行的主题。
- [Paper Icon Theme](https://snwh.org/paper/icons) - Paper 是一款现代 freedesktop 图标主题,它的图表设计注重强烈的色彩和简单的几何形状。
- [![Open-Source Software][oss icon]](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme-gtk/) [Papirus Icon Theme](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme-gtk/) - Linux 系统 SVG 图标主题,基于 Paper 主题并有一些额外的特性(如硬编码托盘支持,kde 颜色方案支持,libreoffice 图标主题,filezilla 主题,smplayer 主题...)以及其它的修改。这个主题适用于 GTK 以及 KDE。
- [![Open-Source Software][oss icon]](https://github.com/ianyh/Amethyst) [Unity Tweak Tool](https://apps.ubuntu.com/cat/applications/unity-tweak-tool/) - Ubuntu unity 个性化必备应用。
- [![Open-Source Software][oss icon]](https://github.com/bsundman/Yosembiance) [Yosembiance theme](https://github.com/bsundman/Yosembiance) - 一款受 OSX Yosemite 启发的 Ambiance 改款主题。
- [La Capitaine Icon Theme](https://github.com/keeferrourke/la-capitaine-icon-theme) - 一款受 macOS 和 Material 设计启发的图标主题,目标是适配大部分桌面环境。
### 开发
- [Clion](https://www.jetbrains.com/clion/) - 一款强大的跨平台 C 以及 C++ IDE。
- [Android studio](https://developer.android.com/studio/index.html) - Android 的官方 IDE:Android Studio 提供在各种类型的安卓设备上构建应用最快的工具。
- [Aptana](https://www.axway.com/en/aptana) - Aptana Studio 利用了 Eclipse 的灵活性并且专注于让它成为强大的 web 开发引擎。
- [![Open-Source Software][oss icon]](https://github.com/arduino/arduino-ide) [Arduino IDE](https://www.arduino.cc/en/Main/Software) - 开源的 Arduino 软件(IDE)让编写代码和上传代码到开发板变得简单。
- [BlueJ](http://bluej.org/) - 一款为新手设计的免费 Java 开发环境,世界范围内数百万人使用。
- [Code::Blocks](https://www.codeblocks.org/) - Code::Blocks 是一款为满足大部分用户需求构建的免费的 C,C++ 以及 Fortran IDE。它可扩展并且可配置性强。
- [Codelite](http://codelite.org/) - 一款免费,开源,跨平台的 C,C++,PHP,以及 Node.js IDE。
- [![Open-Source Software][oss icon]](https://github.com/serge-rider/dbeaver/) [DBeaver](http://dbeaver.jkiss.org/) - 一款通用数据库客户端,支持多个平台及多种数据库。
- [![Open-Source Software][oss icon]](https://cgit.kde.org/kexi.git/about/) [Kexi](http://kexi-project.org/) - Kexi is an open source visual database applications creator, a long-awaited competitor for programs like MS Access or Filemaker.
- [Eclipse](https://eclipse.org/ide/) - Eclipse 以 Java 集成开发环境而闻名,但它的 C/C++ IDE 和 PHP IDE 同样出色。
- [![Open-Source Software][oss icon]](https://github.com/fisherman/fisherman) [Fisherman](https://github.com/fisherman/fisherman) - 一款 fish shell 插件管理器。
- [![Open-Source Software][oss icon]](https://github.com/fish-shell/fish-shell) [Fish](https://fishshell.com/) - 一款智能且用户友好的命令行 shell。
- [![Open-Source Software][oss icon]](https://www.fossil-scm.org/index.html/dir?ci=tip) [Fossil](https://www.fossil-scm.org) - 自包含,分布式软件配置管理系统,带有集成 bug 追踪,wiki,技术说明和 web 界面。
- [![Open-Source Software][oss icon]](https://github.com/fritzing/fritzing-app) [Fritzing](https://fritzing.org/) - Fritzing 是一个开源硬件项目,它让电子部件变成人人都能接触到的创造性材料。
- [![Open-Source Software][oss icon]](https://www.geany.org/Download/Git) [Geany](https://www.geany.org/) - Geany 是一款基于 GTK+ 的文本编辑器,带有基本的集成开发环境特性。它的开发是为了提供一个小型并且快速的 IDE,对其它包只有很少的的依赖。
- [Genymotion](https://www.genymotion.com/features/) - Genymotion 是一款可以用来替代默认安卓模拟器的第三方模拟器。
- [![Open-Source Software][oss icon]](https://git.gnome.org//browse/giggle/) [Giggle](https://wiki.gnome.org/action/show/Apps/giggle?action=show&redirect=giggle) - Giggle 一款 git 内容追踪的图形化前端。
- [![Open-Source Software][oss icon]](https://github.com/git/git) [Git](https://git-scm.com/) - Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency.
- [![Open-Source Software][oss icon]](https://github.com/git-cola/git-cola) [GitCola](http://git-cola.github.io/) - Git Cola 是一款整洁且强大的图形化 Git 客户端。用 Python 写就并签署于 GPL 协议。
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/Gitg#Development_Resources) [Gitg](https://wiki.gnome.org/Apps/Gitg) - gitg is the GNOME GUI client to view git repositories.
- [GitKraken](https://www.gitkraken.com/) - 强大酷炫的 Git 图形化客户端,支持 Windows,Mac 以及 Linux。
- [Git](https://git-scm.com/) - Git 是一款免费和开源的分布式版本管理系统,被设计用来快速和高效地处理从小项目到大项目的一切内容。
- [Insomnia](https://insomnia.rest/) - 一款简单,漂亮且免费的 REST API 客户端。
- [![Open-Source Software][oss icon]](https://github.com/JetBrains/intellij-community) [IntelliJ IDEA](https://www.jetbrains.com/idea/) - 强大的 Java IDE。
- [![Open-Source Software][oss icon]](https://github.com/ipython/ipython) [Ipython](https://ipython.org/) - 强大的 Python shell。
- [![Open-Source Software][oss icon]](https://docs.jupyter.org/en/latest/install.html) [Jupyter Notebook](https://jupyter.org/) - 开源,交互式数据科学和科学计算,支持超过 40 种编程语言。
- [KDevelop](https://www.kdevelop.org/) - 免费,开源 IDE,全功能,支持插件扩展的 C/C++ 以及其它编程语言 IDE。
- [Komodo Edit](https://www.activestate.com/products/komodo-edit/) - 免费,开源的多语言开发环境。
- [Netbeans](https://netbeans.org/downloads/) - NetBeans IDE 让你快速而且容易地开发 Java 桌面,移动以及 web 应用,还有基于 HTML,JavaScript 以及 CSS 的 HTML5 应用。
- [NodeJS](https://nodejs.org/en/) - Node.js® 是一个基于 Chrome V8 JavaScript 引擎的 JavaScript 运行时环境。
- [![Open-Source Software][oss icon]](https://github.com/oh-my-fish/oh-my-fish) [Oh-my-fish](https://github.com/oh-my-fish/oh-my-fish) - 提供各种插件和主题以扩展你的 fish shell 功能。
- [Postgresql](https://www.postgresql.org/download/) - PostgreSQL 是一款强大,开源的对象-关系型数据库系统。
- [Postman](https://www.postman.com/) - Postman,帮助我们快速测试 API。
- [PyCharm](https://www.jetbrains.com/pycharm/) - 强大的 Python IDE。
- [QT Creator](https://www.qt.io/ide/) - 全功能跨平台集成开发环境,轻松创建互联设备,用户界面以及应用程序。
- [![Open-Source Software][oss icon]](https://github.com/rabbitvcs/rabbitvcs) [Rabbit VCS](http://rabbitvcs.org/) - RabbitVCS 是一个图形工具的集合,提供一个与你使用的版本控制系统简单而直接的访问方式。
- [![Open-Source Software][oss icon]](https://github.com/jantje/arduino-eclipse-plugin) [Sloeber IDE](http://eclipse.baeyens.it/) - Sloeber IDE。Eclipse 的 Arduino IDE。我很喜欢它。
- [StarUML](https://staruml.io/) - 一款精致的软件塑造者。
- [Swift](https://swift.org/download/) - Swift 是一个通用编程语言,基于更现代的安全,性能,和软件设计模式为目标设计。
- [Ubuntu-SDK](https://developer.ubuntu.com/en/phone/platform/sdk/installing-the-sdk/) - Ubuntu 官方 SDK。
- [![Open-Source Software][oss icon]](https://github.com/zealdocs/zeal) [Zeal](https://zealdocs.org/) - Zeal 是一款面向软件开发者的离线文档阅读器。
- [![Open-Source Software][oss icon]](https://mariadb.org/get-involved/getting-started-for-developers/) [MariaDB](https://mariadb.org/) - 最流行的数据库服务器之一。由原 MySQL 开发者打造。
- [![Open-Source Software][oss icon]](https://www.monodevelop.com/developers/) [MonoDevelop](http://www.monodevelop.com/) - 跨平台的 C#,F# 以及更多语言的 IDE。
- [![Open-Source Software][oss icon]](https://github.com/robbyrussell/oh-my-zsh) [Oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) - 一个由社区驱动,优雅的 zsh 配置管理框架。
- [![Open-Source Software][oss icon]](https://github.com/stuartlangridge/ColourPicker) [Pick](http://kryogenix.org/code/pick/) - 简单的拾色器。
- [![Open-Source Software][oss icon]](https://github.com/sqlitebrowser/sqlitebrowser) [Sqlite Browser](http://sqlitebrowser.org/) - 可视化创建,管理,以及查看 sqlite 数据库文件。
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/zsh/code/ci/master/tree/) [Zsh](http://www.zsh.org/) - 一款强大的命令行 shell。
- [SmartGit](http://www.syntevo.com/smartgit/) - SmartGit 是一款 Git 客户端,支持 Github 的 Pull Requests 和评论以及 SVN。
- [![Open-Source Software][oss icon]](https://gitlab.com/wireshark/wireshark/-/tree/master) [Wireshark](https://www.wireshark.org/) - Wireshark 是世界领先的网络协议分析器。它让你可以在微观层级观察你的网络上发生了什么。它是许多工业和教育行业事实上的(经常也是法律上的)标准。
### 电子书工具
- [![Open-Source Software][oss icon]](https://github.com/oguzhaninan/Buka) [Buka](https://github.com/oguzhaninan/Buka/releases) - 电子书管理。
- [![Open-Source Software][oss icon]](https://github.com/kovidgoyal/calibre) [Calibre](http://calibre-ebook.com/) - 难以置信的丑但很强大的电子书管理和转换软件。
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/Evince/GettingEvince) [Evince](https://wiki.gnome.org/Apps/Evince) - Evince 是一款支持多种格式的文档查看器。Evince 的目标是用一个简单的应用取代已经存在于 GNOME 桌面的多种文档查看器。
- [FBReader](https://fbreader.org/content/fbreader-beta-linux-desktop) - 最流行的电子阅读应用之一。
- [Foxit](https://www.foxitsoftware.com/products/pdf-reader/) - Foxit Reader 8.0——获得殊荣的 PDF 阅读器。
- [Lucidor](http://www.lucidor.org/lucidor/) - Lucidor 是一个阅读和处理电子书的电脑软件。Lucidor 支持 EPUB 格式的电子书和 OPDS 格式的目录。
- [MasterPDF editor](https://code-industry.net/free-pdf-editor/) - Master PDF Editor 一款方便而智能的 Linux PDF 编辑器。
- [![Open-Source Software][oss icon]](https://git.ghostscript.com/?p=mupdf.git;a=summary) [MuPDF](http://mupdf.com/) - 一款轻量级的 PDF 和 XPS 查看器。
- [Okular](https://okular.kde.org/) - Okular 由 KDE 原始开发的通用文档查看器。Okular 可以在多个平台上工作,包括但不限于 Linux,Windows,Mac OS X,\*BSD 等等。
- [![Open-Source Software][oss icon]](https://launchpad.net/qpdfview) [qpdf](https://launchpad.net/qpdfview) - qpdfview 是一款标签页式文档查看器。
- [![Open-Source Software][oss icon]](https://github.com/Sigil-Ebook/Sigil) [Sigil](https://github.com/Sigil-Ebook/Sigil) - Sigil 是一款多平台 EPUB 电子书编辑器。
### 编辑器
- [![Open-Source Software][oss icon]](https://github.com/atom/atom) [Atom](https://atom.io/) - 21 世纪的可 hack 文本编辑器。
- [Bluefish](https://bluefish.openoffice.nl/index.html) - Bluefish 是一款面向程序员和 web 开发者的强大编辑器,带有很多编写网站,脚本和代码的选项。
- [![Open-Source Software][oss icon]](https://github.com/adobe/brackets) [Brackets](https://brackets.io/) - 懂 web 设计的现代文本编辑器。
- [![Open-Source Software][oss icon]](https://github.com/emacs-mirror/emacs) [Emacs](https://www.gnu.org/software/emacs/) - 可扩展,可个性化,免费/自由的文本编辑器——还有更多。
- [![Open-Source Software][oss icon]](https://www.geany.org/Download/Git) [Geany](https://www.geany.org/) - Geany 是一款使用了 GTK+ 工具集的文本编辑器,带有基本的集成开发环境功能。它的开发是为了成为一个小型又快速的 IDE,对其它包仅有不多的依赖。
- [Gedit](https://wiki.gnome.org/Apps/Gedit) - gedit 是 GNOME 文本编辑器。尽管以简单易用为目标,gedit 仍然是个强大的多功能编辑器。
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gnome-builder) [Gnome Builder](https://wiki.gnome.org/Apps/Builder) - Powerful IDE for modern C / C++ / Bash / JavaScript development, made by Gnome Team. One of the best IDE for C/C++ developement (Cmake integrated).
- [Kakoune](http://kakoune.org/) - 受 Vim 启发。更少的击键次数带来更快的速度。多重选中。直角设计。它的命令与 vi 的相似,并且适用 Vi 的“快捷键作为文本编辑语言”模型。专注于交互,大部分命令提供直接和增量的结果,相对 Vim 还是很有竞争力的(击键次数上)。 [(Github)](https://github.com/mawww/kakoune)
- [![Open-Source Software][oss icon]](https://kate-editor.org/build-it/) [Kate](https://kate-editor.org/get-it/) - Kate 是一个多文档编辑器,从 KDE 2.2 开始就是 KDE 的一部分了。
- [Gnome Builder](https://wiki.gnome.org/Apps/Builder) - 功能强大的 IDE 用于现代 C / C ++ / Bash / JavaScript 开发,由 Gnome Team 制作。 用于 C / C ++开发的最佳 IDE 之一(Cmake 集成)
- [Lighttable](http://lighttable.com/) - 下一代代码编辑器!支持实时编码。
- [![Open-Source Software][oss icon]](https://github.com/syl20bnr/spacemacs) [Spacemacs](http://spacemacs.org) - 社区驱动的 Emacs 版本。
- [Sublime](https://www.sublimetext.com/) - 有史以来最好的编辑器之一。
- [![Open-Source Software][oss icon]](https://github.com/orbitalquark/textadept) [Textadept](https://orbitalquark.github.io/textadept/) - 程序员的极简编辑器。支持 Lua 编程语言扩展。
- [![Open-Source Software][oss icon]](https://github.com/vim/vim) [Vim](http://www.vim.org/download.php) -Vim 是一个高级文本编辑器,寻求以更完整的功能集提供事实上的 Unix 编辑器“Vi”的强大功能。无论你已经在使用 vi 或其它编辑器,它都十分有用。
- [VSCode](https://code.visualstudio.com) - Visual Studio Code 是一款轻量但强大的代码编辑器,提供 Windows,OS X 以及 Linux 版本。它内置了 JavaScript,TypeScript 以及 Node.js 支持,并且对其它语言(C++,C#,Python,PHP)还有丰富的插件系统和运行环境。
### 教育
- [![Open-Source Software][oss icon]](https://github.com/bibletime/bibletime) [BibleTime](http://bibletime.info/) - BibleTime 是一款基于 Sword 库和 Qt 工具集的圣经学习应用。
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/celestia/files/Celestia-source/1.6.1/celestia-1.6.1.tar.gz/download) [Celestia](http://celestiaproject.net/) - 免费的空间模拟器,让你在三维空间中探索我们的宇宙。
- [![Open-Source Software][oss icon]](https://github.com/opp11/chemtool/blob/master/README.md) [Chemtool](http://ruby.chemie.uni-freiburg.de/~martin/chemtool/) - Chemtool 是一款在 Linux 上绘制化学结构的小程序。
- [![Open-Source Software][oss icon]](https://code.launchpad.net/epoptes) [Epoptes](http://www.epoptes.org/) - 一款开源的计算机实验室管理和监视工具。
- [![Open-Source Software][oss icon]](https://github.com/gap-system/gap) [GAP](http://www.gap-system.org/) - 计算离散代数领域内的一个优秀系统,主要专注于计算群论的计算。
- [![Open-Source Software][oss icon]](https://gcompris.net/wiki/Developer%27s_corner) [Gcompris](http://gcompris.net/index-en.html) - GCompris 是一款高质量教育软件,由无数适合 2 到 10 岁儿童的活动组成。
- [Geogebra](https://www.geogebra.org/download) - 图形计算器,支持函数,几何,代数,微积分,统计以及 3D 数学。
- [![Open-Source Software][oss icon]](http://ftp.gnu.org/gnu/gtypist/) [GNU Typist](https://www.gnu.org/software/gtypist/index.html) - 基于 ncurses 的免费打字教学软件
- [![Open-Source Software][oss icon]](https://gitlab.com/gnukhata) [GNUKhata](http://www.gnukhata.in/) - 开源会计软件。
- [Google Earth](https://itsfoss.com/install-google-earth-ubunu/) - Google Earth 是一款虚拟地球,地图以及地理信息程序。
- [GPeriodic](http://gperiodic.seul.org/) - GPeriodic 是一个 Linux 上的元素周期表应用。
- [KDE Edu Suite](https://apps.kde.org/education/) - 基于 KDE 技术的免费教育软件。
- [![Open-Source Software][oss icon]](https://github.com/KDE/ktouch) [Ktouch](https://github.com/KDE/ktouch) - KTouch 是一款学习和练习触摸输入的程序。
- [MAPLE](http://www.maplesoft.com/products/maple/) - Maple 是一款数学软件,它结合了世界上最强大的数学引擎以及一个让它十分易于分析,探索,可视化以及解决数学问题的界面。
- [MATLAB](http://www.mathworks.com/products/matlab/?requestedDomain=www.mathworks.com) - MATLAB 平台专为剞劂工程和科学问题优化。MATLAB 让你的想法不仅仅停留在桌面。你可以在巨大的数据集上进行你的分析并按比例增加你的集群和云。
- [![Open-Source Software][oss icon]](http://maxima.sourceforge.net/project.html) [Maxima](http://maxima.sourceforge.net/) - Maxima 是一个处理符号和数值表达式的系统,包括微分,积分,泰勒级数,拉普拉斯变换,常微分方程,线性方程组....
- [![Open-Source Software][oss icon]](https://github.com/moodle/moodle) [Moodle](https://download.moodle.org/) - 在线学习课程管理系统。
- [OpenEuclid](http://coulon.publi.free.fr/openeuclide/) - OpenEuclide 是一款 2D 几何软件:数据由描述形式化的几何约束动态定义。
- [OpenSIS](http://www.opensis.com/home) - 学校管理软件。
- [![Open-Source Software][oss icon]](http://pari.math.u-bordeaux.fr/cgi-bin/gitweb.cgi?p=pari.git;a=summary) [PARI/GP](http://pari.math.u-bordeaux.fr/) - 一种针对数论中的快速计算(大数分解,代数数论,椭圆曲线...) 而设计的广泛应用的计算机代数系统。
- [![Open-Source Software][oss icon]](https://git.sagemath.org/sage.git/) [SageMath](http://www.sagemath.org/) - 一个覆盖许多数学功能的应用软件,包括代数、组合数学、计算数学和微积分。
- [![Open-Source Software][oss icon]](https://github.com/scipy/scipy) [Scipy](https://scipy.org/install.html) - SciPy 是一个基于 Python 的开源软件生态系统,面向数学,科学,以及工程学。
- [Scratch](https://scratch.mit.edu/) - 有了 Scratch,你可以编程你自己的互动故事,游戏,以及动画——并且在在线社区和其他人分享你的创造。
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/stellarium/code/HEAD/tree/) [Stellarium](http://www.stellarium.org/) - Stellarium 是一个为你电脑准备的免费开源天文馆。
- [![Open-Source Software][oss icon]](https://github.com/ugeneunipro/ugene) [UGENE](http://ugene.net/) - UGENE 是一款免费开源,跨平台,基于图形界面的生物信息学软件。
- [![Open-Source Software][oss icon]](https://github.com/veyon/veyon) [Veyon](https://github.com/veyon/veyon/releases) - Veyon 是一款为老师准备的实用并且强大的教学工具。它让你有多种方式查看和控制你网络中的其它计算机。
### 电子邮件
- [Evolution](https://wiki.gnome.org/Apps/Evolution/) - Evolution 是一款个人信息管理应用,集成了邮件,日历以及地址簿功能。
- [Geary](https://wiki.gnome.org/Apps/Geary) - Geary 是一款为 GNOME 3 构建的电子邮件应用。它让你可以在一个简单,现代的界面上阅读和发送邮件。
- [Kmail](https://kde.org/applications/internet/org.kde.kmail2) - Kmail 是 KDE Plasma 套件中的邮件客户端,支持 POP3 在内的多种协议,支持收发附件,是一款功能完善的邮件应用。
- [![Open-Source Software][oss icon]](https://github.com/pulb/mailnag) [Mailnag](https://launchpad.net/~pulb/+archive/ubuntu/mailnag) - Mailnag 是一个向 POP3 和 IMAP 服务器检查新邮件的守护程序。
- [![Open-Source Software][oss icon]](https://github.com/nylas/N1)[N1](https://nylas.com/N1) - 在现代 web 上构建的可扩展桌面邮件应用。
- [![Open-Source Software][oss icon]](https://sylpheed.sraoss.jp/en/download.html#stable) [Sylpheed](http://sylpheed.sraoss.jp/en/) - 轻量化,用户友好的电子邮件客户端。
- [Thunderbird](https://www.mozilla.org/en-US/thunderbird/) - Thunderbird 是一款免费的电子邮件客户端,设置以及个性化简单方便,功能强大。
- [![Open-Source Software][oss icon]](https://github.com/Thomas101/wmail) [Wmail](https://github.com/Thomas101/wmail) - Gmail & Google Inbox 的非官方 Linux 桌面客户端。
### 文件管理器
- [7Zip](http://www.7-zip.org/download.html) - 解压任何压缩文件
- [![Open-Source Software][oss icon]](https://github.com/DoTheEvo/ANGRYsearch) [AngrySearch](https://github.com/DoTheEvo/ANGRYsearch) - Linux 文件搜索,结果输入即得。
- [![Open-Source Software][oss icon]](https://github.com/KDE/dolphin) [Dolphin](https://userbase.kde.org/Dolphin) - Dolphin 是 KDE 桌面环境的默认文件管理器,易用且功能强大。
- [Double Commander](http://doublecmd.sourceforge.net/) - Double Commander 是一款跨平台的开源双栏文件管理器。它受 Total Commander 启发并有自己的新想法。
- [![Open-Source Software][oss icon]](https://github.com/cboxdoerfer/fsearch) [fsearch](https://github.com/cboxdoerfer/fsearch) - Unix-like 系统文件搜索 ,基于 GTK+3. 支持正则表达式,文件类型搜索等。
- [![Open-Source Software][oss icon]](https://github.com/MidnightCommander) [Midnight Commander](https://www.midnight-commander.org/) - 一个功能丰富的全屏文件管理器,你可以复制,移动和删除文件以及整个文件夹树。
- [Nautilus](https://wiki.gnome.org/Apps/Nautilus) - Nautilus(Files)鹦鹉螺是为适配 Gnome 桌面设计和行为所设计的文件管理器,给用户一个简单的方式导航和管理文件。
- [![Open-Source Software][oss icon]](https://github.com/linuxmint/nemo) [Nemo](http://askubuntu.com/questions/294421/how-do-i-install-nemo-file-manager) - Nemo 是一款 Cinnamon 桌面环境下的文件管理器。
- [![Open-Source Software][oss icon]](https://github.com/shundhammer/qdirstat) [QDirStat](https://github.com/shundhammer/qdirstat#ubuntu) - 基于 Qt 的文件夹统计——不用 KDE 的 KDirStat,来自原 KDirStat 开发者的作品。
- [![Open-Source Software][oss icon]](https://github.com/ranger/ranger) [Ranger](http://ranger.nongnu.org/) - Ranger 是一款使用 VI 快捷键的终端文件管理器。
- [Synapse](https://launchpad.net/ubuntu/xenial/+source/synapse) - Linux 上最好的应用启动器。
- [![Open-Source Software][oss icon]](https://github.com/luisgg/thunar) [Thunar](https://apps.ubuntu.com/cat/applications/precise/thunar/) - Thunar 被设计成为 Xfce 4.6 的默认文件管理器,为快速和易用设计。
### 游戏
#### City Building Simulation
- [Dwarf Fortress](http://www.bay12games.com/dwarves/) - A famously complex simulation of a High Fantasy Dwarf Fortress, fight goblins, and slay massive legendary beasts. Strike the earth!
- [![Open-Source Software][oss icon]](https://github.com/OpenTTD/OpenTTD) [OpenTTD](https://www.openttd.org/) - An open-source clone of Transport Tycoon Plus with major improvements.
- [![Open-Source Software][oss icon]](https://github.com/aburch/simutrans) [Simutrans](https://www.simutrans.com/en/) - Simutrans 是一个免费而且开源的运输模拟器。
- [![Open-Source Software][oss icon]](https://github.com/unknown-horizons/unknown-horizons) [Unknown Horizons](https://unknown-horizons.org/) - A 2D realtime strategy simulation with an emphasis on economy and city building. Multiplayer currently broken.
#### Command Line Games
- [![Open-Source Software][oss icon]](https://itsfoss.com/best-command-line-games-linux/) [2048](https://itsfoss.com/best-command-line-games-linux/) - Play the famous 2048 in commandline.
- [![Open-Source Software][oss icon]](https://itsfoss.com/best-command-line-games-linux/) [Backgammon](https://itsfoss.com/best-command-line-games-linux/) - Play Backgammon in commandline.
- [![Open-Source Software][oss icon]](https://github.com/fph/bastet) [Bastet](https://github.com/fph/bastet) - Play Tetris in commandline.
- [![Open-Source Software][oss icon]](https://itsfoss.com/best-command-line-games-linux/) [Greed](https://itsfoss.com/best-command-line-games-linux/) - Tron game in the linux command line.
- [![Open-Source Software][oss icon]](https://itsfoss.com/best-command-line-games-linux/) [Ninvaders](https://itsfoss.com/best-command-line-games-linux/) - Play Space Invaders on the command line.
- [![Open-Source Software][oss icon]](https://itsfoss.com/best-command-line-games-linux/) [nSnake](https://itsfoss.com/best-command-line-games-linux/) - Play the classic Nokia snake game on the command line.
- [![Open-Source Software][oss icon]](https://github.com/alexdantas/pacman4console.debian) [Pacman4console](https://launchpad.net/ubuntu/+source/pacman4console) - Play Pacman game in console.
- [![Open-Source Software][oss icon]](https://itsfoss.com/best-command-line-games-linux/) [Tron](https://itsfoss.com/best-command-line-games-linux/) - Play the best action game, Tron in the command line.
#### Engine Re-creations (require the actual game)
- ![Open-Source Software][oss icon] [NXEngine](http://nxengine.sourceforge.net/) - A source port of Cave Story that runs natively on Linux, source needs to be built.
- [![Open-Source Software][oss icon]](https://github.com/SFTtech/openage) [openage](http://openage.sft.mx/) - Free (as in freedom) open source clone of the Age of Empires II engine, source needs to be built.
- [![Open-Source Software][oss icon]](https://github.com/OpenMW/openmw) [OpenMW](http://openmw.org) - A recreation of the Morrowind engine, expanding upon the original. It can be used to play legitimate copies of original game.
- [![Open-Source Software][oss icon]](https://github.com/OpenRA/OpenRA) [OpenRA](http://www.openra.net/) - Classic strategy games, rebuilt for the modern era. Open source.
- [![Open-Source Software][oss icon]](https://github.com/OpenRCT2/OpenRCT2) [OpenRCT2](https://openrct2.website/) - A recreation of the Rollercoaster Tycoon 2 engine. Requires the original games assests.
#### FPS
- [![Open-Source Software][oss icon]](https://gitlab.com/groups/xonotic) [ChaosEsqueAnthology Disc 1](https://sourceforge.net/projects/chaosesqueanthology/) [ChaosEsqueAnthology Disc 2](https://sourceforge.net/projects/chaosesqueanthologyvolume2/) - A modification of Xonotic which included extended weapons, maps, vehicles, buildable buildings, mounted weapons, spell casting, monsters, player characters, textures, and game mode (such as colorwar (think liquidwar))
- [![Open-Source Software][oss icon]](https://github.com/freedoom/freedoom) [Freedoom](https://freedoom.github.io/) - The Freedoom project aims to create a complete free content game based on the Doom engine.
- [![Open-Source Software][oss icon]](https://github.com/red-eclipse/base) [Red Eclipse](https://redeclipse.net/) - Red Eclipse 是一款免费、开源的 FPS 游戏,支持单人和多人游戏模式,是已中断的 Blood Frontier 项目的延续。
- ![Open-Source Software][oss icon] [Urban Terror](http://www.urbanterror.info) - A "Hollywood" tactical shooter - realism based, but the motto is "fun over realism".
- [![Open-Source Software][oss icon]](https://gitlab.com/groups/xonotic) [Xonotic](http://xonotic.org/) - 受 Unreal Tournament 以及 Quake 启发的竞技场射击游戏。
- [![Open-Source Software][oss icon]](https://osdn.net/projects/zandronum/scm/) [Zandronum](http://zandronum.com/) - Leading the way in newschool multiplayer Doom online.
- [![Open-Source Software][oss icon]](https://github.com/coelckers/gzdoom) [Zdoom](https://zdoom.org/index) - ZDoom is a source port for the modern era, supporting current hardware and operating systems and sporting a vast array of user options.
#### Gaming Applications
- [![Open-Source Software][oss icon]](https://github.com/itchio/itch) [itch](https://itch.io/) - The itch.io app. All of your downloads are kept in a single place and are automatically updated. Plenty of free games.
- [![Open-Source Software][oss icon]](https://github.com/lutris/lutris) [Lutris](https://lutris.net/) - Lutris is an open gaming platform for Linux. It helps you install and manage your games in a unified interface.
- [![Open-Source Software][oss icon]](http://repository.playonlinux.com/) [PlayOnLinux](https://www.playonlinux.com/en/) - 在 Linux 玩 Windows 游戏。
- [![Open-Source Software][oss icon]](https://github.com/libretro/RetroArch) [RetroArch](http://www.retroarch.com/) - A front-end for a lot of game emulators.
[Steam](http://store.steampowered.com/) - 超赞的游戏平台,打开众多游戏的大门。
- [![Open-Source Software][oss icon]](https://dl.winehq.org/wine/source/) [Wine](https://www.winehq.org/) - Wine(“Wine Is Not an Emulator”的首字母缩写)是一个兼容层,可以在若干 POSIX 兼容的系统上运行 Windows 程序,比如 Linux,Mac OS X,以及 BSD
#### Machine emulators
- [![Open-Source Software][oss icon]](https://github.com/dolphin-emu/dolphin) [Dolphin Emulator](https://dolphin-emu.org/) - Dolphin is a GameCube / Wii emulator, allowing you to play games for these two platforms on PC with improvements.
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/fuse-emulator/fuse/ci/master/tree/) [Fuse](https://fuse-emulator.sourceforge.net/) - Fuse (the Free Unix Spectrum Emulator) is a ZX Spectrum emulator for Unix.
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gnome-video-arcade) [GNOME Video Arcade](https://wiki.gnome.org/action/show/Apps/GnomeVideoArcade?action=show&redirect=GnomeVideoArcade) - GNOME Video Arcade is a simple Mame frontend for any freedesktop.org compliant desktop environment.
- [![Open-Source Software][oss icon]](https://github.com/mamedev/mame) [MAME](http://mamedev.org/) - MAME is an Arcade Cabinet emulator that strives for accuracy, and can play a huge number of different arcade games.
- [![Open-Source Software][oss icon]](https://github.com/0ldsk00l/nestopia) [nestopia](http://0ldsk00l.ca/nestopia/) - nestopia is a Nintendo Entertainment System/Famicon emulator.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/qmc2/files/qmc2/) [qmc2](https://qmc2.batcom-it.net/) - QMC2 is the successor to QMamecat, it is a gui for MAME and a ROM manager.
- [![Open-Source Software][oss icon]](https://github.com/snes9xgit/snes9x) [Snes9x](http://www.snes9x.com/) - Is a multiplatform Super Nintendo Entertainment System emulator that has gone through many incarnations, but is still being actively developed.
- [![Open-Source Software][oss icon]](https://github.com/stella-emu/stella) [Stella](https://stella-emu.github.io/) - is an Atari 2600 Emulator that is multiplatform.
- [![Open-Source Software][oss icon]](https://github.com/visualboyadvance-m/visualboyadvance-m) [Visual Boy Advance-M](http://vba-m.com/) - A Gameboy and Gameboy Advance Emulator that is still undergoing active development and can even emulate a system link between two gameboys.
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/zsnes/files/zsnes/ZSNES%20v1.51/) [ZSNES](http://www.zsnes.com/) - A capable and commonly used Super Nintendo Entertainment System/Super Famicom emulator, many consider it the gold standard in SNES/Super Famicom emulation.
#### Miscellaneous
- [![Open-Source Software][oss icon]](https://github.com/Cockatrice) [Cockatrice](https://cockatrice.github.io/) - Cockatrice 是一个开源的多平台网络桌面卡牌游戏支持程序。
- [![Open-Source Software][oss icon]](https://download.savannah.gnu.org/releases/galois/source/) [Galois](http://www.nongnu.org/galois/) - Galois is a Falling Blocks type game that isn't limited to the standard tetrominoes that most games in it's genre are limited to.
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/action/show/Apps/gbrainy?action=show&redirect=gbrainy#Source_code) [GBrainy](https://wiki.gnome.org/action/show/Apps/gbrainy?action=show&redirect=gbrainy) - Gbrainy 是一个脑筋急转弯游戏,获得乐趣并且锻炼你的大脑。
- ![Nonfree][money icon] [Minecraft](https://minecraft.net/en/download/?ref=m) - Minecraft 是一个关于放置方块和冒险的游戏。探索随机生成的世界,建造惊奇的事物,从最简单的家到最伟大的城堡
- [![Open-Source Software][oss icon]](https://github.com/minetest/minetest/) [Minetest](http://www.minetest.net/) - 开源的 Minecraft 实现,由 C++ 写就(占用更少的资源),还包含模组扩展 API。
- ![Open-Source Software][oss icon] [Mudlet](mudlet.org) - A cross-platform, open source, and super fast MUD (text-only MMORPGs) client with scripting in Lua.
- [OhMyGiraffe](http://www.ohmygiraffe.com/) - 令人愉快的生存游戏。一款关于吃水果和被狮子吃的长颈鹿的游戏。
- [![Open-Source Software][oss icon]](https://github.com/alpcoskun/snake) [Snake Game](https://alpcoskun.com/snake/) - Cross-platform Classic Snake Game based on Node.js.
- [![Open-Source Software][oss icon]](https://github.com/supertuxkart/stk-code) [SuperTuxCar](https://supertuxkart.net/Main_Page) - SuperTuxKart 是一款 3D 开源的赛车竞技游戏,有不同的人物,赛道以及模式。
#### RPG
- ![Open-Source Software][oss icon] [Tales of Maj'Eyal](https://te4.org/) - Tales of Maj’Eyal (ToME) is a free, open source roguelike RPG, featuring tactical turn-based combat and advanced character building.
- ![Open-Source Software][oss icon] [Zelda Classic](http://www.zeldaclassic.com/) - A tribute to Nintendo's The Legend of Zelda with additional quests, items and challenges.
- ![Open-Source Software][oss icon] [Zelda: Mystery of Solarus DX](https://www.solarus-games.org) - A direct sequel to The Legend of Zelda: A Link to the Past on the SNES, using the same graphics and game mechanisms.
#### RTS
- [![Open-Source Software][oss icon]](http://releases.wildfiregames.com/) [0 A.D](https://play0ad.com/) - 类帝国时代的开源即时战略游戏。
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/nethack/NetHack/ci/NetHack-3.6.0/tree/) [Nethack](https://www.nethack.org/) - Open-source rogue-like with ASCII graphics.
- [![Open-Source Software][oss icon]](https://github.com/triplea-game/triplea/) [TripleA](http://www.triplea-game.org/) - 世界著名的开源策略游戏。
- [![Open-Source Software][oss icon]](https://github.com/Warzone2100/warzone2100) [Warzone2100](https://wz2100.net/) - 开源即时策略/即时战术游戏。
- [![Open-Source Software][oss icon]](https://bazaar.launchpad.net/~widelands-dev/widelands/trunk/changes) [Widelands](https://www.widelands.org/) - Widelands is a open source RTS game with singleplayer campaigns and a multiplayer mode inspired by Settlers II.
#### Turn Based Strategy
- [![Open-Source Software][oss icon]](https://github.com/wesnoth/wesnoth) [The Battle for Wesnoth](http://www.wesnoth.org/) - 免费,回合制策略游戏,幻想世界主题,有单人以及在线多人对战模式。
- [Civilization5](http://www.civilization5.com/) - 席德梅尔的文明 ® 被认为是有史以来最伟大的策略经营类游戏之一。
- [![Open-Source Software][oss icon]](https://github.com/freeciv/freeciv) [FreeCiv](http://www.freeciv.org/) - Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization.
### 图形
- [Aftershot](http://www.aftershotpro.com/en/products/aftershot/pro/) - 一个强大的 Adobe Photoshop 替代品!
- [Agave](http://home.gna.org/colorscheme/) - Agave 是 GNOME 桌面下一个很简单的程序,让你可以从一个颜色开始生成各种不同的配色方案
- [![Open-Source Software][oss icon]](https://github.com/aseprite/aseprite/) [Aseprite](https://www.aseprite.org/) - Animated sprite editor & pixel art tool.
- [![Open-Source Software][oss icon]](http://archive.blender.org/download/source-code/index.html) [Blender](https://www.blender.org/) - 面向艺术家和小团队的免费开源的完整 3D 创作流水线。
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/cinepaint/) [Cinepaint](http://cinepaint.org/) - 开源绘画软件
- [Darktable](http://www.darktable.org/) - darktable 是一个开源的摄影处理软件,支持 RAW 文件处理
- [Digikam](http://www.digikam.org/) - digiKam 是一个高级的 Linux 数字相片管理应用
- [Fotoxx](http://www.kornelix.net/fotoxx/fotoxx.html) - Fotoxx 是一个免费开源的图像编辑和收藏管理程序。
- [![Open-Source Software][oss icon]](https://github.com/lettier/gifcurry) [Gifcurry](https://lettier.github.io/gifcurry/) - Your open source video to GIF maker built with Haskell.
- [gThumb](https://wiki.gnome.org/Apps/gthumb) - gThumb 是一款图片查看和浏览器(它还包含一个导入工具,用于从相机导入照片)。
- [![Open-Source Software][oss icon]](https://cgit.kde.org/gwenview.git/tree//?) [gwenview](https://userbase.kde.org/Gwenview) - KDE 桌面简单但强大的图片查看器和管理工具。
- [Hugin](https://hugin.sourceforge.io/) - 基于 Panorama Tools 的一款易用的跨平台全景图像工具链。
- [![Open-Source Software][oss icon]](https://github.com/inkscape/inkscape) [Inkscape](https://inkscape.org/en/) - 不管你是插画家,设计师,web 设计师还是仅仅是需要创建一些矢量图像,它都是一款强大,免费的设计工具
- [Krita](https://krita.org/en/) - 面向概念艺术家,数字画家以及插画艺术家的开源软件。
- [KColorChooser](https://kde.org/applications/graphics/org.kde.kcolorchooser) - KColorChooser 是 KDE Plasma 桌面套件中的取色器工具。
- [![Open-Source Software][oss icon]](https://github.com/OpenShot/openshot-qt) [OpenShot](http://www.openshot.org/) - OpenShot 是一款免费,易用,功能丰富的 Linxu 视频编辑器。
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/GNOME/pitivi) [Pitivi](https://www.pitivi.org/) - 一款带有漂亮直观的用户界面的免费视频编辑器,有干净的代码库和出色的社区。
- [Radiance](http://www.radiance-online.org/) - Radiance - 一款经过验证的光照模拟工具
- [![Open-Source Software][oss icon]](https://github.com/mltframework/shotcut) [Shotcut](https://www.shotcut.org/) - Shotcut 是一款免费,开源,跨平台的视频编辑器。
- [Shotwell](https://wiki.gnome.org/Apps/Shotwell) - Shotwell 是 GNOME 3 的图片管理器。
- [StopMotion](http://linuxstopmotion.org/) - Linux Stopmotion 是一款免费,开源的定格动画创作应用。它可以帮你捕捉和编辑你动画的帧,并导出为一个单独的文件。
- [Xara Extreme](http://www.xaraxtreme.org/) - Xara Xtreme for Linux 是一款强大,通用,适用于 Unix 平台(包括 Linux, FreeBSD)的图形处理程序。
- [Lightworks](https://www.lwks.com/) - 专业的非线性视频编辑程序,有免费版本可用
- [![Open-Source Software][oss icon]](https://git.finalrewind.org/feh) [Feh](https://feh.finalrewind.org/) - 轻量且快速的图片查看器。
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gimp) [GIMP](https://www.gimp.org/downloads/) - GIMP 是一个自由分发的程序,可以进行照片修版,图像合成,图像编辑等操作
- [![Open-Source Software][oss icon]](http://www.graphicsmagick.org/) [GraphicsMagick](http://www.graphicsmagick.org/) - GraphicsMagick is the swiss army knife of image processing.
- [![Open-Source Software][oss icon]](https://git.gnome.org/browse/gthumb/) [Heron Animation](https://heronanimation.brunolefevre.net/) - 免费的定格动画制作程序。
- [![Open-Source Software][oss icon]](https://www.kde.org/applications/graphics/karbon/development) [Karbon](https://www.calligra.org/karbon/) - 一款开源的矢量绘图程序。
- [Kdenlive](https://kdenlive.org/) - Kdenlive 是一款非线性视频编辑器,比入门级的(线性)编辑器强大得多。 [![Open-Source Software][oss icon]](https://github.com/KDE/kdenlive)
- [![Open-Source Software][oss icon]](https://github.com/LuminanceHDR/LuminanceHDR) [Luminance HDR](https://sourceforge.net/projects/qtpfsgui/) - Luminance HDR 是一款开源的图形化用户界面应用,它的目标是提供一整套的 HDR 图像工作流程。
- [![Open-Source Software][oss icon]](https://github.com/mypaint/mypaint/releases) [Mypaint](http://mypaint.org/about/) - Mypaint 是一款配合画板使用的绘画程序。
- [![Open-Source Software][oss icon]](https://github.com/peterlevi/ojo) [Ojo](https://github.com/peterlevi/ojo) - 一款快速且漂亮的图像查看器。
- [![Open-Source Software][oss icon]](https://github.com/jonata/opendvdproducer) [Open DVD Producer](http://opendvdproducer.jonata.org/) - 现代,开源,跨平台的 DVD 镜像生产软件。
- [![Open-Source Software][oss icon]](https://github.com/oferkv/phototonic) [Photonic](https://github.com/oferkv/phototonic) - Phototonic 是一款图片查看和组织工具。
- [![Open-Source Software][oss icon]](https://github.com/PintaProject/Pinta)[Pinta](https://pinta-project.com/pintaproject/pinta/) - Pinta 是一款免费,开源的绘画及图片编辑程序。
- [![Open-Source Software][oss icon]](https://github.com/terkelg/ramme) [Ramme](https://github.com/terkelg/ramme) - 非官方 Instagram 桌面应用。
- [![Open-Source Software][oss icon]](https://github.com/Beep6581/RawTherapee) [RawTherapee](http://rawtherapee.com/) - 一款漂亮的但不那么著名的照片编辑应用。
- [![Open-Source Software][oss icon]](https://github.com/synfig/synfig) [Synfig Studio](http://www.synfig.org/) - 开源 2D 动画软件。
- [![Open-Source Software][oss icon]](https://github.com/ozmartian/vidcutter) [Vidcutter](http://vidcutter.ozmartians.com/) - 跨平台 Qt5 应用,用于快速简单的视频剪辑分段和合并编辑。
### 互联网
- [Chrome](https://www.google.com/chrome/browser/desktop/index.html) - 一款流行的浏览器,有着无数插件和应用。
- [Falkon](https://www.falkon.org) - Falkon 是基于 Qt 技术构建的网络浏览器,在力求资源占用低的前提下,具有丰富的功能,是相对火狐和 Chrome 浏览器来讲十分轻量的选择。
- [Konqueror](https://kde.org/applications/internet/org.kde.konqueror) - Konqueror 是 KDE Plasma 桌面环境中集成了文件管理和网络浏览器的工具,使用 Khtml 内核渲染网页。
- [![Open-Source Software][oss icon]](https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide) [Firefox](https://www.mozilla.org/en-US/firefox/new/) - 一款流行的浏览器,有着无数插件和应用。
- [Opera](http://www.opera.com/) - Opera 浏览器是你畅游网络所需的一切。
- [![Open-Source Software][oss icon]](https://gitweb.torproject.org/tor.git) [Tor](https://www.torproject.org/) - Tor 是免费软件和一个开放网络,帮助你对抗流量分析(一种网络检测的方式,威胁个人自由与隐私)。
- [Vivaldi](https://vivaldi.com/?lang=en) - 一款新兴的浏览器,有着许多的个性化配置。
- [Yandex](https://browser.yandex.com/desktop/main/) - 快速方便的浏览器。
- [![Open-Source Software][oss icon]](https://github.com/sindresorhus/anatine) [Anatine](https://github.com/sindresorhus/anatine) - 带有众多个性化的 twitter 桌面客户端。
- [![Open-Source Software][oss icon]](https://github.com/brave/browser-laptop) [Brave](https://brave.com/) - Brave 是 macOS,Windows,Linux 平台上一款快速,优秀的桌面浏览器。
- [![Open-Source Software][oss icon]](https://www.chromium.org/) [Chromium](http://askubuntu.com/questions/250773/how-do-i-install-chromium-from-the-command-line) - Chromium 是一个开源浏览器项目,专注于为所有用户带来更安全、快速和稳定的 web 体验。
- [![Open-Source Software][oss icon]](https://github.com/baedert/corebird) [Corebird](http://corebird.baedert.org/) - corebird 是一款原生 gtk+ twitter 桌面客户端。
- [![Open-Source Software][oss icon]](https://github.com/jangernert/FeedReader) [FeedReader](https://github.com/jangernert/FeedReader) - 一款现代的桌面应用,被设计用于补充已有的基于 web 的 RSS 账户,将所有的 web 服务优势集中到一个现代桌面应用中。
- [![Open-Source Software][oss icon]](https://github.com/vinszent/gnome-twitch) [GnomeTwitch](http://gnome-twitch.vinszent.com/) - 在你的 GNU/Linux 桌面上用这款非 Adobe-flash Twitch 客户端享受 Twitch。
- [![Open-Source Software][oss icon]](https://github.com/EragonJ/Kaku) [Kaku](https://github.com/EragonJ/Kaku/releases) - Ubuntu 开源 youtube 音乐播放器。
- [![Open-Source Software][oss icon]](https://launchpad.net/~midori/+archive/ubuntu/ppa). [Midori](https://astian.org/midori-browser/download/) - 一款轻量级的免费浏览器,在低端机器上可以完美运行。
- [![Open-Source Software][oss icon]](https://github.com/minbrowser/min) [Min](https://minbrowser.org/min/) - 智能,快速的 web 浏览器。
- [![Open-Source Software][oss icon]](https://github.com/rg3/youtube-dl). [youtube-dl](https://github.com/rg3/youtube-dl) - YouTube 视频下载神器,是一个 Python 编写的命令行视频下载器,同时支持其它一些视频网站或平台。注意:国内用户若要下载 YouTube 视频,需要给它添加 --proxy 参数,指定代理下载。
### 办公
#### 会计
- [![Open-Source Software][oss icon]](https://github.com/Gnucash/) [GnuCash](https://www.gnucash.org/) - GnuCash 是一款自由的会计程序,实现了复式记账系统。它最初的目标是开发出与 Intuit, Inc. 的 Quicken 类似的功能,但它还有针对小企业会计的功能。
- [![Open-Source Software][oss icon]](https://github.com/simonmichael/hledger) [hledger](https://hledger.org/) - 简单易用的会计工具。
- [![Open-Source Software][oss icon]](https://code.launchpad.net/homebank) [HomeBank](https://homebank.free.fr/en/index.php) - 一款免费软件,可以管理个人账目。
- [![Open-Source Software][oss icon]](https://github.com/KDE/kmymoney) [KMyMoney](https://kmymoney.org/) - KMyMoney 是 KDE 的一款个人金融管理器。它的操作类似 Microsoft Money 以及 Quicken。
- [![Open-Source Software][oss icon]](https://github.com/KDE/kmymoney) [Skrooge](https://skrooge.org/) - KDE的一款个人金融管理器.
#### 办公套件
- [Caligra Office](https://www.calligra.org/) - 提供满足办公,图形以及管理需要的综合应用套件。
- [LibreOffice](https://www.libreoffice.org/) - Linux 上的最佳办公套件。
- [OnlyOffice](https://www.onlyoffice.com/) - 最佳的 Linux 办公套件之一。
- [WPS office](http://wps-community.org/) - Linux 上的最佳办公套件之一。
#### LaTex
- [![Open-Source Software][oss icon]](https://gitlab.gnome.org/swilmet/gnome-latex) [GNOME LaTeX](https://gitlab.gnome.org/swilmet/gnome-latex) - GNOME LaTeX 是GNOME桌面下的 LaTeX 编辑器。
- [![Open-Source Software][oss icon]](https://github.com/alexandervdm/gummi) [Gummi](https://gummi.app/) - 带有模板,拼写检查以及向导的简单 latex 编辑器。
- [![Open-Source Software][oss icon]](https://git.gnome.org/browse/latexila) [LaTeXila](https://wiki.gnome.org/Apps/LaTeXila) - LaTeXila 是一款 GNOME 桌面下的 LaTeX 编辑器。
- [![Open-Source Software][oss icon]](https://github.com/yihui/lyx) [LyX](http://www.lyx.org/) - 成熟的 LaTeX 渲染文档编辑器。
- [![Open-Source Software][oss icon]](https://www.tug.org/texlive/build.html) [TexLive](https://www.tug.org/texlive/) - TeX Live 是个轻松获取和运行 TeX 文档生产系统的好方式。
- [![Open-Source Software][oss icon]](https://savannah.gnu.org/projects/texmacs) [TeXmacs](http://www.texmacs.org/) - 一款所见即所得的科学文本编辑器,并可用作一系列计算机代数系统的前端。
- [Texmaker](https://www.xm1math.net/texmaker/) - 免费跨平台的 LaTeX 编辑器。
- [![Open-Source Software][oss icon]](https://github.com/texstudio-org/texstudio) [TeXstudio](https://www.texstudio.org/) - TeXstudio 的目标是让写 LaTex 更简单更舒服。
- [![Open-Source Software][oss icon]](https://github.com/TeXworks/texworks) [TeXworks](https://www.tug.org/texworks/) - TeXworks 是一个用于编写 TeX(LaTeX、ConTeXt 等)文档的环境,具有基于统一编码、可识别 TeX 的编辑器、集成 PDF 查看器以及简洁的界面,适合普通用户和非技术用户使用。
#### Markdown
- [![Open-Source Software][oss icon]](https://github.com/wereturtle/ghostwriter) [Ghost Writer](https://ghostwriter.kde.org/) - 适用于 Windows 和 Linux 的专注性 Markdown 编辑器。
- [![Open-Source Software][oss icon]](https://github.com/fabiocolacio/Marker) [Marker](https://github.com/fabiocolacio/Marker) - Marker 是一款使用 GTK+-3.0 制作的 Linux Markdown 编辑器。
- [![Open-Source Software][oss icon]](https://github.com/marktext/marktext) [MarkText](https://github.com/marktext/marktext) - 一款简洁的文本编辑器,致力于提高写作效率。
- [![Open-Source Software][oss icon]](https://github.com/jamiemcg/remarkable) [Remarkable](https://remarkableapp.github.io/) - 一款 GFM 变体的功能强大的 Markdown 编辑器。
- [![Open-Source Software][oss icon]](https://github.com/retext-project/retext) [Retext](https://github.com/retext-project/retext) - 一款简单但功能强大的 Markdown 和 reStructuredText 编辑器。
- [Typora](https://typora.io/) - 实时可视化的 Markdown 编辑器。
#### 小说写作
- [![Open-Source Software][oss icon]](https://github.com/andreafeccomandi/bibisco) [Bibisco](https://www.bibisco.com/) - 一款注重思想和人物的小说写作软件。
- [![Open-Source Software][oss icon]](https://github.com/olivierkes/manuskript) [Manuskript](https://www.theologeek.ch/manuskript/) - 对于喜欢在写作前组织和计划的作家来说,Manuskript 是一个完美的工具。
- [![Open-Source Software][oss icon]](https://github.com/jacquetc/skribisto) [Skribisto](www.skribisto.eu) - Software for writers- [![Open-Source Software][oss icon]](https://github.com/scribusproject/scribus) [Scribus](https://www.scribus.net/downloads/) - Scribus 是一款桌面出版应用程序。
- [![Open-Source Software][oss icon]](https://github.com/trelby/trelby) [Trelby](https://www.trelby.org/) - 简单、快速且布局优雅的工具,使剧本创作变得简单。
### 生产力
- [![Open-Source Software][oss icon]](https://github.com/alarm-clock-applet/alarm-clock) [Alarm Clock](https://alarm-clock-applet.github.io/) - Alarm Clock 是一款全功能的 GNOME 或其它面板的闹钟。
- [Ambient Noise](https://itsfoss.com/ambient-noise-music-player-ubuntu/) - 在 Linux 上安装环境噪声提高专注。
- [Autokey](https://github.com/autokey/autokey) - 一款 Linux 桌面自动化工具,让你可以管理你的脚本和短语集合,并给它们分配缩写或者快捷键。
- [![Open-Source Software][oss icon]](https://github.com/KDE/basket) [Basket Note Pads](https://apps.kde.org/basket/) - 这个多用途的笔记应用帮助你记下所有类型的笔记。
- [Brightness](https://launchpad.net/indicator-brightness) - Ubuntu 下的一个亮度指示器。
- [![Open-Source Software][oss icon]](https://github.com/Cairo-Dock) [Cairo-Dock](http://glx-dock.org/) - Cairo-Dock 是一个可自定义 dock,插件,面板等的桌面界面。
- [![Open-Source Software][oss icon]](https://git.calcurse.org/calcurse.git/) [calcurse](http://calcurse.org/) - A calendar and scheduling application for the command line.
- [California](https://wiki.gnome.org/Apps/California) - Calendar 应用的完整替代方案,可使用自然语言创建事件。
- [![Open-Source Software][oss icon]](https://github.com/KELiON/cerebro) [Cerebro](https://cerebroapp.com/) - 开源生产力提升工具/MacOS Spotlight 替代工具。
- [CopyQ](http://hluk.github.io/CopyQ/) -CopyQ 是一款高级剪贴板管理器,带有编辑和脚本功能。
- [![Open-Source Software][oss icon]](https://launchpad.net/docky/+download) [Docky](www.go-docky.com/) -Docky 是一款成熟的 dock 应用,让打开常用应用和管理窗口变得更加简单和快速。
- [f.lux](https://justgetflux.com/linux.html) - 根据光线自动调节你的电脑屏屏幕显示。
- [Go For It](http://manuel-kehl.de/projects/go-for-it/) - Go For It! 是一款简单又时尚的生产力工具,主打待办清单,结合定时器让你专注于当前的任务。
- [![Open-Source Software][oss icon]](https://github.com/thezbyg/gpick) [Gpick](https://www.gpick.org/) - Gpick 让你可以从桌面任何地方取色,并且它还提供一些其它的高级特性!
- [![Open-Source Software][oss icon]](https://github.com/mohamed-aziz/mytodo) [My Todo](https://github.com/mohamed-aziz/mytodo) - Mytodo 是一款开源的待办事项程序,让你能够掌控一切。
- [My Weather Indicator](http://ubuntuhandbook.org/index.php/2016/04/weather-indicator-desktop-widget-ubuntu-16-04/) - Ubuntu 下的天气指示器和插件。
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/nevernote/code/ci/master/tree/) [NixNote](https://sourceforge.net/projects/nevernote/) - EverNote 开源客户端。
- [![Open-Source Software][oss icon]](https://github.com/notepadqq/notepadqq) [Notepadqq](https://notepadqq.com/s/) - Notepadqq 是 Linux 下一款类 Notepad++ 的编辑器。
- [![Open-Source Software][oss icon]](https://github.com/nuttyartist/notes) [Notes](http://www.get-notes.com/) - 一款干净又简单的 Linux 笔记应用。
- [![Open-Source Software][oss icon]](https://github.com/Aseman-Land/Papyrus) [Papyrus](http://aseman.co/en/products/papyrus/) - Papyrus 是一款不一样的笔记管理器,它专注于安全和更佳的用户界面。Papyrus 尝试给用户提供一个易用和智能的用户界面。
- [RoundPie App](https://theroundpie.com/) - RoundPie App 使用番茄钟技术 ®,是在你当前任务管理服务上追踪你的工作流最简单的方法。
- [![Open-Source Software][oss icon]](https://userbase.kde.org/RSIBreak) [RSIBreak](https://userbase.kde.org/RSIBreak) - RSIBreak takes care of your health and regularly breaks your work to avoid repetitive strain injury.
- [Recent Noti](https://itsfoss.com/7-best-indicator-applets-for-ubuntu-13-10/) - 一款显示最近通知消息的指示器。
- [![Open-Source Software][oss icon]](https://github.com/jonls/redshift) [Redshift](http://jonls.dk/redshift/) - Redshift 根据你的周边调整你屏幕的色温。当你夜晚在屏幕前工作时,它也许能帮助你减少对眼睛的伤害。
- [![Open-Source Software][oss icon]](https://launchpad.net/shutter/) [Shutter](http://shutter-project.org/) - Shutter 基于 Linux 的系统上(比如 Ubuntu)的一款功能丰富的截屏软件。
- [Simplenote](https://simplenote.com/) - 跨平台笔记软件。Evernote 的竞争者。
- [![Open-Source Software][oss icon]](https://www.speedcrunch.org/) [SpeedCrunch](https://www.speedcrunch.org/) - 一个漂亮,开源,高精度的科学计算器。
- [![Open-Source Software][oss icon]](https://github.com/spsdco/notes) [Springseed](https://github.com/spsdco/notes) - 面向日常用户简单又漂亮的一款笔记软件。
- [Stickynote](https://itsfoss.com/indicator-stickynotes-windows-like-sticky-note-app-for-ubuntu/) - Linux 桌面的便利贴。
- [![Open-Source Software][oss icon]](https://git.tasktools.org/projects) [TaskWarrior](https://taskwarrior.org/) - Taskwarrior 是一款免费,开源的的软件,它可以从命令行管理你的待办事项列表。
- [![Open-Source Software][oss icon]](https://github.com/Jermolene/TiddlyDesktop) [TiddlyDesktop on GitHub](https://github.com/TiddlyDesktop) - [TiddlyDesktop on TiddlyWiki.com](https://github.com/TiddlyDesktop) - A desktop app for TiddlyWiki, an open-source personal wiki written in javascript, great if you're still searching for a good note-taking (and more) app.
- [Todo.txt](http://todotxt.org/) - todo.txt-专注的编辑器,用最少的组合键和点击帮助你管理你的任务。
- [![Open-Source Software][oss icon]](https://github.com/kamhix/todoist-linux) [Todoist](https://github.com/kamhix/todoist-linux) - Todoist 的非官方客户端。Todoist 是带有移动客户端的跨平台待办事项管理器,有着优秀的用户界面以及一些可选的高级特性。
- [![Open-Source Software][oss icon]](https://wiki.gnome.org/Apps/Tomboy) [Tomboy](https://wiki.gnome.org/Apps/Tomboy) - Tomboy 是一款简单易用的桌面笔记应用。
- [![Open-Source Software][oss icon]](https://github.com/jml/undistract-me) [Undistract me](https://github.com/jml/undistract-me) - 在长时间执行的终端命令结束的时候提醒你。
- [![Open-Source Software][oss icon]](https://github.com/CellarD0-0r/whatever) [Whatever](https://github.com/CellarD0-0r/whatever) - 非官方 Evernote Linux 桌面客户端。
- [![Open-Source Software][oss icon]](https://github.com/wizteam/wizqtclient) [WizNote](https://github.com/wizteam/wizqtclient) - 一个跨平台云笔记客户端。
- [![Open-Source Software][oss icon]](https://launchpad.net/zim) [Zim](https://zim-wiki.org/) - 一款图形化的文本编辑器,用来维护一系列的维基页面,对笔记和文档而言也很棒。资料以纯文本的形式保存,更便于版本管理。
- [Gnome-dictionary](https://wiki.gnome.org/Apps/Dictionary) - GNOME 下的一款强大的字典。
- [Plank](https://launchpad.net/plank) - Plank 注定要成为这个星球上最简洁的应用 dock。
- [Xmind](http://www.xmind.net/) - 脑图工具。
### 安全
- [ClamAV](https://www.clamav.net/) - Clam 防病毒
- [Fail2ban](http://www.fail2ban.org/wiki/index.php/Main_Page) - Fail2ban 扫描日志文件(例如 /var/log/apache/error_log)并将有恶意气息的 IP 封禁——过多的错误密码尝试,寻找可利用漏洞等行为。
- [GnuPG](https://www.gnupg.org/) - Gnu 隐私守卫
- [OpenSSH](http://www.openssh.com/) - OpenSSH 安全 Shell 服务器以及客户端。
- [Seahorse](https://wiki.gnome.org/Apps/Seahorse) - GnuPG 的 Gnome 前端。
- [Tcpdump](http://www.tcpdump.org/) - TCP 调试/抓包工具。
- [![Open-Source Software][oss icon]](https://github.com/usbkey9/uktools) [Uktools](https://github.com/usbkey9/uktools) - 保持您的系统与最新的内核可用。 也可以清理旧内核。
- [![Open-Source Software][oss icon]](https://code.launchpad.net/gui-ufw) [GuFW](http://gufw.org/) - Linux 世界中最简单的防火墙之一。
### 代理
- [![Open-Source Software][oss icon]](https://github.com/erguotou520/electron-ssr/releases) [electron-ssr](https://github.com/erguotou520/electron-ssr) - electron 版 跨平台 Shadowsocksr 桌面客户端。
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/ijbswa/) [Privoxy](https://www.privoxy.org/) - Privoxy 是一款无缓存 web 代理,有高级过滤功能,用以加强隐私,修改 web 页面数据以及 HTTP 头部,访问控制,还有去广告和烦人的网络垃圾的功能。
- [![Open-Source Software][oss icon]](https://github.com/haad/proxychains) [ProxyChains](https://github.com/haad/proxychains) - 强制指定的应用发起的任何 TCP 连接通过像 TOR 或其它 SOCKS4,SOCKS5 或 HTTP(S) 代理进行。
- [Shadowsocks](https://shadowsocks.org/) - 一个 socks5 代理工具,保护你的互联网流量。 [![Open-Source Software][oss icon]](https://github.com/shadowsocks/shadowsocks-qt5/releases)
### 文件共享
- [![Open-Source Software][oss icon]](https://github.com/aria2/aria2) [Aria2](https://aria2.github.io/) - aria2 是一个轻量级的多协议以及多来源命令行下载工具。
- [CrossFTP](http://www.crossftp.com/ftp-client.htm) - CrossFTP 让 FTP 相关的任务管理变得无比简单。
- [D-lan](https://www.d-lan.net/) - 一个免费的局域网文件分享软件。
- [![Open-Source Software][oss icon]](http://dev.deluge-torrent.org/wiki/Development#SourceCode)[Deluge](http://deluge-torrent.org/) - Deluge 是一款轻量级,免费的跨平台 BT 客户端。
- [Dropbox](https://www.dropbox.com/install?os=lnx) - Dropbox 是一个免费的云存储服务,让你可以将照片,文档和视频带到任何地方并轻松分享。
- [![Open-Source Software][oss icon]](https://filezilla-project.org/sourcecode.php)[Filezilla](https://filezilla-project.org/) - 免费的 FTP 解决方案
- [Flareget](https://flareget.com/) - 全功能,多线程下载管理器以及加速器。
- [ownCloud](https://owncloud.com/products/desktop-clients/) - ownCloud 的目标是不论在哪都能让你访问到你的文件。
- [PushBullet](https://www.pushbullet.com/) - Pushbullet 将你的设备连接,让它们感觉像是一体的。
- [![Open-Source Software][oss icon]](https://github.com/qbittorrent/qBittorrent)[qBittorent](http://www.qbittorrent.org/) - qBittorrent 计划的目标是提提供一个 µTorrent 的自由软件替代方案。
- [Quazaa](https://sourceforge.net/projects/quazaa/) - 一款跨平台的多重网络点对点(P2P)文件分享客户端。
- [SpiderOak](https://spideroak.com/) - 关注隐私的团队及商业实时协作。
- [![Open-Source Software][oss icon]](https://github.com/syncthing/syncthing)[Syncthing](https://syncthing.net/) - Syncthing 用开放,值得信赖,去中心化的方案取代专有的同步和云服务。
- [Teamviewer](https://www.teamviewer.com/) - PC 远程控制/远程访问软件,对个人使用免费。
- [![Open-Source Software][oss icon]](https://trac.transmissionbt.com/browser/trunk) [Transmission](https://www.transmissionbt.com/download/) - 简单,轻量级,多平台的 torrent 客户端。
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/urlget/downloads/source-code/) [uGet](http://ugetdm.com/) - Linux 下最好的下载管理器。
- [uTorrent](http://www.utorrent.com) - 优雅,高效的 torrent 下载。
- [Vuze](http://www.vuze.com) - Bittorrent 点对点下载客户端,满足你的所有 torrent 下载需要。
- [![Open-Source Software][oss icon]](https://github.com/meganz/MEGAsync) [Mega](https://mega.nz/#sync) - 在你的电脑和 MEGA 云存储间轻松自动同步。
### 终端
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/dban/) [DBAN](https://dban.org/) - Delete information stored on hard disk drives (HDDs) in PC laptops, desktops or servers.
- [GnomeTerminal](https://help.gnome.org/users/gnome-terminal/stable/) - Linux 世界广泛预装的终端模拟器。
- [Guake](http://guake.org/) - Guake 是 Gnome 下的一款顶部下拉式的终端。
- [![Open-Source Software][oss icon]](https://github.com/zeit/hyper) [Hyper](https://hyper.is/) - 基于 web 技术打造的终端。
- [Konsole](https://konsole.kde.org/) - KDE 桌面环境的最佳终端。
- [![Open-Source Software][oss icon]](rxvt.http://cvs.schmorp.de/rxvt-unicode/) [RXVT-Unicode](http://software.schmorp.de/pkg/rxvt-unicode.html) - rxvt-unicode 是著名的终端模拟器的一个分支。
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/rxvt/) [RXVT](https://rxvt.sourceforge.net/) - 一款 X11 终端模拟器,流行的‘xterm’替代品。
- [![Open-Source Software][oss icon]](https://launchpad.net/sakura) [Sakura](https://launchpad.net/sakura) - 简单但是强大,基于 libvte 的终端模拟器,支持 utf-8 并且通过 gtk+ 和 pango 库提供输入法。
- [![Open-Source Software][oss icon]](https://github.com/gnome-terminator/terminator) [Terminator](https://gnome-terminator.org/) - 很明显 Linux 上最强大的终端模拟器是功能丰富的 Terminator(终结者)。
- [![Open-Source Software][oss icon]](https://github.com/gnunn1/terminix) [Terminix](https://gnunn1.github.io/terminix-web/#packages) - 使用 GTK+3 的 Linux 平铺终端模拟器。
- [![Open-Source Software][oss icon]](https://github.com/thestinger/termite) [Termite](https://github.com/thestinger/termite) - 以键盘为中心,基于 VTE 的终端,旨在在一个支持平铺和/或标签的窗口管理器中使用。
- [![Open-Source Software][oss icon]](https://github.com/nonstop/termit/wiki) [Termit](https://github.com/nonstop/termit/wiki) - 基于 vte 库的简单终端模拟器,可通过 Lua 扩展。
- [![Open-Source Software][oss icon]](https://github.com/cosmos72/twin) [Twin](https://github.com/cosmos72/twin/) - Fast, lightweight text-mode window environment with mouse support. Enables multiple terminals in a single Linux console, terminal or X11 window. It can be detached (keeps running in background) and reattached to a different console, terminal or X11 server. Works on Linux, Mac OS X and BSD
- [![Open-Source Software][oss icon]](https://github.com/railsware/upterm) [Upterm](https://github.com/railsware/upterm) - Upterm (formerly Black Screen) is an IDE in the world of terminals. Strictly speaking, it's both a terminal emulator and an interactive shell based on [Electron](https://electron.atom.io/).
- [Xterm](http://invisible-island.net/xterm/) - Xterm 是一个 X 窗口系统的终端模拟器。它给不直接使用窗口系统的程序提供了 DEC VT102 和 Tektronix 4014 兼容终端。
- [Yakuake](https://apps.kde.org/yakuake/) - 一款基于 KDE Konsole 技术的 Quake 风格的终端模拟器。
### 实用工具
- [Actionaz](http://actionaz.org/) - Ubuntu/Linux 下的任务自动化工具。
- [![Open-Source Software][oss icon]](https://github.com/albertlauncher/albert) [Albert](https://github.com/albertlauncher/albert) - Linux 桌面超赞的应用启动器。
- [![Open-Source Software][oss icon]](https://github.com/bleachbit/bleachbit) [Bleach bit](https://www.bleachbit.org/) - BleachBit 快速释放磁盘空间并不知疲倦地守卫你的隐私。释放缓存,删除 cookie,清除互联网浏览历史,清理临时文件,删除日志,以及更多功能...
- [Brasero](https://wiki.gnome.org/Apps/Brasero) - CD/DVD 烧录软件。
- [Caffeine](https://launchpad.net/caffeine) - 防止 ubuntu 自动睡眠。
- [Convertall](https://sourceforge.net/projects/convertall/) - 全能单位换算。
- [![Open-Source Software][oss icon]](https://github.com/thjaeger/easystroke) [EasyStroke](https://github.com/thjaeger/easystroke/wiki#download) - Easystroke 是一个 X11 手势识别应用。
- [Enpass](https://www.enpass.io/) - Enpass 安全地管理你的密码和重要信息,让你的生活更轻松。
- [GD map](https://gdmap.sourceforge.net/) - 可视化磁盘使用量的工具。
- [![Open-Source Software][oss icon]](https://github.com/antonio-malcolm/gloobus-preview) [Gloobus-Preview](https://github.com/antonio-malcolm/gloobus-preview) - 它能给你提供文件的快速预览,类似 [Sushi](https://github.com/GNOME/sushi)。
- [![Open-Source Software][oss icon]](https://github.com/codito/gnome-pomodoro) [Gnome Pomodoro](https://gnomepomodoro.org/#download) - 全功能 GNOME 番茄钟。
- [GnomePie](http://simmesimme.github.io/news/2016/08/24/gnome-pie-069) - Linux 桌面的一个圆形启动器。[![Open-Source Software][oss icon]](http://simmesimme.github.io/news/2016/08/24/gnome-pie-069)
- [Gnormalize](http://gnormalize.sourceforge.net/) - 音频转换工具。
- [GParted](http://gparted.org/) - Ubuntu/Linux 磁盘分区工具。
- [![Open-Source Software][oss icon]](https://github.com/haecker-felix/gradio/releases/) [GRadio](https://github.com/haecker-felix/gradio/releases/) - Ubuntu linux 无线电广播软件。
- [Handbrake](https://handbrake.fr/) - 视频转换工具。
- [ImageMagik](http://www.imagemagick.org/script/index.php) - ImageMagick 是一套图片修改和处理的命令行工具。
- [![Open-Source Software][oss icon]](https://github.com/fossfreedom/indicator-sysmonitor)[Indicator-SysMonitor](https://github.com/fossfreedom/indicator-sysmonitor) - 一款可显示 cpu 温度,内存,网速,cpu 使用率,公网 IP 地址以及联网状态的应用指示器。
- [![Open-Source Software][oss icon]](https://github.com/keepassx/keepassx)[KeePassX](https://www.keepassx.org/) - 跨平台密码管理器。KeePass 的移植成果。
- [KeePass](https://www.keepass.info/) - 专注于 Windows 的密码管理器,通过 Mono 提供一些跨平台支持。
- [![Open-Source Software][oss icon]](https://sourceforge.net/projects/kvm/files/)[KVM](http://www.linux-kvm.org/page/Main_Page) - KVM (表示 Kernel-based Virtual Machine,基于内核的虚拟机)是一个支持虚拟化扩展(Intel VT 或 AMD-V)Linux 的完全虚拟化方案。
- [Peazip](http://www.peazip.org/) - 解压任何文件的工具。
- [![Open-Source Software][oss icon]](https://github.com/phw/peek) [Peek](https://github.com/phw/peek/releases) - 一款让你能够从你的屏幕录制简短的动画 GIF 图片的小工具。
- [Powertop](https://01.org/powertop/downloads) - 能源消耗诊断工具。
- [![Open-Source Software][oss icon]](http://git.wpitchoune.net/psensor.git/)[Psensor](http://wpitchoune.net/psensor/) - Linux 图形化硬件温度监视器。
- [Pulse Audio](https://wiki.ubuntu.com/PulseAudio) - 通过个性化的配置改善 Linux 的音频。
- [Remarkable](https://remarkableapp.github.io/) - Ubuntu/Linux 上最佳的 Markdown 编辑器。
- [![Open-Source Software][oss icon]](https://github.com/FreeRDP/Remmina) [Remmina](http://www.remmina.org/wp/) - 一款功能丰富的远程桌面应用,支持 Linux 以及其它 Unix。
- [![Open-Source Software][oss icon]](https://github.com/sahib/rmlint) [rmlint](https://rmlint.readthedocs.io/en/latest/) - rmlint finds space waste and other broken things on your filesystem and offers to remove it.
- [![Open-Source Software][oss icon]](https://github.com/oguzhaninan/Stacer) [Stacer](https://github.com/oguzhaninan/Stacer) - Ubuntu 系统优化器。
- [![Open-Source Software][oss icon]](https://github.com/GNOME/sushi) [Sushi](https://github.com/GNOME/sushi) - Sushi 是 GNOME 桌面文件管理器鹦鹉螺(Nautilus)的快速预览工具。
- [![Open-Source Software][oss icon]](https://github.com/MaartenBaert/ssr) [SimpleScreenRecorder](http://www.maartenbaert.be/simplescreenrecorder/) - SimpleScreenRecorder 是一款功能丰富的录屏软件,支持 X11 和 openGL。它拥有基于 Qt 的图形化用户界面。
- [Synaptic](http://www.nongnu.org/synaptic/) - Synaptic 是一款图形化的 apt 包管理程序。
- [Systemload](http://www.omgubuntu.co.uk/2014/06/system-monitor-indicator-ubuntu-ppa) - 在状态栏显示系统负载。
- ![Open-Source Software][oss icon] [TightVNC](http://www.tightvnc.com/) - 免费,轻量,快速且可靠的远程控制/远程桌面软件。
- [TLP](http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html) - 优化 Linux 下的电池表现。
- [![Open-Source Software][oss icon]](https://github.com/Kilian/Trimage) [Trimage](https://trimage.org/) - 跨平台无损 PNG 及 JPG 文件调整工具。
- [![Open-Source Software][oss icon]](https://github.com/gerardpuig/ubuntu-cleaner) [UbuntuCleaner](https://github.com/gerardpuig/ubuntu-cleaner) - 使用 Ubuntu Cleaner 轻松清理你的 ubuntu 系统。
- [![Open-Source Software][oss icon]](https://github.com/Ulauncher/Ulauncher/) [ULauncher](http://ulauncher.io/) - Linux 应用启动器。
- [![Open-Source Software][oss icon]](https://github.com/varietywalls/variety) [Variety](http://peterlevi.com/variety/) - Variety 是一款开源的 Linux 壁纸更换软件,拥有众多功能,轻巧又易用。
- [![Open-Source Software][oss icon]](https://www.virtualbox.org/wiki/Contributor_information) [Virtualbox](https://www.virtualbox.org/wiki/Downloads) - VirtualBox 是一款通用的 x86 硬件虚拟机软件,面向服务器,桌面以及嵌入式。
- [WallpaperChange](https://apps.ubuntu.com/cat/applications/raring/wallch/) - 自动更换你的壁纸。
- [![Open-Source Software][oss icon]](https://github.com/rcaelers/workrave) [Workrave](https://www.workrave.org/) - 一款帮助恢复以及防止重复性劳损的程序(RSI)。
- [![Open-Source Software][oss icon]](https://github.com/KaOS-Community-Packages/xdm) [Xtreme Download Manager](http://xdman.sourceforge.net/) - 一款有着新鲜用户界面的下载管理器。
- [LastPass](https://lastpass.com/misc_download2.php) - 跨平台密码管理器。
- [![Open-Source Software][oss icon]](https://clonezilla.org/related-links/) [Clonezilla](http://clonezilla.org/) - Clonezilla 是一款分区以及磁盘镜像/克隆程序,类似 True Image® 或 Norton Ghost®。
- [![Open-Source Software][oss icon]](https://launchpad.net/cpug) [CPU-G](http://www.omgubuntu.co.uk/2016/09/monitor-battery-life-ubuntu-cpu-g) - 轻松监控你的 Ubuntu 笔记本的电池寿命。
- [![Open-Source Software][oss icon]](https://github.com/wereturtle/ghostwriter) [Ghost Writer](https://ghostwriter.kde.org/) - 一款专注的 Windows 及 Linux Markdown 编辑器。
- [PlexyDesk](http://www.omgubuntu.co.uk/2016/09/plexydesk-widgets-linux-desktop-ppa) - Plexydesk 支持 Linux 多插件工作空间/桌面。
- [![Open-Source Software][oss icon]](http://github.com/wereturtle/ghostwriter) [Ghost Writer](https://ghostwriter.kde.org/) - 一款专注的 Windows 及 Linux Markdown 编辑器。
- [PlexyDesk](https://www.omgubuntu.co.uk/2016/09/plexydesk-widgets-linux-desktop-ppa) - Plexydesk 支持 Linux 多插件工作空间/桌面。
### 视频
- [![Open-Source Software][oss icon]](https://github.com/xylosper/bomi) [Bomi Player](https://bomi-player.github.io/) - 一款强大易用的多媒体播放器。
- [![Open-Source Software][oss icon]](https://github.com/GNOME/cheese) [Cheese](https://wiki.gnome.org/Apps/Cheese) - Cheese 用你的摄像头拍照和录像,还能加上神奇的特效,让你能够和别人分享快乐。
- [![Open-Source Software][oss icon]](https://github.com/xbmc/xbmc) [Kodi](https://kodi.tv/about/) - 一款获得殊荣的免费开源(GPL)软件,支持视频,音乐,图片,游戏以及更多内容的媒体中心。
- [![Open-Source Software][oss icon]](https://github.com/pculture/miro) [Miro](http://www.getmiro.com/) - 免费,开放的视频,音乐以及互联网电视应用;它从成千上万的资源中带来视频频道,并且还有比其它平台更丰富的免费高清资源。
- [![Open-Source Software][oss icon]](https://github.com/lettier/movie-monad) [Movie Monad](https://lettier.github.io/movie-monad) - A free and simple to use video player made with Haskell.
- [MPlayer](http://www.mplayerhq.hu/design7/news.html) - MPlayer 是一款支持多种系统和各种视频的视频播放器。
- [![Open-Source Software][oss icon]](https://github.com/mpv-player/mpv) [MPV](https://www.mpv.io) - 一款免费,开源,跨平台的媒体播放器。
- [![Open-Source Software][oss icon]](https://sourceforge.net/p/smplayer/code/HEAD/tree/) [SMPlayer](http://smplayer.sourceforge.net/) - 内置解码器的免费媒体播放器。可播放所有的音频和视频格式。
- [![Open-Source Software][oss icon]](https://gitlab.com/jonata/subtitld) [Subtitld](https://subtitld.org/) - Subtitld 是一款用于编辑、转录和创建字幕的开源软件。
- [SVP](https://www.svp-team.com/w/index.php?title=Main_Page) - SVP 让你可以使用帧插值在你的桌面电脑上观看任何视频,就像高端电视和投影仪支持的那样。
- [![Open-Source Software][oss icon]](https://www.videolan.org/vlc/download-sources.html) [VLC](http://www.videolan.org/vlc/index.html) - VLC 是一个免费且开源的跨平台媒体播放器以及框架,可以播放大多数格式的多媒体文件以及 DVS,音频 CD,VCD,以及各种流媒体协议。
### 其它
- [![Open-Source Software][oss icon]](https://displaycal.net/#download) [DisplayCAL](https://displaycal.net/) - Open Source Display Calibration and Characterization powered by ArgyllCMS.
- [![Open-Source Software][oss icon]](https://github.com/fontforge/fontforge) [FontForge](https://fontforge.org/) - Free (libre) font editor for Windows, Mac OS X and GNU+Linux.
- [GrubCustomizer](https://launchpad.net/grub-customizer) - Grub Customizer 是一个让你可以配置 GRUB2/BURG 设置和启动项的图形化界面。 [![Open-Source Software][oss icon]](https://code.launchpad.net/grub-customizer)
- [Infinality bundle & fonts](https://bohoomil.com/) - _注:Infinality 目前开发者不再维护,如果在滚动发行版上,可能不可用_。Infinality bundle & fonts 是一个开源项目,致力于让 Linux 管理员和个人用户有个轻松的方式改善字体渲染质量。
- [![Open-Source Software][oss icon]](https://github.com/MycroftAI/mycroft-core) [Mycroft](https://github.com/MycroftAI/mycroft-core) - 给所有人的 A.I.
## 命令行工具
- [![Open-Source Software][oss icon]](https://github.com/fph/bastet) [Bastet](https://github.com/fph/bastet) - 在命令行玩俄罗斯方块。
- [![Open-Source Software][oss icon]](https://github.com/jarun/Buku) [Buku](https://github.com/jarun/Buku) - 命令行书签管理器。
- [![Open-Source Software][oss icon]](https://github.com/AlDanial/cloc) [Cloc](https://github.com/AlDanial/cloc) - Count Lines of Code: cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
- [Clipgrab](https://clipgrab.org/) - A friendly downloader for YouTube and other sites.
- [![Open-Source Software][oss icon]](https://github.com/jarun/ddgr) [ddgr](https://github.com/jarun/ddgr) - DuckDuckGo from the command line.
- [![Open-Source Software][oss icon]](https://github.com/ssimunic/Daily-Reddit-Wallpaper) [Daily Reddit Wallpaper](https://github.com/ssimunic/Daily-Reddit-Wallpaper) - 开机时将壁纸更换为 /r/wallpapers 或其它子版块的今日最高票壁纸。
- [![Open-Source Software][oss icon]](https://github.com/LubuntuFu/fishfry) [Fishfry](https://github.com/LubuntuFu/fishfry) - 将 fish 的历史记录替换成为渗透测试人员量身定制的高效版本以及方便新手学习。
- [![Open-Source Software][oss icon]](https://github.com/jarun/googler) [Googler](https://itsfoss.com/review-googler-linux/) - 从命令行 Google 一切。
- [![Open-Source Software][oss icon]](https://github.com/hishamhm/htop) [htop](http://hisham.hm/htop/) - 带有改进的特性和用户体验的 top。
- [![Open-Source Software][oss icon]](https://github.com/mps-youtube/mps-youtube) [mps-youtube](https://github.com/mps-youtube/mps-youtube) - 基于终端的程序,用于搜索,流媒体以及下载音乐。这个实现使用 Youtue 作为内容源,能够播放和下载视频和音频。
- [![Open-Source Software][oss icon]](https://gitlab.com/muttmua/mutt) [Mutt](http://www.mutt.org/) - 终端邮件客户端,vim 快捷键,强大灵活可定制。
- [![Open-Source Software][oss icon]](https://github.com/dylanaraps/neofetch) [Neofetch](https://github.com/dylanaraps/neofetch/releases) - 快速,高度定制化的系统信息获取脚本,支持 Linux,MacOS,iOS,BSD,Solaris,Android,Haiku,GNU Hurd,MINIX,AIX 以及 Windows。
- [![Open-Source Software][oss icon]](https://github.com/alexdantas/pacman4console.debian) [Pacman4console](https://launchpad.net/ubuntu/+source/pacman4console) - 在控制台玩吃豆人。
- [![Open-Source Software][oss icon]](https://github.com/nvbn/thefuck) [TheFuck](https://github.com/nvbn/thefuck) - 杰出的应用,它能纠正你的输入的错误命令。
- [![Open-Source Software][oss icon]](https://github.com/tmux/tmux) [Tmux](https://tmux.github.io/) - 它让你在一个终端中在多个程序间方便地切换,分离他们(保持在后台运行)并另一个终端中重新连接上去。以及还有好多事情可以做。
- [PathPicker](https://github.com/facebook/PathPicker) - 一个简单的命令行工具,用来处理选择 bash 文件输出时的问题
- [wicd-curses](https://wiki.archlinux.org/index.php/wicd#Running_Wicd_in_Text_Mode) - 命令行 WiFi 连接管理器。
- [十佳命令行工具](http://lifehacker.com/399468/top-10-command-line-tools)
## 桌面环境
- [![Open-Source Software][oss icon]](https://github.com/solus-project/budgie-desktop) [Budgie](https://solus-project.com/budgie/) - Budgie 是一个面向现代用户思想设计的桌面环境,专注于简洁与优雅。
- [![Open-Source Software][oss icon]](https://github.com/linuxmint/Cinnamon) [Cinammon](http://cinnamon.linuxmint.com/) - Cinnamon 努力提供一种传统的用户体验。Cinnamon 是一个 GNOME 3 的 fork。
- [Enlightenment](https://www.enlightenment.org) - Enlightenment 源自 1996 年的 X11 桌面管理器项目,整体外观颇具复古风尚,桌面布局可以使用经典(类 Windows)和 Dock(类 Mac)两种,也可以自定义布局和风格,是 KDE 和 Gnome 之外,不可多得的优秀桌面环境项目,但项目目前仍在开发阶段,最新版本为 0.23.1。
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gnome-flashback) [GNOME Flashback](https://wiki.gnome.org/Projects/GnomeFlashback) - GNOME Flashback 是 GNOME 3 的一个 shell,最初叫 GNOME fallback 模式。桌面的布局和底层技术都与 GNOME 2 相似。
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gnome-desktop) [Gnome](https://www.gnome.org/) - GNOME 桌面环境是一个有吸引力且直观的的桌面,同时有现代(GNOME)和经典(GNOME Classic)会话模式。
- [![Open-Source Software][oss icon]](https://github.com/KDE/plasma-desktop) [KDE Plasma](https://www.kde.org/workspaces/plasmadesktop/) - KDE Plasma 桌面环境是一个熟悉的工作环境。Plasma Desktop 提供现代桌面环境体验所需的所有工具,所以你可以从开始就充满生产力。
- [![Open-Source Software][oss icon]](https://github.com/lxde) [LXDE](http://lxde.org/) - Lightweight X11 Desktop Environment (轻量化 X11 桌面环境)是一个快速且节能的桌面环境。
- [![Open-Source Software][oss icon]](https://github.com/lxde/lxqt) [LXQt](http://lxqt.org/) - LXQt 是 LXDE 的 Qt 移植和即将到来的版本,轻量化的桌面环境。
- [![Open-Source Software][oss icon]](https://github.com/mate-desktop/) [Mate](http://mate-desktop.com/) - Mate 用传统隐喻给 Linux 用户提供一个直观又有吸引力的桌面。MATE 是 GNOME 2 的一个 fork。
- [Pantheon](https://elementary.io/) - Pantheon 是最初为发行版 elementary OS 创建的桌面环境,同时也是它的默认桌面环境。
- [Unity](https://unity.ubuntu.com/) - Unity 是 GNOME 的一个 shell,由 Canonical 为 Ubuntu 设计。 [guide](http://www.omgubuntu.co.uk/2016/04/ubuntu-16-04-unity-8-desktop-progress-video) on how to install unity 8 on Ubuntu 16.04.
- [![Open-Source Software][oss icon]](https://github.com/xfce-mirror) [Xfce](https://www.xfce.org/) - Xfce 体现了模块化和可重用的传统 UNIX 哲学。
## 显示管理
### 控制台
- [![Open-Source Software][oss icon]](https://github.com/ghost1227/cdm) [CDM](https://github.com/ghost1227/cdm) - 超简化,又功能丰富,用 bash 写就的登陆管理器。
- [![Open-Source Software][oss icon]](https://github.com/dopsi/console-tdm) [Console TDM](https://github.com/dopsi/console-tdm) - 纯 bash 写就的 xinit 扩展。
- [![Open-Source Software][oss icon]](https://github.com/spanezz/nodm) [nodm](https://github.com/spanezz/nodm) - 简约的自动登陆显示管理器。
### 图形界面
- [![Open-Source Software][oss icon]](https://github.com/tomas/entrance) [Entrance](http://enlightenment.org) - 基于 EFL 的显示管理器,高度实验性质。
- [![Open-Source Software][oss icon]](https://github.com/GNOME/gdm) [GDM](https://wiki.gnome.org/Projects/GDM) - GNOME 显示管理器。
- [KDM](http://www.kde.org) - KDE4 显示管理器(不再继续开发)。
- [![Open-Source Software][oss icon]](https://github.com/canonical/lightdm) [LightDM](https://www.freedesktop.org/wiki/Software/LightDM) - 跨桌面显示管理器,可以使用任何工具集写就的各种前端。
- [LXDM](https://sourceforge.net/projects/lxdm/) - LXDE 显示管理器,可以独立于 LXDE 桌面环境使用。
- [![Open-Source Software][oss icon]](https://github.com/linuxmint/mdm) [MDM](https://github.com/linuxmint/mdm) - MDM 显示管理器,在 Linux Mint 中使用, GDM 2 的一个 fork。
- [![Open-Source Software][oss icon]](https://github.com/sddm/sddm) [SDDM](https://github.com/sddm/sddm) - 基于 QML 的显示管理器,KDE 4 的 kdm 的继任者;Plasma 5 以及 LXQt 推荐。
- [![Open-Source Software][oss icon]](https://github.com/gsingh93/slim-display-manager) [SLiM](https://sourceforge.net/projects/slim.berlios/) - 轻量且优雅的图形化登录解决方案(不再继续开发)。
- [![Open-Source Software][oss icon]](https://github.com/bbidulock/xdm) [XDM](https://www.x.org/archive/X11R7.5/doc/man/man1/xdm.1.html) - 带有 XDMCP,主机选择支持的 X 显示管理器。
## 窗口管理
### 合成器
- ![Open-Source Software][oss icon] [Picom](https://github.com/yshui/picom) - Picom 是一款独立的合成管理器,适合同没有原生提供合成功能的窗口管理器一同使用。
- [![Open-Source Software][oss icon]](https://cgit.freedesktop.org/xorg/app/xcompmgr)
[Xcompmgr](https://cgit.freedesktop.org/xorg/app/xcompmgr) - Xcompmgr 是一个简单的合成管理器,能够渲染下拉阴影,使用 transset 工具的话,还可以实现简单的窗口透明。
### 叠加式窗口管理器
- [![Open-Source Software][oss icon]](https://github.com/venam/2bwm) [2bwm](https://github.com/venam/2bwm) - 快速的浮动窗口管理,有两个特殊边界,基于 XCB 库,由 mcwm 衍生。
- [![Open-Source Software][oss icon]](https://github.com/bbidulock/blackboxwm) [Blackbox](http://blackboxwm.sourceforge.net) - 快速,轻量化的 X 窗口系统窗口管理器,没有那些烦人的库依赖。
- [![Open-Source Software][oss icon]](https://github.com/fluxbox/fluxbox) [Fluxbox](http://fluxbox.org) - 基于 Blackbox 0.61.1 代码的 X 窗口管理器。
- [![Open-Source Software][oss icon]](https://github.com/danakj/openbox) [Openbox](http://openbox.org) - 高度可配置,带有可扩展标准支持的下一代窗口管理器。
### 平铺式窗口管理器
- [![Open-Source Software][oss icon]](https://github.com/baskerville/bspwm) [Bspwm](https://github.com/baskerville/bspwm/wiki) - bspwm 是一个平铺式窗口管理器,将窗口以二叉树的叶结点的方式展现。
- [![Open-Source Software][oss icon]](https://github.com/herbstluftwm/herbstluftwm) [Herbstluftwm](https://herbstluftwm.org) - 使用 Xlib 和 Glib 的手工平铺式窗口管理器。
### 动态窗口管理器
- [![Open-Source Software][oss icon]](https://github.com/awesomeWM/awesome) [awesome](https://awesome.naquadah.org) - 高度可配置,下一代 X 框架窗口管理器。
- [![Open-Source Software][oss icon]](https://github.com/cdown/dwm) [dwm](http://dwm.suckless.org) - X 动态窗口管理器。它以平铺,单片镜以及浮动布局的方式管理窗口。
- [![Open-Source Software][oss icon]](https://github.com/i3/i3) [i3](https://i3wm.org) - 完全重写的平铺式窗口管理器。
- [![Open-Source Software][oss icon]](https://github.com/conformal/spectrwm) [spectrwm](https://github.com/conformal/spectrwm/wiki) - X11 小型动态窗口管理器,很大程度上受了 xmonad 和 dwm 的启发。
- [![Open-Source Software][oss icon]](https://github.com/xmonad/xmonad) [xmonad](http://xmonad.org) - 动态平铺式 X11 窗口管理器,用 Haskell 写就和配置。
## 设置
- [什么是 Linux](https://www.linux.com/what-is-linux)
- [Linux 基础术语](http://www.makeuseof.com/tag/linux-confusing-key-terms-definitions/)
- [选择最适合你的发行版](http://i.imgur.com/TV21DgN.jpg)
### Arch Linux
- [新手指南](https://wiki.archlinux.org/index.php/Beginners%27_guide)
- [安装指南](https://wiki.archlinux.org/index.php/Installation_guide)
- [通用推荐](https://wiki.archlinux.org/index.php/General_recommendations)
- [应用列表](https://wiki.archlinux.org/index.php/List_of_applications)
### CentOS
- [官方网站](https://www.centos.org)
- [关于](https://wiki.centos.org/About)
- [下载](https://wiki.centos.org/Download)
- [指南](https://www.centos.org/docs/)
- [提示和技巧](https://wiki.centos.org/TipsAndTricks)
- [常见问题](https://www.centos.org/forums/faq.php?sid=4e6d260284c7936505dcf75564717272)
### openSUSE
- [openSUSE 社区官网](https://www.opensuse.org)
- [什么是 openSUSE](https://www.techopedia.com/definition/28543/opensuse)
- [尝试 openSUSE 的理由](http://www.pcworld.com/article/222065/5_reasons_to_try_opensuse_114.html)
- [新手常见问题解答](https://en.opensuse.org/openSUSE:OpenSUSE_for_beginners)
- [如何安装 openSUSE](https://en.opensuse.org/Portal:Installation)
- [openSUSE 容器化: Kubic(基于 openSUSE MicroOS)](https://kubic.opensuse.org)
- [评测](https://www.linux.com/news/opensuse-leap-421-review-most-mature-linux-distribution)
### Ubuntu
- [什么是 Ubuntu]()
- [如何安装 Ubuntu](http://www.ubuntu.com/download/desktop/install-ubuntu-desktop)
- [如何安装 Ubuntu 和 Windows 双系统启动](http://www.everydaylinuxuser.com/2014/05/install-ubuntu-1404-alongside-windows.html)
- [安装 ubuntu 后要做什么](http://www.omgubuntu.co.uk/2016/04/10-things-to-do-after-installing-ubuntu-16-04-lts)
### 其它发行版
> 待添加
## 论坛
### Arch Linux Forums
- [Arch Linux 论坛](https://bbs.archlinux.org/)
- [Arch Linux ARM 论坛](https://archlinuxarm.org/forum/viewforum.php?f=31)
### CentOS Forums
- [CentOS 论坛](https://www.centos.org/forums/)
### Ubuntu Forums
- [Ubuntu 论坛](https://ubuntuforums.org/)
- [Ask Ubuntu](askubuntu.com/)
### openSUSE Forums
- [openSUSE 论坛](https://forums.opensuse.org/forum.php)
### IRC 频道
- [#ubuntu](https://webchat.freenode.net/?channels=ubuntu)
### Linux 新闻,应用,以及更多...
- [OMG!Ubuntu](http://www.omgubuntu.co.uk/)
- [ITSFOSS](https://itsfoss.com/)
- [Linux 官方](https://www.linux.com/)
- [Webupd8](http://www.webupd8.org/)
- [Noobslab](http://www.noobslab.com/)
- [Make use of](http://www.makeuseof.com/service/linux/)
- [TecMint](http://www.tecmint.com/)
- [AllTop](http://linux.alltop.com/)
- [Unixmen](https://www.unixmen.com/)
- [DistroWatch](http://distrowatch.com/)
- [Phoronix](http://www.phoronix.com/)
- [Dedoimedo](http://www.dedoimedo.com/)
- [How-To Geek](http://www.howtogeek.com/t/linux/)
- [Liliputing](http://liliputing.com/)
- [FAMILUG](http://www.familug.org/)
- [Ubuntu Geek](http://www.ubuntugeek.com/)
### Reddit
- [Arch Linux](https://www.reddit.com/r/archlinux/)
- [CentOS](https://www.reddit.com/r/CentOS/)
- [Linux](https://www.reddit.com/r/linux/)
- [Open Source](https://www.reddit.com/r/opensource/)
- [Ubuntu](https://www.reddit.com/r/Ubuntu/)
- [Unix Porn](https://www.reddit.com/r/unixporn/)
- [Linux Kernel](https://www.reddit.com/r/kernel/)
- [Linux Gaming](https://www.reddit.com/r/linux_gaming/)
## 学习 Linux
- [学习 Linux 命令](http://linuxcommand.org/)
- [GNU/Linux 命令行工具总结](http://tldp.org/LDP/GNU-Linux-Tools-Summary/html/book1.htm)
- [学习 Linux](https://linuxjourney.com/)
- [Linux 课程](https://www.edx.org/course/introduction-linux-linuxfoundationx-lfs101x-0)
- [Linus 口袋指南](http://www.opencore.eesc.usp.br/bruno/livros/Linux_Pocket_Guide.pdf)
- [Linux Bash 命令行 - Tek Linux](https://www.youtube.com/watch?v=ltjPIpilqow)
## Linux Hacking/开发
- [内核新手](https://kernelnewbies.org/)
- [Linux Insides](https://0xax.gitbooks.io/linux-insides/content/index.html)
- [Linux 内核](http://www.tldp.org/LDP/tlk/tlk.html)
- [Linux 内核归档(官方站点)](https://www.kernel.org/)
- [Linux Kernel Internals (PDF)](http://www.tldp.org/LDP/lki/lki.pdf)
- [Linux 内核邮件列表归档](https://lkml.org/)
- [Linux 内核模块编程指南(PDF)](http://www.tldp.org/LDP/lkmpg/2.6/lkmpg.pdf)
## 贡献者
[**贡献者列表**](https://github.com/VoLuong/Awesome-Ubuntu-Linux/graphs/contributors) :
1. [LuongVo](https://github.com/VoLuong)
2. [anewuser](https://github.com/anewuser)
3. [nathanmusoke](https://github.com/nathanmusoke)
4. [bpearson](https://github.com/bpearson)
5. [orestisf1993](https://github.com/orestisf1993)
6. [lasseborly](https://github.com/lasseborly)
7. [sebasspf](https://github.com/sebasspf)
8. [buivnhai](https://github.com/buivnhai)
9. [ankurk91](https://github.com/ankurk91)
10. [mAzurkovic](https://github.com/mAzurkovic)
11. [bocklund](https://github.com/bocklund)
12. [grebenschikov](https://github.com/grebenschikov)
13. [fareez-ahamed](https://github.com/fareezahamed)
14. [MichaelAquilina](https://github.com/MichaelAquilina)
15. [Wamadahama](https://github.com/wamadahama)
16. [Alasin](https://github.com/alasin)
17. [LYF610400210](https://github.com/LYF610400210)
18. [willmtemple](https://github.com/willmtemple) 纠正库名称
19. [jakub-olczyk](https://github.com/jakub-olczyk)
20. [shakib609](https://github.com/shakib609)
21. [talisk](https://github.com/talisk)
22. [smdrz](https://github.com/smdrz)
23. [bishoyh](https://github.com/bishoyh)
24. [Voicu](https://github.com/vpop)
25. [ryandaniels](https://github.com/ryandaniels)
26. [mame98](https://github.com/mame98)
27. [Kastmeski](https://github.com/kasmetski)
28. [johnjago](https://github.com/johnjago)
29. [shuliandre](https://github.com/shuliandre)
30. [stelariusinfinitek](https://github.com/stelariusinfinitek)
31. [tnga](https://github.com/tnga)
32. [hg8](https://github.com/hg8)
33. [ChrisLeeGit](https://github.com/ChrisLeeGit)
34. [alim0x](https://github.com/alim0x)
35. [Spacebody](https://github.com/Spacebody)
36. [AyoIsaiah](https://github.com/ayoisaiah)
37. _在 @ reddit.com/r/linux & reddit.com/r/ubuntu & vozforums.com 上每个提出建议和赞赏的人_
...
(_以上列表更新于 10th January 2017_)
**[⬆ 返回顶部](#目录)**
## 贡献指南
> 将**应用**的名称放入列表。
> 链接到它的**主页**或**安装指南**。
> 再给应用写一小段**简短的介绍** + 添加**图标**。
> 确保应用放在了**合适的主题**下。
> 如果应用不在以上任何一个**已有的主题**内,为它**新建一个**主题。
> 确保所有项都是按**字母表顺序排序**的。
_标有 ![Open-Source Software][oss icon] 的是开源软件并且链接到源代码。标有 的意为免费(就如免费的啤酒)。_
_原作者注:最近我收到了一些关于列表中一些应用软件的质量的反馈。我自己测试了其中的大部分应用(但不是全部)。如果你对应用有任何问题:-> 去往开发页面(如果有的话)-> 给开发提个 issue -> 在这里提个 issue 以便我考虑是否将应用移出列表。记住:所有东西都有它自己的质量,所以这里永远不会有“最佳应用”或“选择性的列表”,谢谢。_
## 许可证
[](https://creativecommons.org/licenses/by/4.0/)
该作品签署于 [Creative Commons Attribution 4.0 International License](http://creativecommons.org/licenses/by/4.0/)。
[oss icon]: https://cdn.rawgit.com/iCHAIT/awesome-osx/master/media/oss.svg
[freeware icon]: https://cdn.rawgit.com/iCHAIT/awesome-osx/master/media/free.svg
================================================
FILE: Readme_ar-AR.md
================================================
# برامج لينكس الرائعة

🐧 المستودع ده مجموعة من **برامج** و **أدوات رائعة** لنظام لينكس تناسب **أي مستخدمين/مطورين**.
🐧 متترددش في **المساهمة** / **تقييم** / **تفرع** / **طلب سحب**. أي **توصيات** أو **اقتراحات** مرحب بها.
**شكر وتقدير:** _كل اللي مكتوب تحت ده من تجربتي الشخصية في الجامعة وبعد ما قريت مواد مختلفة. أنا مش محترف ولا خبير، لكن مستخدم شغوف. أي حد يقدر يفتح نقاش في قسم القضايا، أو يطلب سحب لو في حاجة محتاجة تعديل أو إضافة._
- النسخة الإنجليزية: [هنا](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README.md).
- النسخة البرتغالية البرازيلية: [هنا](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_pt-BR.md).
- النسخة الصينية: [هنا](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_zh-CN.md) أو [هنا](https://github.com/eniqiz/Awesome-Linux-Software-zh_CN).
- النسخة الإسبانية: [هنا](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_es-ES.md) أو [هنا](https://github.com/SaintFenix/Awesome-Linux-Software/blob/master/README_es-ES.md).
- النسخة التايلاندية: [هنا](https://github.com/luong-komorebi/Awesome-Linux-Software/blob/master/README_th-TH.md).
- [التطبيقات](#applications)
- [طباعة ثلاثية الأبعاد](#3d-printing)
- [صوتيات](#audio)
- [تعديل-خلط-تسجيل](#edit-mix-record)
- [مشغل موسيقى](#music-player)
- [راديو](#radio)
- [أدوات](#utilities)
- [عملاء دردشة](#chat-clients)
- [عميل طرف ثالث](#3rd-party-client)
- [عميل شامل](#all-in-one-client)
- [أدوات عميل الدردشة](#chat-client-utilities)
- [عميل IRC](#irc-client)
- [العميل الرسمي](#official-client)
- [نسخ البيانات الاحتياطي واستعادة البيانات](#data-backup-and-recovery)
- [تخصيص سطح المكتب](#desktop-customization)
- [حزم أيقونات سطح المكتب](#desktop-icon-packs)
- [ثيمات سطح المكتب](#desktop-themes)
- [أدوات ويدجت سطح المكتب والثيمات](#desktop-widgets-and-theme-utilities)
- [التطوير](#development)
- [أندرويد](#android)
- [C++](#c)
- [قاعدة البيانات](#database)
- [محركات الألعاب](#game-engines)
- [Git](#git)
- [Golang](#golang)
- [جافا](#java)
- [جافا سكريبت](#javascript)
- [أجهزة الكمبيوتر الصغيرة والأجهزة المدمجة](#microcomputer-and-embedded-devices)
- [دعم لغات متعددة](#multiple-languages-support)
- [PHP](#php)
- [بايثون](#python)
- [روبي](#ruby)
- [شل](#shell)
- [أدوات الدعم](#supporting-tools)
- [أدوات الكتب الإلكترونية](#e-book-utilities)
- [إلكترونيات](#electronic)
- [تعليم](#education)
- [بريد إلكتروني](#email)
- [مدير الملفات](#file-manager)
- [ألعاب](#games)
- [محاكاة بناء المدن](#city-building-simulation)
- [سطر الأوامر](#command-line)
- [إعادة إنشاء المحركات (تتطلب اللعبة الفعلية)](#engine-re-creations-require-the-actual-game)
- [FPS](#fps)
- [متنوعات](#miscellaneous)
- [ألغاز](#puzzle)
- [سباقات](#racing)
- [RPG](#rpg)
- [RT](#rt)
- [صندوق الرمل](#sandbox)
- [لعبة إطلاق نار](#shooter)
- [استراتيجية قائمة على الأدوار](#turn-based-strategy)
- [تطبيقات الألعاب](#gaming-applications)
- [مشغلات](#launchers)
- [أدوات](#tools)
- [W.I.N.E.](#wine)
- [محاكيات الآلات](#machine-emulators)
- [شامل](#all-in-one)
- [أتاري](#atari)
- [مايكروسوفت](#microsoft)
- [نينتندو](#nintendo)
- [سوني](#sony)
- [ZX Spectrum](#zx-spectrum)
- [رسوميات](#graphics)
- [إنشاء الرسوميات](#graphic-creation)
- [محرر الصور](#image-editor)
- [إدارة الصور](#image-management)
- [متنوعات](#miscellaneous-1)
- [فحص PSD و Sketch](#psd-sketch-inspection)
- [مسجل الشاشة](#screen-recorder)
- [لقطة شاشة](#screenshot)
- [بث مباشر](#streaming)
- [محرر الفيديو](#video-editor)
- [إنترنت](#internet)
- [متصفح](#browser)
- [أداة مساعدة](#supportive-tool)
- [عميل خدمة الويب](#web-service-client)
- [مكتب](#office)
- [محاسبة](#accounting)
- [حزم المكتب](#office-suites)
- [LaTeX](#latex)
- [Markdown](#markdown)
- [كتابة رواية](#novel-writing)
- [إنتاجية](#productivity)
- [أتمتة](#automation)
- [شريط المهام](#dock)
- [بحث محلي](#local-search)
- [متنوعات](#miscellaneous-2)
- [تدوين الملاحظات](#note-taking)
- [الوقت والمهام](#time-and-task)
- [متتبع الوقت والاستخدام](#time-and-usage-tracker)
- [ودجت ومؤشر](#widget-and-indicator)
- [بروكسي](#proxy)
- [أمان](#security)
- [سلامة الإقلاع](#boot-integrity)
- [تقسيم](#compartmentalization)
- [جدار ناري](#firewall)
- [تحليل الشبكة](#network-analysis)
- [مدير كلمات المرور](#password-manager)
- [هندسة عكسية](#reverse-engineering)
- [أخرى](#other)
- [مشاركة الملفات](#sharing-files)
- [خدمة التخزين السحابي](#cloud-drive)
- [مدير التحميل](#download-manager)
- [مشاركة الملفات](#file-sharing)
- [سطح المكتب البعيد](#remote-desktop)
- [عميل التورنت](#torrent-client)
- [ترمينال](#terminal)
- [محررات النصوص](#text-editors)
- [بيئة تطوير متكاملة مستوحاة / وصول مستخدم مشترك](#integrated-development-environment-inspired--common-user-access-based)
- [محررات نموذجية واشتقاقاتها](#modal-editors--derivatives)
- [محررات أخرى](#other-editors)
- [أدوات مساعدة](#utilities-1)
- [أدوات القرص](#disk-utilities)
- [صيانة النظام](#system-maintenance)
- [مراقبة النظام](#system-monitoring)
- [أخرى](#other-1)
- [فيديو](#video)
- [VPN](#vpn)
- [برنامج ويكي](#wiki-software)
- [أخرى](#others)
- [أدوات سطر الأوامر](#command-line-utilities)
- [إنترنت](#internet-1)
- [معلومات النظام / مراقبة](#system-info--monitoring)
- [أدوات](#tools-1)
- [نوى لينكس مخصصة](#custom-linux-kernels)
- [بيئات سطح المكتب](#desktop-environments)
- [مدير الشاشة](#display-manager)
- [الكونسول](#console)
- [الجرافيك](#graphic)
- [مديري النوافذ](#window-managers)
- [المركبات](#compositors)
- [مديري النوافذ المتداخلة](#stacking-window-managers)
- [مديري النوافذ الموزعة](#tiling-window-managers)
- [مديري النوافذ الديناميكيين](#dynamic-window-managers)
- [أخبار لينكس، التطبيقات، وأكثر:](#linux-news-apps-and-more)
- [ريدت](#reddit)
- [المساهمين](#contributors)
- [إرشادات للمساهمة](#guidelines-to-contribute)
- [مش عارف تساهم إزاي؟](#unsure-how-to-contribute)
- [الرخصة](#license)
##التطبيقات
### الطباعة ثلاثية الأبعاد
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Ultimaker/Cura) [Cura](https://ultimaker.com/software/ultimaker-cura/) - برنامج الطابعة ثلاثية الأبعاد الأكثر تقدمًا في العالم.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/FreeCAD) [FreeCAD](https://www.freecad.org/) - برنامج مفتوح المصدر لنمذجة CAD ثلاثية الأبعاد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/prusa3d/PrusaSlicer) [PrusaSlicer](https://www.prusa3d.com/page/prusaslicer_424/) - أداة تقطيع تعتمد على Slic3r بواسطة Alessandro Ranellucci ومجتمع RepRap.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/slic3r/Slic3r) [Slic3r](https://slic3r.org/) - مولد مسار أداة مفتوح المصدر للطابعات ثلاثية الأبعاد.
### صوتي
للحصول على قائمة أكثر شمولاً/تقدمًا/تصنيفًا أفضل/... لبرامج الصوت لنظام Linux، قد ترغب في النقر [هنا](https://github.com/nodiscc/awesome-linuxaudio)_
#### تحرير-مزج-تسجيل
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Ardour/ardour) [Ardour](https://ardour.org/) - قم بالتسجيل والتحرير والمزج على Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/audacity/audacity) [Audacity](https://www.audacityteam.org/download/linux/) - برنامج مجاني مفتوح المصدر ومتعدد المنصات لتسجيل وتحرير الأصوات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://bazaar.launchpad.net/~audio-recorder/audio-recorder/trunk/files) [مسجل الصوت](https://launchpad.net/~audio-recorder) - مسجل صوت بسيط متاح في Ubuntu PPA.
- ![غير مجاني][أيقونة المال] [Bitwig](https://www.bitwig.com/en/download.html) - برنامج DAW لإنتاج الموسيقى.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/wwmm/easyeffects) [EasyEffects](https://github.com/wwmm/easyeffects) - EasyEffects هي أداة متقدمة للتلاعب بالصوت. وهي تتضمن موازنًا ومحددًا وضاغطًا وأداة صدى، على سبيل المثال لا الحصر. ولإكمال ذلك، يوجد أيضًا محلل طيف مدمج.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mtytel/helm) [Helm](https://tytel.org/helm/) - برنامج مركب يعمل إما بشكل مستقل أو كمكون إضافي LV2 أو VST أو VST3 أو AU.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/hydrogen-music/hydrogen) [Hydrogen](http://www.hydrogen-music.org/) - آلة طبول متقدمة لنظام GNU/Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/KXStudio/Repository) [KxStudio](https://kx.studio/) - مجموعة من التطبيقات والمكونات الإضافية لإنتاج الصوت الاحترافي.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/LMMS/lmms) [LMMS](https://lmms.io/download/#linux) - إنشاء الموسيقى على جهاز الكمبيوتر الخاص بك عن طريق إنشاء الألحان والإيقاعات، وتوليف الأصوات وخلطها، وترتيب العينات وغير ذلك الكثير.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mixxxdj/mixxx) [Mixxx](https://www.mixxx.org/download/) - برنامج DJ مجاني يوفر لك كل ما تحتاجه لأداء المزيجات الحية؛ وهو بديل حقيقي لبرنامج Traktor.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/musescore/MuseScore) [MuseScore](https://musescore.org) - قم بإنشاء وتشغيل وطباعة نوتات موسيقية جميلة.
- ![غير مجاني][أيقونة المال] [Reaper](https://www.reaper.fm/) - إنتاج صوتي بلا حدود.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/VCVRack/Rack) [VCV Rack](https://vcvrack.com/) - مُركِّب صوتي معياري افتراضي مفتوح المصدر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Audio4Linux/Viper4Linux-GUI) [Viper4Linux](https://github.com/Audio4Linux/Viper4Linux-GUI) - معالج تأثيرات صوتية يعتمد على Viper4Android.
#### مشغل الموسيقى
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/World/amberol) [Amberol](https://apps.gnome.org/app/io.bassi.Amberol/) - مشغل صوت وموسيقى صغير وبسيط ومتكامل بشكل جيد مع GNOME.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://audacious-media-player.org/developers) [Audacious](https://audacious-media-player.org/) - مشغل صوتي مفتوح المصدر يقوم بتشغيل الموسيقى بالطريقة التي تريدها، دون سرقة موارد جهاز الكمبيوتر الخاص بك من المهام الأخرى.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/multimedia/audiotube) [AudioTube](https://apps.kde.org/audiotube/) - عميل YouTube Music غني بالميزات لنظام التشغيل KDE، تم إنشاؤه باستخدام Kirigami.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/beetbox/beets) [beets](https://beets.io/) - Beets هو نظام إدارة مكتبة الوسائط لمحبي الموسيقى المهووسين.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/CDrummond/cantata) [Cantata](https://github.com/CDrummond/cantata) - عميل Qt5 الرسومي MPD (شيطان مشغل الموسيقى) لنظام Linux وWindows وMacOS.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/ciderapp/cider) [Cider](https://cider.sh/) - تجربة Apple Music جديدة متعددة الأنظمة تعتمد على Electron وVue.js مكتوبة من الصفر مع وضع الأداء في الاعتبار.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/clementine-player/Clementine) [Clementine](https://www.clementine-player.org/) - تشغيل العديد من تنسيقات الصوت التي بها فقدان للبيانات أو التي لا بها فقدان للبيانات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/cmus/cmus) [Cmus](https://cmus.github.io/#download) - مشغل موسيقى وحدة تحكم صغير وسريع وقوي لأنظمة التشغيل الشبيهة بنظام Unix.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/DeaDBeeF-Player/deadbeef) [DeaDBeeF](https://deadbeef.sourceforge.io/) - DeaDBeeF هو مشغل صوت معياري لأنظمة GNU/Linux وBSD وOpenSolaris وmacOS وأنظمة أخرى شبيهة بأنظمة UNIX.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/linuxdeepin/deepin-music) [موسيقى Deepin](https://www.deepin.org/en/original/deepin-music/) - تطبيق تم تطويره بواسطة فريق Deepin Technology، والذي يركز على تشغيل الموسيقى المحلية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/multimedia/elisa) [Elisa](https://apps.kde.org/elisa/) - Elisa هو مشغل موسيقى تم تطويره بواسطة مجتمع KDE الذي يسعى جاهداً ليكون بسيطًا وسهل الاستخدام.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/neithern/g4music) [G4Music](https://gitlab.gnome.org/neithern/g4music) - مشغل موسيقى سريع وسلس وخفيف الوزن مكتوب بلغة GTK4.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/gpodder/gpodder) [Gpodder](https://gpodder.github.io/) - مجمع وسائط وعميل بودكاست.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/harmonoid/harmonoid) [Harmonoid](https://harmonoid.com/) - يشغل مكتبة الموسيقى الخاصة بك ويديرها. يبدو جميلاً ورائعاً. قوائم تشغيل، ومرئيات، وكلمات متزامنة، وتغيير درجة الصوت، وزيادة مستوى الصوت والمزيد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/trazyn/ieaseMusic) [ieaseMusic](https://github.com/trazyn/ieaseMusic) - iEaseMusic هو برنامج متعدد المنصات تم إنشاؤه في إلكترونيا للاستماع إلى NetEase Music.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/multimedia/juk) [JuK](https://juk.kde.org/) - مشغل موسيقى Jukebox لإدارة الصوت وتحرير البيانات الوصفية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/LibreTime/libretime) [Libretime](https://libretime.org/) - برنامج البث المفتوح للجدولة وإدارة المحطات عن بعد؛ متفرع من Airtime.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/World/lollypop) [Lollypop](https://wiki.gnome.org/Apps/Lollypop) - تطبيق تشغيل موسيقى GNOME.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.com/ColinDuquesnoy/MellowPlayer) [Mellow Player](https://colinduquesnoy.gitlab.io/MellowPlayer/) - تكامل الموسيقى السحابية لسطح المكتب الخاص بك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.com/zehkira/monophony) [Monophony](https://gitlab.com/zehkira/monophony) - تطبيق Linux لبث الموسيقى من YouTube.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Moosync/Moosync) [Moosync](https://moosync.app/) - مشغل موسيقى سطح مكتب قابل للتخصيص مع واجهة نظيفة لبث الموسيقى المحلية بالإضافة إلى الموسيقى من المصادر عبر الإنترنت مثل YouTube وSpotify.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mopidy/mopidy) [Mopidy](https://www.mopidy.com/) - خادم موسيقى قابل للتوسعة مكتوب بلغة بايثون.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/staniel359/muffon) [muffon](https://muffon.netlify.app/) - muffon هو متصفح بث موسيقى متعدد الأنظمة لسطح المكتب، يساعدك في العثور على الموسيقى والاستماع إليها وتنظيمها بطريقة لم تجربها على الأرجح من قبل.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/martpie/museeks) [Museeks](https://museeks.io/) - مشغل موسيقى بسيط ونظيف ومتعدد الأنظمة الأساسية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/metabrainz/picard) [MusicBrainz Picard](https://picard.musicbrainz.org/) - Picard هو برنامج وسم موسيقى متعدد الأنظمة مكتوب بلغة بايثون.
- [Netease Music](https://music.163.com/#/download) - مشغل موسيقى من Netease - خدمة موسيقى سحابية في الصين.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/nukeop/nuclear) [Nuclear](https://nuclearplayer.com/) - تطبيق مشغل موسيقى متعدد المنصات يعتمد على Electron ويقوم بالبث من مصادر متعددة.
- [Ocenaudio](https://www.ocenaudio.com/whatis) - محرر صوتي متعدد المنصات وسهل الاستخدام وسريع وعملي. إنه البرنامج المثالي للأشخاص الذين يحتاجون إلى تحرير وتحليل ملفات الصوت.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/gkarsay/parlatype) [Parlatype](https://www.parlatype.xyz/) - مشغل صوت GNOME للنسخ.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/pithos/pithos) [Pithos](https://pithos.github.io/) - عميل Pandora أصلي لنظام Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/quodlibet/quodlibet) [Quod Libet](https://quodlibet.readthedocs.io) - مشغل موسيقى GTK+ مكتوب مع وضع مكتبات ضخمة في الاعتبار. يدعم قوائم التشغيل الديناميكية القائمة على البحث، والتعبيرات العادية، والوسوم، وميزة Replay Gain، والبودكاست، والراديو عبر الإنترنت.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/GNOME/rhythmbox) [Rhythmbox](https://wiki.gnome.org/Apps/Rhythmbox) - مشغل موسيقى من GNOME.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.com/luciocarreras/sayonara-player) [Sayonara Player](https://sayonara-player.com/downloads/) - مشغل صوت صغير وواضح وسريع لنظام Linux مكتوب بلغة C++، ويدعمه إطار عمل Qt.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/multani/sonata/) [Sonata](https://www.nongnu.org/sonata/) - مشغل موسيقى مصمم ليكون واجهة أنيقة وبديهية لمجموعة الموسيقى الخاصة بك عبر Music Player Daemon (MPD).
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/Soundnode/soundnode-app) [Soundnode](https://soundnode.github.io/soundnode-website/) - تطبيق SoundCloud مفتوح المصدر لسطح المكتب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/xou816/spot) [Spot](https://github.com/xou816/spot) - عميل Spotify الأصلي لسطح مكتب GNOME.
- [Spotify](https://www.spotify.com/us/) - Spotify هي أفضل طريقة للاستماع إلى الموسيقى والبودكاست على الكمبيوتر الشخصي أو الهاتف المحمول أو الجهاز اللوحي.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/krtirtho/spotube) [Spotube](https://spotube.krtirtho.dev/) - Spotube هو عميل Spotify خفيف الوزن يعتمد على Flutter. إنه يستخدم قوة واجهة برمجة التطبيقات العامة لـ Spotify وYoutube ويخلق تجربة مستخدم خالية من المخاطر وعالية الأداء وصديقة للموارد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/strawberrymusicplayer/strawberry) [Strawberry](https://www.strawberrymusicplayer.org/) - Strawberry هو فرع من Clementine يستهدف جامعي الموسيقى وعشاق الصوت. وهو مكتوب بلغة C++ باستخدام مجموعة أدوات Qt.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Mastermindzh/tidal-hifi) [Tidal-hifi](https://github.com/Mastermindzh/tidal-hifi) - إصدار الويب من Tidal يعمل في electron مع دعم hifi بفضل widevine.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/th-ch/youtube-music) [Youtube-Music](https://th-ch.github.io/youtube-music/) - تطبيق YouTube Music لسطح المكتب مضمّن مع مكونات إضافية مخصصة (ومانع إعلانات/أداة تنزيل مدمجة)
#### راديو
- [![برنامج مفتوح المصدر][رمز oss]](https://github.com/chronitis/curseradio) [curseradio](https://github.com/chronitis/curseradio) - مشغل راديو سطر الأوامر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/multimedia/kasts) [Kasts](https://apps.kde.org/kasts/) - عميل بودكاست متقارب وغني بالميزات لأجهزة سطح المكتب والأجهزة المحمولة التي تعمل بنظام Linux.
- [![برنامج مفتوح المصدر][رمز oss]](https://github.com/ebruck/radiotray-ng) [RadioTray-NG](https://github.com/ebruck/radiotray-ng) - مشغل راديو الإنترنت لنظام التشغيل Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/World/Shortwave) [Shortwave](https://apps.gnome.org/app/de.haeckerfelix.Shortwave/) - Shortwave هو مشغل راديو عبر الإنترنت يوفر الوصول إلى قاعدة بيانات محطات تحتوي على أكثر من 25000 محطة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/needle-and-thread/vocal) [Vocal](https://vocalproject.net/) - عميل بودكاست لسطح المكتب الحديث.
#### المرافق
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/karlstav/cava) [cava](https://github.com/karlstav/cava) - Cava هو برنامج مرئي صوتي متعدد الأنظمة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/World/eartag) [علامة الأذن](https://apps.gnome.org/EarTag/) - محرر علامات ملفات صوتية صغير وبسيط.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/GNOME/easytag) [EasyTag](https://github.com/GNOME/easytag) - تحرير بيانات تعريف ملف الصوت.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/enzo1982/freac) [fre:ac](https://www.freac.org) - fre:ac هو محول صوتي مجاني وناسخ أقراص مضغوطة يدعم العديد من التنسيقات الشائعة وبرامج الترميز. يحول حاليًا بين تنسيقات MP3 وMP4/M4A وWMA وOgg Vorbis وFLAC وAAC وWAV وBonk.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/KDE/k3b) [K3b](https://userbase.kde.org/K3b) - برنامج CD/DVD Kreator لنظام Linux، المُحسّن لـ KDE.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/multimedia/kid3/) [Kid3](https://kid3.kde.org/) - تحرير علامات ملفات متعددة، مثل الفنان والألبوم والسنة والنوع لجميع ملفات mp3 في الألبوم.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/orhun/linuxwave) [linuxwave](https://orhun.dev/linuxwave/) - توليد الموسيقى من إنتروبيا لينكس
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/SeaDve/Mousai) [Mousai](https://apps.gnome.org/app/io.github.seadve.Mousai/) - Mousai هو تطبيق بسيط يمكنه التعرف على الأغاني المشابهة لشازام.
- [MusixMatch](https://snapcraft.io/musixmatch) - تطبيق كلمات الأغاني قادر على مزامنة الكلمات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/osdlyrics/osdlyrics) [كلمات الأغاني OSD](https://github.com/osdlyrics/osdlyrics) - اعرض كلمات الأغاني باستخدام مشغل الوسائط المفضل لديك.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://launchpad.net/soundconverter) [Soundconverter](https://soundconverter.org/) - محول ملفات صوتية رائد. يهدف إلى أن يكون سهل الاستخدام وسريعًا للغاية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/GNOME/sound-juicer) [SoundJuicer](https://wiki.gnome.org/Apps/SoundJuicer/Documentation#Installing) - أداة تمزيق الأقراص المضغوطة لـ GNOME.
- [![برنامج مفتوح المصدر][رمز oss]](https://github.com/Soundux/Soundux) [Soundux](https://soundux.rocks/) - لوحة صوت متعددة المنصات.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/spicetify/spicetify-cli) [Spicetify](https://spicetify.app/) - أداة سطر أوامر لتخصيص عميل Spotify الرسمي. تدعم أنظمة Windows وMacOS وLinux.
### عملاء الدردشة
#### عميل الطرف الثالث
- [![برنامج مفتوح المصدر][رمز oss]](https://github.com/sindresorhus/caprine) [Caprine](https://sindresorhus.com/caprine) - تطبيق Facebook Messenger الأنيق لسطح المكتب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/chatterino/chatterino2) [Chatterino](https://chatterino.com/) - Chatterino هو عميل دردشة لدردشة Twitch. ويهدف إلى أن يكون نسخة محسنة/ممتدة من دردشة الويب Twitch.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/chatty/chatty) [Chatty](https://chatty.github.io/) - Chatty هو عميل دردشة Twitch لأي شخص يريد تجربة شيء جديد ومختلف عن الدردشة عبر الويب، لكنه لا يريد تعقيد عميل IRC أو تفويت ميزات Twitch المحددة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/GNOME/fractal) [Fractal](https://wiki.gnome.org/Apps/Fractal) - Fractal هو تطبيق مراسلة Matrix لنظام GNOME مكتوب بلغة Rust. تم تحسين واجهته للتعاون في مجموعات كبيرة، مثل مشاريع البرمجيات الحرة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/network/neochat) [NeoChat](https://apps.kde.org/neochat/) - NeoChat هو عميل Matrix. يسمح لك بإرسال رسائل نصية ومقاطع فيديو وملفات صوتية إلى عائلتك وزملائك وأصدقائك باستخدام بروتوكول Matrix.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Nheko-Reborn/nheko) [nheko](https://nheko-reborn.github.io/) - عميل سطح مكتب لـ Matrix باستخدام Qt وC++20.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/network/tokodon) [Tokodon](https://apps.kde.org/tokodon/) - Tokodon هو عميل Mastodon لـ Plasma وPlasma Mobile.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/SpacingBat3/WebCord) [WebCord](https://github.com/SpacingBat3/WebCord) - عميل ويب قائم على Discord وFosscord تم إنشاؤه باستخدام الإلكترون.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.com/zerkc/whatsdesk) [WhatsDesk](https://zerkc.gitlab.io/whatsdesk/) - WhatsDesk هو عميل غير رسمي لـ WhatsApp.
#### عميل الكل في واحد
- [![Open-Source-Software][oss icon]](https://github.com/ferdium/ferdium-app) [Ferdium](https://ferdium.org/) - شوكة Ferdi/Franz. Ferdium هو تطبيق سطح مكتب يساعدك على تنظيم كيفية استخدام تطبيقاتك المفضلة من خلال دمجها في تطبيق واحد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/meetfranz/franz) [Franz](https://meetfranz.com/) - Franz هو تطبيق مراسلة مجاني يجمع العديد من خدمات الدردشة والمراسلة في تطبيق واحد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://developer.pidgin.im/) [Pidgin](https://pidgin.im/) - عميل دردشة عالمي.
- [Rambox](https://rambox.app/) - تطبيق مراسلة وبريد إلكتروني مجاني ومتعدد المنصات يجمع بين تطبيقات الويب الشائعة في تطبيق واحد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/sonnyp/Tangram) [Tangram](https://apps.gnome.org/app/re.sonny.Tangram/) - Tangram هو نوع جديد من المتصفحات. وهو مصمم لتنظيم وتشغيل تطبيقات الويب الخاصة بك.
#### أدوات عميل الدردشة
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/BetterDiscord/BetterDiscord) [BetterDiscord](https://betterdiscord.app/) - يعمل BetterDiscord على توسيع وظائف DiscordApp من خلال تحسينها بميزات جديدة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/trigg/Discover) [Discover](https://trigg.github.io/Discover/) - طبقة Discord أخرى لنظام Linux مكتوبة بلغة Python باستخدام GTK3.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/jagrosh/MusicBot) [JMusicBot](https://jmusicbot.com/) - روبوت موسيقى Discord سهل الإعداد وتشغيله بنفسك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Cog-Creators/Red-DiscordBot) [روبوت Red Discord](https://index.discord.red/) - يعد Red Discord Bot روبوت موسيقى/دردشة/توافه يتم استضافته ذاتيًا ويمكن تشغيله على Raspberry Pi ومجموعة متنوعة من أنظمة التشغيل. ويمكن توسيعه من خلال نظام "Cogs" الذي يسمح له بالقيام بالمزيد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Vendicated/Vencord) [Vencord](https://vencord.dev/) - أجمل تعديل لعميل Discord.
#### عميل IRC
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/hexchat) [HexChat](https://hexchat.github.io/) - HexChat هو عميل IRC يعتمد على XChat، ولكن على عكس XChat فهو مجاني تمامًا لكل من أنظمة Windows وUnix-like.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/irssi/irssi) [Irssi](https://irssi.org/) - Irssi هو عميل دردشة معياري يُعرف عادةً بواجهة المستخدم ذات الوضع النصي.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/network/konversation) [Konversation](https://konversation.kde.org/) - عميل IRC سهل الاستخدام وذو ميزات كاملة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/kvirc/KVIrc) [KVIrc](https://www.kvirc.net/) - KVIrc هو عميل IRC محمول مجاني يعتمد على مجموعة أدوات Qt GUI الممتازة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/GNOME/polari) [Polari](https://wiki.gnome.org/Apps/Polari) - عميل IRC بسيط تم تصميمه للتكامل بسلاسة مع GNOME.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/weechat/weechat) [WeeChat](https://weechat.org/) - WeeChat هو عميل دردشة سريع وخفيف وقابل للتوسعة.
#### العميل الرسمي
- [![Open-Source-Software][oss icon]](https://sourceforge.net/p/beebeep/code/HEAD/tree/) [BeeBEEP](https://www.beebeep.net/) - BeeBEEP هو برنامج مراسلة مفتوح المصدر يعمل بنظام نظير إلى نظير. يمكنك التحدث ومشاركة الملفات مع أي شخص داخل شبكتك المحلية. لست بحاجة إلى خادم، فقط قم بتنزيله وفك ضغطه وبدء تشغيله. بسيط وسريع وآمن.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/dino/dino) [Dino](https://dino.im) - عميل دردشة Jabber/XMPP نظيف وحديث.
- [Discord](https://discord.com/) - دردشة صوتية ونصية شاملة للاعبين مجانية وآمنة وتعمل على كل من سطح المكتب والهاتف.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/vector-im/element-web) [Element](https://element.io/) - عميل تعاون Matrix لامع للويب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.com/gitlab-org/gitter/services) [Gitter](https://gitter.im/) - Gitter — حيث يأتي المطورون للتحدث. تم تصميم Gitter لجعل المراسلة المجتمعية والتعاون والاستكشاف سلسة وبسيطة قدر الإمكان.
- [Guilded](https://www.guilded.gg/) - Guilded هو أفضل تطبيق للدردشة أثناء اللعب. Guilded مثالي للعب مع الأصدقاء والعشائر والنقابات والمجتمعات والرياضات الإلكترونية وLFG والفرق. وهو مجاني.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://git.jami.net/savoirfairelinux) [Jami](https://jami.net/) - دردشة. تحدث. شارك. Jami عبارة عن منصة اتصال مجانية وعالمية تحافظ على خصوصية المستخدمين وحرياتهم. كانت تُعرف سابقًا باسم Ring.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/jitsi) [Jitsi](https://jitsi.org/) - Jitsi هو تطبيق مجاني ومفتوح المصدر متعدد المنصات للصوت والفيديو والمراسلة الفورية لأنظمة Windows وLinux وMac OS X وAndroid.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mattermost/) [Mattermost](https://mattermost.com/) - Mattermost عبارة عن منصة تعاون آمنة مفتوحة ومرنة ومتكاملة بشكل عميق مع الأدوات التي تحبها.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/qTox/qTox) [qTox](https://qtox.github.io/) - برنامج مراسلة بسيط وموزع وآمن مع إمكانيات الدردشة الصوتية والمرئية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/revoltchat) [Revolt](https://revolt.chat/) - Revolt عبارة عن منصة دردشة مفتوحة المصدر تركز على المستخدم أولاً.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/RocketChat/Rocket.Chat) [Rocket.Chat](https://rocket.chat/) - Rocket.Chat عبارة عن منصة اتصالات مفتوحة المصدر قابلة للتخصيص بالكامل تم تطويرها بلغة JavaScript للمؤسسات ذات المعايير العالية لحماية البيانات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/oxen-io) [جلسة](https://getsession.org/) - الجلسة عبارة عن رسول مشفر من البداية إلى النهاية يقلل من البيانات الوصفية الحساسة، وهو مصمم ومبني للأشخاص الذين يريدون الخصوصية المطلقة والحرية من أي شكل من أشكال المراقبة.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/signalapp) [Signal](https://signal.org) - تطبيق دردشة مشفر من البداية إلى النهاية يركز على الخصوصية للجميع. قل "مرحبًا" بالخصوصية.
- [Skype](https://www.skype.com/en/) - يتيح لك Skype التواصل مع العالم مجانًا.
- [Slack](https://slack.com/downloads/linux) - المراسلة في الوقت الفعلي والأرشفة والبحث للفرق الحديثة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/telegramdesktop/tdesktop) [Telegram](https://desktop.telegram.org/) - تطبيق مراسلة يركز على السرعة والأمان، فهو سريع للغاية وبسيط ومجاني.
- [![برنامج مفتوح المصدر][رمز oss]](https://github.com/linagora/Twake) [Twake](https://twake.app/) - بديل مفتوح المصدر لـ Microsoft Teams.
- [Viber](https://www.viber.com/download/) - يتيح لك Viber for Linux إرسال رسائل مجانية وإجراء مكالمات مجانية لمستخدمي Viber الآخرين على أي جهاز وشبكة، في أي بلد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/wireapp) [Wire](https://wire.com/en/) - اتصال آمن. خصوصية كاملة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/zulip/zulip) [Zulip](https://zulip.com/) - Zulip هو تطبيق محادثة جماعية قوي ومفتوح المصدر يجمع بين فورية الدردشة في الوقت الفعلي وفوائد الإنتاجية للمحادثات المترابطة.
### النسخ الاحتياطي للبيانات واستردادها
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/bit-team/backintime/) [Back In Time](https://github.com/bit-team/backintime/) - أداة نسخ احتياطي بسيطة لنظام Linux، مستوحاة من "مشروع flyback".
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://borgbackup.readthedocs.io/en/stable/development.html) [BorgBackup](https://borgbackup.readthedocs.io/en/stable/) - برنامج نسخ احتياطي لإزالة التكرارات باستخدام الضغط والتشفير المعتمد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/bup/bup) [bup](https://bup.github.io/) - نظام نسخ احتياطي فعال للغاية يعتمد على تنسيق ملف حزمة git، مما يوفر عمليات حفظ تدريجية سريعة وإزالة التكرار العالمي (بين الملفات وداخلها، بما في ذلك صور الآلة الافتراضية).
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/World/deja-dup) [Deja Dup](https://wiki.gnome.org/Apps/DejaDup) - أداة نسخ احتياطي بسيطة مع تشفير مدمج.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/gilbertchen/duplicacy) [Duplicacy](https://duplicacy.com/) - Duplicacy هي أداة نسخ احتياطي سحابي متعددة الأنظمة من الجيل الجديد تعتمد على فكرة إزالة التكرار بدون قفل. إصدار CLI مجاني للاستخدام الشخصي وهو مفتوح المصدر، ويتطلب الاستخدام التجاري والواجهة الرسومية الترخيص.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.com/duplicity/duplicity) [Duplicity](https://duplicity.gitlab.io/) - يقوم Duplicity بعمل نسخ احتياطية للدليل من خلال إنتاج مجلدات بتنسيق tar مشفرة وتحميلها إلى خادم ملفات بعيد أو محلي.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://www.freefilesync.org/download.php) [FreeFileSync](https://www.freefilesync.org) - FreeFileSync هو برنامج لمقارنة المجلدات ومزامنتها، حيث يقوم بإنشاء نسخ احتياطية من جميع ملفاتك المهمة وإدارتها. فبدلاً من نسخ كل ملف في كل مرة، يحدد FreeFileSync الاختلافات بين مجلد المصدر والمجلد المستهدف وينقل الحد الأدنى من البيانات المطلوبة فقط.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/kopia/kopia/) [Kopia](https://kopia.io/) - أداة نسخ احتياطي متعددة الأنظمة لنظامي التشغيل Windows وmacOS وLinux مع نسخ احتياطية سريعة ومتزايدة، وتشفير شامل من جانب العميل، وضغط وإزالة البيانات المكررة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/cgsecurity/testdisk) [Photorec](https://www.cgsecurity.org/wiki/PhotoRec) - PhotoRec هو برنامج لاستعادة بيانات الملفات مصمم لاستعادة الملفات المفقودة بما في ذلك مقاطع الفيديو والمستندات والمحفوظات من الأقراص الصلبة وأقراص CD-ROM والصور المفقودة (ومن هنا جاء اسم Photo Recovery) من ذاكرة الكاميرا الرقمية.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://gitlab.gnome.org/World/pika-backup) [Pika Backup](https://apps.gnome.org/app/org.gnome.World.PikaBackup/) - تم تصميم Pika Backup لحفظ بياناتك الشخصية ولا يدعم الاسترداد الكامل للنظام. يعمل Pika Backup بواسطة برنامج BorgBackup الذي تم اختباره جيدًا.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/qt-fsarchiver/) [Qt-fsarchiver](https://sourceforge.net/projects/qt-fsarchiver/) - Qt-fsarchiver عبارة عن واجهة مستخدم رسومية لبرنامج fsarchiver لحفظ/استعادة الأقسام والمجلدات وحتى جدول MBR/GPT. البرنامج مخصص للأنظمة المستندة إلى Debian أو OpenSuse أو Fedora.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/ncw/rclone) [rclone](https://rclone.org/) - Rclone هو برنامج سطر أوامر لمزامنة الملفات والدلائل من وإلى حلول التخزين السحابي المختلفة. كما يسمح أيضًا بالنسخ الاحتياطية المشفرة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/restic/restic) [restic](https://restic.net/) - restic هو برنامج نسخ احتياطي سريع وفعال وآمن. وهو يدعم أنظمة التشغيل الثلاثة الرئيسية (Linux وmacOS وWindows) وبعض الأنظمة الأصغر (FreeBSD وOpenBSD).
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/rsnapshot/rsnapshot) [rsnapshot](https://rsnapshot.org/) - rsnapshot هي أداة سطر أوامر تعتمد على rsync لإنشاء لقطات دورية للأجهزة المحلية/البعيدة. يستخدم الكود بشكل مكثف الروابط الصلبة كلما أمكن ذلك لتقليل مساحة القرص المطلوبة بشكل كبير.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/systemrescuecd/) [قرص إنقاذ النظام](https://www.system-rescue.org/) - SystemRescueCd هو قرص إنقاذ نظام Linux متاح كقرص مضغوط قابل للتمهيد أو عصا USB لإدارة أو إصلاح نظامك وبياناتك بعد التعطل.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/cgsecurity/testdisk) [TestDisk](https://www.cgsecurity.org/wiki/TestDisk) - TestDisk هو برنامج قوي مجاني لاستعادة البيانات! تم تصميمه في الأساس للمساعدة في استعادة الأقسام المفقودة و/أو جعل الأقراص غير القابلة للتمهيد قابلة للتمهيد مرة أخرى عندما تكون هذه الأعراض ناتجة عن برنامج معيب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/linuxmint/timeshift) [Timeshift](https://github.com/linuxmint/timeshift) - أداة استعادة النظام لنظام Linux. تنشئ لقطات لنظام الملفات باستخدام rsync+hardlinks، أو لقطات BTRFS. تدعم اللقطات المجدولة ومستويات النسخ الاحتياطي المتعددة ومرشحات الاستبعاد. يمكن استعادة اللقطات أثناء تشغيل النظام أو من Live CD/USB.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/borgbase/vorta) [Vorta](https://vorta.borgbase.com/) - Vorta هو عميل نسخ احتياطي لأجهزة سطح المكتب التي تعمل بنظامي التشغيل macOS وLinux. فهو يدمج BorgBackup القوي مع بيئة سطح المكتب لديك لحماية بياناتك من فشل القرص وبرامج الفدية والسرقة.
### تخصيص سطح المكتب
#### حزم أيقونات سطح المكتب
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/EliverLara/candy-icons) [أيقونات الحلوى](https://github.com/EliverLara/candy-icons) - سمة أيقونات ملونة بتدرجات جميلة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/daniruiz/Flat-Remix) [Flat Remix](https://github.com/daniruiz/Flat-Remix) - Flat Remix هو موضوع أيقونات مستوحى من التصميم المادي. وهو مسطح في الغالب باستخدام لوحة ألوان ملونة مع بعض الظلال والإبرازات والتدرجات اللونية لإضفاء بعض العمق.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/vinceliuice/Fluent-icon-theme) [موضوع أيقونة Fluent](https://github.com/vinceliuice/Fluent-icon-theme) - موضوع أيقونة Fluent لأجهزة سطح المكتب التي تعمل بنظام Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/keeferrourke/la-capitaine-icon-theme) [موضوع أيقونة La Capitaine](https://github.com/keeferrourke/la-capitaine-icon-theme) - موضوع أيقونة مستوحى من تصميم macOS وMaterial مصمم ليناسب معظم بيئات سطح المكتب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/snwh/moka-icon-theme) [موضوع أيقونة Moka](https://snwh.org/moka) - تم إنشاء Moka مع مراعاة البساطة. باستخدام الهندسة البسيطة والألوان الزاهية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/numixproject/numix-icon-theme) [موضوع أيقونة Numix](https://numixproject.github.io/) - موضوع أيقونة مسطحة يأتي في نوعين، Numix Main، ودائرة Numix.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme) [موضوع أيقونة Papirus](https://github.com/PapirusDevelopmentTeam/papirus-icon-theme) - موضوع أيقونة SVG لأنظمة Linux، يعتمد على Paper مع بعض الإضافات مثل (دعم hardcode-tray، ودعم kde-color-scheme، وموضوع أيقونة libreoffice، وموضوع filezilla، وموضوعات smplayer، ...) وتعديلات أخرى. الموضوع متاح لـ GTK وKDE.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/vinceliuice/Qogir-icon-theme) [موضوع أيقونة Qogir](https://github.com/vinceliuice/Qogir-icon-theme) - موضوع تصميم أيقونة مسطحة ملونة لسطح مكتب لينكس.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/yeyushengfan258/Reversal-icon-theme) [موضوع أيقونة العكس](https://github.com/yeyushengfan258/Reversal-icon-theme) - موضوع أيقونة تصميم ملون لأجهزة سطح المكتب لينكس.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/vinceliuice/Tela-icon-theme) [موضوع أيقونة Tela](https://github.com/vinceliuice/Tela-icon-theme) - موضوع تصميم أيقونة مسطحة ملونة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/vinceliuice/WhiteSur-icon-theme) [موضوع أيقونة WhiteSur](https://github.com/vinceliuice/WhiteSur-icon-theme) - موضوع أيقونة على طراز MacOS Big Sur لأجهزة سطح المكتب التي تعمل بنظام Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/zayronxio/Zafiro-icons) [أيقونات Zafiro](https://github.com/zayronxio/Zafiro-icons) - أيقونات بسيطة تم إنشاؤها باستخدام تقنية التصميم المسطح، باستخدام الألوان الباهتة ويصاحبها دائمًا اللون الأبيض.
#### سمات سطح المكتب
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/EliverLara/Ant) [موضوع Ant](https://github.com/EliverLara/Ant) - Ant هو موضوع GTK مسطح لنظام التشغيل Ubuntu وأجهزة سطح مكتب Linux الأخرى المستندة إلى GNOME ويأتي بثلاثة أنواع: vanilla أو Bloody أو Dracula.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/jnsh/arc-theme) [موضوع Arc](https://github.com/jnsh/arc-theme) - موضوع مسطح مع عناصر شفافة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/catppuccin) [Catppuccin](https://github.com/catppuccin) - Catppuccin هو موضوع باستيل مدفوع من المجتمع يهدف إلى أن يكون نقطة الوسط بين الموضوعات ذات التباين المنخفض والعالي.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/dracula/gtk) [دراكولا](https://draculatheme.com/gtk) - مظهر داكن يستخدم لوحة ألوان دراكولا الرائعة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/daniruiz/Flat-Remix-GTK) [Flat Remix](https://github.com/daniruiz/Flat-Remix-GTK) - Flat Remix هو سمة تطبيق GTK مستوحاة من التصميم المادي.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/vinceliuice/Graphite-gtk-theme) [Graphite](https://github.com/vinceliuice/Graphite-gtk-theme) - قالب Graphite GTK.
- [![برامج مفتوحة المصدر][رمز oss]](https://github.com/Fausto-Korpsvart/Gruvbox-GTK-Theme) [Gruvbox](https://github.com/Fausto-Korpsvart/Gruvbox -GTK-Theme) - سمة GTK تعتمد على لوحة ألوان Gruvbox.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/EliverLara/Kimi) [Kimi](https://github.com/EliverLara/Kimi) - Kimi هو موضوع خفيف لـ Gtk3.20+.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/vinceliuice/Layan-gtk-theme) [Layan](https://github.com/vinceliuice/Layan-gtk-theme) - Layan هو موضوع تصميم مادي مسطح لـ GTK 3 و GTK 2 و Gnome-Shell والذي يدعم بيئات سطح المكتب المستندة إلى GTK 3 و GTK 2 مثل Gnome و Budgie وما إلى ذلك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/material-ocean/material-ocean) [موضوع المحيط المادي](https://github.com/material-ocean/material-ocean) - موضوع تصميم مادي بألوان محيطية (GTK، QT).
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/vinceliuice/Mojave-gtk-theme) [موضوع Mojave GTK](https://github.com/vinceliuice/Mojave-gtk-theme) - Mojave هو موضوع يشبه Mac OSX لـ GTK 3 و GTK 2 و GNOME-Shell والذي يدعم بيئات سطح المكتب المستندة إلى GTK 3 و GTK 2 مثل GNOME و Pantheon و XFCE و Mate وما إلى ذلك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/EliverLara/Nordic) [Nordic](https://github.com/EliverLara/Nordic) - تم إنشاء سمة Dark Gtk3.20+ باستخدام لوحة ألوان Nord الرائعة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/vinceliuice/Orchis-theme) [موضوع Orchis](https://github.com/vinceliuice/Orchis-theme) - Orchis هو موضوع تصميم مادي لبيئات سطح المكتب المستندة إلى GNOME/GTK.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/vinceliuice/Qogir-theme) [Qogir](https://github.com/vinceliuice/Qogir-theme) - Qogir هو موضوع تصميم مسطح لـ GTK.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/EliverLara/Sweet) [Sweet](https://github.com/EliverLara/Sweet) - سمة Gtk3.20+ ملونة فاتحة وداكنة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/vinceliuice/WhiteSur-gtk-theme) [موضوع WhiteSur GTK](https://github.com/vinceliuice/WhiteSur-gtk-theme) - موضوع مشابه لنظام MacOS Big Sur لسطح مكتب GNOME.
#### أدوات سطح المكتب وأدوات السمات
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/brndnmtthws/conky) [Conky](https://conky.cc/) - Conky هو برنامج مراقبة نظام مجاني وخفيف الوزن لنظام X، يعرض أي نوع من المعلومات على سطح المكتب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mjakeman/extension-manager) [مدير الإضافات](https://github.com/mjakeman/extension-manager) - أداة مساعدة لاستعراض وتثبيت إضافات GNOME Shell.
- [ملحقات GNOME](https://extensions.gnome.org/) - ملحقات لبيئة سطح مكتب GNOME.
- [GNOME Look](https://www.gnome-look.org/) - موقع ويب يستضيف كميات كبيرة من الأيقونات التي أنشأها المجتمع، وموضوعات shell، والخطوط، والعديد من الأصول الأخرى التي يمكن استخدامها لتخصيص بيئة سطح مكتب GNOME الخاصة بك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/GradienceTeam/Gradience) [Gradience](https://gradienceteam.github.io/) - Gradience هي أداة لتخصيص تطبيقات Libadwaita وموضوع adw-gtk3.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/bilelmoussaoui/Hardcode-Tray) [Hardcode Tray](https://github.com/bilelmoussaoui/Hardcode-Tray) - يعمل هذا البرنامج النصي على إصلاح أيقونات الدرج المبرمجة في Linux عن طريق الكشف تلقائيًا عن السمة الافتراضية لديك وحجم الأيقونات الصحيح والتطبيقات المبرمجة والأيقونات الصحيحة لكل مؤشر وإصلاحها.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/LemonBoy/bar) [Lemonbar](https://github.com/LemonBoy/bar) - شريط حالة سريع للغاية وخفيف الوزن وجميل لنظام Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/realmazharhussain/gdm-settings) [إعدادات مدير تسجيل الدخول](https://realmazharhussain.github.io/gdm-settings/) - تطبيق إعدادات لمدير تسجيل الدخول في GNOME، GDM.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/themix-project/themix-gui) [مصمم واجهة المستخدم الرسومية لـ Themix](https://github.com/themix-project/themix-gui) - تطبيق رسومي لتوليد اختلافات لونية مختلفة لموضوعات Oomox (المبنية على Numix) وMateria (Flat-Plat سابقًا) (GTK2 وGTK3 وCinnamon وGNOME وOpenbox وXfwm) وArchdroid وGnome-Color وNumix وPapirus وSuru++).
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://www.opencode.net/dfn2/pling-store-development) [متجر Pling](https://www.pling.com/) - تطبيق سطح المكتب لـ openDesktop.org، وهو أحد أكبر المجتمعات حيث يتشارك المطورون والفنانون التطبيقات والموضوعات والمحتوى الآخر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/jaagr/polybar) [Polybar](https://polybar.github.io/) - شريط حالة سريع وسهل الاستخدام.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/deviantfero/wpgtk) [Wpgtk](https://deviantfero.github.io/wpgtk) - برنامج تصميم موضوعات عالمي لجميع الموضوعات المحددة في ملفات نصية، متوافق مع جميع المحطات، مع موضوعات افتراضية لـ GTK2 وGTK+ وopenbox وTint2 التي تستخدم pywal كنواة لتوليد مخطط الألوان.
### تطوير
#### أندرويد
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/anbox/anbox) [Anbox](https://anbox.io) - قم بتشغيل تطبيقات Android على أي نظام تشغيل GNU/Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://android.googlesource.com/platform/tools/base/+/studio-master-dev/source.md) [Android Studio](https://developer.android.com/studio/) - بيئة التطوير المتكاملة الرسمية لنظام Android: يوفر Android Studio أسرع الأدوات لبناء التطبيقات على كل نوع من أجهزة Android.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/waydroid/waydroid) [Waydroid](https://waydro.id/) - يستخدم Waydroid نهجًا يعتمد على الحاويات لتشغيل نظام Android كاملًا على نظام GNU/Linux عادي مثل Ubuntu.
#### C\+\+
- ![غير مجاني][أيقونة المال] [CLion](https://www.jetbrains.com/clion/) - بيئة تطوير متكاملة قوية ومتعددة الأنظمة للغة C/C++.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/p/codeblocks/code/HEAD/tree/) [Code::Blocks](https://www.codeblocks.org/) - Code::Blocks عبارة عن بيئة تطوير متكاملة مجانية للغة C/C++ وFortran تم تصميمها لتلبية الاحتياجات الأكثر إلحاحًا لمستخدميها. وهي مصممة لتكون قابلة للتوسع والتكوين بالكامل.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://wiki.codelite.org/pmwiki.php/Main/Repositories) [CodeLite](https://codelite.org/) - بيئة تطوير متكاملة مجانية ومفتوحة المصدر ومتعددة المنصات تعمل بلغات C/C++ وPHP وNode.js.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/qt-creator/qt-creator) [QT Creator](https://www.qt.io/product/development-tools) - بيئة تطوير متكاملة متعددة الأنظمة الأساسية مزودة بجميع الأدوات اللازمة لإنشاء الأجهزة المتصلة وواجهات المستخدم والتطبيقات بسهولة.
#### قاعدة البيانات
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/apache/cassandra) [Cassandra](https://cassandra.apache.org/) - قاعدة بيانات Apache Cassandra هي الخيار الصحيح عندما تحتاج إلى قابلية التوسع والتوافر العالي دون المساس بالأداء. إن قابلية التوسع الخطي والتسامح مع الأخطاء المثبتة على الأجهزة التجارية أو البنية الأساسية السحابية تجعلها المنصة المثالية للبيانات المهمة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/apache/couchdb) [CouchDB](https://couchdb.apache.org/) - مزامنة متعددة الأساتذة سلسة، قابلة للتطوير من البيانات الضخمة إلى الأجهزة المحمولة، مع واجهة برمجة تطبيقات HTTP/JSON سهلة الاستخدام ومصممة لتحقيق الموثوقية.
- [DataGrip](https://www.jetbrains.com/datagrip/) - DataGrip عبارة عن بيئة تطوير متكاملة متعددة الأنظمة تستهدف مسؤولي قواعد البيانات والمطورين الذين يعملون مع قواعد بيانات SQL. وهي تحتوي على برامج تشغيل مدمجة تدعم DB2 وDerby وH2 وHSQLDB وMySQL وOracle وPostgreSQL وSQL Server وSqlite وSybase.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/dbeaver/dbeaver) [DBeaver](https://dbeaver.io/) - عميل قاعدة بيانات عالمي يدعم منصات وقواعد بيانات متعددة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/office/kexi) [Kexi](https://calligra.org/kexi/) - Kexi هو منشئ تطبيقات قواعد البيانات المرئية مفتوحة المصدر، وهو منافس طال انتظاره لبرامج مثل MS Access أو Filemaker.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://mariadb.org/get-involved/getting-started-for-developers/) [MariaDB](https://mariadb.org/) - أحد أكثر خوادم قواعد البيانات شهرة. تم إنشاؤه بواسطة المطورين الأصليين لـ MySQL.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mongodb/mongo) [MongoDB](https://www.mongodb.com/) - MongoDB هو برنامج قاعدة بيانات متعدد الأنظمة الأساسية ومجاني ومفتوح المصدر وموجه للمستندات، ويستخدم مستندات تشبه JSON مع المخططات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/dbcli/mycli) [MyCLI](https://www.mycli.net/) - MyCLI هي واجهة سطر أوامر لـ MySQL وMariaDB وPercona مع الإكمال التلقائي وتسليط الضوء على بناء الجملة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mysql/mysql-server) [MySQL](https://dev.mysql.com/doc/refman/5.7/en/linux-installation.html) - MySQL هي قاعدة البيانات مفتوحة المصدر الرائدة في العالم بفضل أدائها الموثوق به وسهولة استخدامها. تستخدمها مواقع الويب البارزة بما في ذلك Facebook وTwitter وYouTube وYahoo! وغيرها الكثير.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mysql/mysql-workbench) [MySQL Workbench](https://www.mysql.com/products/workbench/) - MySQL Workbench هي أداة بصرية موحدة لمهندسي قواعد البيانات والمطورين ومسؤولي قواعد البيانات. توفر MySQL Workbench نمذجة البيانات وتطوير SQL وأدوات إدارة شاملة لتكوين الخادم وإدارة المستخدم والنسخ الاحتياطي والمزيد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/oceanbase/oceanbase) [OceanBase](https://github.com/oceanbase/oceanbase) - قاعدة بيانات علائقية موزعة. استنادًا إلى بروتوكول Paxos وبنيته الموزعة، توفر توفرًا عاليًا وقابلية للتوسع الخطي.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/OmniDB/OmniDB) [OmniDB](https://github.com/OmniDB/OmniDB) - أداة تعتمد على المتصفح لإنشاء قواعد البيانات وإدارتها وعرضها بصريًا.
- ![غير مجاني][أيقونة المال] [OracleDB](https://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html) - نظام إدارة قاعدة بيانات علاقاتية كائنية تم إنتاجه وتسويقه بواسطة شركة Oracle Corporation، أحد محركات قواعد البيانات العلائقية الأكثر ثقة واستخدامًا على نطاق واسع.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/percona/percona-server-mongodb) [Percona MongoDB](https://www.percona.com/software/mongo-database/percona-server-for-mongodb) - يوفر Percona Server for MongoDB جميع الميزات والفوائد الموجودة في MongoDB Community Server.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/percona/pmm-server) [مراقبة Percona](https://www.percona.com/software/database-tools/percona-monitoring-and-management) - تعد مراقبة وإدارة Percona (PMM) منصة مجانية ومفتوحة المصدر لإدارة ومراقبة أداء MySQL وMariaDB وMongoDB. يمكنك تشغيل PMM في بيئتك الخاصة لتحقيق أقصى قدر من الأمان والموثوقية. كما توفر تحليلاً شاملاً قائمًا على الوقت لخوادم MySQL وMariaDB وMongoDB لضمان عمل بياناتك بأكبر قدر ممكن من الكفاءة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/percona/percona-server) [Percona MySQL](https://www.percona.com/software/mysql-database/percona-server) - Percona Server for MySQL هو بديل مجاني ومتوافق تمامًا ومُحسَّن ومفتوح المصدر لـ MySQL يوفر أداءً فائقًا وقابلية للتطوير وأدوات قياس.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/percona/percona-xtradb-cluster) [مجموعة Percona XtraDB](https://www.percona.com/software/mysql-database/percona-xtradb-cluster) - مجموعة Percona XtraDB هي حل مفتوح المصدر نشط/نشط وعالي التوفر وقابل للتوسع لمجموعات MySQL. وهي تدمج Percona Server وPercona XtraBackup مع مكتبة Codership Galera لحلول MySQL عالية التوفر في حزمة واحدة تمكنك من إنشاء مجموعة MySQL عالية التوفر بتكلفة فعالة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/dbcli/pgcli) [pgcli](https://www.pgcli.com/) - Pgcli هي واجهة سطر أوامر لـ Postgres مع الإكمال التلقائي وتسليط الضوء على بناء الجملة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/postgres/postgres) [PostgreSQL](https://www.postgresql.org/download/) - PostgreSQL هو نظام قاعدة بيانات كائنية علائقية مفتوح المصدر قوي تم تطويره منذ أكثر من 15 عامًا. لا تخضع PostgreSQL لسيطرة أي شركة أو كيان خاص آخر، كما أن الكود المصدري متاح مجانًا.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://www.sqlite.org/src/doc/trunk/README.md) [Sqlite](https://sqlite.org/download.html) - SQLite هي مكتبة قيد التنفيذ تنفذ محرك قاعدة بيانات SQL معاملاتي، مستقل، بدون خادم، بدون تكوين.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/sqlitebrowser/sqlitebrowser) [متصفح Sqlite](https://sqlitebrowser.org/) - إنشاء ملفات قاعدة بيانات sqlite وإدارتها وعرضها بصريًا.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/WebDB-App/app) [WebDB](https://webdb.app/) - بيئة تطوير متكاملة فعالة لقواعد البيانات مفتوحة المصدر. اتصال سهل بالخادم، وERD حديث، ومولد بيانات ذكي، ومساعد IA، ومدير هيكل NoSQL، وآلة الزمن ومحرر استعلامات قوي.
#### محركات الألعاب
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/bevyengine/bevy) [محرك Bevy](https://bevyengine.org/) - محرك ألعاب بسيط ومنعش يعتمد على البيانات ومبني بلغة Rust.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/defold/defold) [Defold](https://defold.com/) - Defold هو محرك ألعاب مجاني تمامًا للاستخدام لتطوير ألعاب سطح المكتب والجوال والويب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/AchetaGames/Epic-Asset-Manager) [Epic Asset Manager](https://github.com/AchetaGames/Epic-Asset-Manager) - عميل غير رسمي لتثبيت Unreal Engine وتنزيل وإدارة الأصول والمشاريع والمكونات الإضافية والألعاب المشتراة من متجر Epic Games.
- [![برنامج مفتوح المصدر][رمز oss]](https://github.com/FlaxEngine/FlaxEngine) [Flax Engine](https://flaxengine.com/) - Flax Engine - لعبة ثلاثية الأبعاد متعددة المنصات محرك.
- [GameMaker](https://gamemaker.io/en/gamemaker) - بيئة تطوير الألعاب ثنائية الأبعاد المثالية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/4ian/GDevelop) [GDevelop](https://gdevelop.io/) - محرك ألعاب مفتوح المصدر ومتعدد الأنظمة مصمم للاستخدام من قبل الجميع.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/godotengine) [محرك Godot](https://godotengine.org/) - يوفر Godot مجموعة ضخمة من الأدوات الشائعة، حتى تتمكن من التركيز فقط على إنشاء لعبتك دون إعادة اختراع العجلة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/haxeflixel/flixel) [Haxeflixel](https://haxeflixel.com/) - محرك ألعاب ثنائي الأبعاد مكتوب بلغة [Haxe](https://github.com/HaxeFoundation/haxe).
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/HeapsIO/heaps) [Heaps](https://heaps.io/) - Heaps هو محرك رسوميات متعدد المنصات مصمم للألعاب عالية الأداء. وهو مصمم للاستفادة من وحدات معالجة الرسوميات الحديثة المتوفرة عادةً على أجهزة سطح المكتب والأجهزة المحمولة ووحدات التحكم.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/o3de/o3de/) [محرك ثلاثي الأبعاد مفتوح المصدر](https://www.o3de.org/) - محرك ثلاثي الأبعاد مفتوح المصدر (O3DE) هو محرك ثلاثي الأبعاد معياري مفتوح المصدر ومتعدد الأنظمة الأساسية تم تصميمه لتشغيل أي شيء بدءًا من ألعاب AAA إلى العوالم ثلاثية الأبعاد بجودة السينما إلى عمليات المحاكاة عالية الدقة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/stride3d/stride) [Stride](https://www.stride3d.net/) - Stride هو محرك ألعاب C# مفتوح المصدر للرسم الواقعي والواقع الافتراضي.
- [Unity](https://unity.com/) - المنصة الرائدة عالميًا لإنشاء المحتوى في الوقت الفعلي.
- [Unreal Engine](https://www.unrealengine.com/en-US) - أداة إنشاء ثلاثية الأبعاد في الوقت الفعلي الأكثر انفتاحًا وتقدمًا في العالم.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/turanszkij/WickedEngine) [Wicked Engine](https://wickedengine.net/) - محرك ثلاثي الأبعاد برسومات حديثة.
#### جيت
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://git.zx2c4.com/cgit/refs/tags) [cgit](https://git.zx2c4.com/cgit/about/) - واجهة ويب فائقة السرعة لمستودعات git مكتوبة بلغة C.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://codeberg.org/forgejo/forgejo) [Forgejo](https://forgejo.org/) - Forgejo هو برنامج خفيف الوزن يتم استضافته ذاتيًا. وهو شوكة "ناعمة" من Gitea مع التركيز على التوسع والاتحاد والخصوصية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/GNOME/giggle/) [Giggle](https://wiki.gnome.org/action/show/Apps/giggle) - Giggle هي واجهة رسومية لمتعقب محتوى git.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Gisto/Gisto) [Gisto](https://www.gistoapp.com/) - Gisto هو مدير مقتطفات التعليمات البرمجية الذي يعمل على GitHub Gists ويضيف ميزات إضافية مثل البحث ووضع العلامات ومشاركة المقتطفات مع تضمين محرر تعليمات برمجية غنية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/git/git) [Git](https://git-scm.com/) - Git هو نظام تحكم في الإصدارات مفتوح المصدر ومجاني مصمم للتعامل مع كل شيء من المشاريع الصغيرة إلى المشاريع الكبيرة جدًا بسرعة وكفاءة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/git-cola/git-cola) [GitCola](https://git-cola.github.io/) - Git Cola هو عميل Git رسومي أنيق وقوي. مكتوب بلغة Python ومرخص بموجب GPL.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/go-gitea/) [Gitea](https://about.gitea.com/) - Gitea هو حل استضافة أكواد خفيف الوزن يتم إدارته من قبل المجتمع ومكتوب بلغة Go. وهو منشور بموجب ترخيص MIT.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/GNOME/gitg) [Gitg](https://wiki.gnome.org/Apps/Gitg) - Gitg هو عميل واجهة المستخدم الرسومية GNOME لعرض مستودعات git.
- ![غير مجاني][أيقونة برنامج مجاني]![غير مجاني][أيقونة المال] [GitKraken](https://www.gitkraken.com/) - عميل Git GUI الفاخر للغاية لأنظمة Windows وMac وLinux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/gitlabhq/gitlabhq) [GitLab](https://github.com/gitlabhq/gitlabhq) - GitLab هو مدير مستودع Git قائم على الويب مع ميزات wiki وتتبع المشكلات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/sitaramc/gitolite) [Gitolite](https://gitolite.com/gitolite/index.html) - يسمح لك Gitolite بإعداد استضافة git على خادم مركزي، مع التحكم في الوصول الدقيق والعديد من الميزات القوية الأخرى.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Murmele/Gittyup) [Gittyup](https://murmele.github.io/Gittyup/) - Gittyup هو عميل Git رسومي مصمم لمساعدتك على فهم وإدارة سجل الكود المصدر الخاص بك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/gogs/gogs) [Gogs](https://gogs.io/) - خدمة Git ذاتية الاستضافة سهلة الاستخدام.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/jesseduffield/lazygit) [lazygit](https://github.com/jesseduffield/lazygit) - واجهة مستخدم طرفية بسيطة لأوامر git، مكتوبة بلغة Go مع مكتبة gocui.
- ![غير مجاني][أيقونة المال] [SmartGit](https://www.syntevo.com/smartgit/) - SmartGit هو عميل Git يدعم طلبات السحب والتعليقات على GitHub وSVN.
#### جولانج
- ![غير مجاني][أيقونة المال] [GoLand](https://www.jetbrains.com/go/) - بيئة تطوير متكاملة تجارية من JetBrains تهدف إلى توفير بيئة مريحة لتطوير Go.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/visualfc/liteide) [LiteIDE X](https://github.com/visualfc/liteide) - LiteIDE عبارة عن بيئة تطوير متكاملة Go بسيطة ومفتوحة المصدر ومتعددة الأنظمة الأساسية.
####جافا
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://www.bluej.org/versions.html) [BlueJ](https://bluej.org/) - بيئة تطوير Java مجانية مصممة للمبتدئين، يستخدمها ملايين الأشخاص حول العالم.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://git.eclipse.org/c/) [Eclipse](https://eclipse.org/ide/) - تشتهر Eclipse ببيئة التطوير المتكاملة Java (IDE)، ولكن يمكنها أيضًا تنزيل الحزم لدعم C/C++ IDE وPHP IDE.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/JetBrains/intellij-community) [مجتمع IntelliJ IDEA](https://www.jetbrains.com/idea/) - بيئة تطوير متكاملة مفتوحة المصدر من Jetbrains لتطوير JVM وAndroid.
- ![غير مجاني][أيقونة المال] [IntelliJ IDEA Ultimate](https://www.jetbrains.com/idea/) - IDE تجاري من Jetbrains لتطوير JAVA للويب والمؤسسات.
####جافا سكريبت
- ![غير مجاني][أيقونة المال] [Webstorm](https://www.jetbrains.com/webstorm/) - بيئة تطوير متكاملة قوية لتطوير JavaScript الحديثة، من صنع JetBrains.
#### أجهزة الكمبيوتر الدقيقة والأجهزة المضمنة
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/arduino/arduino-ide) [Arduino IDE](https://www.arduino.cc/en/Main/Software) - يجعل برنامج Arduino مفتوح المصدر (IDE) من السهل كتابة التعليمات البرمجية وتحميلها على اللوحة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/fritzing/fritzing-app) [Fritzing](https://fritzing.org/) - Fritzing هي مبادرة أجهزة مفتوحة المصدر تجعل الإلكترونيات متاحة كمادة إبداعية لأي شخص.
- [![برامج مفتوحة المصدر][رمز OSS]](https://github.com/Sloeber/arduino-Eclipse-plugin) [Sloeber IDE](https://Eclipse.baeyens.it/) - Sloeber IDE . اردوينو IDE للكسوف.
#### دعم اللغات المتعددة
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/aptana/studio3) [Aptana](https://www.axway.com/en/aptana) - يستفيد Aptana Studio من مرونة Eclipse ويركزها في محرك تطوير ويب قوي.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/kdevelop/kdevelop) [KDevelop](https://www.kdevelop.org/) - هو عبارة عن بيئة تطوير متكاملة مجانية مفتوحة المصدر، مليئة بالميزات، وقابلة للتوسعة من خلال المكونات الإضافية للغة البرمجة C/C++ ولغات البرمجة الأخرى.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://www.monodevelop.com/developers/) [MonoDevelop](https://www.monodevelop.com/) - بيئة تطوير متكاملة متعددة المنصات لـ C# وF# والمزيد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://netbeans.apache.org/participate/index.html) [Netbeans](https://netbeans.apache.org/download/index.html) - يتيح لك NetBeans IDE تطوير تطبيقات سطح المكتب والأجهزة المحمولة والويب Java بسرعة وسهولة، بالإضافة إلى تطبيقات HTML5 باستخدام HTML وJavaScript وCSS.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://pantsbuild.org/) [Pants Build](https://www.pantsbuild.org/) - نظام بناء قوي لـ Python وJVM وGo والمزيد، يعتمد على التحليل الثابت بدلاً من النموذج الجاهز لجعل التبني والاستخدام سهلاً.
#### بي اتش بي
- ![غير مجاني][أيقونة المال] [PHPStorm](https://www.jetbrains.com/phpstorm/) - بيئة تطوير متكاملة PHP ذكية وقوية من Jetbrains.
#### بايثون
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/JetBrains/intellij-community/tree/master/python) [مجتمع PyCharm](https://www.jetbrains.com/pycharm/) - بيئة تطوير متكاملة مفتوحة المصدر من Jetbrains لتطوير Python الخالص.
- ![غير مجاني][أيقونة المال] [PyCharm Professional](https://www.jetbrains.com/pycharm/) - بيئة تطوير متكاملة تجارية من Jetbrains لتطوير Python العلمي وتطوير الويب.
#### روبي
- ![غير مجاني][أيقونة المال] [RubyMine](https://www.jetbrains.com/ruby/) - بيئة تطوير متكاملة احترافية لـ Ruby و Rails.
#### صدَفَة
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/fish-shell/fish-shell) [Fish](https://fishshell.com/) - غلاف سطر أوامر ذكي وسهل الاستخدام.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/jorgebucaran/fisher) [Fisher](https://github.com/jorgebucaran/fisher) - مدير المكونات الإضافية لـ fish shell.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/ipython/ipython) [Ipython](https://ipython.org/) - غلاف Python قوي.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/nushell/nushell) [nushell](https://www.nushell.sh/) - نوع جديد من الأغلفة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/oh-my-fish/oh-my-fish) [Oh-my-fish](https://github.com/oh-my-fish/oh-my-fish) - يوفر حزمًا وموضوعات مختلفة لتوسيع وظائف قوقعة السمكة الخاصة بك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/robbyrussell/oh-my-zsh) [Oh-my-zsh](https://ohmyz.sh/) - إطار عمل ممتع مدفوع من المجتمع لإدارة تكوين zsh الخاص بك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/oilshell/oil) [oilshell](https://github.com/oilshell/oil) - Oil هو غلاف يونكس جديد لمستخدمي بايثون وجافا سكريبت الذين يتجنبون الغلاف!.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/koalaman/shellcheck) [Shellcheck](https://www.shellcheck.net/) - ShellCheck، أداة تحليل ثابتة لنصوص shell.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/zimfw/zimfw) [Zim](https://zimfw.sh/) - إطار عمل Zsh معياري وقابل للتخصيص وسريع للغاية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/p/zsh/code/ci/master/tree/) [Zsh](https://www.zsh.org/) - غلاف سطر أوامر قوي.
#### أدوات الدعم
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/kspalaiologos/bzip3) [bzip3](https://github.com/kspalaiologos/bzip3) - ضاغط إحصائي متعدد الاستخدامات مع نسبة ضغط أفضل من أدوات Linux القياسية (gzip، bzip2، إلخ...).
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/GeopJr/Collision) [Collision](https://collision.geopjr.dev/) - يأتي Collision مع واجهة مستخدم بسيطة ونظيفة، مما يسمح لأي شخص، من أي عمر أو مجموعة خبرة، بإنشاء ومقارنة والتحقق من تجزئات MD5 وSHA-256 وSHA-512 وSHA-1.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/cscope/) [Cscope](https://cscope.sourceforge.net/) - Cscope هي أداة للمطورين لتصفح الكود المصدر. على الرغم من كونها تطبيقًا لسطر الأوامر، إلا أنها مدمجة بشكل أصلي مع محرر Vim. وهي تسمح بالبحث في الكود عن الرموز والتعريفات والوظائف (المستدعاة/المستدعاة) والتعبيرات العادية والملفات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Huluti/Curtail) [Curtail](https://apps.gnome.org/app/com.github.huluti.Curtail/) - Curtail هو ضاغط صور مفيد، ويدعم أنواع الملفات PNG وJPEG وWEBP.
- [![برمجيات مفتوحة المصدر][رمز oss]](https://github.com/qarmin/czkawka) [Czkawka](https://github.com/qarmin/czkawka) - تطبيق متعدد الوظائف للعثور على التكرارات والمجلدات الفارغة والصور المشابهة وما إلى ذلك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/cytopia/devilbox) [Devilbox](https://github.com/cytopia/devilbox) - Devilbox عبارة عن حزمة PHP حديثة وقابلة للتخصيص بدرجة عالية وتدعم LAMP وMEAN بالكامل وتعمل على جميع المنصات الرئيسية. الهدف الرئيسي هو التبديل بسهولة ودمج أي إصدار مطلوب للتطوير المحلي.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/dialect-app/dialect/) [Dialect](https://apps.gnome.org/app/app.drey.Dialect/) - تطبيق ترجمة لـ GNOME.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/diffuse/files/?source=navbar) [Diffuse](https://diffuse.sourceforge.net/) - Diffuse هي أداة رسومية لمقارنة ودمج ملفات النصوص. يمكنها استرداد الملفات للمقارنة من مستودعات Bazaar وCVS وDarcs وGit وMercurial وMonotone وRCS وSubversion وSVK.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/docker/desktop-linux) [Docker](https://docs.docker.com/desktop/linux/install/) - Docker عبارة عن مجموعة من منتجات النظام الأساسي كخدمة تستخدم المحاكاة الافتراضية على مستوى نظام التشغيل لتسليم البرامج في حزم تسمى الحاويات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/flox/flox) [Flox](https://flox.dev) - Flox هي بيئة افتراضية ومدير حزم الكل في واحد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://www.fossil-scm.org/index.html/dir?ci=tip) [Fossil](https://www.fossil-scm.org) - نظام إدارة تكوين برمجيات موزع ومستقل مع تتبع الأخطاء المتكامل، وويكي، وملاحظات تقنية، وواجهة ويب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/gaphor/gaphor) [Gaphor](https://gaphor.org) - أداة نمذجة برمجيات وأنظمة بسيطة وسريعة.
- ![غير مجاني][أيقونة المال] [Genymotion](https://www.genymotion.com/desktop/) - Genymotion هو محاكي سريع تابع لجهة خارجية يمكن استخدامه بدلاً من محاكي Android الافتراضي.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/Archive/glade) [Glade](https://gitlab.gnome.org/Archive/glade) - منشئ واجهة المستخدم GTK+.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://phabricator.kde.org/source/heaptrack/repository/master/) [Heaptrack](https://phabricator.kde.org/source/heaptrack/repository/master/) - أداة تحليل ذاكرة الكومة لنظام Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/WindSoilder/hors) [hors](https://github.com/WindSoilder/hors) - إجابات ترميز فورية عبر سطر الأوامر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Kong/insomnia) [Insomnia](https://insomnia.rest/) - عميل API REST بسيط وجميل ومجاني.
- [Intel® VTune™ Profiler](https://www.intel.com/content/www/us/en/developer/tools/oneapi/vtune-profiler.html) - أداة واجهة المستخدم الرسومية وسطر الأوامر من Intel للعثور على مشكلات الأداء وإصلاحها في البرامج المكتوبة بلغات C/C++ وC# وJava والمزيد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://docs.jupyter.org/en/latest/install.html) [Jupyter Notebook](https://jupyter.org/) - برنامج مفتوح المصدر يوفر بيانات تفاعلية ومعلومات حوسبة علمية عبر أكثر من 40 لغة برمجة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/jesseduffield/lazydocker) [lazydocker](https://github.com/jesseduffield/lazydocker) - واجهة مستخدم طرفية بسيطة لكل من docker وdocker-compose، مكتوبة بلغة Go مع مكتبة gocui.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/GNOME/meld/tree/main) [Meld](https://meldmerge.org/) - Meld هي أداة مقارنة ودمج مرئية تساعدك على مقارنة الملفات والدلائل والمشاريع التي يتم التحكم في إصداراتها.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.com/rmnvgr/metadata-cleaner/) [منظف البيانات الوصفية](https://metadatacleaner.romainvigier.fr/) - تتيح لك هذه الأداة عرض البيانات الوصفية في ملفاتك والتخلص منها قدر الإمكان.
- [Mockitt](https://mockitt.com/home.html) - Mockitt هي أداة إنشاء نماذج أولية سهلة الاستخدام.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/utilities/okteta) [Okteta](https://apps.kde.org/okteta/) - محرر سداسي عشري لعرض وتحرير البيانات الخام للملفات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/evolus/pencil) [قلم رصاص](https://pencil.evolus.vn/) - أداة إنشاء نماذج أولية لواجهة المستخدم الرسومية مفتوحة المصدر متاحة لجميع المنصات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/stuartlangridge/ColourPicker) [اختيار](https://kryogenix.org/code/pick/) - أداة اختيار ألوان بسيطة.
- [Postman](https://www.postman.com/) - يسمح Postman للمستخدم بتطوير واختبار واجهات برمجة التطبيقات بسرعة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/rabbitvcs/rabbitvcs) [Rabbit VCS](http://rabbitvcs.org/) - RabbitVCS عبارة عن مجموعة من الأدوات الرسومية المكتوبة لتوفير وصول بسيط ومباشر إلى أنظمة التحكم في الإصدارات التي تستخدمها.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/CoatiSoftware/Sourcetrail) [Sourcetrail](https://www.sourcetrail.com/) - Sourcetrail هو مستكشف مصادر متعدد الأنظمة مجاني ومفتوح المصدر يساعدك على تحقيق إنتاجية على أكواد المصدر غير المألوفة.
- ![غير مجاني][أيقونة المال] [StarUML](https://staruml.io/) - برنامج نموذجي متطور.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/uncrustify/uncrustify) [Uncrustify](https://uncrustify.sourceforge.net/) - أداة تجميل الكود المصدري للغات C/C++ وC# وObjectiveC وD وJava وPawn وVALA. راجع UniversalIndentGUI أدناه.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/universalindent/files/uigui/) [UniversalIndentGUI](https://universalindent.sourceforge.net/) - يوفر UniversalIndentGUI معاينة مباشرة لتعيين معلمات أي أداة تباعد تقريبًا.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceware.org/git/?p=valgrind.git) [Valgrind](https://valgrind.org/) - Valgrind هو نظام مرخص بموجب رخصة GPL لتصحيح أخطاء برامج Linux وإنشاء ملفات تعريف لها.
- ![غير مجاني][أيقونة المال] [GitBreeze](https://gitbreeze.dev/) - GitBreeze هي واجهة المستخدم الرسومية Git المجانية للاستخدام الشخصي لنظامي التشغيل Windows وMac وLinux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://www.gnu.org/software/wdiff/devguide) [Wdiff](https://www.gnu.org/software/wdiff/) - برنامج GNU wdiff هو واجهة أمامية لبرنامج diff لمقارنة الملفات على أساس كلمة بكلمة. فهو يجمع نتائج diff ويستخدمها لإنتاج عرض أفضل للاختلافات بين الكلمات بين الملفات الأصلية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/sonnyp/Workbench) [Workbench](https://apps.gnome.org/app/re.sonny.Workbench/) - هدف Workbench هو أن يسمح لك بتجربة تقنيات GNOME، بغض النظر عما إذا كنت تقوم بالتلاعب للمرة الأولى أو بناء واختبار أداة GTK مخصصة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/zealdocs/zeal) [Zeal](https://zealdocs.org/) - Zeal هو متصفح وثائق غير متصل بالإنترنت لمطوري البرامج.
### أدوات الكتاب الإلكتروني
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/graphics/arianna) [Arianna](https://apps.kde.org/arianna/) - قارئ كتب إلكترونية وتطبيق إدارة مكتبة لملفات `.epub` من KDE.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/babluboy/bookworm) [Bookworm](https://babluboy.github.io/bookworm/) - قارئ كتب إلكترونية بسيط ومركّز.
- [![برمجيات مفتوحة المصدر][oss icon]](https://github.com/oguzuhaninan/Buka) [Buka](https://github.com/oguzhaninan/Buka/) - برنامج لإدارة الكتب الإلكترونية .
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/kovidgoyal/calibre) [Calibre](https://calibre-ebook.com/) - برنامج قبيح بشكل لا يصدق ولكنه قوي لإدارة الكتب الإلكترونية وتحويلها.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/janeczku/calibre-web) [Calibre-web](https://github.com/janeczku/calibre-web) - Calibre Web هو تطبيق ويب يوفر واجهة نظيفة للتصفح وقراءة وتنزيل الكتب الإلكترونية باستخدام قاعدة بيانات Calibre الموجودة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/michaldaniel/Ebook-Viewer) [عارض الكتب الإلكترونية السهل](https://github.com/michaldaniel/Ebook-Viewer) - تطبيق قارئ الكتب الإلكترونية GTK Python الحديث لقراءة ملفات epub بسهولة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://wiki.gnome.org/Apps/Evince/GettingEvince) [Evince](https://wiki.gnome.org/Apps/Evince) - Evince هو عارض مستندات لتنسيقات مستندات متعددة. والهدف من evince هو استبدال عارضات المستندات المتعددة الموجودة على سطح مكتب GNOME بتطبيق بسيط واحد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/geometer/FBReader) [FBReader](https://fbreader.org/content/fbreader-beta-linux-desktop) - أحد أكثر تطبيقات القراءة الإلكترونية شيوعًا.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/johnfactotum/foliate) [Foliate](https://johnfactotum.github.io/foliate/) - Foliate هو عارض كتب إلكترونية GTK بسيط وحديث.
- [Foxit](https://www.foxit.com/pdf-reader/) - Foxit Reader 8.0—قارئ PDF الحائز على جوائز.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/martahilmar/gnome-books) [كتب GNOME](https://github.com/martahilmar/gnome-books) - كتب GNOME هي تطبيق لإدراج الكتب الإلكترونية والبحث عنها وقراءتها.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://www.willus.com/k2pdfopt/src) [K2pdfopt](https://www.willus.com/k2pdfopt) - يقوم K2pdfopt بتحسين ملفات PDF/DJVU لقارئات الكتب الإلكترونية المحمولة (مثل Kindle) والهواتف الذكية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://codeberg.org/valos/Komikku) [Komikku](https://apps.gnome.org/Komikku/) - قارئ مانجا يدعم القراءة عبر الإنترنت وخارجها، والتنزيلات التلقائية، وتنسيقات المانجا المخزنة محليًا (تنسيقات CBZ وCBR)، وميزات تنظيم المجموعة.
- [Lucidor](https://lucidor.org/lucidor/) - Lucidor هو برنامج كمبيوتر لقراءة الكتب الإلكترونية والتعامل معها. يدعم Lucidor الكتب الإلكترونية بتنسيق ملف EPUB، والفهارس بتنسيق OPDS.
- [محرر MasterPDF](https://code-industry.net/free-pdf-editor/) - محرر Master PDF هو محرر PDF مريح وذكي لنظام Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/p/mcomix/git/ci/master/tree/) [Mcomix](https://sourceforge.net/projects/mcomix/) - عارض الكتب المصورة GTK+.
- [![برامج مفتوحة المصدر][رمز oss]](https://git.ghostscript.com/?p=mupdf.git;a=summary) [MuPDF](https://mupdf.com/) - عارض PDF وXPS خفيف الوزن.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/KDE/okular) [Okular](https://okular.kde.org/) - Okular هو عارض مستندات عالمي تم تطويره بواسطة KDE. يعمل Okular على منصات متعددة، بما في ذلك على سبيل المثال لا الحصر Linux وWindows وMac OS X وBSD وما إلى ذلك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/pdfarranger/pdfarranger) [PDF Arranger](https://github.com/pdfarranger/pdfarranger) - PDF Arranger هو تطبيق صغير يساعد المستخدم على دمج أو تقسيم مستندات pdf وتدويرها وقصها وإعادة ترتيب صفحاتها باستخدام واجهة رسومية تفاعلية وبديهية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/torakiki/pdfsam) [PDFsam](https://www.pdfsam.org/) - تطبيق سطح مكتب لتقسيم واستخراج الصفحات وتدوير وخلط ودمج ملفات PDF.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/junrrein/pdfslicer) [PDF Slicer](https://junrrein.github.io/pdfslicer/) - PDF Slicer هو تطبيق بسيط لاستخراج ودمج وتدوير وإعادة ترتيب صفحات مستندات PDF.
- ![غير مجاني][أيقونة نقود] [PDF Studio](https://www.qoppa.com/pdfstudio/) - برنامج تحرير PDF سهل الاستخدام وكامل الميزات وهو بديل موثوق به لبرنامج Adobe Acrobat ويوفر جميع وظائف PDF المطلوبة مقابل جزء بسيط من التكلفة. يحافظ PDF Studio على التوافق الكامل مع معيار PDF.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://launchpad.net/qpdfview) [qpdfview](https://launchpad.net/qpdfview) - qpdfview هو عارض مستندات مُبوب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Sigil-Ebook/Sigil) [Sigil](https://sigil-ebook.com/) - Sigil هو محرر كتب إلكترونية EPUB متعدد المنصات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/pwmt/zathura) [Zathura](https://pwmt.org/projects/zathura/) - Zathura هو عارض مستندات قابل للتخصيص وعملي للغاية.
### الكتروني
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/KiCad) [KiCAD](https://www.kicad.org/) - مجموعة أدوات EDA لتصميم المخططات ولوحات الدوائر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/logisim-evolution/logisim-evolution) [Logisim Evolution](https://github.com/logisim-evolution/logisim-evolution) - أداة رسومية لتصميم ومحاكاة الدوائر المنطقية الرقمية. خليفة LogiSim.
### تعليم
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://apps.ankiweb.net/) [Anki](https://apps.ankiweb.net/) - بطاقات فلاش قوية وذكية تجعل تذكر الأشياء أمرًا سهلاً.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/artha/) [Artha](https://sourceforge.net/projects/artha/) - Artha هو قاموس مرادفات إنجليزي مجاني متعدد الأنظمة يعمل دون اتصال بالإنترنت ويعتمد على WordNet.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/bibletime/bibletime) [BibleTime](http://bibletime.info/) - BibleTime هو تطبيق لدراسة الكتاب المقدس يعتمد على مكتبة Sword ومجموعة أدوات Qt.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/CelestiaProject/Celestia) [Celestia](https://github.com/CelestiaProject/Celestia) - محاكاة الفضاء الحر التي تتيح لك استكشاف كوننا في ثلاثة أبعاد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/opp11/chemtool/) [Chemtool](http://ruby.chemie.uni-freiburg.de/~martin/chemtool/) - Chemtool هو برنامج صغير لرسم الهياكل الكيميائية على Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/colobot) [Colobot](https://colobot.info/) - Colobot: Gold Edition هي لعبة إستراتيجية في الوقت الفعلي، حيث يمكنك برمجة وحداتك (الروبوتات) بلغة تسمى CBOT، وهي مشابهة للغة C++ وJava.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://code.launchpad.net/epoptes) [Epoptes](https://epoptes.org/) - أداة مفتوحة المصدر لإدارة ومراقبة مختبرات الكمبيوتر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/gap-system/gap) [GAP](https://www.gap-system.org/) - نظام جبر حاسوبي للجبر المنفصل الحسابي مع التركيز بشكل خاص على نظرية المجموعة الحسابية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gcompris.net/wiki/Developer%27s_corner) [Gcompris](https://gcompris.net/index-ar.html) - GCompris عبارة عن مجموعة برامج تعليمية عالية الجودة تتألف من العديد من الأنشطة للأطفال من سن 2 إلى 10 سنوات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/geogebra/geogebra) [Geogebra](https://www.geogebra.org/download) - الآلة الحاسبة الرسومية للوظائف والهندسة والجبر وحساب التفاضل والتكامل والإحصاء والرياضيات ثلاثية الأبعاد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://wiki.gnome.org/Apps/Dictionary) [قاموس GNOME](https://wiki.gnome.org/Apps/Dictionary) - قاموس قوي لـ GNOME.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://hg.savannah.gnu.org/hgweb/octave) [GNU Octave](https://octave.org/) - GNU Octave هي لغة برمجة علمية، مخصصة في المقام الأول للعمليات الحسابية الرقمية، وهي متوافقة في الغالب مع MATLAB.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://git.savannah.gnu.org/cgit/gtypist.git) [GNU Typist](https://www.gnu.org/software/gtypist/index.html) - مدرب كتابة حر يعتمد على ncurses.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.com/gnukhata) [GNUKhata](https://gnukhata.org/) - برنامج محاسبة مفتوح المصدر.
- [Google Earth](https://www.google.com/earth/about/versions/) - Google Earth هو برنامج كرة أرضية افتراضية وخريطة ومعلومات جغرافية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](http://gperiodic.seul.org/cvs/) [GPeriodic](http://gperiodic.seul.org/) - GPeriodic هو تطبيق الجدول الدوري لنظام Linux.
- [KDE Edu Suite](https://apps.kde.org/education/) - برنامج تعليمي مجاني يعتمد على تقنيات KDE.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/klavaro) [Klavaro](https://klavaro.sourceforge.io/en/index.html) - برنامج تعليمي للكتابة باللمس مرن للغاية، ويدعم تخطيطات لوحة المفاتيح القابلة للتخصيص. يمكنك تحرير تخطيطات لوحة المفاتيح الجديدة أو غير المعروفة وحفظها، حيث تم تصميم الدورة الأساسية بحيث لا تعتمد على تخطيطات محددة. كما توجد بعض المخططات البيانية حول عملية التعلم.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/education/ktouch) [Ktouch](https://apps.kde.org/ktouch/) - KTouch هو برنامج لتعلم وممارسة الكتابة باللمس.
- ![غير مجاني][أيقونة المال] [MAPLE](https://www.maplesoft.com/products/maple/) - Maple هو برنامج رياضيات يجمع بين أقوى محرك رياضيات في العالم مع واجهة تجعل من السهل للغاية تحليل واستكشاف وتصور وحل المشكلات الرياضية.
- ![غير مجاني][أيقونة المال] [MapTiler](https://www.maptiler.com/) - يقوم MapTiler بإنشاء خرائط نقطية قابلة للتكبير والتصغير من الصور في نظام إحداثيات محدد من قبل المستخدم.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/KDE/marble) [Marble](https://marble.kde.org/) - Marble هو أطلس افتراضي للكرة الأرضية والعالم — سكين الجيش السويسري الخاص بك للخرائط.
- ![غير مجاني][أيقونة المال] [MATLAB](https://www.mathworks.com/products/matlab/) - تم تحسين منصة MATLAB لحل المشكلات الهندسية والعلمية. يساعدك MATLAB على نقل أفكارك إلى ما هو أبعد من سطح المكتب. يمكنك تشغيل تحليلاتك على مجموعات بيانات أكبر وتوسيع نطاقها إلى مجموعات وسحابات.
- ![غير مجاني][أيقونة المال] [Mathematica](https://www.wolfram.com/mathematica/) - النظام العالمي النهائي للحوسبة التقنية الحديثة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/maxima/) [Maxima](https://maxima.sourceforge.io/) - Maxima هو نظام للتلاعب بالتعبيرات الرمزية والعددية، بما في ذلك التفاضل والتكامل ومتسلسلة تايلور وتحويلات لابلاس والمعادلات التفاضلية العادية وأنظمة المعادلات الخطية وغير ذلك الكثير.
- [Mendeley](https://www.mendeley.com/) - Mendeley هو برنامج لإدارة ومشاركة أوراق البحث، والعثور على بيانات البحث والتعاون عبر الإنترنت.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/moodle/moodle) [Moodle](https://download.moodle.org/) - نظام إدارة الدورات للتعلم عبر الإنترنت.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/openeuclide/) [OpenEuclide](http://coulon.publi.free.fr/openeuclide/) - OpenEuclide هو برنامج هندسة ثنائي الأبعاد: يتم تعريف الأشكال ديناميكيًا من خلال وصف القيود الهندسية الرسمية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/openmaptiles) [OpenMapTiles](https://openmaptiles.org/) - OpenMapTiles عبارة عن مجموعة من الأدوات مفتوحة المصدر لاستضافة خرائط OpenStreetMaps ذاتيًا بأكثر من 50 لغة. وهي توفر كلًا من المربعات النقطية والمتجهية، وWMS، وWMTS، ودعم عارضات JavaScript ومجموعة أدوات تطوير البرامج المحمولة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://opensis.sourceforge.net/) [OpenSIS](https://www.opensis.com/) - برنامج إدارة مدرسية يزيد من إنجازات الطلاب وأداء المعلمين.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://pari.math.u-bordeaux.fr/cgi-bin/gitweb.cgi?p=pari.git;a=summary) [PARI/GP](https://pari.math.u-bordeaux.fr/) - نظام جبر حاسوبي للحسابات السريعة في نظرية الأعداد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/sagemath/sage) [SageMath](https://www.sagemath.org/) - برنامج رياضيات يتميز بميزات تغطي العديد من جوانب الرياضيات، بما في ذلك الجبر، والتركيبات، والرياضيات العددية، ونظرية الأعداد، وحساب التفاضل والتكامل.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/scipy/scipy) [Scipy](https://scipy.org/install.html) - SciPy هو نظام بيئي قائم على Python للبرمجيات مفتوحة المصدر للرياضيات والعلوم والهندسة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/LLK/scratch-flash) [Scratch](https://scratch.mit.edu/) - باستخدام Scratch، يمكنك برمجة قصصك التفاعلية وألعابك ورسومك المتحركة الخاصة بك - ومشاركة إبداعاتك مع الآخرين في مجتمع الإنترنت.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/stellarium/) [Stellarium](https://www.stellarium.org/) - Stellarium هو برنامج فلكي مفتوح المصدر مجاني لجهاز الكمبيوتر الخاص بك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/sugarlabs/sugar) [بيئة سطح مكتب Sugar](https://sugarlabs.org/) - Sugar عبارة عن منصة تعليمية تعيد اختراع كيفية استخدام أجهزة الكمبيوتر في التعليم. يتم دمج التعاون والتأمل والاكتشاف مباشرة في واجهة المستخدم.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/tuxtype/files/tuxtype-source/) [TuxType](https://www.tux4kids.com/tuxtyping.html) - لعبة تعليمية لتعليم الكتابة من بطولة Tux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/ugeneunipro/ugene) [UGENE](https://ugene.net/) - UGENE هو برنامج معلومات حيوية مجاني مفتوح المصدر ومتكامل عبر الأنظمة الأساسية ويعتمد على واجهة المستخدم الرسومية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/veyon/veyon) [Veyon](https://veyon.io/) - Veyon هو برنامج لإدارة الكمبيوتر للفصول الدراسية، يسمح للمعلم بالتحكم في أجهزة الكمبيوتر الخاصة بالطلاب وتوجيه الطلاب عبر شبكة الكمبيوتر.
### بريد إلكتروني
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://git.sr.ht/~sircmpwn/aerc) [aerc](https://aerc-mail.org) - aerc هو عميل بريد إلكتروني فعال وقابل للتوسعة يعمل في المحطة الطرفية. يتميز بدعم خاص لتدفقات عمل البريد الإلكتروني git ومراجعة التصحيحات ومعالجة رسائل البريد الإلكتروني HTML في متصفح قائم على المحطة الطرفية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://git.claws-mail.org/) [Claws](https://www.claws-mail.org/) - Claws هو عميل بريد إلكتروني وقارئ أخبار، يتميز بواجهة متطورة، وتكوين سهل، وتشغيل بديهي، وميزات ومكونات إضافية وفيرة، ومتانة واستقرار.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/vladimiry/ElectronMail) [ElectronMail](https://github.com/vladimiry/ElectronMail) - ElectronMail هو عميل سطح مكتب غير رسمي يعتمد على Electron لمقدمي البريد الإلكتروني المشفر من البداية إلى النهاية ProtonMail وTutanota.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/GNOME/evolution/) [Evolution](https://wiki.gnome.org/Apps/Evolution/) - Evolution هو تطبيق لإدارة المعلومات الشخصية يوفر وظائف البريد الإلكتروني والتقويم ودفتر العناوين المتكاملة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/GNOME/geary/) [Geary](https://wiki.gnome.org/Apps/Geary) - Geary هو تطبيق بريد إلكتروني مصمم لنظام GNOME 3. يتيح لك قراءة وإرسال رسائل البريد الإلكتروني بواجهة بسيطة وحديثة.
- ![غير مجاني][أيقونة المال] [Hiri](https://www.hiri.com/) - Hiri هو عميل بريد إلكتروني سطح مكتب مخصص للأعمال لإرسال واستقبال رسائل البريد الإلكتروني وإدارة التقويمات وجهات الاتصال والمهام.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/pim/kmail) [KMail](https://apps.kde.org/kmail2/) - KMail هو مكون البريد الإلكتروني لبرنامج Kontact، مدير المعلومات الشخصية المتكامل من KDE.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/pulb/mailnag) [Mailnag](https://launchpad.net/~pulb/+archive/ubuntu/mailnag) - Mailnag هو برنامج خفي يتحقق من خوادم POP3 وIMAP بحثًا عن بريد جديد.
- [Mailspring](https://getmailspring.com/) - شوكة جميلة وسريعة ومُدارة من Nylas Mail ([dead](https://github.com/nylas/nylas-mail)) بواسطة أحد المؤلفين الأصليين.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sylpheed.sraoss.jp/en/download.html#stable) [Sylpheed](https://sylpheed.sraoss.jp/en/) - عميل بريد إلكتروني خفيف الوزن وسهل الاستخدام.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://releases.mozilla.org/pub/thunderbird/) [Thunderbird](https://www.thunderbird.net/en-US/) - Thunderbird هو تطبيق بريد إلكتروني مجاني يسهل إعداده وتخصيصه وهو محمّل بميزات رائعة.
- [![برنامج مفتوح المصدر][رمز oss]](https://github.com/KDE/trojita) [Trojita](https://apps.kde.org/trojita/) - بريد إلكتروني فائق السرعة لسطح المكتب العميل لنظام التشغيل Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/danchoi/vmail) [Vmail](https://danielchoi.com/software/vmail.html) - عميل Gmail يشبه Vim.
### مدير الملفات
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/sevenzip/) [7Zip](https://www.7-zip.org/download.html) - برنامج قوي للغاية يمكنه فك ضغط أي تنسيق أرشفة ملف تقريبًا.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mate-desktop/caja) [Caja](https://mate-desktop.org/) - هو مدير الملفات الافتراضي لبيئة سطح المكتب MATE، وهو سريع جدًا وسهل الاستخدام.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/leo-arch/clifm) [CliFM](https://github.com/leo-arch/clifm) - مدير ملفات محطة سطر الأوامر الشبيه بالشل: بسيط، وسريع، وقابل للتوسعة، وخفيف الوزن للغاية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/system/dolphin) [Dolphin](https://apps.kde.org/dolphin/) - Dolphin هو مدير الملفات الافتراضي لبيئة سطح مكتب KDE ويتميز بسهولة الاستخدام بالإضافة إلى الوظائف.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://sourceforge.net/projects/doublecmd/) [Double Commander](https://doublecmd.sourceforge.io/) - Double Commander هو مدير ملفات مفتوح المصدر متعدد المنصات يحتوي على لوحتين متجاورتين. وهو مستوحى من Total Commander ويتميز ببعض الأفكار الجديدة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/network/konqueror) [Konqueror](https://apps.kde.org/konqueror/) - Konqueror هو متصفح الويب الخاص بـ KDE والسكين السويسري لإدارة أي نوع من أنواع الملفات ومعاينتها.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/utilities/krusader) [Krusader](https://krusader.org) - Krusader هو مدير ملفات متقدم ذو لوحتين (بأسلوب القائد) لنظام التشغيل KDE وأجهزة سطح المكتب الأخرى في عالم \*nix، وهو مشابه لبرنامج Midnight أو Total Commander.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/MidnightCommander/mc) [Midnight Commander](https://www.midnight-commander.org/) - مدير ملفات غني بالميزات على الشاشة الكاملة يسمح لك بنسخ ونقل وحذف الملفات وأشجار الدليل بالكامل.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/GNOME/nautilus) [Nautilus](https://wiki.gnome.org/Apps/Files) - Nautilus (ملفات) هو مدير ملفات مصمم ليناسب تصميم وسلوك سطح مكتب GNOME، مما يمنح المستخدم طريقة بسيطة للتنقل وإدارة ملفاته.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/linuxmint/nemo) [Nemo](https://github.com/linuxmint/nemo) - Nemo هو مدير الملفات لبيئة سطح المكتب Cinnamon.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/jarun/nnn) [nnn](https://github.com/jarun/nnn) - متصفح ملفات طرفية خفيف الوزن وسريع للغاية مع تكامل ممتاز مع سطح المكتب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/shundhammer/qdirstat) [QDirStat](https://github.com/shundhammer/qdirstat) - إحصائيات الدليل المستندة إلى Qt - KDirStat بدون أي KDE، من مؤلف KDirStat الأصلي.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/ranger/ranger) [Ranger](https://ranger.github.io/) - Ranger هو مدير ملفات وحدة التحكم مع ارتباطات مفتاح VI.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/IgnorantGuru/spacefm) [SpaceFM](https://ignorantguru.github.io/spacefm/) - مدير ملفات وسطح مكتب متعدد الألواح مع VFS مدمج أو مدير أجهزة قائم على udev أو HAL ونظام قائمة قابل للتخصيص وتكامل bash-GTK.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.xfce.org/xfce/thunar) [Thunar](https://docs.xfce.org/xfce/thunar/start) - Thunar هو مدير ملفات حديث لبيئة سطح المكتب Xfce.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/vifm/vifm) [Vifm](https://vifm.info/) - Vifm هو مدير ملفات يعتمد على ncurses مع ارتباطات مفاتيح مثل VI، والذي يستعير أيضًا بعض الأفكار المفيدة من mutt.
### ألعاب
#### محاكاة بناء المدينة
- [قلعة الأقزام](http://www.bay12games.com/dwarves/) - محاكاة معقدة للغاية لقلعة الأقزام الخيالية، حارب العفاريت واقتل الوحوش الأسطورية الضخمة. اضرب الأرض!
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/OpenTTD/OpenTTD) [OpenTTD](https://www.openttd.org/) - نسخة مفتوحة المصدر من Transport Tycoon Plus مع تحسينات كبيرة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/aburch/simutrans) [Simutrans](https://www.simutrans.com) - Simutrans هو برنامج محاكاة نقل مفتوح المصدر ومجاني.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/unknown-horizons/unknown-horizons) [Unknown Horizons](https://unknown-horizons.org/) - محاكاة إستراتيجية ثنائية الأبعاد في الوقت الفعلي مع التركيز على الاقتصاد وبناء المدينة. وضع تعدد اللاعبين معطل حاليًا.
#### سطر الأوامر
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mydzor/bash2048) [2048](https://github.com/mydzor/bash2048) - العب لعبة 2048 الشهيرة في سطر الأوامر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/fph/bastet) [Bastet](https://fph.altervista.org/prog/bastet.html) - العب لعبة Tetris في سطر الأوامر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/maaslalani/gambit) [gambit](https://github.com/maaslalani/gambit) - العب الشطرنج في محطتك الطرفية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/alexdantas/nsnake) [nSnake](https://github.com/alexdantas/nsnake) - العب لعبة الثعبان الكلاسيكية من نوكيا على سطر الأوامر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/alexdantas/pacman4console.debian) [Pacman4console](https://launchpad.net/ubuntu/+source/pacman4console) - العب لعبة Pacman على وحدة التحكم.
- [![برامج مفتوحة المصدر][رمز oss]](https://github.com/lxgr-linux/pokete/) [Pokete](https://lxgr-linux.github.io/pokete/) - لعبة بوكيمون تشبه اللعبة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mpereira/tty-solitaire) [tty-solitaire](https://github.com/mpereira/tty-solitaire) - العب لعبة سوليتير في محطتك!
#### إعادة إنشاء المحرك (يتطلب اللعبة الفعلية)
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/wheybags/freeablo) [Freeablo](https://freeablo.org/) - إعادة إنشاء مجانية لمحرك لعبة Diablo الأصلي الذي يعمل بشكل أصلي على Linux. يتطلب أصول اللعبة الأصلية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://nxengine.sourceforge.io/) [NXEngine](https://nxengine.sourceforge.io/) - منفذ مصدر لـ Cave Story يعمل بشكل أصلي على Linux، يجب إنشاء المصدر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/nxengine/nxengine-evo) [NXEngine-evo](https://github.com/nxengine/nxengine-evo) - نسخة مطورة/مُعاد تصميمها إلى حد ما من NXEngine بواسطة Caitlin Shaw.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/SFTtech/openage) [openage](https://openage.sft.lol/) - نسخة طبق الأصل مفتوحة المصدر مجانية (كما في الحرية) لمحرك Age of Empires II، يجب بناء المصدر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/OpenMW/openmw) [OpenMW](https://openmw.org) - إعادة إنشاء لمحرك Morrowind، مع التوسع في المحرك الأصلي. يمكن استخدامه لتشغيل نسخ شرعية من اللعبة الأصلية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/OpenRA/OpenRA) [OpenRA](https://www.openra.net/) - ألعاب إستراتيجية كلاسيكية، أعيد بناؤها لتناسب العصر الحديث. مفتوحة المصدر.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/OpenRCT2/OpenRCT2) [OpenRCT2](https://openrct2.io/) - إعادة إنشاء لمحرك لعبة Rollercoaster Tycoon 2. يتطلب أصول اللعبة الأصلية.
#### معدل الإطارات في الثانية
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.com/xonotic) [ChaosEsqueAnthology Disc 1](https://sourceforge.net/projects/chaosesqueanthology/) [ChaosEsqueAnthology Disc 2](https://sourceforge.net/projects/chaosesqueanthologyvolume2/) - تعديل لبرنامج Xonotic والذي تضمن أسلحة ممتدة، وخرائط، ومركبات، ومباني قابلة للبناء، وأسلحة محمولة، وإلقاء تعويذات، ووحوش، وشخصيات لاعب، وملمس، ووضع لعبة (مثل حرب الألوان (فكر في الحرب السائلة)).
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/freedoom/freedoom) [Freedoom](https://freedoom.github.io/) - نسخة مجانية من ألعاب Doom الأصلية، مع أصول مرخصة مجانية تم إنشاؤها حديثًا.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/oarena/) [OpenArena](https://sourceforge.net/projects/oarena/) - نسخة مجانية ومفتوحة المصدر من Quake III Arena، استنادًا إلى الكود المصدري الذي تم إصداره، مع أصول تم إنشاؤها حديثًا.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/red-eclipse/base) [Red Eclipse](https://redeclipse.net/) - Red Eclipse هي لعبة إطلاق نار في الساحة من منظور الشخص الأول مليئة بالمرح، وهي تتجه نحو طريقة لعب متوازنة، مع موضوع عام يتعلق بالرشاقة في مجموعة متنوعة من البيئات.
- [Urban Terror](https://www.urbanterror.info) - لعبة إطلاق نار تكتيكية "هوليوودية" - تعتمد على الواقعية، ولكن شعارها هو "المتعة فوق الواقعية".
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.com/xonotic) [Xonotic](https://www.xonotic.org/) - لعبة إطلاق نار في الساحة مستوحاة من Unreal Tournament وQuake.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://osdn.net/projects/zandronum/scm/) [Zandronum](https://zandronum.com/) - رائدة في وضع اللعب الجماعي عبر الإنترنت الجديد Doom.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/coelckers/gzdoom) [Zdoom](https://zdoom.org/index) - ZDoom هو منفذ مصدر للعصر الحديث، ويدعم الأجهزة وأنظمة التشغيل الحالية ويشتمل على مجموعة واسعة من خيارات المستخدم.
#### متنوع
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://wiki.flightgear.org/Portal:Developer) [FlightGear](https://www.flightgear.org/) - محاكي طيران ثلاثي الأبعاد بجودة احترافية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Mudlet/Mudlet) [Mudlet](https://www.mudlet.org/) - عميل MUD (ألعاب تقمص الأدوار متعددة اللاعبين عبر الإنترنت) مفتوح المصدر وسريع للغاية ومتعدد الأنظمة الأساسية مع البرمجة النصية بلغة Lua.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Neverball/neverball) [Neverball](https://neverball.org/) - لعبة إدمانية تعتمد على تدحرج الكرة مع العديد من المستويات والصور الرمزية والقدرة على تسجيل الإعادة.
- [OhMyGiraffe](https://www.ohmygiraffe.com/) - لعبة ممتعة للبقاء على قيد الحياة. لعبة عن زرافة تأكل الفاكهة أثناء مطاردة الأسود لها.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/alemart/opensurge) [Open Surge](https://opensurge2d.org/) - محرك إنشاء ألعاب ومنصات ثنائية الأبعاد مستوحى من ألعاب Sonic the Hedgehog ذات الـ 16 بت.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/alpcoskun/snake) [لعبة الثعبان](https://aprilcoskun.github.io/snake/) - لعبة الثعبان الكلاسيكية متعددة الأنظمة الأساسية والتي تعتمد على Node.js.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/SuperTux/supertux/) [SuperTux](https://www.supertux.org/) - نسخة طبق الأصل من ألعاب Super Mario الشهيرة ذات التمرير الجانبي.
#### لغز
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Cockatrice/Cockatrice) [Cockatrice](https://cockatrice.github.io/) - Cockatrice هو برنامج مفتوح المصدر يدعم منصات متعددة للعب ألعاب الورق على الطاولة عبر الشبكة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://download.savannah.gnu.org/releases/galois/source/) [Galois](https://www.nongnu.org/galois/) - Galois هي لعبة من نوع Falling Blocks لا تقتصر على رباعيات الأشكال القياسية التي تقتصر عليها معظم الألعاب في نوعها.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/GNOME/gbrainy/) [GBrainy](https://wiki.gnome.org/action/show/Apps/gbrainy) - Gbrainy هي لعبة ألغاز عقلية تحتوي على ألغاز منطقية ومدربي ذاكرة.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/Pingus/pingus) [Pingus](https://pingus.seul.org/) - لعبة ألغاز ثنائية الأبعاد تستنسخ لعبة Lemmings الشهيرة. هدفك هو توجيه مجموعة من البطاريق عبر خريطة اللعبة بأمان.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/drwhut/tabletop-club) [Tabletop Club](https://drwhut.itch.io/tabletop-club) - منصة مفتوحة المصدر للعب ألعاب الطاولة في بيئة ثلاثية الأبعاد تعتمد على الفيزياء لأنظمة Windows وmacOS وLinux! تم إنشاؤها باستخدام محرك Godot.
#### سباق
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/KartKrewDev/RingRacers/) [متسابقو حلبة دكتور روبوتنيك](https://www.kartkrew.org/) - متسابق كارت تقني، مستوحى من متسابقي "مضادي النقش"، وألعاب القتال، وسباقات الكارت التقليدية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://motogt.sourceforge.net/) [MotoGT](https://motogt.sourceforge.net/) - لعبة ثنائية الأبعاد من أفضل الألعاب التي يمكنك مشاهدتها حيث تقود دراجة MotoGP.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/supertuxkart/stk-code) [SuperTuxKart](https://supertuxkart.net) - SuperTuxKart هي لعبة سباق أركيد مفتوحة المصدر ثلاثية الأبعاد تحتوي على مجموعة متنوعة من الشخصيات والمسارات والأوضاع للعب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://xmoto.tuxfamily.org/index.php) [XMoto](https://xmoto.tuxfamily.org/) - لعبة موتوكروس ثنائية الأبعاد تعتمد على الفيزياء وتتطلب قدرًا كبيرًا من المهارة لإتقانها، مع نظام مدمج لإعادة التسجيل والمشاركة.
#### لعبة تقمص الأدوار
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/flareteam/flare-engine) [FLARE](https://flarerpg.org/) - نسخة طبق الأصل من لعبة Diablo أحادية اللاعب برسومات أصلية جميلة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.com/freedroid/freedroid-src) [FreedroidRPG](https://www.freedroid.org/) - لعبة تقمص أدوار من أعلى إلى أسفل ثنائية الأبعاد مستوحاة من ألعاب Diablo.
- [Ryzom](https://ryzom.com/) - لعبة MMORPG ثلاثية الأبعاد مجانية ومفتوحة المصدر تتميز بميزات فريدة وقصة عميقة. تتيح الخوادم الرسمية حسابات مجانية بالإضافة إلى اشتراكات مدفوعة بميزات إضافية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://te4.org/) [حكايات Maj'Eyal](https://te4.org/) - حكايات Maj'Eyal (ToME) هي لعبة تقمص أدوار مجانية ومفتوحة المصدر، تتميز بالقتال التكتيكي القائم على الأدوار وبناء الشخصيات المتقدم.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.com/veloren/veloren) [Veloren](https://veloren.net/) - Veloren هي لعبة تقمص أدوار فوكسل متعددة اللاعبين مكتوبة بلغة Rust. وهي مستوحاة من ألعاب مثل Cube World وLegend of Zelda: Breath of the Wild وDwarf Fortress وMinecraft.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/ZeldaClassic/ZeldaClassic) [Zelda Classic](https://www.zeldaclassic.com/) - تكريمًا للعبة The Legend of Zelda من Nintendo مع مهام وعناصر وتحديات إضافية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.com/solarus-games/) [Zelda: Mystery of Solarus DX](https://www.solarus-games.org) - تكملة مباشرة لـ The Legend of Zelda: A Link to the Past على SNES، باستخدام نفس الرسومات وآليات اللعبة.
#### استراتيجية الوقت الحقيقي
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://releases.wildfiregames.com/) [0 إعلان](https://play0ad.com/) - لعبة إستراتيجية الوقت الحقيقي مثل عصر الإمبراطوريات للحرب القديمة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Anuken/Mindustry) [Mindustry](https://mindustrygame.github.io/) - لعبة الدفاع عن البرج الآلية في الوقت الحقيقي، مكتوبة بلغة جافا.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/nethack/) [Nethack](https://www.nethack.org/) - برنامج Rogue-like مفتوح المصدر مع رسومات ASCII.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/triplea-game/triplea/) [TripleA](https://triplea-game.org) - لعبة إستراتيجية مفتوحة المصدر مع قواعد لعبة "المحور والحلفاء".
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Warzone2100/warzone2100) [Warzone 2100](https://wz2100.net/) - لعبة إستراتيجية مفتوحة المصدر في الوقت الفعلي تدور أحداثها بعد حرب نووية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://bazaar.launchpad.net/~widelands-dev/widelands/trunk/changes) [Widelands](https://www.widelands.org/) - Widelands هي لعبة إستراتيجية الوقت الحقيقي مفتوحة المصدر مع حملات لاعب واحد ووضع تعدد اللاعبين مستوحاة من Settlers II.
#### صندوق الرمل
- ![غير مجاني][أيقونة المال] [Factorio](https://www.factorio.com/) - لعبة بناء مصنع.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/minecraft-linux/mcpelauncher-manifest) [Mcpelauncher](https://mcpelauncher.readthedocs.io/en/latest/) - مشغل مفتوح المصدر غير رسمي لإصدار Minecraft: Bedrock.
- ![غير مجاني][أيقونة المال] [ماين كرافت](https://minecraft.net) - ماين كرافت هي لعبة تتعلق بوضع الكتل والانطلاق في مغامرات. استكشف العوالم المولدة عشوائيًا وقم ببناء أشياء مذهلة من أبسط المنازل إلى أضخم القلاع.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/minetest/minetest/) [Minetest](https://minetest.net) - Minecraft مفتوحة المصدر مكتوبة بلغة C++ (تستخدم موارد أقل) وتتضمن واجهة برمجة تطبيقات تعديل.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/MultiMC/Launcher/) [MultiMC](https://multimc.org/) - MultiMC هو مشغل بديل لماين كرافت. فهو يسمح لك بالحصول على نسخ متعددة منفصلة بشكل واضح من ماين كرافت (كل منها مع تعديلاتها الخاصة وحزم الموارد والحفظ وما إلى ذلك) ويساعدك على إدارتها والخيارات المرتبطة بها من خلال واجهة بسيطة وقوية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/PrismLauncher/PrismLauncher) [Prism Launcher](https://prismlauncher.org/) - مشغل مخصص لماين كرافت يسمح لك بإدارة تثبيتات متعددة لماين كرافت بسهولة في وقت واحد (شوكة من MultiMC وPolyMC).
#### مطلق النار
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/viewizard/astromenace) [AstroMenace](https://viewizard.com/) - لعبة إطلاق نار فضائية ثلاثية الأبعاد مع إمكانيات ترقية المركبة الفضائية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/cxong/cdogs-sdl) [C-Dogs SDL](https://cxong.github.io/cdogs-sdl/) - لعبة كلاسيكية من الأعلى تعتمد على الجري وإطلاق النار في فن البكسل الجميل.
#### استراتيجية تعتمد على الدور
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/wesnoth/wesnoth) [معركة ويسنوث](https://wesnoth.org/) - معركة ويسنوث هي لعبة إستراتيجية مفتوحة المصدر تعتمد على الأدوار وتتميز بطابع خيالي عالٍ. وتتميز بقتال لاعب واحد ولاعبين متعددين عبر الإنترنت/المقعد الساخن.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/freeciv/freeciv) [FreeCiv](http://www.freeciv.org/) - Freeciv هي لعبة إستراتيجية لبناء الإمبراطورية مجانية ومفتوحة المصدر مستوحاة من تاريخ الحضارة الإنسانية.
- [HedgeWars](https://www.hedgewars.org/) - لعبة ثنائية الأبعاد تتنافس فيها الفرق على غرار ألعاب Worms الشهيرة.
- [دبابات الحرية](https://w84death.itch.io/tanks-of-freedom) - استراتيجية عسكرية مرسومة بتقنية البكسل تم تنفيذها في محرك اللعبة Godot.
#### تطبيقات الألعاب
##### مشغلات
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/bottlesdevs/) [Bottles](https://usebottles.com/) - إدارة بادئات wine بسهولة بطريقة جديدة. تشغيل برامج وألعاب Windows على Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/kra-mo/cartridges) [Cartridges](https://apps.gnome.org/Cartridges/) - مشغل ألعاب GTK4 + Libadwaita.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/tkashkin/GameHub) [GameHub](https://tkashkin.github.io/projects/gamehub/) - GameHub هي مكتبة موحدة لجميع ألعابك. فهي تتيح لك تخزين ألعابك من منصات مختلفة في برنامج واحد لتسهيل إدارة ألعابك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Heroic-Games-Launcher) [Heroic Games Launcher](https://heroicgameslauncher.com/) - مشغل GOG وEpic Games أصلي لنظامي Linux وWindows وMac.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/itchio/itch) [itch](https://itch.io/) - تطبيق itch.io. يتم حفظ جميع التنزيلات في مكان واحد ويتم تحديثها تلقائيًا. الكثير من الألعاب المجانية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/lutris/lutris) [Lutris](https://lutris.net/) - Lutris عبارة عن منصة ألعاب مفتوحة المصدر لنظام Linux. تساعدك على تثبيت ألعابك وإدارتها في واجهة موحدة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/sharkwouter/minigalaxy) [Minigalaxy](https://sharkwouter.github.io/minigalaxy/) - عميل GOG بسيط لنظام Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://repository.playonlinux.com/) [PlayOnLinux](https://www.playonlinux.com) - واجهة أمامية لبرنامج Wine.
- [Steam](https://store.steampowered.com/) - متجر الألعاب الذي يفتح الأبواب للعديد من الألعاب.
##### أدوات
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/PhilipK/BoilR) [BoilR](https://github.com/PhilipK/BoilR) - قم بمزامنة الألعاب من منصات أخرى إلى مكتبة Steam الخاصة بك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/dreamer/boxtron) [Boxtron](https://github.com/dreamer/boxtron) - أداة توافق Steam Play لتشغيل ألعاب DOS باستخدام Linux DOSBox الأصلي. وهو مشروع شقيق لـ Luxtorpeda وDOSBox Staging.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/CryoByte33/steam-deck-utilities) [CryoUtilities](https://github.com/CryoByte33/steam-deck-utilities) - أداة مساعدة لتحسين الأداء والمساعدة في إدارة التخزين على Steam Deck.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/SteamDeckHomebrew/decky-loader) [Decky Loader](https://decky.xyz/) - أداة تحميل المكونات الإضافية لـ Steam Deck.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/dosbox-staging/dosbox-staging) [DOSBox Staging](https://www.dosbox-staging.org/) - DOSBox Staging هو استمرار حديث لـ DOSBox مع ميزات متقدمة وممارسات تطوير حالية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/FeralInteractive/gamemode) [GameMode](https://github.com/FeralInteractive/gamemode) - تحسين أداء نظام Linux عند الطلب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/benjamimgois/goverlay) [GOverlay](https://github.com/benjamimgois/goverlay) - GOverlay هو مشروع مفتوح المصدر يهدف إلى إنشاء واجهة مستخدم رسومية للمساعدة في إدارة تراكبات Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/luxtorpeda-dev/luxtorpeda) [Luxtorpeda](https://luxtorpeda.gitlab.io/) - مجموعة من أدوات توافق Steam Play لتشغيل الألعاب باستخدام محركات Linux الأصلية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/flightlessmango/MangoHud) [MangoHud](https://github.com/flightlessmango/MangoHud) - طبقة Vulkan وOpenGL لمراقبة معدل الإطارات في الثانية ودرجات الحرارة وحمل وحدة المعالجة المركزية/وحدة معالجة الرسومات والمزيد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Merrit/nyrna) [Nyrna](https://nyrna.merritt.codes/) - تعليق الألعاب والتطبيقات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/dreamer/roberta) [Roberta](https://github.com/dreamer/roberta) - أداة توافق Steam Play لتشغيل ألعاب المغامرات باستخدام Linux ScummVM الأصلي. وهو مشروع شقيق لـ Luxtorpeda.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/kozec/sc-controller) [وحدة تحكم SC](https://github.com/kozec/sc-controller) - برنامج تشغيل وضع المستخدم، وواجهة المستخدم الرسومية المستندة إلى GTK3 لجهاز التحكم Steam Controller، وDualShock 4، وأجهزة التحكم المماثلة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/scummvm/scummvm) [ScummVM](https://www.scummvm.org/) - يتيح لك ScummVM تشغيل ألعاب المغامرات الكلاسيكية التي تعتمد على النقر والنقر، وألعاب المغامرات النصية، وألعاب تقمص الأدوار، طالما أن لديك بالفعل ملفات بيانات اللعبة. يحل ScummVM محل الملفات القابلة للتنفيذ المرفقة مع الألعاب، مما يعني أنه يمكنك الآن تشغيل ألعابك المفضلة على جميع أجهزتك المفضلة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/CapitaineJSparrow/steam-repo-manager) [مدير مستودع Steam Deck](https://steamdeckrepo.com/) - قم بتثبيت مقاطع فيديو التمهيد على Steam Deck الخاص بك باستخدام واجهة برمجة تطبيقات موقع Steam Deck Repo.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/SteamGridDB/steam-rom-manager) [Steam ROM Manager](https://steamgriddb.github.io/steam-rom-manager/) - تطبيق لإدارة أقراص ROM في Steam.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/sonic2kk/steamtinkerlaunch) [SteamTinkerLaunch](https://github.com/sonic2kk/steamtinkerlaunch) - أداة غلاف Linux للاستخدام مع عميل Steam للحصول على خيارات تشغيل مخصصة وبرامج الطرف الثالث.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/fastrizwaan/WineZGUI/) [WineZGUI](https://github.com/fastrizwaan/WineZGUI/) - واجهة مستخدم رسومية تستخدم Zenity لتشغيل ألعاب Windows باستخدام Wine والتي تسمح لك بإنشاء وإدارة ومشاركة بادئات اللعبة.
##### خمر
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/GloriousEggroll/proton-ge-custom) [GE-Proton](https://github.com/GloriousEggroll/proton-ge-custom) - أداة توافق لـ Steam Play استنادًا إلى Wine والمكونات الإضافية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Kron4ek/Wine-Builds) [Kron4ek Wine Builds](https://github.com/Kron4ek/Wine-Builds) - إصدارات Wine مخصصة ونصوص إنشاء لـ Vanilla وWine Staging وWine-tkg وProton.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/ValveSoftware/Proton) [Proton](https://github.com/ValveSoftware/Proton) - أداة توافق لـ Steam Play استنادًا إلى Wine والمكونات الإضافية، تم تطويرها بشكل أساسي بواسطة Valve وCodeWeavers.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Vysp3r/ProtonPlus) [ProtonPlus](https://github.com/Vysp3r/ProtonPlus) - مدير Wine وProton بسيط لـ GNOME.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Matoking/protontricks) [Protontricks](https://github.com/Matoking/protontricks) - هذا هو البرنامج النصي الذي يسمح لك بتشغيل أوامر Winetricks بسهولة لألعاب Steam Play/Proton من بين ميزات Wine الشائعة الأخرى، مثل تشغيل ملفات Windows القابلة للتنفيذ الخارجية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/AUNaseef/protonup) [ProtonUp](https://github.com/AUNaseef/protonup) - برنامج CLI وAPI لأتمتة تثبيت وتحديث GE-Proton.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/DavidoTek/ProtonUp-Qt) [ProtonUp-Qt](https://davidotek.github.io/protonup-qt/) - قم بتثبيت وإدارة GE-Proton وLuxtorpeda لـ Steam وWine-GE لـ Lutris باستخدام واجهة المستخدم الرسومية هذه.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://dl.winehq.org/wine/source/) [Wine](https://www.winehq.org/) - Wine ("Wine ليس محاكيًا") هي طبقة توافق قادرة على تشغيل تطبيقات Windows على Linux، وتعتمد الجودة من لعبة إلى أخرى.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/GloriousEggroll/wine-ge-custom) [Wine-GE-Custom](https://github.com/GloriousEggroll/wine-ge-custom) - بناء مخصص من wine، مصمم للاستخدام مع lutris. تم بناؤه باستخدام buildbot الخاص بـ lutris.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Frogging-Family/wine-tkg-git) [Wine-tkg](https://github.com/Frogging-Family/wine-tkg-git) - أنظمة بناء wine-tkg، لإنشاء إصدارات Wine وProton مخصصة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Winetricks/winetricks) [Winetricks](https://github.com/Winetricks/winetricks) - Winetricks هي طريقة سهلة للتغلب على المشاكل في Wine.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/varmd/wine-wayland) [Wine-Wayland](https://github.com/varmd/wine-wayland) - يسمح Wine-wayland بتشغيل ألعاب DX9/DX11 وVulkan باستخدام wayland النقية وWine/DXVK.
#### محاكيات الآلة
##### الكل في واحد
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/ares-emulator/ares) [ares](https://ares-emu.net/) - مجموعة محاكاة وحدة تحكم متعددة الأنظمة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/dragoonDorise/EmuDeck) [EmuDeck](https://www.emudeck.com/) - مُكوِّن محاكي لـ Steam Deck.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/Archive/gnome-video-arcade) [GNOME Video Arcade](https://wiki.gnome.org/action/show/Apps/GnomeVideoArcade) - GNOME Video Arcade عبارة عن واجهة Mame بسيطة لأي بيئة سطح مكتب متوافقة مع freedesktop.org.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/byuu/higan) [Higan](https://github.com/higan-emu/higan) - Higan هو محاكي متعدد الأنظمة يدعم محاكاة عدد كبير من الأنظمة المختلفة بما في ذلك: NES وSNES وGameBoy وGameBoy Color وGameboy Advance وNEC PC Engine وSega Master System والمزيد. إليك دليل لتثبيته على Linux [تثبيت Higan](https://higan.readthedocs.io/en/stable/install/linux/).
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mamedev/mame) [MAME](https://mamedev.org/) - MAME هو محاكي Arcade Cabinet الذي يسعى إلى الدقة، ويمكنه تشغيل عدد كبير من ألعاب الآركيد المختلفة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/qmc2/qmc2-mame-fe) [qmc2](https://github.com/qmc2/qmc2-mame-fe) - QMC2 هو خليفة QMamecat، وهو واجهة مستخدم رسومية لـ MAME ومدير ROM.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/libretro/RetroArch) [RetroArch](https://www.retroarch.com/) - واجهة أمامية للعديد من محاكيات الألعاب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/XargonWan/RetroDECK) [RetroDECK](https://retrodeck.net/) - كل ما تحتاجه للمحاكاة على Steam Deck.
##### أتاري
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/stella-emu/stella) [Stella](https://stella-emu.github.io/) - هو محاكي Atari 2600 متعدد المنصات.
##### مايكروسوفت
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mborgerson/xemu) [xemu](https://xemu.app/) - محاكي Xbox الأصلي لأنظمة Windows وmacOS وLinux (التطوير النشط).
##### نينتندو
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/cemu-project/Cemu) [Cemu](https://cemu.info/) - برنامج لمحاكاة ألعاب وتطبيقات Wii U على الكمبيوتر الشخصي.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/TASEmulators/desmume) [DeSmuME](https://desmume.org/) - DeSmuME هو محاكي Nintendo DS.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/dolphin-emu/dolphin) [محاكي Dolphin](https://dolphin-emu.org/) - Dolphin هو محاكي GameCube / Wii، يسمح لك بلعب الألعاب لهاتين المنصتين على جهاز الكمبيوتر مع التحسينات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Arisotura/melonDS) [melonDS](https://melonds.kuribo64.net/) - يهدف melonDS إلى توفير محاكاة سريعة ودقيقة لنظام Nintendo DS.
- [![برنامج مفتوح المصدر][رمز oss]](https://github.com/mgba-emu) [mGBA](https://mgba.io/) - mGBA هي لعبة Game Boy Advance مفتوحة المصدر منافس.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/0ldsk00l/nestopia) [nestopia](http://0ldsk00l.ca/nestopia/) - nestopia هو محاكي لنظام Nintendo Entertainment System/Famicon.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Ryujinx/Ryujinx) [Ryujinx](https://ryujinx.org/) - Ryujinx هو محاكي Nintendo Switch مفتوح المصدر تم إنشاؤه بواسطة gdkchan ومكتوب بلغة C#.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/snes9xgit/snes9x) [Snes9x](http://www.snes9x.com/) - هو محاكي متعدد المنصات لنظام Super Nintendo Entertainment System والذي مر بالعديد من التجسيدات، ولكن لا يزال قيد التطوير بشكل نشط.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/visualboyadvance-m/visualboyadvance-m) [Visual Boy Advance-M](https://www.visualboyadvance-m.org/) - محاكي Gameboy وGameboy Advance الذي لا يزال قيد التطوير النشط ويمكنه حتى محاكاة رابط النظام بين جهازي Gameboy.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/zsnes/) [ZSNES](https://www.zsnes.com/) - محاكي Super Nintendo Entertainment System/Super Famicom قادر ومستخدم على نطاق واسع، ويعتبره الكثيرون المعيار الذهبي في محاكاة SNES/Super Famicom.
##### سوني
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/PCSX2) [PCSX2](https://pcsx2.net/) - PCSX2 هو محاكي بلاي ستيشن 2 (PS2) مجاني ومفتوح المصدر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/jpd002/Play-) [Play!](https://purei.org/) - Play! هو محاكي PlayStation2 لأنظمة Windows وmacOS وUNIX وAndroid وiOS ومنصات متصفح الويب.
- [![برنامج مفتوح المصدر][رمز oss]](https://github.com/hrydgard/ppsspp) [PPSSPP](https://www.ppsspp.org/) - PPSSPP هو محاكي PSP يمكنه تشغيل الألعاب بدقة عالية كاملة. يمكنه حتى تحسين القوام الذي قد يكون غير واضح للغاية لأنه تم تصميمه للشاشة الصغيرة لجهاز PSP الأصلي.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/rpcs3) [RPCS3](https://rpcs3.net/) - RPCS3 هو محاكي ومصحح أخطاء مفتوح المصدر متعدد المنصات لجهاز PlayStation 3 من Sony مكتوب بلغة C++ لأنظمة Windows وLinux وmacOS وFreeBSD.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Vita3K/Vita3K) [Vita3K](https://vita3k.org/) - Vita3K هو محاكي تجريبي لجهاز PlayStation Vita لنظامي التشغيل Windows وLinux.
##### زد اكس سبكتروم
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/p/fuse-emulator/) [Fuse](https://fuse-emulator.sourceforge.net/) - Fuse (محاكي Unix Spectrum المجاني) هو محاكي ZX Spectrum لنظام Unix.
### الرسومات
#### إنشاء الرسوم البيانية
- ![غير مجاني][أيقونة المال][![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/aseprite/aseprite/) [Aseprite](https://www.aseprite.org/) - محرر صور متحركة وأداة فن البكسل.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://download.blender.org/source/) [Blender](https://www.blender.org/) - خط أنابيب إنشاء ثلاثي الأبعاد كامل ومجاني ومفتوح المصدر للفنانين والفرق الصغيرة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/cinepaint/) [Cinepaint](http://cinepaint.org/) - برنامج رسم عميق مفتوح المصدر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/maoschanz/drawing) [رسم](https://maoschanz.github.io/drawing/) - محرر الصور النقطية الأساسي المجاني هذا مشابه لبرنامج Microsoft Paint، ولكنه يستهدف سطح مكتب GNOME.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/lettier/gifcurry) [Gifcurry](https://lettier.github.io/gifcurry/) - برنامجك مفتوح المصدر لتحويل الفيديو إلى صور GIF والذي تم إنشاؤه باستخدام Haskell.
- [Heron Animation](https://heronanimation.brunolefevre.net/) - برنامج مجاني لإنشاء الرسوم المتحركة المتوقفة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/inkscape/inkscape) [Inkscape](https://inkscape.org/en/) - أداة تصميم قوية ومجانية لك، سواء كنت رسامًا أو مصممًا أو مصمم مواقع ويب أو مجرد شخص يحتاج إلى إنشاء بعض الصور المتجهة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://ipe.otfried.org) [Ipe](https://ipe.otfried.org) - Ipe هو محرر رسومات يعمل بتقنية LaTeX لإنشاء الأشكال والعروض التقديمية بتنسيق PDF.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/office/calligra) [Karbon](https://www.calligra.org/karbon/) - برنامج رسم متجه مفتوح المصدر.
- [![برمجيات مفتوحة المصدر][oss icon]](https://gitlab.com/mattia.basaglia/Knotter) [Knotter](https://knotter.mattbas.org/Knotter) - برنامج مصمم فقط للمساعدة في تصميم وإنشاء عقدة سلتيك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/graphics/kolourpaint) [KolourPaint](https://apps.kde.org/kolourpaint/) - KolourPaint هو برنامج رسم بسيط لإنشاء صور نقطية بسرعة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/graphics/krita) [Krita](https://krita.org/en/) - برمجيات مفتوحة المصدر لفنانين المفاهيم والرسامين الرقميين والرسامين التوضيحيين.
- ![غير مجاني][أيقونة برنامج مجاني][Lunacy](https://icons8.com/lunacy/) - برنامج تصميم مجاني يحافظ على تدفقك باستخدام أدوات الذكاء الاصطناعي والرسومات المدمجة
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mypaint/mypaint) [Mypaint](https://github.com/mypaint/mypaint)) - Mypaint هو برنامج رسم للاستخدام مع الأجهزة اللوحية الرسومية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.com/jonata/opendvdproducer) [منتج أقراص DVD المفتوح](https://opendvdproducer.jonata.org/) - برنامج حديث مفتوح المصدر ومتعدد المنصات لإنتاج صور أقراص DVD.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://www.pinta-project.com/howto/contribute) [بينتا](https://www.pinta-project.com) - بينتا هو برنامج مجاني مفتوح المصدر للرسم وتحرير الصور.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Orama-Interactive/Pixelorama) [Pixelorama](https://orama-interactive.itch.io/pixelorama) - محرر صور ثنائية الأبعاد مجاني ومفتوح المصدر، مصنوع باستخدام محرك Godot!
- [![برنامج مفتوح المصدر][أيقونة oss]](https://launchpad.net/lsm) [StopMotion](http://linuxstopmotion.org/) - Linux Stopmotion هو تطبيق مفتوح المصدر مجاني لإنشاء رسوم متحركة بتقنية إيقاف الحركة. يساعدك على التقاط إطارات الرسوم المتحركة وتحريرها وتصديرها كملف واحد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/sweethome3d/) [Sweet Home 3D](http://www.sweethome3d.com/) - مصمم داخلي وخارجي للمنزل مع معاينة ثلاثية الأبعاد وقاعدة بيانات نماذج مجانية وزيارات افتراضية ومستودع مفيد للمكونات الإضافية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/synfig/synfig) [Synfig Studio](https://www.synfig.org/) - برنامج رسوم متحركة ثنائي الأبعاد مفتوح المصدر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/scantailor/scantailor) [Scan Tailor](https://scantailor.org/) - Scan Tailor هي أداة تفاعلية لمعالجة الصفحات الممسوحة ضوئيًا. للحصول على برنامج تعليمي حول كيفية استخدامها، راجع [دليل المستخدم](https://github.com/scantailor/scantailor/wiki/User-Guide).
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/utilities/skanpage) [Skanpage](https://apps.kde.org/skanpage/) - تطبيق مسح ضوئي بسيط للمستندات متعددة الصفحات.
- [Vectr](https://vectr.com/) - Vectr هو برنامج رسوميات مجاني يستخدم لإنشاء رسوميات متجهية بسهولة وبديهية. إنه أداة بسيطة ولكنها قوية تعمل على الويب وسطح المكتب عبر الأنظمة الأساسية لتحويل تصميماتك إلى واقع.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](http://www.xaraxtreme.org/Developers/develeopers-source-code-a-building.html) [Xara Extreme](http://www.xaraxtreme.org/) - Xara Xtreme for Linux هو برنامج رسوميات قوي متعدد الأغراض لمنصات Unix بما في ذلك Linux وFreeBSD.
- [محرر الرسوم البيانية yEd](https://www.yworks.com/products/yed) - yEd هو تطبيق سطح مكتب قوي يمكن استخدامه لإنشاء مخططات عالية الجودة بسرعة وفعالية. أنشئ المخططات يدويًا أو استورد بياناتك الخارجية للتحليل. تقوم خوارزميات التخطيط التلقائي لدينا بترتيب مجموعات البيانات الكبيرة بمجرد الضغط على زر.
#### محرر الصور
- ![غير مجاني][أيقونة المال] [Aftershot](https://www.aftershotpro.com/en/products/aftershot/pro/) - بديل قوي لبرنامج Adobe Photoshop.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/darktable-org/darktable) [Darktable](https://www.darktable.org/) - Darktable هو تطبيق سير عمل للتصوير الفوتوغرافي مفتوح المصدر ومطور RAW.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/GNOME/gimp) [GIMP](https://www.gimp.org/downloads/) - GIMP هو برنامج يتم توزيعه مجانًا لمهام مثل تعديل الصور وتكوين الصور وتأليفها.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/graphicsmagick/) [GraphicsMagick](http://www.graphicsmagick.org/) - GraphicsMagick هو السكين السويسري لمعالجة الصور.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://hugin.sourceforge.io/) [Hugin](https://hugin.sourceforge.io/) - سلسلة أدوات تصوير بانورامي متعددة الأنظمة سهلة الاستخدام تعتمد على Panorama Tools.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/ImageMagick/ImageMagick) [ImageMagik](https://www.imagemagick.org/script/index.php) - ImageMagick عبارة عن مجموعة من أدوات سطر الأوامر لتعديل الصور والعمل معها.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/jarun/imgp) [imgp](https://github.com/jarun/imgp) - أداة سريعة للغاية لتغيير حجم الصور وتدويرها.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/LuminanceHDR/LuminanceHDR) [Luminance HDR](https://sourceforge.net/projects/qtpfsgui/) - Luminance HDR هو تطبيق واجهة مستخدم رسومية مفتوح المصدر يهدف إلى توفير سير عمل لتصوير HDR.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/google-code-export/photivo) [Photivo](https://photivo.org/) - Photivo هو معالج صور مجاني ومفتوح المصدر (GPL3)، ويتعامل مع ملفات RAW وملفات bitmap (TIFF وJPEG وBMP وPNG والعديد غيرها) في أنبوب معالجة غير مدمر بدقة 16 بت مع تكامل سير عمل gimp ووضع الدفعات. وهو مخصص للاستخدام في سير عمل مع digiKam/F-Spot/Shotwell وGimp.
- [![برنامج مفتوح المصدر][رمز oss]](https://github.com/piskelapp/piskel) [Piskel](https://www.piskelapp.com/) - محرر قائم على المتصفح للنقوش المتحركة وفن البكسل. متاح كتطبيق دون اتصال.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/lbalazscs/Pixelitor) [Pixelitor](https://pixelitor.sourceforge.io/) - Pixelitor هو برنامج تحرير صور مفتوح المصدر ومجاني يدعم الطبقات وأقنعة الطبقات وطبقات النص والمرشحات والتراجع المتعدد وما إلى ذلك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Beep6581/RawTherapee) [RawTherapee](https://rawtherapee.com/) - تطبيق تحرير صور جيد المظهر ولكنه أقل شهرة.
#### إدارة الصور
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/graphics/digikam) [Digikam](https://www.digikam.org/) - DigiKam هو تطبيق متقدم لإدارة الصور الرقمية لنظام Linux.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/szTheory/exifcleaner) [ExifCleaner](https://exifcleaner.com) - إزالة بيانات التعريف الخاصة بالصورة عن طريق السحب والإفلات. يدعم معالجة الدفعات متعددة النواة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://git.finalrewind.org/feh) [Feh](https://feh.finalrewind.org/) - عارض صور خفيف الوزن وسريع.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](http://www.kornelix.net/downloads/downloads.html) [Fotocx](https://www.kornelix.net/fotocx/fotocx.html) - Fotocx هو برنامج مفتوح المصدر مجاني يعمل بنظام Linux لتحرير الصور وإدارة المجموعات.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/BestImageViewer/geeqie) [geeqie](http://www.geeqie.org/) - عارض الصور/متصفح مجموعة الصور. خليفة GQview.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/GNOME/gthumb/) [gThumb](https://wiki.gnome.org/Apps/Gthumb) - gThumb هو عارض ومتصفح للصور (كما يتضمن أداة استيراد لنقل الصور من الكاميرات).
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/graphics/gwenview) [gwenview](https://apps.kde.org/gwenview/) - عارض صور وإدارة بسيط ولكنه قوي لسطح مكتب KDE.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/meowtec/Imagine) [Imagine](https://github.com/meowtec/Imagine) - مُحسِّن صور مفتوح المصدر يمكنه تقليص حجم الصور مع الحد الأدنى من فقدان الجودة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/nomacs/nomacs/tree/master) [nomacs](https://nomacs.org/) - nomacs هو عارض صور قادر على عرض أي تنسيق للصور تقريبًا، ويحتوي على أدوات قوية لإعادة التسمية والفرز.
- [![برنامج مفتوح المصدر][رمز oss]](https://github.com/peterlevi/ojo) [Ojo](https://github.com/peterlevi/ojo) - عارض صور سريع وجميل .
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/ivandokov/phockup) [Phockup](https://github.com/ivandokov/phockup) - أداة فرز سطر الأوامر لتنظيم الصور ومقاطع الفيديو من الكاميرا الخاصة بك في مجلدات حسب السنة والشهر واليوم.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/oferkv/phototonic) [Photonic](https://github.com/oferkv/phototonic) - Phototonic هو عارض ومنظم للصور.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/kanryu/quickviewer) [quickviewer](https://kanryu.github.io/quickviewer/) - عارض صور/قصص مصورة سريع للغاية باستخدام OpenGL.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/yurijmikhalevich/rclip) [rclip](https://github.com/yurijmikhalevich/rclip) - أداة بحث عن الصور من سطر الأوامر مدعومة بالذكاء الاصطناعي.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/GNOME/shotwell) [Shotwell](https://wiki.gnome.org/Apps/Shotwell) - Shotwell هو مدير صور لـ GNOME.
#### متنوع
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/FreeCAD/FreeCAD) [FreeCAD](https://github.com/FreeCAD/FreeCAD) - FreeCAD هو برنامج مجاني ومفتوح المصدر متعدد المنصات لإنشاء نماذج ثلاثية الأبعاد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/HandBrake/HandBrake) [Handbrake](https://handbrake.fr/) - HandBrake هي أداة لتحويل الفيديو من أي تنسيق تقريبًا إلى مجموعة مختارة من برامج الترميز الحديثة المدعومة على نطاق واسع.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Diolinux/PhotoGIMP) [PhotoGIMP](https://github.com/Diolinux/PhotoGIMP) - تصحيح لتحسين GIMP 2.10+ لمستخدمي Adobe Photoshop.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Gictorbit/photoshopCClinux) [Photoshop CCv19](https://github.com/Gictorbit/photoshopCClinux) - برنامج تثبيت Photoshop CC v19 لنظام Gnu/Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/MiMillieuh/Photoshop-CC2022-Linux) [Photoshop-CC2022-Linux](https://github.com/MiMillieuh/Photoshop-CC2022-Linux) - برنامج التثبيت لبرنامج Photoshop CC 2022 على Linux مع واجهة المستخدم الرسومية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://potrace.sourceforge.net/#downloading) [Potrace](https://potrace.sourceforge.net/) - Potrace هي أداة لتتبع خريطة بتات، مما يعني تحويل خريطة بتات إلى صورة سلسة وقابلة للتطوير.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://www.radiance-online.org/download-install/radiance-source-code) [Radiance](https://www.radiance-online.org/) - Radiance - أداة محاكاة الإضاءة المعتمدة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://launchpad.net/rapid/) [برنامج Rapid Photo Downloader](https://damonlynch.net/rapid/download.html) - يجعل برنامج Rapid Photo Downloader من السهل استيراد الصور من الكاميرا أو الهاتف الذكي.
#### PSD، فحص الرسم التخطيطي
- ![غير مجاني][أيقونة المال] [Avocode](https://avocode.com/) - Avocode - شارك وتفقد تصميمات Photoshop وSketch في لمح البصر.
#### مسجل الشاشة
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/asciinema/asciinema) [asciinema](https://asciinema.org) - مسجل جلسة المحطة الطرفية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/dvershinin/green-recorder) [Green Recorder](https://github.com/dvershinin/green-recorder) - مسجل سطح مكتب بسيط لأنظمة Linux، يدعم تسجيل الصوت والفيديو على جميع واجهات Linux تقريبًا وخادم العرض Wayland في جلسة GNOME.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://git.dec05eba.com/gpu-screen-recorder) [gpu-screen-recorder](https://git.dec05eba.com/gpu-screen-recorder) - برنامج تسجيل الشاشة وإعادة التشغيل CLI الذي يستخدم تسريع الأجهزة على غرار AMD ReLive أو Nvidia ShadowPlay.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://git.dec05eba.com/gpu-screen-recorder-gtk) [gpu-screen-recorder-git](https://git.dec05eba.com/gpu-screen-recorder-gtk) - واجهة المستخدم الرسمية المستندة إلى GTK لأداة CLI `gpu-screen-recorder`.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://code.launchpad.net/kazam) [Kazam](https://launchpad.net/kazam) - برنامج تسجيل شاشة سهل الاستخدام وبديهي للغاية سيلتقط محتوى شاشتك ويسجل ملف فيديو يمكن تشغيله بواسطة أي مشغل فيديو يدعم تنسيق الفيديو VP8/WebM.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/SeaDve/Kooha) [Kooha](https://flathub.org/apps/io.github.seadve.Kooha) - مسجل شاشة بسيط مكتوب بلغة GTK. يسمح لك بتسجيل شاشتك وكذلك الصوت من الميكروفون أو سطح المكتب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/orhun/menyoki) [menyoki](https://menyoki.cli.rs/) - التقاط شاشة وتنفيذ ImageOps على سطر الأوامر.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/obsproject/obs-studio) [OBS Studio](https://obsproject.com/) - برنامج مجاني ومفتوح المصدر لتسجيل الفيديو والبث المباشر. قم بتنزيله وابدأ البث بسرعة وسهولة على أنظمة Windows أو Mac أو Linux. شارك ألعابك وفنونك وترفيهك مع العالم.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/phw/peek) [Peek](https://github.com/phw/peek) - مسجل شاشة GIF متحرك بسيط مع واجهة سهلة الاستخدام.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/colinkeenan/silentcast) [Silentcast](https://github.com/colinkeenan/silentcast) - يمكن لبرنامج Silentcast إنشاء لقطات شاشة بتنسيق MKV وإخراجها أيضًا إلى صورة GIF متحركة.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/MaartenBaert/ssr) [SimpleScreenRecorder](https://www.maartenbaert.be/simplescreenrecorder/) - SimpleScreenRecorder هو مسجل شاشة غني بالميزات يدعم X11 وOpenGL. كما أنه يحتوي على واجهة مستخدم رسومية تعتمد على Qt.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/vkohaupt/vokoscreen) [Vokoscreen](https://linuxecke.volkoh.de/vokoscreen/vokoscreen.html) - مسجل شاشة مجاني ومتعدد اللغات وسهل الاستخدام مع الصوت لنظام Linux. يحتوي على العديد من الميزات.
#### لقطة شاشة
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/lupoDharkael/flameshot) [Flameshot](https://flameshot.org/) - برنامج لقطة شاشة قوي وسهل الاستخدام.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/ksnip/ksnip) [Ksnip](https://github.com/ksnip/ksnip#ksnip) - Ksnip هي أداة لقطة شاشة متعددة الأنظمة تعتمد على Qt وتوفر العديد من ميزات التوضيح للقطات الشاشة الخاصة بك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/olav-st/screencloud) [ScreenCloud](https://screencloud.net/) - ScreenCloud هي أداة مشاركة لقطات شاشة سهلة الاستخدام تتكون من عميل متعدد الأنظمة وموقع ويب للمشاركة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/shutter-project/shutter) [Shutter](https://shutter-project.org/) - Shutter هو برنامج لقطة شاشة غني بالميزات لأنظمة التشغيل المستندة إلى Linux مثل Ubuntu.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/graphics/spectacle) [Spectacle](https://apps.kde.org/spectacle/) - Spectacle هو تطبيق بسيط لالتقاط لقطات شاشة لسطح المكتب.
#### البث المباشر
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/World/boatswain) [Boatswain](https://apps.gnome.org/Boatswain/) - تحكم في أجهزة Elgato Stream Deck الخاصة بك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/minidlna) [ReadyMedia](https://minidlna.sourceforge.net/) - يُعرف سابقًا باسم **MiniDLNA**، ReadyMedia هو برنامج خادم وسائط بسيط وخفيف الوزن، بهدف التوافق التام مع عملاء DLNA/UPnP-AV. يقدم برنامج MiniDNLA ملفات الوسائط (الموسيقى والصور والفيديو) للعملاء على شبكة مثل الهواتف الذكية ومشغلات الوسائط المحمولة وأجهزة التلفزيون وأجهزة الكمبيوتر الأخرى وبعض أنظمة الألعاب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/virtual-puppet-project/vpuppr) [VPupPr](https://github.com/virtual-puppet-project/vpuppr) - تطبيق VTuber تم إنشاؤه باستخدام Godot 3.4.
#### محرر الفيديو
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/cinelerra-cv-team/cinelerra-cv) [Cinelerra-cv](http://cinelerra-cv.wikidot.com/) - بيئة تحرير وتأليف فيديو احترافية.
- ![غير مجاني][أيقونة المال] [Davinci Resolve](https://www.blackmagicdesign.com/products/davinciresolve/) - أدوات ثورية للتحرير وتصحيح الألوان ونشر الصوت والآن المؤثرات البصرية، كل ذلك في تطبيق واحد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/jliljebl/flowblade) [Flowblade](https://github.com/jliljebl/flowblade) - محرر فيديو غير خطي متعدد المسارات لنظام Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/multimedia/kdenlive) [Kdenlive](https://kdenlive.org/) - Kdenlive هو محرر فيديو غير خطي، وهو أقوى بكثير من محرري المبتدئين (الخطيين).
- ![غير مجاني][أيقونة المال] [Lightworks](https://www.lwks.com/) - برنامج احترافي لتحرير الفيديو غير الخطي مع توفر نسخة مجانية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/olive-editor/olive) [Olive](https://www.olivevideoeditor.org/) - Olive هو محرر فيديو غير خطي مجاني يهدف إلى توفير بديل كامل الميزات لبرامج تحرير الفيديو الاحترافية المتطورة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/OpenShot/openshot-qt) [OpenShot](https://www.openshot.org/) - OpenShot هو محرر فيديو مجاني وسهل الاستخدام وغني بالميزات لنظام Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/GNOME/pitivi) [Pitivi](https://www.pitivi.org/) - محرر فيديو مجاني بواجهة مستخدم جميلة وبديهية وقاعدة بيانات نظيفة ومجتمع رائع.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mltframework/shotcut) [Shotcut](https://www.shotcut.org/) - Shotcut هو محرر فيديو مجاني ومفتوح المصدر ومتعدد الأنظمة مع دعم لمئات تنسيقات الصوت والفيديو والترميزات وواجهة أنيقة وبديهية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/ozmartian/vidcutter) [Vidcutter](https://github.com/ozmartian/vidcutter) - تطبيق متعدد الأنظمة يعتمد على Qt5 لتقطيع/تقسيم الفيديو ودمجه/ضمه بسرعة وسهولة لإجراء تعديلات سريعة وبسيطة.
### إنترنت
#### المتصفح
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/brave/brave-browser) [Brave](https://brave.com/) - Brave هو متصفح سطح مكتب سريع وجيد لأنظمة macOS وWindows وLinux.
- [Chrome](https://www.google.com/chrome/browser/desktop/index.html) - متصفح ويب شهير يحتوي على الكثير من المكونات الإضافية/التطبيقات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://chromium.googlesource.com/chromium/src.git) [Chromium](https://www.chromium.org/) - Chromium هو مشروع متصفح مفتوح المصدر يهدف إلى بناء طريقة أكثر أمانًا وسرعة واستقرارًا لجميع المستخدمين لتجربة الويب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/network/falkon) [Falkon](https://www.falkon.org/) - يهدف Falkon إلى أن يكون متصفح ويب خفيف الوزن متاحًا عبر جميع المنصات الرئيسية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://hg.mozilla.org/mozilla-central/) [فايرفوكس](https://www.mozilla.org/en-US/firefox/new/) - متصفح ويب شهير يحتوي على الكثير من المكونات الإضافية/التطبيقات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/GNOME/epiphany) [GNOME Web](https://wiki.gnome.org/Apps/Web) - GNOME Web (الاسم الرمزي: Epiphany) هو متصفح ويب GNOME يعتمد على
محرك عرض WebKit.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://git.savannah.gnu.org/cgit/gnuzilla.git) [IceCat](https://www.gnu.org/software/gnuzilla/) - إصدار GNU من Firefox مصمم للخصوصية، باستخدام البرمجيات الحرة فقط وخالي من العلامات التجارية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.com/librewolf-community) [LibreWolf](https://librewolf.net/) - شوكة من Firefox، مع الأهداف الأساسية للخصوصية والأمان وحرية المستخدم.
- [Microsoft Edge](https://www.microsoft.com/en-us/edge) - Microsoft Edge هو متصفح ويب متعدد الأنظمة تم إنشاؤه وتطويره بواسطة Microsoft.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.com/midori-web/midori-desktop) [Midori](https://astian.org/midori-browser/download/) - متصفح مجاني خفيف الوزن يعمل بشكل جيد على الأنظمة ذات المواصفات المنخفضة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/minbrowser/min) [Min](https://minbrowser.org/min/) - متصفح ويب أسرع وأذكى.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.torproject.org/tpo/applications/mullvad-browser/) [متصفح Mullvad](https://mullvad.net/en/browser) - متصفح Mullvad هو متصفح ويب يركز على الخصوصية تم تطويره بالتعاون بين Mullvad VPN ومشروع Tor. وهو مصمم لتقليل التتبع وبصمات الأصابع.
- [Opera](https://www.opera.com/) - متصفح Opera هو كل ما تحتاجه للقيام بالمزيد من المهام على الويب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/qutebrowser/qutebrowser) [QuteBrowser](https://www.qutebrowser.org/) - متصفح يشبه vim ويتم تشغيله بواسطة لوحة المفاتيح ويعتمد على PyQt5.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.torproject.org/tpo/core/tor/) [Tor](https://www.torproject.org/) - Tor هو برنامج مجاني وشبكة مفتوحة تساعدك على الدفاع ضد تحليل حركة المرور، وهو شكل من أشكال مراقبة الشبكة التي تهدد الحرية الشخصية والخصوصية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Eloston/ungoogled-chromium) [ungoogled-chromium](https://github.com/Eloston/ungoogled-chromium) - ungoogled-chromium هو Google Chromium، ولا يعتمد على خدمات الويب من Google.
- [Vivaldi](https://vivaldi.com) - متصفح جديد وناشئ يحتوي على الكثير من التخصيصات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/WaterfoxCo/Waterfox) [Waterfox](https://www.waterfox.net/) - شوكة من Firefox. يمنحك Waterfox طريقة عقلانية لتصفح الويب. تم تصميمه مع وضعك أنت المستخدم في الاعتبار.
- [Wavebox](https://wavebox.io) - متصفح Chromium غني بالميزات تم تصميمه للعمل المنتج عبر Google Workspaces، وMicrosoft Teams، وClickUp، وMonday، وAtlassian، وAsana، وAirTable، وSlack، وأي تطبيق ويب آخر تستخدمه لإنجاز العمل.
- [Yandex](https://browser.yandex.com) - متصفح سريع ومريح.
#### أداة داعمة
- [Clipgrab](https://clipgrab.org/) - أداة تنزيل سهلة الاستخدام لموقع YouTube والمواقع الأخرى.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/NickvisionApps/Parabolic) [Parabolic](https://github.com/NickvisionApps/Parabolic) - تنزيل مقاطع الفيديو والصوت من الويب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/spotDL/spotify-downloader) [spotDL](https://github.com/spotDL/spotify-downloader) - قم بتنزيل قوائم التشغيل والأغاني الموجودة على Spotify بالإضافة إلى غلاف الألبوم والبيانات الوصفية (من YouTube إذا تم العثور على تطابق).
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Unrud/video-downloader) [أداة تنزيل الفيديو](https://github.com/Unrud/video-downloader) - قم بتنزيل مقاطع الفيديو من مواقع الويب مثل YouTube والعديد من المواقع الأخرى (بناءً على yt-dlp).
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/jely2002/youtube-dl-gui) [youtube-dl-gui](https://jely2002.github.io/youtube-dl-gui/) - واجهة مستخدم رسومية متعددة الأنظمة لـ youtube-dl مصنوعة في Electron وnode.js
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/aandrew-me/ytdownloader/) [ytDownloader](https://ytdn.netlify.app/) - واجهة مستخدم رسومية متعددة الأنظمة لـ yt-dlp مع خيارات متقدمة وواجهة مستخدم حديثة.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/zerotier/ZeroTierOne) [Zerotier](https://my.zerotier.com) - Zerotier هو برنامج ينشئ شبكة افتراضية لأجهزتك فقط مع تشفير من البداية إلى النهاية عبر الإنترنت. بشكل افتراضي، سيدير Zerotier شبكتك الافتراضية ولكن يمكنك التبديل إلى شبكة ذاتية الإدارة إذا كنت تفضل ذلك.
#### عميل خدمة الويب
- [![برمجيات مفتوحة المصدر][رمز oss]](https://invent.kde.org/pim/akregator) [Akregator](https://apps.kde.org/akregator/) - خلاصة KDE قارئ.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/network/choqok) [Choqok](https://apps.kde.org/choqok/) - Choqok هو عميل Qt5 لـ Twitter وGNU Social وFriendica وPump.IO.
- [![برنامج مفتوح المصدر][رمز oss]](https://github.com/jeena/FeedTheMonkey) [FeedTheMonkey](https://github.com/jeena/FeedTheMonkey) - FeedTheMonkey هو عميل سطح مكتب لـ TinyTinyRSS.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/yang991178/fluent-reader) [Fluent Reader](https://hyliu.me/fluent-reader/) - قارئ RSS لسطح المكتب الحديث تم إنشاؤه باستخدام Electron وReact وFluent UI.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/FreeTubeApp/FreeTube) [FreeTube](https://freetubeapp.io/) - FreeTube هو عميل YouTube لنظامي التشغيل Windows وMac وLinux تم تصميمه لاستخدام YouTube بشكل أكثر خصوصية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/EragonJ/Kaku) [Kaku](https://kaku.rocks/) - مشغل موسيقى يوتيوب مفتوح المصدر لنظام التشغيل أوبونتو.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.com/news-flash/news_flash_gtk) [NewsFlash](https://apps.gnome.org/app/io.gitlab.news_flash.NewsFlash/) - NewsFlash هو برنامج مصمم لاستكمال حساب قارئ RSS المستند إلى الويب الموجود بالفعل.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/multimedia/plasmatube) [PlasmaTube](https://apps.kde.org/plasmatube/) - عميل YouTube قائم على Kirigami لأجهزة سطح المكتب والأجهزة المحمولة التي تعمل بنظام Linux مع ميزات مدمجة لحظر الإعلانات والخصوصية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/popcorn-official/popcorn-desktop) [Popcorn Time](https://github.com/popcorn-official/popcorn-desktop) - شاهد أفلام التورنت على الفور.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/martinrotter/rssguard) [RSS Guard](https://github.com/martinrotter/rssguard) - قارئ موجزات يدعم RSS/ATOM/JSON والعديد من خدمات موجزات الويب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/streamlink/streamlink-twitch-gui) [واجهة المستخدم الرسومية لـ Streamlink Twitch](https://streamlink.github.io/streamlink-twitch-gui/) - متصفح Twitch.tv متعدد المنصات لـ [Streamlink](https://streamlink.github.io/).
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/pystardust/ytfzf) [ytfzf](https://github.com/pystardust/ytfzf) - عميل Youtube/Odysee الطرفي مع الصور المصغرة.
### مكتب
#### محاسبة
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/Gnucash/) [GnuCash](https://www.gnucash.org/) - GnuCash هو برنامج محاسبة مجاني ينفذ نظام محاسبة القيد المزدوج. كان الهدف في البداية تطوير قدرات مماثلة لتطبيق Quicken من Intuit, Inc.، ولكنه يحتوي أيضًا على ميزات للمحاسبة للشركات الصغيرة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/simonmichael/hledger) [hledger](https://hledger.org/) - أداة محاسبة سهلة الاستخدام لسطر الأوامر/اللعنات/الويب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://code.launchpad.net/homebank) [HomeBank](https://homebank.free.fr/en/index.php) - HomeBank هو برنامج مجاني سيساعدك على إدارة المحاسبة الشخصية الخاصة بك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/office/kmymoney) [KMyMoney](https://kmymoney.org/) - KMyMoney هو مدير مالي شخصي من KDE. طريقة عمله مشابهة لـ Microsoft Money وQuicken.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/office/skrooge) [Skrooge](https://skrooge.org/) - مدير مالي شخصي، مدعوم من KDE.
#### مجموعات المكاتب
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/office/calligra) [Caligra Office](https://www.calligra.org/) - يوفر مجموعة شاملة من 8 تطبيقات تلبي احتياجات المكتب والرسومات والإدارة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://www.libreoffice.org/about-us/source-code/) [LibreOffice](https://www.libreoffice.org/) - يمكن القول إنها مجموعة البرامج المكتبية الأكثر شعبية لنظام Linux، وهي متطورة للغاية ومعروفة على نطاق واسع.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/ONLYOFFICE) [OnlyOffice](https://www.onlyoffice.com/) - مجموعة مكتبية تتطلب رسومًا مقابل إصدار سحابي منها، ولكنها مجانية للاستخدامات الأخرى.
- [WPS Office](https://www.wps.com/office/linux/) - مجموعة مكتبية شائعة في الصين، ولكنها مترجمة بالكامل وتعمل بشكل جيد باللغة الإنجليزية.
#### مطاط
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/swilmet/gnome-latex) [GNOME LaTeX](https://gitlab.gnome.org/swilmet/gnome-latex) - GNOME LaTeX هو محرر LaTeX لسطح مكتب GNOME.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/alexandervdm/gummi) [Gummi](https://github.com/alexandervdm/gummi) - محرر لاتكس بسيط مع قوالب، ومدقق إملائي، ومعالجات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://www.lyx.org/trac/browser) [LyX](https://www.lyx.org/) - محرر مستندات ناضج يقدم عرضًا بتنسيق LaTeX.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://www.tug.org/texlive/build.html) [TexLive](https://www.tug.org/texlive/) - TeX Live هي طريقة سهلة للبدء في استخدام نظام إنتاج مستندات TeX.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://savannah.gnu.org/projects/texmacs) [TeXmacs](http://www.texmacs.org/) - محرر نصوص علمي مجاني، مستوحى من TeX وGNU Emacs. محرر WYSIWYG وواجهة CAS.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://www.xm1math.net/texmaker/download.html) [Texmaker](https://www.xm1math.net/texmaker/) - محرر LaTeX مجاني متعدد الأنظمة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/texstudio-org/texstudio) [TeXstudio](https://www.texstudio.org/) - هدف TeXstudio هو جعل كتابة مستندات LaTeX سهلة ومريحة قدر الإمكان.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/TeXworks/texworks) [TeXworks](https://www.tug.org/texworks/) - TeXworks هي بيئة لتأليف مستندات TeX (LaTeX، ConTeXt، إلخ)، مع محرر قائم على Unicode، وواعٍ لـ TeX، وعارض PDF متكامل، وواجهة نظيفة وبسيطة يمكن الوصول إليها من قبل المستخدمين العاديين وغير الفنيين.
#### تخفيض السعر
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/wereturtle/ghostwriter) [Ghost Writer](https://ghostwriter.kde.org/) - محرر Markdown خالٍ من التشتيت لنظامي التشغيل Windows وLinux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/fabiocolacio/Marker) [Marker](https://github.com/fabiocolacio/Marker) - Marker هو محرر Markdown لنظام Linux تم إنشاؤه باستخدام GTK+-3.0.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/marktext/marktext) [MarkText](https://github.com/marktext/marktext) - MarkText هو محرر نصوص مفتوح المصدر مجاني يعمل في الوقت الفعلي ويدعم كل من CommonMark Spec وGitHub Flavored Markdown Spec. وهو محرر نصوص موجز، مخصص لتحسين كفاءة الكتابة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/jamiemcg/remarkable) [Remarkable](https://remarkableapp.github.io/) - محرر Markdown قادر يستخدم أحد متغيرات GitHub Flavored Markdown (GFM).
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/retext-project/retext) [Retext](https://github.com/retext-project/retext) - محرر بسيط ولكنه قوي لـ Markdown و reStructuredText.
- [Typora](https://typora.io/) - محرر ترميز Markdown بسيط.
#### كتابة الرواية
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/andreafeccomandi/bibisco) [Bibisco](https://www.bibisco.com/) - برنامج لكتابة الروايات يركز على الأفكار والشخصيات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/olivierkes/manuskript) [Manuskript](https://www.theologeek.ch/manuskript/) - Manuskript هي أداة مثالية للكتاب الذين يحبون تنظيم كل شيء والتخطيط له قبل الكتابة.
- [![برنامج مفتوح المصدر][رمز oss]](https://github.com/jacquetc/skribisto) [Skribisto](www.skribisto.eu) - برنامج للكتاب
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/scribusproject/scribus) [Scribus](https://www.scribus.net/downloads/) - Scribus هو تطبيق نشر مكتبي مصمم لتخطيط وتنسيق وتجهيز الملفات لمعدات إعداد الصور ذات الجودة الاحترافية. كما يمكنه إنشاء عروض تقديمية ونماذج PDF متحركة وتفاعلية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/trelby/trelby) [Trelby](https://www.trelby.org/) - Trelby بسيط وسريع ومصمم بشكل أنيق لجعل كتابة السيناريو بسيطة.
### الإنتاجية
#### الأتمتة
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Jmgr/actiona) [Actiona](https://wiki.actiona.tools/doku.php?id=:en:start) - أداة مساعدة لأتمتة المهام في Ubuntu/Linux. (كانت تُعرف سابقًا باسم Actionaz)
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/autokey/autokey) [Autokey](https://github.com/autokey/autokey) - تتيح لك أداة أتمتة سطح المكتب لنظام Linux إدارة مجموعة من البرامج النصية والعبارات، وتعيين الاختصارات والمفاتيح السريعة لها.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/rafaelmardojai/blanket) [بطانية](https://apps.gnome.org/app/com.rafaelmardojai.Blanket/) - قم بتحسين التركيز وزيادة إنتاجيتك من خلال الاستماع إلى أصوات مختلفة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://code.launchpad.net/caffeine) [Caffeine](https://launchpad.net/caffeine) - يمنع أوبونتو من الدخول في وضع السكون تلقائيًا.
- [![برنامج مفتوح المصدر][رمز oss]](https://github.com/federico-terzi/espanso) [espanso](https://espanso.org/) - موسع نص متعدد المنصات مكتوب باللغة الصدأ.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mautosoft/maxautoclicker/) [Max Auto Clicker](https://maxautoclicker.blogspot.com/) - يمكنك أتمتة نقرات الماوس بسهولة باستخدام هذا التطبيق الرائع متعدد الأنظمة الأساسية (لأجهزة الكمبيوتر المكتبية بنظامي التشغيل Windows وLinux).
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/robiot/xclicker) [XClicker](https://xclicker.xyz/) - أداة النقر التلقائي السريعة للغاية لواجهة المستخدم الرسومية لنظام Linux.
#### رصيف
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Cairo-Dock) [Cairo-Dock](https://glx-dock.org/) - Cairo-Dock هي واجهة سطح مكتب تأخذ شكل أرصفة، وطاولات مكتبية، ولوحة تحكم، وما إلى ذلك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://code.launchpad.net/docky) [Docky](https://launchpad.net/docky) - Docky هو تطبيق قفص الاتهام كامل الميزات الذي يجعل فتح التطبيقات الشائعة وإدارة النوافذ أسهل وأسرع.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/plasma/latte-dock) [Latte Dock](https://store.kde.org/p/1169519/) - Latte هو رصيف يعتمد على أطر البلازما التي توفر تجربة أنيقة وبديهية لمهامك والبلازمويدات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://git.launchpad.net/plank) [Plank](https://launchpad.net/plank) - Plank هو أبسط رصيف للتطبيقات على هذا الكوكب.
#### البحث المحلي
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/albertlauncher/albert) [Albert](https://albertlauncher.github.io/) - مشغل لوحة مفاتيح رائع لسطح مكتب Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/DoTheEvo/ANGRYsearch) [ANGRYsearch](https://github.com/DoTheEvo/ANGRYsearch) - البحث عن ملفات Linux، نتائج فورية أثناء الكتابة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://code.launchpad.net/catfish-search) [Catfish](https://launchpad.net/catfish-search) - Catfish هي أداة بحث عن الملفات متعددة الاستخدامات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/KELiON/cerebro) [Cerebro](https://cerebroapp.com/) - معزز إنتاجية مفتوح المصدر مع بديل brain/MacOS-Spotlight.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/cboxdoerfer/fsearch) [fsearch](https://github.com/cboxdoerfer/fsearch) - أداة بحث سريعة عن الملفات لأنظمة شبيهة بنظام يونكس تعتمد على GTK+3. تدعم الأحرف البدل، وتدعم التعبيرات العادية، وتدعم المرشحات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/pew/plotinus) [Plotinus](https://github.com/pew/plotinus) - لوحة أوامر قابلة للبحث في كل تطبيق GTK+ حديث.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://git.launchpad.net/synapse-project) [Synapse](https://launchpad.net/synapse-project) - Synapse هو مشغل دلالي مكتوب بلغة Vala يمكنك استخدامه لبدء تشغيل التطبيقات بالإضافة إلى البحث عن المستندات والملفات ذات الصلة والوصول إليها من خلال الاستفادة من محرك Zeitgeist.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Ulauncher/Ulauncher/) [Ulauncher](https://ulauncher.io/) - Ulauncher هو مشغل تطبيقات سريع لنظام Linux. وهو مكتوب بلغة Python، باستخدام GTK+.
#### متنوع
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/costales/anoise) [الضوضاء المحيطة](https://github.com/costales/anoise) - مولد ضوضاء محيطة لنظام Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/jarun/bcal) [bcal](https://github.com/jarun/bcal) - إجراء تحويلات وحسابات التخزين.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/hluk/CopyQ) [CopyQ](https://hluk.github.io/CopyQ/) -CopyQ هو مدير حافظة متقدم مع ميزات التحرير والكتابة النصية.
- [f.lux](https://justgetflux.com/linux.html) - برنامج يقوم بتحويل شاشتك إلى اللون الأحمر لمساعدتك على النوم بشكل أفضل.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/thezbyg/gpick) [Gpick](https://www.gpick.org/) - يتيح لك Gpick أخذ عينات من أي لون من أي مكان على سطح المكتب، كما يوفر أيضًا بعض الميزات المتقدمة الأخرى!
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/jarun/pdd) [pdd](https://github.com/jarun/pdd) - حاسبة صغيرة للفرق بين التاريخ والوقت.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/jonls/redshift) [Redshift](http://jonls.dk/redshift/) - يضبط Redshift درجة حرارة لون الشاشة وفقًا للبيئة المحيطة. وقد يساعد هذا في تخفيف ألم عينيك إذا كنت تعمل أمام الشاشة ليلاً.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://www.speedcrunch.org/) [SpeedCrunch](https://www.speedcrunch.org/) - آلة حاسبة علمية عالية الدقة، مفتوحة المصدر، لطيفة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/jml/undistract-me) [Undistract me](https://github.com/jml/undistract-me) - يخطرك عند اكتمال أوامر المحطة الطرفية طويلة المدى.
- [Xmind](https://xmind.app/) - أداة رسم الخرائط الذهنية.
#### تدوين الملاحظات
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/anyproto/anytype-ts) [Anytype](https://download.anytype.io/) - أداة قاعدة معرفية شخصية، مفتوحة المصدر، متعددة المنصات، محلية أولاً.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://basket-notepads.github.io/download.html) [Basket Note Pads](https://basket-notepads.github.io/) - يساعدك تطبيق تدوين الملاحظات متعدد الأغراض هذا على تدوين جميع أنواع الملاحظات بسهولة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Daniele-rolli/Beaver-Notes) [Beaver Notes](https://beavernotes.com) - تطبيق لتدوين الملاحظات ومدير للمعرفة الشخصية، متعدد المنصات، مفتوح المصدر، يركز على الخصوصية، مدفوع بالمجتمع.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/BoostIO/BoostNote-App) [Boostnote](https://boostnote.io/) - Boostnote هو تطبيق لتدوين الملاحظات مفتوح المصدر مصمم للمبرمجين مثلك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/giuspen/cherrytree) [Cherrytree](https://www.giuspen.com/cherrytree/) - تطبيق لتدوين الملاحظات بشكل هرمي، يتميز بنصوص غنية وتسليط الضوء على قواعد اللغة، وتخزين البيانات في ملف xml أو sqlite واحد.
- ![غير مجاني][أيقونة المال] [Inkdrop](https://inkdrop.app/) - تطبيق تدوين الملاحظات لمحبي Markdown مع واجهة بسيطة وأمان سلس وواجهات برمجة تطبيقات قوية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/laurent22/joplin) [Joplin](https://joplinapp.org/) - تطبيق لتدوين الملاحظات والمهام مع إمكانيات المزامنة لأنظمة Windows وmacOS وLinux وAndroid وiOS.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/logseq/logseq) [Logseq](https://logseq.com/) - Logseq هي قاعدة معرفية مفتوحة المصدر تركز على الخصوصية وتعمل على ملفات Markdown وOrg-mode محلية نصية عادية. استخدمها لكتابة أفكارك وتنظيمها ومشاركتها، والاحتفاظ بقائمة مهامك، وبناء حديقتك الرقمية الخاصة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/dvorka/mindforger) [Mindforger](https://www.mindforger.com/) - دفتر تفكير ومحرر Markdown.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/p/nevernote/code/ci/master/tree/) [NixNote](https://sourceforge.net/projects/nevernote/) - عميل مفتوح المصدر لبرنامج Evernote.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/nuttyartist/notes) [ملاحظات](https://www.get-notes.com/) - تطبيق بسيط ونظيف لتدوين الملاحظات لنظام Linux.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/streetwriters/notesnook) [Notesnook](https://notesnook.com/) - بديل مفتوح المصدر بالكامل ومشفر من البداية إلى النهاية لتدوين الملاحظات من Evernote.
- [Obsidian](https://obsidian.md/) - Obsidian هي قاعدة معرفية قوية تتواجد فوق مجلد محلي يحتوي على ملفات Markdown النصية العادية.
- [![برنامج مفتوح المصدر][رمز oss]](https://github.com/patrikx3/onenote) [OneNote](https://www.corifeus.com/onenote) - Linux Electron OneNote.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://orgmode.org/) [وضع Org](https://orgmode.org/) - وضع Org مخصص لحفظ الملاحظات، والحفاظ على قوائم المهام، والتخطيط للمشاريع، وتأليف المستندات باستخدام نظام نص عادي سريع وفعال.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/alainm23/planify) [Planify](https://github.com/alainm23/planify) - مدير مهام يدعم Todoist وNextcloud مصمم لنظام GNU/Linux
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/pbek/QOwnNotes) [QOwnNotes](https://www.qownnotes.org/) - QOwnNotes هو مفكرة ملفات نصية عادية ومدير قائمة مهام مع دعم Markdown والتكامل مع ownCloud / Nextcloud.
- [Simplenote](https://simplenote.com/) - تطبيق لتدوين الملاحظات عبر الأنظمة الأساسية ومنافس لتطبيق Evernote.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/spsdco/notes) [Springseed](https://github.com/spsdco/notes) - تطبيق بسيط وجميل لتدوين الملاحظات للمستخدم اليومي.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/standardnotes/) [Standard Notes](https://standardnotes.com/) - Standard Notes هو تطبيق لتدوين الملاحظات المشفرة من البداية إلى النهاية للخبراء والمحترفين في المجال الرقمي. يمكنك تسجيل ملاحظاتك وملفاتك وأعمالك في مكان واحد آمن.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Standard-Unix-Notes/unix-notes) [Standard Unix Notes](https://github.com/Standard-Unix-Notes/unix-notes) - مدير ملاحظات/دفتر ملاحظات مشفر بتقنية GPG لنظام BSD/Linux
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://bazaar.launchpad.net/~umang/indicator-stickynotes/trunk/files) [Stickynote](https://launchpad.net/indicator-stickynotes) - ملاحظات لاصقة على سطح مكتب Linux الخاص بك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/tomboy-notes/tomboy) [Tomboy](https://wiki.gnome.org/Apps/Tomboy) - Tomboy هو تطبيق لتدوين الملاحظات على سطح المكتب وهو بسيط وسهل الاستخدام.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/zadam/trilium) [Trilium Notes](https://github.com/zadam/trilium) - Trilium Notes هو تطبيق لتدوين الملاحظات بشكل هرمي يركز على بناء قواعد معرفية شخصية كبيرة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/turtl) [Turtl](https://turtlapp.com/) - دفتر ملاحظات آمن وتعاوني.
- [Typora](https://typora.io/) - عارض ومحرر Markdown بسيط.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/klaussinani/tusk) [Tusk](https://klaudiosinani.github.io/tusk/) - تطبيق سطح مكتب Evernote محسن.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/wizteam/wizqtclient) [WizNote](https://github.com/wizteam/wizqtclient) - عميل تدوين ملاحظات قائم على السحابة عبر الأنظمة الأساسية.
#### الوقت والمهمة
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/alarm-clock-applet/alarm-clock) [ساعة المنبه](https://alarm-clock-applet.github.io/) - ساعة المنبه هي ساعة منبه كاملة الميزات للوحة GNOME الخاصة بك أو ما يعادلها.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/GNOME/gnome-break-timer/) [مؤقت الاستراحة](https://wiki.gnome.org/Apps/BreakTimer) - تطبيق مؤقت الاستراحة لـ GNOME.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/tom-james-watson/breaktimer-app/) [BreakTimer](https://breaktimer.app/) - BreakTimer هو تطبيق سطح مكتب متعدد الأنظمة الأساسية مع واجهة مستخدم لطيفة لإدارة وتنفيذ فترات الراحة الدورية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://git.calcurse.org/calcurse.git/) [calcurse](https://calcurse.org/) - تطبيق تقويم وجدولة لسطر الأوامر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/GNOME/california) [كاليفورنيا](https://wiki.gnome.org/Apps/California) - بديل كامل لتطبيق التقويم والذي يستخدم لغة طبيعية لإنشاء الأحداث.
- ![غير مجاني][أيقونة المال] [Everdo](https://everdo.net/) - قائمة المهام وتطبيق Getting Things Done® لجميع الأنظمة الأساسية. جميل وقوي، وليس برنامجًا كخدمة، ويتوفر إصدار مجاني.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/codito/gnome-pomodoro) [GNOME Pomodoro](https://gnomepomodoro.org/#download) - مؤقت بومودورو كامل الميزات لـ GNOME.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/JMoerman/Go-For-It) [Go For It](https://github.com/JMoerman/Go-For-It) - Go For It! هو تطبيق إنتاجية بسيط وأنيق، يتميز بقائمة مهام مدمجة مع مؤقت يحافظ على تركيزك على المهمة الحالية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/pim/kalendar) [التقويم](https://apps.kde.org/kalendar/) - التقويم هو تطبيق تقويم يسمح لك بإدارة مهامك وأحداثك.
- ![غير مجاني][أيقونة المال] [تطبيق RoundPie](https://theroundpie.com/) - تطبيق RoundPie هو أسهل طريقة لتتبع سير عملك باستخدام تقنية Tomato، بالإضافة إلى خدمة إدارة المهام الحالية لديك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/utilities/rsibreak) [RSIBreak](https://apps.kde.org/rsibreak/) - يعتني RSIBreak بصحتك ويأخذ فترات راحة منتظمة من عملك لتجنب الإصابات الإجهادية المتكررة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/ransome1/sleek) [sleek](https://github.com/ransome1/sleek) - مدير مهام متعدد الأنظمة يعتمد على صيغة todo.txt.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/World/Solanum) [Solanum](https://apps.gnome.org/app/org.gnome.Solanum/) - مؤقت بومودورو لسطح مكتب GNOME.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/johannesjo/super-productivity) [Super Productivity](https://super-productivity.com/) - قائمة المهام المرنة البسيطة المجانية / متعقب الوقت / Jira الشخصية ومدير المهام Github.
- [Taskade](https://www.taskade.com/downloads) - أداة تنظيم وتعاون في الوقت الفعلي لإنجاز المهام. Taskade عبارة عن مساحة عمل موحدة لمهام الفريق والملاحظات، مع توفر دردشة الفيديو المتكاملة عبر الأنظمة الأساسية ومجانية الاستخدام.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/klaussinani/taskbook) [Taskbook](https://github.com/klaussinani/taskbook) - مهام ولوحات وملاحظات لموئل سطر الأوامر.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/GothenburgBitFactory/taskwarrior) [TaskWarrior](https://taskwarrior.org/) - Taskwarrior هو برنامج مفتوح المصدر ومجاني يدير قائمة المهام الخاصة بك من سطر الأوامر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/todotxt/todo.txt-android) [Todo.txt](http://todotxt.org/) - Todo.txt عبارة عن مجموعة من المحررين المتخصصين الذين يساعدونك على إدارة مهامك بأقل عدد ممكن من ضغطات المفاتيح والنقرات.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/kamhix/todoist-linux) [Todoist](https://github.com/kamhix/todoist-linux) - عميل غير رسمي لـ Todoist، مدير المهام متعدد الأنظمة الأساسية مع تطبيقات الهاتف المحمول وواجهة مستخدم رائعة وبعض الميزات المتميزة الاختيارية.
#### متتبع الوقت والاستخدام
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/ActivityWatch/activitywatch) [ActivityWatch](https://activitywatch.net/) - ActivityWatch هو تطبيق يتتبع تلقائيًا كيفية قضاء الوقت على أجهزتك.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/hamaluik/timecop) [Time Cop](https://timecop.app/en/) - تطبيق لتتبع الوقت يحترم خصوصيتك وينجز المهمة دون تعقيدات كثيرة.
- [![غير مجاني][أيقونة مجانية]](https://toggl.com/track/)[Toggl Track](https://flathub.org/apps/details/com.toggl.TogglDesktop/) - برنامج تتبع الوقت بسيط وبديهي مع المزامنة السحابية.
#### الأداة والمؤشر
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://bazaar.launchpad.net/~indicator-brightness/indicator-brightness/trunk/files) [السطوع](https://launchpad.net/indicator-brightness) - مؤشر السطوع لأوبونتو.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://git.launchpad.net/my-weather-indicator) [مؤشر الطقس الخاص بي](https://launchpad.net/my-weather-indicator) - مؤشر الطقس والقطعة الخاصة به لنظام التشغيل Ubuntu.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://bazaar.launchpad.net/~jconti/recent-notifications/trunk/files) [الإشعارات الأخيرة](https://launchpad.net/recent-notifications) - مؤشر للإشعارات الأخيرة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/yktoo/indicator-sound-switcher) [مؤشر تبديل الصوت Yktoo](https://yktoo.com/en/software/indicator-sound-switcher) - مؤشر اختيار إدخال/إخراج الصوت لنظامي التشغيل Ubuntu/Unity.
### الوكيل
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mitmproxy/mitmproxy) [mitmproxy](https://mitmproxy.org/) - mitmproxy هو وكيل HTTPS تفاعلي مجاني ومفتوح المصدر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/ijbswa/) [Privoxy](https://www.privoxy.org/) - Privoxy هو وكيل ويب غير مؤقت مع إمكانيات تصفية متقدمة لتعزيز الخصوصية وتعديل بيانات صفحة الويب ورؤوس HTTP والتحكم في الوصول وإزالة الإعلانات وغيرها من القمامة المزعجة على الإنترنت.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/haad/proxychains) [ProxyChains](https://proxychains.sourceforge.net/) - أداة تجبر أي اتصال TCP يتم إجراؤه بواسطة أي تطبيق معين على المتابعة من خلال وكيل مثل TOR أو أي وكيل SOCKS4 أو SOCKS5 أو HTTP(S) آخر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/shadowsocks/shadowsocks-qt5) [Shadowsocks](https://shadowsocks.org/) - وكيل Socks5 آمن، مصمم لحماية حركة المرور على الإنترنت.
### حماية
#### سلامة التمهيد
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/noahbliss/mortar) [Mortar](https://github.com/noahbliss/mortar) - يسمح Mortar بإلغاء القفل التلقائي المريح للأقراص المشفرة بتقنية LUKS دون التضحية بالأمان من خلال استخدام Secureboot وTPM للتحقق. يهدف Mortar إلى أن يكون مستقلاً عن التوزيع.
#### التقسيم إلى أقسام
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/AtomsDevs/Atoms) [Atoms](https://github.com/AtomsDevs/Atoms) - يمكنك إدارة Linux Chroot والحاويات بسهولة باستخدام Atoms.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/89luca89/distrobox) [Distrobox](https://distrobox.it/) - استخدم أي توزيعة لينكس داخل محطتك الطرفية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/netblue30/firejail) [Firejail](https://firejail.wordpress.com/) - Firejail هو برنامج SUID يقلل من خطر حدوث خروقات أمنية من خلال تقييد بيئة تشغيل التطبيقات غير الموثوق بها باستخدام [مساحات أسماء Linux](https://lwn.net/Articles/531114/) و [seccomp-bpf](https://l3net.wordpress.com/2015/04/13/firejail-seccomp-guide/).
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/GNOME/gnome-boxes) [صناديق GNOME](https://apps.gnome.org/app/org.gnome.Boxes/) - المحاكاة الافتراضية أصبحت بسيطة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/kvm/files/) [KVM](https://www.linux-kvm.org/page/Main_Page) - KVM (للآلة الافتراضية القائمة على النواة) هو حل افتراضي كامل لنظام Linux على أجهزة x86 تحتوي على ملحقات المحاكاة الافتراضية (Intel VT أو AMD-V).
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/nanovms/ops/) [ops](https://ops.city/) - OPS هي أداة تقوم ببناء وتشغيل ونشر تطبيقات Linux العادية كنوى أحادية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/marhkb/pods) [Pods](https://github.com/marhkb/pods) - تفاعل مع Podman باستخدام تطبيق سطح مكتب بديهي.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/quickemu-project/quickemu) [Quickemu](https://github.com/quickemu-project/quickemu) - قم بإنشاء وتشغيل آلات سطح مكتب افتراضية محسّنة تعمل بنظامي التشغيل Windows وmacOS وLinux بسرعة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/containers/toolbox) [Toolbx](https://containertoolbx.org/) - أداة لبيئات سطر الأوامر المحفوظة في حاويات على Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://www.virtualbox.org/wiki/Contributor_information) [VirtualBox](https://www.virtualbox.org/wiki/Downloads) - VirtualBox هو برنامج محاكاة افتراضي كامل متعدد الأغراض لأجهزة x86، يستهدف استخدام الخادم وسطح المكتب والأجهزة المضمنة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/virt-manager/virt-manager) [مدير الآلات الافتراضية](https://virt-manager.org/) - أداة سطح مكتب لإدارة الآلات الافتراضية عبر libvirt.
- [VMware Workstation Player](https://www.vmware.com/products/workstation-player.html) - يمكنك بسهولة تشغيل أنظمة تشغيل متعددة كآلات افتراضية على جهاز الكمبيوتر الشخصي الذي يعمل بنظام Windows أو Linux باستخدام VMware Workstation Player.
#### جدار الحماية
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/firehol/firehol) [FireHOL](https://firehol.org) - مدير جدار الحماية Linux (`iptables`) للبشر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/firewalld/firewalld) [Firewalld](https://github.com/firewalld/firewalld) - يوفر Firewalld جدار حماية يتم إدارته بشكل ديناميكي مع دعم مناطق الشبكة أو جدار الحماية لتحديد مستوى الثقة لاتصالات الشبكة أو الواجهات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/costales/gufw) [GuFW](https://github.com/costales/gufw) - أحد أسهل جدران الحماية في عالم Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/evilsocket/opensnitch) [OpenSnitch](https://github.com/evilsocket/opensnitch) - OpenSnitch هو جدار حماية للتطبيقات التفاعلية GNU/Linux مستوحى من Little Snitch.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/safing/portmaster) [Portmaster](https://safing.io/) - Portmaster هو جدار حماية للتطبيقات مجاني ومفتوح المصدر يقوم بالعمل الشاق نيابة عنك. استعد خصوصيتك واستعد السيطرة على جميع أنشطة الشبكة على جهاز الكمبيوتر الخاص بك.
#### تحليل الشبكة
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://www.tcpdump.org/#source) [Tcpdump](https://www.tcpdump.org/) - أداة تصحيح أخطاء TCP/التقاطها.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/gcla/termshark) [Termshark](https://termshark.io/) - واجهة مستخدم طرفية لـ tshark، مستوحاة من Wireshark.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.com/wireshark/wireshark/-/tree/master) [Wireshark](https://www.wireshark.org/) - Wireshark هو محلل بروتوكولات الشبكات الرائد في العالم. فهو يتيح لك رؤية ما يحدث على شبكتك على مستوى مجهري. وهو المعيار الفعلي (وغالبًا ما يكون قانونيًا) في العديد من الصناعات والمؤسسات التعليمية.
#### مدير كلمات المرور
- [1Password](https://1password.com/downloads/linux/) - 1Password هي أسهل طريقة لتخزين كلمات مرور قوية واستخدامها. يمكنك تسجيل الدخول إلى المواقع وملء النماذج بأمان بنقرة واحدة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/authpass/authpass) [AuthPass](https://authpass.app/) - مدير كلمات المرور يعتمد على Flutter لجميع المنصات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/bitwarden) [Bitwarden](https://bitwarden.com/) - خدمة إدارة كلمات المرور عبر الأنظمة الأساسية والتي تدعم أيضًا الاستضافة الذاتية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/buttercup/buttercup-desktop) [Buttercup](https://buttercup.pw/) - Buttercup هو مدير كلمات مرور مجاني ومفتوح المصدر ومتعدد الأنظمة الأساسية، تم بناؤه على NodeJS مع Typescript.
- [Enpass](https://www.enpass.io/) - يجعل Enpass حياتك أسهل من خلال إدارة كلمات المرور والمعلومات المهمة الخاصة بك بشكل آمن.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/gopasspw/gopass) [gopass](https://www.gopass.pw/) - مدير كلمات المرور القياسي الرائع لنظام يونكس للفرق.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/keepass/files/KeePass%202.x/) [KeePass](https://www.keepass.info/) - مدير كلمات مرور مخصص لنظام التشغيل Windows، مع بعض الدعم عبر الأنظمة الأساسية من خلال Mono.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/keepassxreboot/keepassxc) [KeePassXC](https://keepassxc.org/) - مدير كلمات مرور متعدد المنصات. نسخة فرعية من KeePassX يتم صيانتها بواسطة المجتمع.
- [Keeper](https://www.keepersecurity.com/download.html) - منصة الأمن السيبراني الرائدة التي تحمي كلمات المرور والأسرار والوصول إلى البنية التحتية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/keeweb/keeweb) [KeeWeb](https://keeweb.info/) - مدير كلمات مرور مجاني متعدد الأنظمة متوافق مع KeePass.
- [LastPass](https://lastpass.com/misc_download2.php) - LastPass هي خدمة إدارة كلمات مرور مجانية متعددة الأنظمة تعمل على تخزين كلمات المرور المشفرة في حسابات خاصة.
- [NordPass](https://nordpass.com/download/linux/) - مدير كلمات مرور آمن وبسيط لتجربة إنترنت خالية من التوتر. مُحسَّن لأجهزة Linux.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/padloc/padloc) [Padloc](https://padloc.app/) - مدير كلمات مرور حديث ومفتوح المصدر للأفراد والفرق.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://git.zx2c4.com/password-store/) [Pass](https://www.passwordstore.org/) - مدير كلمات المرور القياسي لنظام التشغيل Unix.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/passwordsafe/) [Password Safe](https://pwsafe.org/) - يسمح لك Password Safe بإنشاء قائمة أسماء مستخدمين وكلمات مرور آمنة ومشفرة بسهولة وأمان.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://gitlab.com/psono/psono-app) [Psono](https://psono.com/) - Psono هو مدير كلمات مرور مفتوح المصدر ومستضاف ذاتيًا للمساعدة في الحفاظ على بياناتك آمنة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/World/secrets) [أسرار](https://apps.gnome.org/app/org.gnome.World.Secrets/) - Secrets هو مدير كلمات مرور يتكامل بشكل مثالي مع سطح مكتب GNOME ويوفر واجهة سهلة وغير مزدحمة لإدارة قواعد بيانات كلمات المرور.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/dani-garcia/vaultwarden) [VaultWarden](https://github.com/dani-garcia/vaultwarden) - خادم غير رسمي متوافق مع Bitwarden مكتوب بلغة Rust، والمعروف سابقًا باسم bitwarden_rs.
#### الهندسة العكسية
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/rizinorg/cutter) [cutter](https://cutter.re/) - هدف Cutter هو أن يكون منصة هندسة عكسية متقدمة ومجانية ومفتوحة المصدر مع وضع تجربة المستخدم في الاعتبار.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/eteran/edb-debugger) [edb-debugger](https://github.com/eteran/edb-debugger) - edb هو مصحح أخطاء متعدد المنصات AArch32/x86/x86-64. مستوحى من Ollydbg.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git) [GDB](https://www.sourceware.org/gdb/) - يسمح لك GDB، مصحح أخطاء مشروع GNU، برؤية ما يحدث ``داخل'' برنامج آخر أثناء تنفيذه.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/NationalSecurityAgency/ghidra/releases) [ghidra](https://ghidra-sre.org/) - مجموعة أدوات هندسة عكسية للبرمجيات (SRE) طورتها مديرية الأبحاث التابعة لوكالة الأمن القومي الأمريكية لدعم مهمة الأمن السيبراني.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/radareorg/radare2/releases) [radare2](https://rada.re/n/radare2.html) - سلسلة أدوات مجانية/مجانية لتسهيل العديد من المهام منخفضة المستوى مثل الطب الشرعي، والهندسة العكسية للبرمجيات، والاستغلال، وتصحيح الأخطاء.
#### آخر
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/World/Authenticator) [Authenticator](https://apps.gnome.org/app/com.belmoussaoui.Authenticator/) - تطبيق بسيط لتوليد رموز المصادقة الثنائية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Cisco-Talos/clamav-devel) [ClamAV](https://www.clamav.net/) - ClamAV هو محرك مكافحة فيروسات مفتوح المصدر للكشف عن أحصنة طروادة والفيروسات والبرامج الضارة والتهديدات الضارة الأخرى.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/cryptomator/cryptomator) [Cryptomator](https://cryptomator.org/) - تشفير شفاف متعدد المنصات من جانب العميل للملفات الخاصة بك في السحابة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/World/decoder/) [فك التشفير](https://apps.gnome.org/app/com.belmoussaoui.Decoder/) - ماسح ضوئي ومولد رموز QR بسيط وأنيق.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/fail2ban/fail2ban) [Fail2ban](https://github.com/fail2ban/fail2ban) - يقوم Fail2ban بفحص ملفات السجل (على سبيل المثال /var/log/apache/error_log) ويحظر عناوين IP التي تظهر العلامات الضارة -- العديد من حالات فشل كلمة المرور، والبحث عن الثغرات الأمنية، وما إلى ذلك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://firehol.org/tutorial/fireqos-new-user/) [FireQoS](https://learn.netdata.cloud/docs/collecting-metrics/linux-systems/network/tc-qos-classes#tcplugin) - مدير جودة الخدمة (`tc`) لنظام Linux للبشر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://git.gnupg.org/) [GnuPG](https://www.gnupg.org/) - يسمح لك GnuPG بتشفير وتوقيع بياناتك واتصالاتك، ويتميز بنظام إدارة مفاتيح متعدد الاستخدامات بالإضافة إلى وحدات وصول لجميع أنواع أدلة المفاتيح العامة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/firehol/iprange) [IPrange](https://github.com/firehol/iprange) - أداة سطر أوامر سريعة جدًا لمعالجة قوائم IP (الدمج والمقارنة والاستبعاد وما إلى ذلك).
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/jarun/spy) [spy](https://github.com/jarun/spy) - مسجل مفاتيح debugfs في وضع kernel Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/CISOfy/lynis) [Lynis](https://cisofy.com/lynis/) - أداة تدقيق أمان لأنظمة Linux وmacOS وUNIX. تساعد في اختبارات الامتثال (HIPAA/ISO27001/PCI DSS) وتقوية النظام. بدون وكيل، والتثبيت اختياري.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/World/obfuscate/) [Obfuscate](https://apps.gnome.org/app/com.belmoussaoui.Obfuscate/) - يتيح لك Obfuscate إخفاء معلوماتك الخاصة من أي صورة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://www.openbsd.org/anoncvs.html) [OpenSSH](https://www.openssh.com/) - خادم وعميل OpenSSH Secure Shell.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/zaproxy/zaproxy/) [OWASP ZAP](https://www.zaproxy.org) - أداة اختبار أمان الويب OWASP Zed Attack Proxy (ZAP).
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/GNOME/seahorse) [Seahorse](https://wiki.gnome.org/Apps/Seahorse) - واجهة GNOME لـ GnuPG.
- [![برنامج مفتوح المصدر][رمز oss]](https://github.com/mhogomchungu/sirikali) [Sirikali](https://mhogomchungu.github.io/sirikali/) - واجهة المستخدم الرسومية Qt/C++ الواجهة الأمامية لـ cryfs وgocryptfs وsecurefs وecryptfs وencfs.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/usbkey9/uktools) [Uktools](https://github.com/usbkey9/uktools) - حافظ على تحديث نظامك بأحدث نواة متوفرة. إمكانية تنظيف النواة القديمة أيضًا.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/firehol/blocklist-ipsets) [Update-IPsets](https://iplists.firehol.org) - مدير لجميع موجزات IP الخاصة بالجرائم الإلكترونية والذي يمكنه تنزيل وتحويل وتثبيت `ipsets` لـ netfilter.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/veracrypt/VeraCrypt) [VeraCrypt](https://veracrypt.fr/en/Home.html) - VeraCrypt هو برنامج تشفير القرص مفتوح المصدر مجاني لأنظمة Windows وMac OSX وLinux.
### مشاركة الملفات
#### محرك السحابة
- [Dropbox](https://www.dropbox.com/install?os=lnx) - Dropbox هي خدمة مجانية تتيح لك نقل صورك ومستنداتك ومقاطع الفيديو الخاصة بك إلى أي مكان ومشاركتها بسهولة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/meganz/MEGAsync) [MEGA](https://mega.io/desktop) - مزامنة تلقائية سهلة بين أجهزة الكمبيوتر لديك ومحرك MEGA السحابي.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/nextcloud) [nextCloud](https://nextcloud.com/) - فرع يتم صيانته بنشاط من ownCloud، وهو مجموعة من برامج العميل والخادم لإنشاء واستخدام خدمات استضافة الملفات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/owncloud) [ownCloud](https://owncloud.com/client/) - الهدف من ownCloud هو منحك إمكانية الوصول إلى ملفاتك أينما كنت.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/haiwen/seafile) [Seafile](https://www.seafile.com/en/home/) - Seafile عبارة عن منصة استضافة ملفات للمؤسسات تتمتع بموثوقية وأداء عاليين. ضع الملفات على خادمك الخاص. قم بمزامنة الملفات ومشاركتها عبر أجهزة مختلفة، أو قم بالوصول إلى جميع الملفات كقرص افتراضي.
#### مدير التنزيل
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/aria2/aria2) [aria2](https://aria2.github.io/) - aria2 هي أداة تنزيل سطر أوامر خفيفة الوزن ومتعددة البروتوكولات ومتعددة المصادر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/setvisible/ArrowDL) [ArrowDL](https://www.arrow-dl.com/) - ArrowDL هو مدير تنزيلات شامل لأنظمة Windows وMac OS X وLinux. يساعدك على تحديد التنزيلات وتنظيمها وتحديد أولوياتها وتشغيلها بالتوازي.
- [Flareget](https://flareget.com/) - مدير تنزيل ومسرع متعدد الميزات وكامل الميزات.
- [مدير التنزيل المجاني](https://www.freedownloadmanager.org/) - يعد مدير التنزيل المجاني أداة قوية لتسريع التنزيلات ومنظمها عبر الأنظمة الأساسية المختلفة لأنظمة Windows وMac وLinux.
- [JDownloader](https://jdownloader.org/) - JDownloader هي أداة مجانية لإدارة التنزيل مع مجتمع ضخم من المطورين مما يجعل التنزيل سهلاً وسريعًا كما ينبغي أن يكون.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/network/kget) [KGet](https://apps.kde.org/kget/) - KGet هو مدير تنزيل متعدد الاستخدامات وسهل الاستخدام.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/agalwood/Motrix/) [Motrix](https://motrix.app/) - Motrix هو مدير تنزيل كامل الميزات بواجهة نظيفة وسهلة الاستخدام ويدعم تنزيل HTTP وFTP وBitTorrent وMagnet وما إلى ذلك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/p/urlget/uget2/ci/master/tree/) [uGet](https://sourceforge.net/projects/urlget/) - مدير تنزيل يمكنه مراقبة الحافظة بحثًا عن روابط قابلة للتنزيل، ويمكنه إنشاء قائمة بالتنزيلات وتشغيلها بالتوازي.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/subhra74/xdm) [Xtreme Download Manager](https://xtremedownloadmanager.com/) - مدير تنزيل جيد مع واجهة مستخدم جديدة لنظام Linux.
#### مشاركة الملفات
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mafintosh/airpaste) [airpaste](https://github.com/mafintosh/airpaste) - أنبوب شبكة 1-1 يكتشف تلقائيًا النظراء الآخرين باستخدام mdns.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/schollz/croc) [croc](https://schollz.com/blog/croc6/) - أرسل الأشياء بسهولة وأمان من جهاز كمبيوتر إلى آخر.
- [CrossFTP](https://www.crossftp.com/ftp-client.htm) - يجعل CrossFTP إدارة المهام المرتبطة بـ FTP أمرًا بسيطًا للغاية.
- [D-lan](https://www.d-lan.net/) - برنامج مجاني لمشاركة ملفات الشبكة المحلية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://svn.filezilla-project.org/filezilla/FileZilla3/) [Filezilla](https://filezilla-project.org/) - حل FTP المجاني.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/localsend/localsend) [LocalSend](https://localsend.org/) - بديل مفتوح المصدر متعدد المنصات لـ AirDrop.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/nitroshare/nitroshare-desktop) [NitroShare](https://nitroshare.net/) - تطبيق نقل الملفات عبر الشبكة عبر الأنظمة الأساسية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/micahflee/onionshare) [OnionShare](https://onionshare.org/) - شارك ملفًا مهما كان حجمه بشكل آمن ومجهول.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/sidneys/pb-for-desktop) [PushBullet لسطح المكتب](https://sidneys.github.io/pb-for-desktop/) - تطبيق سطح المكتب المفقود لـ Pushbullet.
- [Quazaa](https://sourceforge.net/projects/quazaa/) - عميل مشاركة الملفات من نظير إلى نظير (P2P) عبر منصات متعددة ومتعددة الشبكات.
- [SpiderOak](https://spideroak.com/) - التعاون في الوقت الفعلي للفرق والشركات التي تهتم بالخصوصية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/syncthing/syncthing) [Syncthing](https://syncthing.net/) - يستبدل Syncthing خدمات المزامنة والسحابة الملكية بشيء مفتوح وجدير بالثقة ولامركزي.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/World/warp) [Warp](https://apps.gnome.org/app/app.drey.Warp/) - يسمح لك Warp بإرسال الملفات بشكل آمن إلى بعضكما البعض عبر الإنترنت أو الشبكة المحلية من خلال تبادل رمز قائم على الكلمات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/linuxmint/warpinator) [Warpinator](https://github.com/linuxmint/warpinator) - مشاركة الملفات عبر شبكة LAN.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/warner/magic-wormhole) [Wormhole](https://github.com/warner/magic-wormhole) - احصل على ملفات وأدلة (أو أجزاء قصيرة من النص) ذات أحجام عشوائية من جهاز كمبيوتر إلى آخر بأمان.
#### سطح المكتب البعيد
- [AnyDesk](https://anydesk.com/en) - يضمن AnyDesk اتصالات سطح مكتب بعيدة آمنة وموثوقة لمحترفي تكنولوجيا المعلومات والأفراد المتنقلين على حد سواء.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/debauchee/barrier/) [حاجز](https://github.com/debauchee/barrier/) - مشاركة الماوس ولوحة المفاتيح عبر الشبكة المحلية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/GNOME/connections) [اتصالات](https://apps.gnome.org/app/org.gnome.Connections/) - تتيح لك الاتصالات الاتصال بأجهزة سطح مكتب أخرى واستخدامها. يمكن أن تكون هذه طريقة رائعة للوصول إلى المحتوى أو البرامج على نظام تشغيل سطح مكتب مختلف.
- [PushBullet](https://www.pushbullet.com/) - يربط Pushbullet أجهزتك، مما يجعلها تبدو وكأنها جهاز واحد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/rustdesk/rustdesk) [Rustdesk](https://rustdesk.com/) - بنية أساسية مفتوحة المصدر لسطح مكتب افتراضي/بعيد للجميع! البديل مفتوح المصدر لبرنامج TeamViewer.
- [Teamviewer](https://www.teamviewer.com/) - برنامج التحكم عن بعد/الوصول عن بعد لجهاز الكمبيوتر، مجاني للاستخدام الشخصي.
#### عميل التورنت
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://git.deluge-torrent.org/deluge) [Deluge](https://deluge-torrent.org/) - Deluge هو عميل BitTorrent خفيف الوزن ومجاني ومتعدد المنصات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/World/Fragments) [Fragments](https://apps.gnome.org/app/de.haeckerfelix.Fragments/) - Fragments هو عميل BitTorrent سهل الاستخدام لبيئة سطح مكتب GNOME.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/network/ktorrent) [KTorrent](https://apps.kde.org/ktorrent/) - KTorrent هو تطبيق BitTorrent من KDE والذي يسمح لك بتنزيل الملفات باستخدام بروتوكول BitTorrent.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/qbittorrent/qBittorrent) [qBittorent](https://www.qbittorrent.org/) - يهدف مشروع qBittorrent إلى توفير بديل برمجي مجاني لـ µTorrent.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/c0re100/qBittorrent-Enhanced-Edition) [qBittorrent Enhanced Edition](https://github.com/c0re100/qBittorrent-Enhanced-Edition) - qBittorrent Enhanced هو شوكة من qBittorrent تتميز بقائمة بيضاء/قائمة سوداء للأقران وقائمة تعقب عامة للتحديث التلقائي والمزيد.
- [Tixati](https://www.tixati.com/) - برنامج مجاني، عميل تورنت متقدم، يتضمن واجهة مستخدم ويب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://trac.transmissionbt.com/browser/trunk) [Transmission](https://transmissionbt.com/) - عميل تورنت بسيط وخفيف الوزن ومتعدد المنصات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/transmission-remote-gui/transgui) [واجهة المستخدم الرسومية لبرنامج Transmission Remote](https://sourceforge.net/projects/transgui/) - واجهة المستخدم الرسومية لبرنامج Transmission Remote هي واجهة أمامية متعددة المنصات غنية بالميزات للتحكم عن بعد في برنامج عميل Transmission Bit-Torrent عبر بروتوكول RPC الخاص به.
- [Vuze](https://www.vuze.com) - Vuze هو عميل BitTorrent يستخدم لنقل الملفات عبر بروتوكول BitTorrent.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/webtorrent/webtorrent-desktop) [Web Torrent Desktop](https://webtorrent.io/desktop/) - Web Torrent Desktop مخصص لبث التورنت والذي يتصل بكل من أقران BitTorrent وWebTorrent.
### صالة
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/jwilm/alacritty) [Alacritty](https://alacritty.org/) - محاكي طرفي متعدد الأنظمة معجل بواسطة وحدة معالجة الرسوميات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/raggesilver/blackbox) [الصندوق الأسود](https://gitlab.gnome.org/raggesilver/blackbox) - محطة GTK 4 جميلة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/GNOME/console) [وحدة التحكم](https://apps.gnome.org/Console/) - محاكي محطة طرفية بسيط وسهل الاستخدام لسطح مكتب GNOME.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/contour-terminal/contour/) [Contour](https://github.com/contour-terminal/contour/) - Contour هو محاكي طرفية افتراضي حديث وسريع حقًا للاستخدام اليومي. وهو يستهدف المستخدمين المحترفين الذين لديهم عقلية حديثة في استخدام الميزات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Swordfish90/cool-retro-term) [مصطلح قديم رائع](https://github.com/Swordfish90/cool-retro-term) - محطة طرفية جيدة المظهر تحاكي شاشة الكاثود القديمة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/GitSquared/edex-ui) [eDEX-UI](https://github.com/GitSquared/edex-ui) - eDEX-UI هو محاكي محطة طرفية متعدد الأنظمة الأساسية بشاشة كاملة وشاشة مراقبة للنظام يبدو وكأنه واجهة كمبيوتر من الخيال العلمي.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/GNOME) [GNOME Terminal](https://help.gnome.org/users/gnome-terminal/stable/) - محاكي طرفية مثبت مسبقًا على نطاق واسع في عالم Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Guake/guake) [Guake](http://guake.org/) - Guake هو محطة طرفية من أعلى إلى أسفل لنظام GNOME.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/zeit/hyper) [Hyper](https://hyper.is/) - محطة طرفية مبنية على تقنيات الويب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/orhun/kermit) [Kermit](https://github.com/orhun/kermit) - محاكي طرفي بسيط ومبتكر يعتمد على VTE.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/kovidgoyal/kitty) [Kitty](https://sw.kovidgoyal.net/kitty/) - محاكي طرفي سريع ومتعدد الأنظمة وممتلئ بالميزات ويعتمد على OpenGL.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/utilities/konsole) [Konsole](https://apps.kde.org/konsole/) - محاكي طرفي بديل لبيئة سطح مكتب KDE.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/rxvt/) [RXVT](https://rxvt.sourceforge.net/) - محاكي طرفي لـ X11، وهو بديل شائع لـ 'xterm' القياسي.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](http://dist.schmorp.de/rxvt-unicode/) [rxvt-unicode](http://software.schmorp.de/pkg/rxvt-unicode.html) - rxvt-unicode هو شوكة لمحاكي المحطة الطرفية المعروف.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://bazaar.launchpad.net/~dabisu/sakura/sakura/files) [Sakura](https://launchpad.net/sakura) - محاكي طرفي بسيط ولكنه قوي يعتمد على libvte، ويدعم utf-8 وطرق الإدخال كما توفرها مكتبات gtk+ وpango.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://git.suckless.org/st) [st](https://st.suckless.org) - st هو تنفيذ طرفي بسيط لـ X.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/gnome-terminator/terminator) [Terminator](https://github.com/gnome-terminator/terminator) - محاكي طرفي مليء بالميزات يدعم علامات التبويب والشبكات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Eugeny/tabby) [Tabby](https://tabby.sh) - تطبيق طرفي حديث وقابل للتكوين بشكل كبير ويعتمد على تقنيات الويب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/billiob/terminology) [مصطلحات](https://www.enlightenment.org/about-terminology) - المحطة الطرفية الجميلة والخفيفة الوزن من سطح مكتب Enlightenment، وهي قابلة للتكوين بدرجة كبيرة، وتعمل في X11، وتحت مُركب Wayland وحتى مباشرة في إطار التخزين المؤقت على Linux. استبدل محطة الطرفية النصية المملة بمحطة طرفية رسومية لا تتطلب نظام عرض.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/nonstop/termit) [Termit](https://github.com/nonstop/termit) - محاكي طرفية بسيط يعتمد على مكتبة vte، قابل للتوسعة عبر Lua.
- [Termius](https://www.termius.com/) - محطة طرفية متعددة الأنظمة مزودة بـ SSH وTelnet مدمجين.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/lanoxx/tilda) [Tilda](https://github.com/lanoxx/tilda) - محطة طرفية منسدلة تعتمد على Gtk لنظامي التشغيل Linux وUnix.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/gnunn1/tilix) [Tilix](https://gnunn1.github.io/tilix-web/) - محاكي طرفية مبلطة لنظام Linux باستخدام GTK+ 3.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/cosmos72/twin) [Twin](https://github.com/cosmos72/twin/) - بيئة نافذة سريعة وخفيفة الوزن تعمل بنظام النص مع دعم الماوس. تتيح محطات متعددة في وحدة تحكم Linux واحدة أو محطة طرفية أو نافذة X11. يمكن فصلها (تستمر في العمل في الخلفية) وإعادة توصيلها بوحدة تحكم مختلفة أو محطة طرفية أو خادم X11. تعمل على Linux وMac OS X وBSD.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/saulpw/visidata) [Visidata](https://visidata.org/) - أداة متعددة الاستخدامات في جداول البيانات الطرفية لاكتشاف البيانات وترتيبها.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/wavetermdev/waveterm) [Wave Terminal](https://waveterm.dev/) - Wave هو محطة طرفية مفتوحة المصدر تعتمد على الذكاء الاصطناعي ومصممة لتوفير سير عمل سلس للمطورين مع عرض مضمن وواجهة مستخدم حديثة وجلسات مستمرة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/wez/wezterm) [WezTerm](https://wezfurlong.org/wezterm/) - محاكي محطة متعدد الأنظمة الأساسية معجل بواسطة وحدة معالجة الرسوميات ومجمع كتبه @wez وتم تنفيذه في Rust.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invisible-island.net/xterm/) [Xterm](https://invisible-island.net/xterm/) - برنامج Xterm هو محاكي طرفية لنظام X Window. وهو يوفر محطات متوافقة مع DEC VT102 وTektronix 4014 للبرامج التي لا يمكنها استخدام نظام Windows مباشرةً.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/utilities/yakuake) [Yakuake](https://apps.kde.org/yakuake/) - محاكي طرفية على غرار Quake يعتمد على تقنية KDE Konsole.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/zellij-org/zellij) [Zellij](https://zellij.dev/) - مساحة عمل طرفية ومجمع. تتيح لك فتح العديد من الألواح وعلامات التبويب لتشغيل برامج مختلفة ومشاركة جلسة طرفية مع الآخرين والمزيد. سهل الاستخدام وبديهي للغاية.
### محررات النصوص
#### بيئة التطوير المتكاملة مستوحاة من / تعتمد على وصول المستخدم المشترك
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/p/bluefish/code/HEAD/tree/trunk/bluefish/) [Bluefish](https://bluefish.openoffice.nl/index.html) - Bluefish هو محرر قوي يستهدف المبرمجين ومطوري الويب، مع العديد من الخيارات لكتابة مواقع الويب والبرامج النصية وأكواد البرمجة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/adobe/brackets) [Brackets](https://brackets.io/) - محرر نصوص حديث يفهم تصميم الويب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Alexey-T/CudaText) [CudaText](https://cudatext.github.io/) - CudaText هو محرر نصوص متعدد الأنظمة الأساسية، مكتوب بلغة Object Pascal.
- ![غير مجاني][أيقونة البرامج المجانية]![غير مجاني][أيقونة الأموال] [Fleet](https://www.jetbrains.com/fleet) - محرر الكود وبيئة التطوير المتكاملة لأي لغة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://www.geany.org/Download/Git) [Geany](https://www.geany.org/) - Geany هو محرر نصوص يستخدم مجموعة أدوات GTK+ مع الميزات الأساسية لبيئة التطوير المتكاملة. تم تطويره لتوفير بيئة تطوير متكاملة صغيرة وسريعة، والتي لا تعتمد إلا على عدد قليل من الحزم الأخرى.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/GNOME/gedit) [Gedit](https://wiki.gnome.org/Apps/Gedit) - Gedit هو محرر نصوص GNOME. ورغم أنه يهدف إلى البساطة وسهولة الاستخدام، إلا أن gedit هو محرر نصوص عام قوي.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/GNOME/gnome-builder) [GNOME Builder](https://wiki.gnome.org/Apps/Builder) - بيئة تطوير متكاملة قوية لتطوير C/C++/Bash/JavaScript الحديثة، من صنع فريق Gnome. واحدة من أفضل بيئات التطوير المتكاملة لتطوير C/C++ (متكاملة مع Cmake).
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/helix-editor/helix) [Helix](https://helix-editor.com/) - محرر نصوص نموذجي حديث.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://kate-editor.org/build-it/) [Kate](https://kate-editor.org/get-it/) - Kate هو محرر متعدد المستندات وهو جزء من KDE منذ الإصدار 2.2.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Komodo/KomodoEdit) [تحرير كومودو](https://www.activestate.com/products/komodo-edit/) - بيئة تطوير متعددة اللغات مجانية ومفتوحة المصدر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/lapce/lapce) [Lapce](https://lap.dev/lapce/) - محرر أكواد سريع وقوي مكتوب بلغة Rust.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/LightTable/LightTable) [Lighttable](http://lighttable.com/) - محرر أكواد الجيل القادم! يدعم الترميز المباشر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/pulsar-edit/pulsar) [Pulsar](https://pulsar-edit.dev/) - محرر نصوص قابل للاختراق بشكل كبير بقيادة المجتمع، متفرع من Atom، مبني على Electron.
- ![غير مجاني][أيقونة برنامج مجاني]![غير مجاني][أيقونة المال] [Sublime](https://www.sublimetext.com/) - محرر نصوص قوي للغاية مع إمكانيات بحث متقدمة، والعديد من المكونات الإضافية القوية لتحسين وظائفه.
- [![برمجيات مفتوحة المصدر][oss icon]](https://github.com/orbitalquark/textadept) [Textadept](https://orbitalquark.github.io/textadept/) - محرر نصوص بسيط للمبرمجين . Textadept قابل للتوسيع باستخدام لغة البرمجة Lua.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Microsoft/vscode) [VSCode](https://code.visualstudio.com) - Visual Studio Code هو محرر أكواد مصدر خفيف الوزن ولكنه قوي يعمل على سطح المكتب ومتاح لأنظمة Windows وOS X وLinux. ويأتي مع دعم مدمج لـ JavaScript وTypeScript وNode.js ولديه نظام بيئي غني بالإضافات للغات أخرى (C++ وC# وPython وPHP وGolang) وبيئات التشغيل.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/VSCodium/vscodium) [VSCodium](https://vscodium.com/) - إصدارات ثنائية من VS Code بدون علامة تجارية/قياس عن بعد/ترخيص MS.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/pkulchenko/ZeroBraneStudio) [ZeroBrane Studio](https://studio.zerobrane.com/) - بيئة تطوير متكاملة Lua ناضجة وخفيفة الوزن ومتعددة الأنظمة الأساسية مع ميزات تطوير حديثة.
#### محررو النماذج والمشتقات
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/emacs-mirror/emacs) [Emacs](https://www.gnu.org/software/emacs/) - محرر نصوص مجاني/حر قابل للتوسعة والتخصيص — وأكثر من ذلك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mawww/kakoune) [Kakoune](https://kakoune.org/) - محرر أكواد Kakoune - مستوحى من Vim. أسرع كما هو الحال في ضغطات مفاتيح أقل. اختيارات متعددة. تصميم متعامد. يركز بشكل كبير على التفاعل.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/LunarVim/LunarVim) [LunarVim](https://www.lunarvim.org/#opinionated) - LunarVim هي طبقة IDE سريعة وقابلة للتوسيع ومصممة خصيصًا لـ Neovim.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/neovide/neovide/) [Neovide](https://neovide.dev/) - Neovide عبارة عن واجهة مستخدم رسومية متعددة الأنظمة لـ Neovim مكتوبة بلغة Rust مع تحسينات رسومية ومزيد من الأناقة المرئية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/neovim/neovim) [Neovim](https://neovim.io/) - Neovim هو شوكة من Vim تهدف إلى تحسين تجربة المستخدم والمكونات الإضافية وواجهات المستخدم الرسومية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/NvChad/NvChad) [NvChad](https://nvchad.com/) - محاولة لجعل سطر أوامر neovim عمليًا مثل بيئة التطوير المتكاملة مع كونه جميلًا جدًا وسريعًا للغاية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/syl20bnr/spacemacs) [Spacemacs](https://www.spacemacs.org/) - توزيع Emacs مدفوع من المجتمع.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/SpaceVim/SpaceVim) [SpaceVim](https://spacevim.org/) - توزيع vim معياري مدفوع من المجتمع.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/vim/vim) [Vim](https://www.vim.org) - Vim هو محرر نصوص متقدم يهدف إلى توفير قوة محرر Unix الفعلي "Vi"، مع مجموعة ميزات أكثر اكتمالاً. إنه مفيد سواء كنت تستخدم vi بالفعل أو تستخدم محررًا مختلفًا.
#### محررون آخرون
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/zyedidia/micro) [Micro](https://micro-editor.github.io) - Micro هو محرر نصوص قائم على المحطة الطرفية يهدف إلى أن يكون سهل الاستخدام وبديهيًا، مع الاستفادة أيضًا من الإمكانات الكاملة للمحطات الطرفية الحديثة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](http://git.savannah.gnu.org/cgit/nano.git/) [Nano](https://www.nano-editor.org/) - GNU Nano هو محرر نصوص يهدف إلى تقديم واجهة بسيطة وخيارات أوامر بديهية لتحرير النصوص المستندة إلى وحدة التحكم.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/utilities/kate) [KWrite](https://apps.kde.org/kwrite/) - KWrite هو محرر نصوص من KDE، ويعتمد على مكون محرر Kate.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/notepadqq/notepadqq) [Notepadqq](https://notepadqq.com/wp/) - Notepadqq هو محرر شبيه بـ Notepad++ لسطح مكتب Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/dail8859/NotepadNext) [Notepad Next](https://github.com/dail8859/NotepadNext) - إعادة تنفيذ لبرنامج Notepad++ عبر الأنظمة الأساسية.
### المرافق
#### أدوات القرص
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/GNOME/brasero) [Brasero](https://wiki.gnome.org/Apps/Brasero) - برنامج نسخ أقراص مضغوطة/أقراص DVD قادر على ذلك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://clonezilla.org/related-links/) [Clonezilla](https://clonezilla.org/) - Clonezilla هو برنامج لنسخ/تقسيم القرص الصلب مشابه لبرنامج True Image® أو Norton Ghost®.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/dban/) [DBAN](https://dban.org/) - حذف المعلومات المخزنة على محركات الأقراص الصلبة (HDDs) في أجهزة الكمبيوتر المحمولة أو أجهزة الكمبيوتر المكتبية أو الخوادم.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/imsnif/diskonaut) [Diskonaut](https://github.com/imsnif/diskonaut) - مُصور ومُستكشف لمساحة القرص للمحطة الطرفية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/zevv/duc) [Duc](https://duc.zevv.nl/) - Duc، مكتبة ومجموعة من الأدوات للفهرسة وتصور فحص استخدام القرص.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/balena-io/etcher) [Etcher](https://etcher.balena.io/) - قم بنقل صور نظام التشغيل إلى بطاقات SD ومحركات أقراص USB بأمان وسهولة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/GNOME/gparted) [GParted](https://gparted.org/) - أداة تقسيم القرص لنظام Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/JonMagon/KDiskMark) [KDiskMark](https://github.com/JonMagon/KDiskMark) - أداة بسيطة مفتوحة المصدر لقياس أداء القرص لتوزيعات Linux، تشبه CrystalDiskmark على Windows.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/utilities/kfloppy) [KFloppy](https://apps.kde.org/kfloppy/) - أداة رسومية لتنسيق الأقراص المرنة مقاس 3.5 بوصة و5.25 بوصة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mbusb/multibootusb) [MultiBootUSB](https://github.com/mbusb/multibootusb) - يسمح لك MultiBootUSB بتثبيت عدة إصدارات مباشرة من Linux على قرص USB.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/pop-os/popsicle) [Popsicle](https://github.com/pop-os/popsicle) - Popsicle هي أداة مساعدة لنظام Linux لتثبيت أجهزة USB متعددة بالتوازي، مكتوبة بلغة Rust.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/unetbootin/unetbootin) [Unetbootin](https://unetbootin.github.io) - يتيح لك UNetbootin إنشاء محركات أقراص USB قابلة للتمهيد لنظام التشغيل Ubuntu وتوزيعات Linux الأخرى. يمكنك إما السماح لبرنامج UNetbootin بتنزيل أحد التوزيعات العديدة المدعومة من خارج الصندوق لك، أو توفير ملف .iso لنظام Linux الخاص بك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/ventoy/Ventoy) [Ventoy](https://www.ventoy.net/en/index.html) - حل USB قابل للتمهيد جديد.
#### صيانة النظام
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://code.launchpad.net/~teejee2008/apt-toolkit/trunk) [Aptik](https://launchpad.net/apt-toolkit) - أداة تساعدك على تنظيم PPA المفضلة لديك وإدارة الحزم بسهولة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/TheAssassin/AppImageLauncher) [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher) - تطبيق مساعد لتوزيعات Linux يعمل كنوع من "نقطة الدخول" لتشغيل AppImages وتكاملها.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/prateekmedia/appimagepool) [AppImage Pool](https://github.com/prateekmedia/appimagepool) - عميل AppImageHub بسيط وحديث.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/vinifmor/bauh) [bauh](https://github.com/vinifmor/bauh) - واجهة مستخدم رسومية لإدارة تطبيقات Linux الخاصة بك. تدعم AppImage وحزم Arch (بما في ذلك AUR) وحزم Debian وFlatpak وSnap وتطبيقات الويب الأصلية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/bleachbit/bleachbit) [BleachBit](https://www.bleachbit.org/) - يحرر BleachBit مساحة القرص بسرعة ويحمي خصوصيتك بلا كلل. يمكنك تحرير ذاكرة التخزين المؤقت وحذف ملفات تعريف الارتباط ومسح سجل الإنترنت وتمزيق الملفات المؤقتة وحذف السجلات والمزيد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/GNOME/dconf-editor) [محرر dconf](https://github.com/GNOME/dconf-editor) - نظام تخزين تكوين بسيط - محرر رسومي.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.com/volian/nala) [Nala](https://gitlab.com/volian/nala) - Nala هي واجهة أمامية لـ libapt-pkg. على وجه التحديد، نستخدم واجهة برمجة تطبيقات python-apt. قد يكون من الصعب على المستخدمين الجدد بشكل خاص فهم ما تحاول apt القيام به عند التثبيت أو الترقية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/NixOS/nix) [Nix](https://nixos.org/download.html) - Nix هو مدير حزم قوي لنظام Linux وأنظمة Unix الأخرى مما يجعل إدارة الحزم موثوقة وقابلة للتكرار.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/morganamilo/paru) [Paru](https://github.com/morganamilo/paru) - Paru هو مساعد AUR القياسي الخاص بك مع الكثير من الميزات والحد الأدنى من التفاعل.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/sahib/rmlint) [rmlint](https://rmlint.readthedocs.io/en/latest/) - يبحث rmlint عن مساحة فارغة وأشياء أخرى معطلة على نظام الملفات الخاص بك ويعرض إزالتها.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/oguzhaninan/Stacer) [Stacer](https://oguzhaninan.github.io/Stacer-Web/) - مُحسِّن نظام Ubuntu الأكثر شهرة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](http://download.savannah.nongnu.org/releases/synaptic/) [Synaptic](https://www.nongnu.org/synaptic/) - Synaptic هو برنامج إدارة حزم رسومي لـ apt.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/gerardpuig/ubuntu-cleaner) [UbuntuCleaner](https://github.com/gerardpuig/ubuntu-cleaner) - Ubuntu Cleaner هي أداة تسهل تنظيف نظام Ubuntu الخاص بك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Jguer/yay) [Yay](https://github.com/Jguer/yay) - Yogurt آخر - مساعد AUR مكتوب بلغة Go.
#### مراقبة النظام
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/imsnif/bandwhich) [bandwhich](https://github.com/imsnif/bandwhich) - أداة استخدام النطاق الترددي للمحطة الطرفية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.com/corectrl/corectrl) [CoreCtrl](https://gitlab.com/corectrl/corectrl) - CoreCtrl هو تطبيق GNU/Linux مجاني ومفتوح المصدر يتيح لك التحكم بسهولة في أجهزة الكمبيوتر لديك باستخدام ملفات تعريف التطبيق. ويهدف إلى أن يكون مرنًا ومريحًا وسهل الوصول إليه للمستخدمين العاديين.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://bazaar.launchpad.net/~cpug-devs/cpug/main/files) [CPU-G](https://launchpad.net/cpug) - مراقبة عمر بطارية الكمبيوتر المحمول الذي يعمل بنظام التشغيل Ubuntu بسهولة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/vagnum08/cpupower-gui) [cpupower-gui](https://github.com/vagnum08/cpupower-gui) - برنامج رسومي لتغيير حدود التردد ومحافظي وحدة المعالجة المركزية بسهولة، على غرار cpupower.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/TheTumultuousUnicornOfDarkness/CPU-X) [CPU-X](https://thetumultuousunicornofdarkness.github.io/CPU-X/) - CPU-X هو برنامج مجاني يجمع معلومات حول وحدة المعالجة المركزية واللوحة الأم والمزيد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/utilities/filelight) [Filelight](https://apps.kde.org/filelight/) - Filelight هو تطبيق لتصور استخدام القرص على جهاز الكمبيوتر الخاص بك من خلال عرض المجلدات باستخدام طريقة عرض سهلة الفهم لحلقات متحدة المركز. يجعل Filelight من السهل تحرير المساحة!
- [خريطة GD](https://gdmap.sourceforge.net/) - أداة لتوضيح استخدام القرص.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://bazaar.launchpad.net/~artfwo/indicator-cpufreq/trunk/files) [indicator-cpufreq](https://launchpad.net/indicator-cpufreq) - يوفر نفس الوظيفة مثل أداة تردد وحدة المعالجة المركزية GNOME، لكنه لا يتطلب لوحة GNOME ويعمل تحت Unity.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://launchpad.net/ubuntu/+source/indicator-multiload) [indicator-multiload](https://launchpad.net/ubuntu/+source/indicator-multiload) - مؤشر تحميل النظام الرسومي لوحدة المعالجة المركزية والذاكرة العشوائية وما إلى ذلك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/fossfreedom/indicator-sysmonitor) [Indicator-SysMonitor](https://github.com/fossfreedom/indicator-sysmonitor) - مؤشر تطبيق يظهر درجة حرارة وحدة المعالجة المركزية والذاكرة وسرعة الشبكة واستخدام وحدة المعالجة المركزية وعنوان IP العام وحالة اتصال الإنترنت.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://g.blicky.net/ncdu.git/) [Ncdu](https://dev.yorhel.nl/ncdu) - محلل استخدام القرص مع واجهة ncurses.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/KrispyCamel4u/SysMonTask/) [SysMonTask](https://github.com/KrispyCamel4u/SysMonTask/) - مراقب نظام Linux مع صغر حجم وفائدة مدير مهام Windows للسماح بتحكم ومراقبة أعلى.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/netdata/netdata) [NetData](https://www.netdata.cloud/) - مراقبة الأداء والصحة المستندة إلى الويب من الجيل التالي في الوقت الفعلي للخوادم المادية والافتراضية والحاويات وأجهزة إنترنت الأشياء. وهو أيضًا خادم `statsd` موزع مع تصور تلقائي لمراقبة أداء التطبيقات (APM).
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://bazaar.launchpad.net/~indicator-multiload/indicator-multiload/trunk/files) [تحميل النظام](https://launchpad.net/indicator-multiload) - برنامج يعرض تحميل النظام الحالي في شريط الحالة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/vergoh/vnstat) [vnStat](https://humdi.net/vnstat/) - vnStat عبارة عن أداة مراقبة حركة مرور الشبكة تعتمد على وحدة التحكم وتستخدم إحصائيات واجهة الشبكة التي يوفرها النواة كمصدر للمعلومات. وهذا يعني أن vnStat لن يتعقب أي حركة مرور في الواقع ويضمن أيضًا الاستخدام الخفيف لموارد النظام بغض النظر عن معدل حركة مرور الشبكة.
#### آخر
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/alien-pkg-convert/files/) [محول حزم Alien](https://sourceforge.net/projects/alien-pkg-convert/) - محول حزم. يحول بين تنسيقات حزم RPM وDPKG وSLP وTGZ.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/angryip/ipscan) [Angry IP Scanner](https://angryip.org/) - ماسح ضوئي سريع وسهل الاستخدام للشبكة.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/AntiMicroX/antimicrox/) [AntiMicroX](https://github.com/AntiMicroX/antimicrox/) - برنامج رسومي يستخدم لربط أزرار لوحة المفاتيح وعناصر التحكم بالماوس بلوحة الألعاب. مفيد للعب الألعاب التي لا تدعم لوحة الألعاب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://git.kernel.org/pub/scm/bluetooth/bluez.git) [BlueZ](https://www.bluez.org/) - مجموعة بروتوكولات بلوتوث الرسمية لنظام Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/cheat/cheat) [Cheat](https://github.com/cheat/cheat) - يسمح لك Cheat بإنشاء أوراق غش تفاعلية وعرضها على سطر الأوامر.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://convertall.bellz.org/download.html) [Convertall](https://sourceforge.net/projects/convertall/) - برنامج يمكنه تحويل العديد من وحدات القياس إلى وحدات أخرى.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/chamfay/Curlew) [Curlew](https://github.com/chamfay/Curlew) - محول وسائط GTK لسطح مكتب GNOME.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/wimpysworld/deb-get) [deb-get](https://github.com/wimpysworld/deb-get) - يجعل Deb-get من السهل تثبيت وتحديث ملفات .debs المنشورة في مستودعات apt التابعة لجهات خارجية أو المتاحة عبر التنزيل المباشر على مواقع الويب أو صفحات إصدارات GitHub.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://git.suckless.org/dmenu/) [dmenu](https://tools.suckless.org/dmenu/) - dmenu هي قائمة ديناميكية لـ X، صُممت في الأصل لـ dwm. وهي تدير عددًا كبيرًا من عناصر القائمة المحددة من قبل المستخدم بكفاءة.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/dev47apps/droidcam) [Droidcam](https://www.dev47apps.com/) - يحول DroidCam جهاز Android الخاص بك إلى كاميرا ويب لاسلكية لجهاز الكمبيوتر الخاص بك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/thjaeger/easystroke) [EasyStroke](https://github.com/thjaeger/easystroke) - Easystroke هو تطبيق التعرف على الإيماءات لـ X11.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/OzymandiasTheGreat/emoji-keyboard) [لوحة مفاتيح الرموز التعبيرية](https://github.com/OzymandiasTheGreat/emoji-keyboard) - أداة اختيار الرموز التعبيرية التي تشبه لوحة المفاتيح الافتراضية لنظام Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/sindresorhus/fast-cli) [fast-cli](https://github.com/sindresorhus/fast-cli) - اختبر سرعة التنزيل والتحميل لديك باستخدام fast.com.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/tchx84/flatseal) [Flatseal](https://github.com/tchx84/flatseal) - Flatseal هي أداة رسومية لمراجعة الأذونات وتعديلها من تطبيقات Flatpak الخاصة بك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/FreeRDP/FreeRDP) [FreeRDP](https://www.freerdp.com/) - FreeRDP هو تنفيذ مجاني لبروتوكول سطح المكتب البعيد (RDP).
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://charm.sh/apps/) [Glow](https://github.com/charmbracelet/glow) - عرض ترميز Markdown على واجهة سطر الأوامر، مع لمسة من الإثارة! 💅🏻
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Simmesimme/Gnome-Pie) [GNOME-Pie](https://schneegans.github.io/gnome-pie.html) - مشغل التطبيقات الدائري لأجهزة سطح المكتب التي تعمل بنظام Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/nomic-ai/gpt4all) [GPT4All](https://www.nomic.ai/gpt4all) - gpt4all: نظام بيئي من برامج الدردشة مفتوحة المصدر المدربة على مجموعات ضخمة من بيانات المساعد النظيفة بما في ذلك التعليمات البرمجية والقصص والحوار
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/gramps-project/gramps) [Gramps](https://gramps-project.org/blog/) - ابحث عن شجرة عائلتك وقم بتنظيمها ومشاركتها مع Gramps.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/GSConnect/gnome-shell-extension-gsconnect) [GSConnect](https://extensions.gnome.org/extension/1319/gsconnect/) - تنفيذ KDE Connect لـ GNOME.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/GabMus/HydraPaper) [HydraPaper](https://hydrapaper.gabmus.org/) - مدير خلفيات مع دعم شاشات متعددة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/network/kdeconnect-kde) [KDE-Connect](https://apps.kde.org/kdeconnect/) - أداة تسمح بدمج سطح مكتب Linux مع هاتف ذكي يعمل بنظام Android ويمكن استخدامها لإرسال الملفات من وإلى الهاتف وسطح مكتب Linux، واستخدام الهاتف كلوحة تتبع، والتحكم في مشغل الوسائط على سطح المكتب باستخدام الهاتف، وغير ذلك الكثير.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/jordansissel/keynav) [Keynav](https://www.semicomplete.com/projects/keynav/) - Keynav هو جزء من تجربة مستمرة لجعل الواجهات التي تعمل بالمؤشر أسهل وأسرع بالنسبة للمستخدمين. فهو يتيح لك تحريك المؤشر بسرعة إلى معظم النقاط على الشاشة ببضع ضغطات مفاتيح فقط.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/cheesecakeufo/komorebi) [Komorebi](https://github.com/cheesecakeufo/komorebi) - Komorebi هو مدير خلفية لجميع منصات Linux، ويوفر خلفيات قابلة للتخصيص بالكامل ويمكن تعديلها في أي وقت.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/rastapasta/mapscii) [mapscii](https://github.com/rastapasta/mapscii) - MapSCII هو برنامج عرض خرائط العالم بطريقة برايل وASCII لوحدة التحكم الخاصة بك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mobile-shell/mosh) [Mosh](https://mosh.org) - Mosh هو تطبيق محطة طرفية عن بعد يسمح بالتجوال، ويدعم الاتصال المتقطع، ويوفر صدى محليًا ذكيًا وتحرير السطور لضغطات مفاتيح المستخدم.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/nmap/nmap) [Nmap](https://nmap.org/) - Nmap هي أداة مجانية مفتوحة المصدر لاستكشاف الشبكة وإدارتها والتدقيق الأمني.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/jiahaog/nativefier) [Nativefier](https://github.com/jiahaog/nativefier) - اجعل أي صفحة ويب تطبيق سطح مكتب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/peaextractor/files/) [PeaExtractor](https://sourceforge.net/projects/peaextractor/) أداة مصممة لفك ضغط الملفات بحيث تكون سهلة الاستخدام قدر الإمكان.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/peazip/files/) [Peazip](https://sourceforge.net/projects/peazip/) - أداة لفك ضغط أي من مجموعة كبيرة ومتنوعة من تنسيقات الضغط.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/pi-hole/pi-hole) [Pi-Hole](https://pi-hole.net) - حظر الإعلانات على مستوى الشبكة من خلال أجهزة Linux الخاصة بك، باستخدام تصفية DNS وإعادة التوجيه. يمكن لـ Pi-Hole حظر الإعلانات على الشبكة بأكملها، لذلك يمكن للهواتف الذكية وأجهزة الألعاب الاستفادة منها بالإضافة إلى أجهزة الكمبيوتر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.freedesktop.org/pipewire/pipewire) [PipeWire](https://pipewire.org/) - PipeWire هو مشروع يهدف إلى تحسين التعامل مع الصوت والفيديو بشكل كبير في Linux.
- [PlexyDesk](https://www.omgubuntu.co.uk/2016/09/plexydesk-widgets-linux-desktop-ppa) - يدعم Plexydesk مساحات عمل/سطح مكتب متعددة للأدوات على Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/fenrus75/powertop) [Powertop](https://github.com/fenrus75/powertop) - أداة يمكنها المساعدة في تشخيص المشكلات المتعلقة باستهلاك الطاقة في Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/pulseaudio/pulseaudio) [Pulse Audio](https://wiki.ubuntu.com/PulseAudio) - تحسين الصوت في Linux باستخدام ملفات التعريف المخصصة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/FreeRDP/Remmina) [Remmina](https://remmina.org/) - تطبيق سطح مكتب بعيد غني بالميزات لنظام Linux وأنظمة UNIX الأخرى.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/davatorium/rofi) [rofi](https://github.com/davatorium/rofi) - أداة تبديل النوافذ ومشغل التطبيقات واستبدال قائمة dmenu.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Genymobile/scrcpy) [scrcpy](https://github.com/Genymobile/scrcpy) - عرض جهاز Android الخاص بك والتحكم فيه.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/pwr-Solaar/Solaar) [Solaar](https://github.com/pwr-Solaar/Solaar) - مدير الأجهزة الطرفية لجهاز الاستقبال الموحد Logitech لنظام Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/GNOME/sushi) [Sushi](https://gitlab.gnome.org/GNOME/sushi) - Sushi هو معاينة سريعة لبرنامج Nautilus، مدير الملفات على سطح مكتب GNOME.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/JoseExposito/touche) [Touche](https://flathub.org/apps/details/com.github.joseexposito.touche) - قم بتكوين إيماءات اللمس المتعددة على لوحة اللمس وشاشة اللمس بسهولة باستخدام Touchégg مع واجهة المستخدم الرسومية GTK هذه.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://www.tightvnc.com/download.php) [TightVNC](https://www.tightvnc.com/) - برنامج مجاني وخفيف الوزن وسريع وموثوق للتحكم عن بعد/سطح مكتب بعيد.
- [TLP](https://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html) - تطبيق يمكنه المساعدة في تحسين عمر البطارية على Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/oniony/TMSU) [TMSU](https://tmsu.org/) - يتيح لك TMSU وضع علامات على ملفاتك ثم الوصول إليها من خلال نظام ملفات افتراضي أنيق من أي تطبيق آخر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Kilian/Trimage) [Trimage](https://trimage.org/) - أداة متعددة الأنظمة لتحسين ملفات PNG وJPG دون فقدان البيانات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/adgellida/ubunsys) [Ubunsys](https://github.com/adgellida/ubunsys) - تطبيق مصمم للسماح لك بتغيير ميزات النظام العميقة دون الحاجة إلى سطر الأوامر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/popey/unsnap) [unsnap](https://github.com/popey/unsnap) - الانتقال بسرعة من استخدام حزم snap إلى حزم flatpaks.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/upscayl/upscayl) [Upscayl](https://www.upscayl.org/) - أداة تحسين جودة الصور بالذكاء الاصطناعي مجانية ومفتوحة المصدر.
- [بوابة شبكة USB](https://www.eltima.com/products/usb-over-ip-linux/) - تتيح لك مشاركة منافذ USB عبر شبكة على Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/varietywalls/variety) [Variety](https://github.com/varietywalls/variety/) - Variety هو برنامج مفتوح المصدر لتغيير الخلفيات لنظام Linux، مليء بالميزات الرائعة، ولكنه في نفس الوقت نحيف وسهل الاستخدام.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.freedesktop.org/wayland) [Wayland](https://wayland.freedesktop.org/) - Wayland هو برنامج يهدف إلى أن يكون بديلاً أبسط لـ X، وأسهل في التطوير والصيانة.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/rcaelers/workrave) [Workrave](https://www.workrave.org/) - برنامج يساعد في التعافي والوقاية من إصابات الإجهاد المتكررة (RSI).
### فيديو
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/xylosper/bomi) [مشغل Bomi](https://bomi-player.github.io/) - مشغل وسائط متعددة قوي وسهل الاستخدام.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/celluloid-player/celluloid) [Celluloid](https://celluloid-player.github.io/) - واجهة GTK+ بسيطة لـ mpv.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/GNOME/cheese) [Cheese](https://wiki.gnome.org/Apps/Cheese) - يستخدم Cheese كاميرا الويب الخاصة بك لالتقاط الصور ومقاطع الفيديو، ويطبق تأثيرات خاصة رائعة ويسمح لك بمشاركة المتعة مع الآخرين.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Rafostar/clapper) [Clapper](https://rafostar.github.io/clapper/) - مشغل وسائط GNOME تم إنشاؤه باستخدام GJS مع مجموعة أدوات GTK4 ويعمل بنظام GStreamer مع عرض OpenGL.
- [مسرح Emby](https://emby.media/emby-theater-linux.html) - مشغل الوسائط الرسمي لخادم Emby.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/FFmpeg/FFmpeg) [FFmpeg](https://www.ffmpeg.org/) - FFmpeg عبارة عن مجموعة من المكتبات والأدوات لمعالجة محتوى الوسائط المتعددة مثل الصوت والفيديو والترجمات والبيانات الوصفية ذات الصلة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/multimedia/haruna) [Haruna](https://haruna.kde.org/) - مشغل فيديو مفتوح المصدر تم إنشاؤه باستخدام Qt/QML وlibmpv.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/jellyfin/jellyfin-media-player) [Jellyfin Media Player](https://jellyfin.org/) - عميل سطح المكتب Jellyfin يعتمد على Plex Media Player.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/multimedia/kamoso) [Kamoso](https://apps.kde.org/kamoso/) - برنامج Kamoso هو برنامج بسيط وسهل الاستخدام لاستخدام الكاميرا. يمكنك استخدامه لالتقاط الصور وإنشاء مقاطع فيديو لمشاركتها.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/xbmc/xbmc) [Kodi](https://kodi.tv/about/) - مركز وسائط برمجي مفتوح المصدر ومجاني حائز على جوائز (GPL) لتشغيل مقاطع الفيديو والموسيقى والصور والألعاب والمزيد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mifi/lossless-cut) [LosslessCut](https://github.com/mifi/lossless-cut) - السكين السويسري لتحرير الفيديو/الصوت بدون فقدان.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/pculture/miro) [Miro](https://www.getmiro.com/) - تطبيق مجاني ومفتوح المصدر للفيديو والموسيقى والتلفزيون عبر الإنترنت؛ فهو يوفر قنوات الفيديو من آلاف المصادر ويحتوي على ملفات HD مجانية أكثر من أي منصة أخرى.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/lettier/movie-monad) [Movie Monad](https://lettier.github.io/movie-monad) - مشغل فيديو مجاني وسهل الاستخدام مصنوع باستخدام Haskell.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](http://www.mplayerhq.hu/design7/dload.html) [MPlayer](http://www.mplayerhq.hu/design7/news.html) - MPlayer هو مشغل أفلام يعمل على العديد من الأنظمة، ويقوم بتشغيل أي نوع من مقاطع الفيديو.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mpv-player/mpv) [MPV](https://www.mpv.io) - مشغل وسائط مجاني ومفتوح المصدر ومتعدد الأنظمة.
- [Plex](https://www.plex.tv/) - Plex هو خادم وسائط ومنصة بث تعمل على تنظيم محتوى الوسائط الرقمية الخاص بك وبثه ومشاركته.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://sourceforge.net/p/smplayer/code/HEAD/tree/) [SMPlayer](https://www.smplayer.info/) - مشغل وسائط مجاني مزود بترميزات مدمجة. قم بتشغيل جميع صيغ الصوت والفيديو.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Stremio) [Stremio](https://www.stremio.com/) - Stremio هو مركز وسائط حديث يوفر لك حلاً شاملاً لترفيه الفيديو الخاص بك.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://gitlab.com/jonata/subtitld) [Subtitld](https://subtitld.org/) - Subtitld هو برنامج مفتوح المصدر لتحرير ونسخ وإنشاء الترجمات.
- [SVP](https://www.svp-team.com/w/index.php?title=Main_Page) - يتيح لك برنامج SVP مشاهدة أي فيديو على جهاز الكمبيوتر المكتبي الخاص بك باستخدام الاستيفاء الإطاري لأنه متاح على أجهزة التلفزيون وأجهزة العرض المتطورة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://www.videolan.org/vlc/download-sources.html) [VLC](https://www.videolan.org/vlc/index.html) - VLC هو مشغل وسائط متعددة وإطار عمل مجاني ومفتوح المصدر يعمل على أنظمة تشغيل متعددة ويقوم بتشغيل معظم ملفات الوسائط المتعددة بالإضافة إلى أقراص DVD والأقراص الصوتية المضغوطة وأقراص VCD وبروتوكولات البث المختلفة.
### شبكة خاصة افتراضية
- ![غير مجاني][أيقونة المال][CyberGhost](https://www.cyberghostvpn.com/en_US/) - يسمح لك CyberGhost VPN بتصفح الإنترنت بحرية، كما لو كنت متنكرًا، بغض النظر عن نوع التطبيق الذي تستخدمه والمكان الذي تسجل الدخول منه.
- ![غير مجاني][أيقونة المال][ExpressVPN](https://www.expressvpn.com/) - ExpressVPN هي أسرع خدمة VPN في العالم. فهي آمنة وموثوقة لمشاهدة الأفلام وبثها في الخارج، أو ببساطة الوصول إلى مواقعك المفضلة.
- ![غير مجاني][أيقونة المال][IVPN](https://www.ivpn.net/) - تقدم IVPN خدمة VPN آمنة للأفراد المهتمين بالخصوصية بما في ذلك تقنية القفزات المتعددة ونطاق الترددي السريع.
- ![غير مجاني][أيقونة المال][![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mozilla-mobile/mozilla-vpn-client) [Mozilla VPN](https://www.mozilla.org/en-US/products/vpn/) - احمِ سجل تصفح الويب لديك، واشعر بأمان أكبر على شبكات Wi-Fi العامة، وقلل من تتبع الإعلانات من خلال زيادة أمان اتصالك بالشبكة.
- ![غير مجاني][أيقونة المال][![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mullvad/mullvadvpn-app) [Mullvad](https://mullvad.net/en/) - Mullvad هي خدمة VPN تساعد في الحفاظ على خصوصية نشاطك عبر الإنترنت وهويتك وموقعك.
- ![غير مجاني][أيقونة المال][NordVPN](https://nordvpn.com/) - توفر لك NordVPN حماية عسكرية عبر الإنترنت، ويمكنك الوصول إلى جميع المواقع المفضلة لديك دون قيود.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/OpenVPN) [OpenVPN](https://openvpn.net/) - OpenVPN هو نظام شبكة خاصة افتراضية (VPN) ينفذ تقنيات لإنشاء اتصالات آمنة من نقطة إلى نقطة أو من موقع إلى موقع في تكوينات موجهة أو جسرية ومرافق وصول عن بعد. وهو ينفذ تطبيقات العميل والخادم.
- ![غير مجاني][أيقونة المال][![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/pia-foss/desktop) [الوصول الخاص إلى الإنترنت](https://www.privateinternetaccess.com/) - يوفر الوصول الخاص إلى الإنترنت أحدث التقنيات وأمانًا متعدد الطبقات مع حماية متقدمة للخصوصية باستخدام أنفاق VPN.
- ![غير مجاني][أيقونة المال][![برمجيات مفتوحة المصدر][أيقونة oss]](https://protonvpn.com/) [ProtonVPN](https://protonvpn.com/) - شبكة VPN سويسرية عالية السرعة تحمي خصوصيتك.
- ![غير مجاني][أيقونة المال][PureVPN](https://www.purevpn.com/) - PureVPN أكثر بكثير من مجرد مزود خدمة VPN المعتاد. فهو يوفر أمانًا وسرية لا مثيل لهما، مما يجعله خيارك الوحيد لتجربة تصفح آمنة عبر الإنترنت.
- ![غير مجاني][أيقونة المال][Surfshark](https://surfshark.com/) - كل ما تحتاجه في VPN والمزيد في تطبيق واحد سهل الاستخدام.
- ![غير مجاني][أيقونة المال][![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/tailscale) [Tailscale](https://tailscale.com/) - Tailscale هو تطبيق يعتمد على WireGuard يجعل الشبكات الآمنة والخاصة سهلة للفرق من أي حجم.
- ![غير مجاني][أيقونة المال][![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Windscribe/Desktop-App) [Windscribe](https://windscribe.net/) - تصفح الويب بخصوصية كما ينبغي أن يكون.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://www.wireguard.com/repositories/) [WireGuard](https://www.wireguard.com/) - WireGuard عبارة عن شبكة VPN بسيطة للغاية وسريعة وحديثة تستخدم تشفيرًا متطورًا. ويهدف إلى أن يكون أسرع وأبسط وأقل تكلفة وأكثر فائدة من IPsec، مع تجنب الصداع الهائل.
### برنامج الويكي
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/splitbrain/dokuwiki) [دوكو ويكي](https://www.dokuwiki.org/dokuwiki) - برنامج ويكي شائع قابل للاستضافة الذاتية ويحتوي على عدد كبير من المكونات الإضافية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://git.joeyh.name/git/ikiwiki.git/) [ikiwiki](https://ikiwiki.info/) - ikiwiki هو مُجمِّع ويكي. يحول صفحات الويكي إلى صفحات HTML مناسبة للنشر على موقع ويب. يخزن Ikiwiki الصفحات والتاريخ في نظام تحكم في الإصدارات مثل Subversion أو Git.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Jermolene/TiddlyDesktop) [TiddlyDesktop](https://tiddlywiki.com/#TiddlyDesktop) - تطبيق سطح مكتب لـ TiddlyWiki، وهو ويكي شخصي مفتوح المصدر مكتوب بلغة جافا سكريبت، وهو رائع إذا كنت لا تزال تبحث عن تطبيق جيد لتدوين الملاحظات (والمزيد).
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://git.launchpad.net/zim) [Zim](https://zim-wiki.org/) - محرر نصوص رسومي يستخدم للحفاظ على مجموعة من صفحات الويكي، وهو رائع للملاحظات والمستندات. يتم تخزينه في ملفات نصية عادية للتحكم في الإصدارات بسهولة.
### آحرون
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://displaycal.net/#download) [DisplayCAL](https://displaycal.net/) - معايرة العرض وتوصيفه مفتوح المصدر مدعوم من ArgyllCMS.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/fontforge/fontforge) [FontForge](https://fontforge.org/) - محرر خطوط مجاني (حر) لنظامي التشغيل Windows وMac OS X وGNU+Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://git.launchpad.net/grub-customizer) [GrubCustomizer](https://launchpad.net/grub-customizer) - Grub Customizer عبارة عن واجهة رسومية لتكوين إعدادات GRUB2/BURG وإدخالات القائمة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/education/labplot) [Labplot](https://labplot.org/) - LabPlot هو تطبيق KDE للرسم البياني التفاعلي وتحليل البيانات العلمية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/MycroftAI/mycroft-core) [Mycroft](https://community.openconversational.ai/c/mycroft-project) - Mycroft هو مساعد صوتي مفتوح المصدر وقابل للاختراق.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://gitlab.com/CalcProgrammer1/OpenRGB) [OpenRGB](https://openrgb.org/) - برنامج مفتوح المصدر للتحكم في إضاءة RGB لا يعتمد على برنامج الشركة المصنعة. لأنظمة Windows وLinux وMacOS.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/libratbag/piper) [Piper](https://github.com/libratbag/piper) - Piper هو تطبيق GTK+ لتكوين فئران الألعاب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/polychromatic/polychromatic) [Polychromatic](https://polychromatic.app/) - واجهة أمامية رسومية وأداة صغيرة لتكوين الأجهزة الطرفية Razer على GNU/Linux.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://sourceforge.net/projects/refind/) [rEFInd](https://www.rodsbooks.com/refind/) - rEFInd هو شوكة من مدير التمهيد rEFIt. مثل rEFIt، يمكن لـ rEFInd اكتشاف محملات التمهيد EFI المثبتة تلقائيًا ويقدم قائمة واجهة مستخدم رسومية جميلة لخيارات التمهيد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/z411/trackma) [trackma](https://z411.github.io/trackma/) - مدير قائمة مواقع متعددة مفتوح للأنظمة الشبيهة بنظام Unix.
## أدوات سطر الأوامر
### إنترنت
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/federicotorrielli/Daily-Reddit-Wallpaper) [خلفية Reddit اليومية](https://federicotorrielli.github.io/Daily-Reddit-Wallpaper/) - قم بتغيير خلفية الشاشة إلى الصورة الأكثر تصويتًا لهذا اليوم من /r/wallpapers أو أي subreddit آخر عند بدء تشغيل النظام.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/jarun/ddgr) [ddgr](https://github.com/jarun/ddgr) - DuckDuckGo من سطر الأوامر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://dnscrypt.info/) [dnscrypt-proxy](https://github.com/DNSCrypt/dnscrypt-proxy) - وكيل DNS مع دعم لبروتوكولات DNS المشفرة، عبر منصة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mikf/gallery-dl) [gallery-dl](https://github.com/mikf/gallery-dl) - برنامج سطر أوامر لتنزيل معارض الصور والمجموعات من pixiv و exhentai و danbooru والمزيد.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/jarun/googler) [Googler](https://github.com/jarun/googler) - برنامج يمكنه البحث عن أي شيء في Google مباشرة من سطر الأوامر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://i2pd.website/) [i2pd](https://github.com/PurpleI2P/i2pd) - برنامج I2P مكتوب بلغة C++.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mps-youtube/mps-youtube) [mps-youtube](https://github.com/mps-youtube/mps-youtube) - برنامج قائم على المحطة الطرفية للبحث عن الموسيقى وبثها وتنزيلها. يستخدم هذا التنفيذ موقع YouTube كمصدر للمحتوى ويمكنه تشغيل وتنزيل الفيديو بالإضافة إلى الصوت.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.com/muttmua/mutt) [Mutt](http://www.mutt.org/) - عميل بريد إلكتروني قائم على المحطة الطرفية مع ارتباطات مفاتيح vim ومرونة كبيرة وقابلية للتخصيص.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/newsboat/newsboat) [Newsboat](https://newsboat.org/) - Newsboat هو شوكة من Newsbeuter، وهو قارئ موجز RSS/Atom لوحدة التحكم النصية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/orakaro/rainbowstream) [Rainbow Stream](https://github.com/orakaro/rainbowstream) - عميل تويتر ذكي وجميل على المحطة الطرفية مكتوب بلغة بايثون.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.com/aaronNG/reddio) [reddio](https://gitlab.com/aaronNG/reddio) - واجهة سطر أوامر لـ Reddit مكتوبة بلغة POSIX sh.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/streamlink/streamlink) [Streamlink](https://streamlink.github.io/) - Streamlink هي أداة مساعدة CLI تقوم بتوصيل تدفقات الفيديو من خدمات مختلفة إلى مشغل فيديو.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/sdushantha/tmpmail) [tmpmail](https://github.com/sdushantha/tmpmail) - بريد إلكتروني مؤقت مباشرة من محطتك مكتوبًا بلغة POSIX sh.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/soimort/translate-shell) [translate-shell](https://www.soimort.org/translate-shell) - مترجم سطر الأوامر باستخدام Google Translate، وBing Translator، وYandex.Translate، وما إلى ذلك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/vasani-arpit/WBOT) [WBOT](https://github.com/vasani-arpit/WBOT) - روبوت بسيط قائم على واجهة سطر الأوامر لتطبيق WhatsApp™ في NodeJS. قم بالرد على أصدقائك بسرعة واستمتع أثناء ذلك.
- [![برنامج مفتوح المصدر][أيقونة oss]](https://github.com/iamtalhaasghar/yewtube) [yewtube](https://github.com/iamtalhaasghar/yewtube) - مشغل وتنزيل YouTube قائم على المحطة الطرفية. لا يتطلب مفتاح API لـ Youtube. تم إنشاؤه من mps-youtube. يمكن تثبيته باستخدام pip كما هو موضح [هنا](https://github.com/iamtalhaasghar/yewtube#using-pip).
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/rg3/youtube-dl) [youtube-dl](https://rg3.github.io/youtube-dl/) - youtube-dl هو برنامج سطر أوامر لتنزيل مقاطع الفيديو من YouTube.com وعدد قليل من المواقع الأخرى. يتطلب مفسّر Python (2.6 أو 2.7 أو 3.2+)، ولا يقتصر على منصة محددة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/yt-dlp/yt-dlp) [yt-dlp](https://github.com/yt-dlp/yt-dlp) - شوكة youtube-dl مع ميزات وإصلاحات إضافية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/deepjyoti30/ytmdl) [ytmdl](https://github.com/deepjyoti30/ytmdl) - تطبيق بسيط للحصول على الأغاني من YouTube بتنسيق mp3 مع اسم الفنان واسم الألبوم وما إلى ذلك من مصادر مثل iTunes وSpotify وLastFM وDeezer وGaana وما إلى ذلك.
### معلومات النظام / المراقبة
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/AdnanHodzic/auto-cpufreq) [auto-cpufreq](https://github.com/AdnanHodzic/auto-cpufreq) - مُحسِّن تلقائي لسرعة وحدة المعالجة المركزية والطاقة لنظام Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/ClementTsang/bottom) [bottom](https://clementtsang.github.io/bottom/nightly/) - برنامج آخر لمراقبة العمليات/الأنظمة عبر الأنظمة الأساسية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/aristocratos/bpytop) [bpytop](https://github.com/aristocratos/bpytop) - مراقب موارد يعرض الاستخدام والإحصائيات للمعالج والذاكرة والأقراص والشبكة والعمليات. منفذ Python واستمرار bashtop.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/aristocratos/btop) [btop](https://github.com/aristocratos/btop) - مراقب الموارد الذي يعرض الاستخدام والإحصائيات للمعالج والذاكرة والأقراص والشبكة والعمليات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/fastfetch-cli/fastfetch) [Fastfetch](https://github.com/fastfetch-cli/fastfetch/) - Fastfetch هي أداة شبيهة بـ Neofetch لجلب معلومات النظام وعرضها بشكل جميل. وهي مكتوبة بشكل أساسي بلغة C، مع مراعاة الأداء والقدرة على التخصيص.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/nicolargo/glances) [Glances](https://nicolargo.github.io/glances/) - Glances هو تطبيق طرفي لمراقبة النظام يعرض لك استخدام القرص واستخدام ذاكرة الوصول العشوائي واستخدام وحدة المعالجة المركزية بطريقة ودية للغاية باستخدام مكتبة البرمجة Ncurses. وهو متسامح مع تغيير حجم Windows، ومنخفض جدًا في استخدام ذاكرة الوصول العشوائي للنظام.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/aksakalli/gtop) [gtop](https://github.com/aksakalli/gtop) - لوحة معلومات لمراقبة النظام للطرفية. تخيل "لوحة معلومات رسومية"، مع مخططات شريطية ومخططات خطية ومخططات دائرية وما إلى ذلك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/hishamhm/htop) [htop](https://htop.dev/) - عارض عملية تفاعلي لأنظمة يونكس مع ميزات وتجربة مستخدم محسّنة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/sharkdp/hyperfine) [hyperfine](https://github.com/sharkdp/hyperfine) - أداة معايرة لسطر الأوامر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/orhun/kmon) [kmon](https://kmon.cli.rs/) - مدير نواة Linux ومراقب النشاط.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Syllo/nvtop) [NVTOP](https://github.com/Syllo/nvtop) - مراقبة عملية وحدات معالجة الرسومات لـ AMD وIntel وNVIDIA.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/dylanaraps/pfetch) [pfetch](https://github.com/dylanaraps/pfetch) - أداة معلومات نظام جميلة مكتوبة بلغة POSIX sh.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/KittyKatt/screenFetch) [screenFetch](https://github.com/KittyKatt/screenFetch) - يقوم بجلب معلومات النظام/الموضوع في المحطة الطرفية لالتقاط لقطات شاشة لسطح مكتب Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/amanusk/s-tui) [s-tui](https://amanusk.github.io/s-tui/) - s-tui هي واجهة مستخدم لمراقبة درجة حرارة وحدة المعالجة المركزية لجهاز الكمبيوتر الخاص بك وترددها واستخدامها بطريقة رسومية من المحطة الطرفية.
### أدوات
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/FiloSottile/age) [العمر](https://github.com/FiloSottile/age) - أداة تشفير بسيطة وحديثة وآمنة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/sharkdp/bat) [bat](https://github.com/sharkdp/bat) - استنساخ للقطط مع تمييز بناء الجملة والتكامل مع Git.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Canop/broot) [broot](https://dystroy.org/broot/) - طريقة جديدة لرؤية أشجار الدليل والتنقل خلالها.
- [![برنامج مفتوح المصدر][رمز oss]](https://github.com/jarun/Buku) [Buku](https://github.com/jarun/Buku) - مدير الإشارات المرجعية لسطر الأوامر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/owenthereal/ccat) [ccat](https://github.com/owenthereal/ccat) - تلوين `cat`.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Slackadays/Clipboard) [الحافظة](https://github.com/Slackadays/Clipboard) - قص ونسخ ولصق أي شيء، في أي مكان، وفي أي وقت.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/AlDanial/cloc) [Cloc](https://github.com/AlDanial/cloc) - عد أسطر التعليمات البرمجية: يقوم cloc بحساب الأسطر الفارغة، وأسطر التعليقات، والأسطر المادية من التعليمات البرمجية المصدرية في العديد من لغات البرمجة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/athityakumar/colorls) [Color LS](https://github.com/athityakumar/colorls) - Color Ls عبارة عن جوهرة روبي تعمل على تنشيط الأمر ls وتظهر بشكل مرئي أكبر مما يفعله ls بدون أوامر إضافية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/maaslalani/draw) [رسم](https://github.com/maaslalani/draw) - ارسم في محطتك الطرفية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/muesli/duf) [duf](https://github.com/muesli/duf) - استخدام القرص/أداة مساعدة مجانية - بديل أفضل لـ "df".
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/ogham/exa) [exa](https://the.exa.website/) - exa هو بديل حديث لـ ls.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/sharkdp/fd) [fd](https://github.com/sharkdp/fd) - بديل بسيط وسريع وسهل الاستخدام لـ "find".
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/LubuntuFu/fishfry) [Fishfry](https://github.com/LubuntuFu/fishfry) - يستبدل تاريخ السمكة بتاريخ مصمم خصيصًا لمختبري الاختراق من أجل الكفاءة ومختبري الاختراق المبتدئين من أجل التعلم.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/junegunn/fzf) [fzf](https://github.com/junegunn/fzf) - أداة بحث ضبابية لسطر الأوامر للأغراض العامة مع مرشح تفاعلي وميزة معاينة لأشياء مثل الملفات وسجل الأوامر وعمليات الالتزام بـ Git وأسماء المضيفين وما إلى ذلك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/sindresorhus/fkill-cli) [fkill](https://github.com/sindresorhus/fkill-cli) - قتل العمليات بشكل رائع. متعدد المنصات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/heppu/gkill) [Gkill](https://github.com/heppu/gkill) - قاتل عملية تفاعلي لنظام Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/orf/gping) [gping](https://github.com/orf/gping) - ping ولكن مع الرسم البياني، عبر منصة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/oguzhaninan/korkut) [korkut](https://github.com/oguzhaninan/korkut) - معالجة الصور بسرعة وبساطة في سطر الأوامر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/nojhan/liquidprompt) [Liquidprompt](https://github.com/nojhan/liquidprompt) - موجه متكيف كامل الميزات ومصمم بعناية لـ Bash وZsh.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/busyloop/lolcat) [lolcat](https://github.com/busyloop/lolcat) - يعرض النص بألوان قوس قزح.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Peltoche/lsd) [lsd](https://github.com/Peltoche/lsd) - أمر ls من الجيل التالي.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://ezix.org/src/pkg/lshw) [lshw](https://ezix.org/project/wiki/HardwareLiSter) - قائمة الأجهزة لنظام Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/denisidoro/navi) [navi](https://github.com/denisidoro/navi) - أداة تفاعلية للغش لسطر الأوامر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/o2sh/onefetch) [Onefetch](https://onefetch.dev/) - ملخص مستودع Git على محطتك الطرفية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/facebook/PathPicker) [PathPicker](https://github.com/facebook/PathPicker) - أمر يسمح لك بتحديد الملفات التي تم إخراجها من أمر سابق في سطر الأوامر، حتى تتمكن بعد ذلك من تشغيل أمر آخر أو تحريرها.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/dylanaraps/pywal) [pywal](https://github.com/dylanaraps/pywal) - pywal هو برنامج نصي يأخذ صورة (أو دليل صور)، ويولد مخطط ألوان (باستخدام imagemagick) ثم يغير جميع ألوان محطتك المفتوحة إلى مخطط الألوان الجديد أثناء التنقل، مما يسمح لك بتغيير ألوان محطتك باستخدام ورق الحائط الخاص بك أو معايير أخرى.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/BurntSushi/ripgrep) [ripgrep](https://github.com/BurntSushi/ripgrep) - Ripgrep هي أداة بحث موجهة نحو السطر تبحث بشكل متكرر في الدليل الحالي عن نمط تعبير عادي.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/maaslalani/slides) [slides](https://maaslalani.com/slides/) - أداة عرض تقديمي تعتمد على المحطة الطرفية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/ggreer/the_silver_searcher) [الباحث الفضي / Ag](https://geoff.greer.fm/ag/) - أداة بحث عن الكود مشابهة لـ ack، ولكنها أسرع.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://starship.rs/) [Starship](https://github.com/starship/starship) - موجه بسيط وسريع للغاية وقابل للتخصيص إلى ما لا نهاية لأي غلاف وعبر الأنظمة الأساسية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/nvbn/thefuck) [TheFuck](https://github.com/nvbn/thefuck) - تطبيق رائع يقوم بتصحيح أمر وحدة التحكم السابق لديك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/tldr-pages/tldr) [tldr-pages](https://tldr.sh/) - مشروع tldr-pages عبارة عن مجموعة من صفحات المساعدة التي يديرها المجتمع لأدوات سطر الأوامر، والتي تهدف إلى أن تكون مكملًا أبسط وأكثر سهولة في الوصول لصفحات الدليل التقليدية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/dbrgn/tealdeer) [tealdeer](https://dbrgn.github.io/tealdeer/) - تنفيذ سريع للغاية لـ tldr مكتوب بلغة Rust.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/tmux/tmux) [Tmux](https://github.com/tmux/tmux) - يتيح لك التبديل بسهولة بين العديد من البرامج في محطة طرفية واحدة، وفصلها (حيث تظل تعمل في الخلفية) وإعادة ربطها بمحطة طرفية مختلفة. والقيام بالكثير غير ذلك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/jml/undistract-me) [undistract-me](https://github.com/jml/undistract-me) - برنامج سطر أوامر يقوم بتشغيل صوت أو إرسال إشعار عند انتهاء تشغيل أمر طويل في سطر الأوامر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/hashicorp/vagrant) [vagrant](https://www.vagrantup.com/) - Vagrant هي أداة لبناء وتوزيع بيئات التطوير.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/charmbracelet/vhs) [VHS](https://github.com/charmbracelet/vhs) - مسجل الفيديو المنزلي الخاص بك VHS
- [wicd-curses](https://wiki.archlinux.org/index.php/wicd#Running_Wicd_in_Text_Mode) - مدير اتصال WiFi عبر سطر الأوامر.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/BurntSushi/xsv) [xsv](https://github.com/BurntSushi/xsv) - مجموعة أدوات سطر أوامر CSV سريعة مكتوبة بلغة Rust.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/skywind3000/z.lua) [z.lua](https://github.com/skywind3000/z.lua) - أمر cd جديد يساعدك على التنقل بشكل أسرع من خلال تعلم عاداتك.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/ajeetdsouza/zoxide) [zoxide](https://github.com/ajeetdsouza/zoxide) - طريقة أفضل للتنقل في نظام الملفات الخاص بك المكتوب بلغة Rust.
## نوى لينكس مخصصة
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://linux-libre.fsfla.org/pub/linux-libre/releases/) [GNU Linux-libre](https://www.fsfla.org/ikiwiki/selibre/linux-libre/) - GNU Linux-libre هو مشروع للحفاظ على ونشر توزيعات لينكس المجانية 100%، المناسبة للاستخدام في توزيعات النظام الحرة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/anthraxx/linux-hardened) [Linux-Hardened](https://github.com/anthraxx/linux-hardened) - نواة لينكس تركز على الأمان وتطبق مجموعة من تصحيحات الحماية للتخفيف من ثغرات النواة ومساحة المستخدم. كما أنها تمكن من ميزات حماية نواة أعلى من لينكس.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Frogging-Family/linux-tkg) [linux-tkg](https://github.com/Frogging-Family/linux-tkg) - نصوص برمجية لتنزيل وتصحيح وتجميع Linux Kernel تلقائيًا من مستودع Linux git الرسمي، مع مجموعة مختارة من التصحيحات التي تهدف إلى تجربة أفضل لسطح المكتب/الألعاب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/damentz/liquorix-package) [Liquorix](https://liquorix.net) - Liquorix هو بديل لنواة التوزيعة تم إنشاؤه باستخدام أفضل مصادر التكوين والنواة لسطح المكتب والوسائط المتعددة وأحمال العمل الخاصة بالألعاب.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/projects/xanmod/) [XanMod](https://xanmod.org/) - XanMod عبارة عن توزيع نواة Linux عام الغرض مع إعدادات مخصصة وميزات جديدة. تم تصميمه لتوفير تجربة سطح مكتب مستقرة وسريعة الاستجابة وسلسة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/zen-kernel/zen-kernel) [Zen](https://github.com/zen-kernel/zen-kernel) - نتيجة جهد تعاوني بين مخترقي النواة لتوفير أفضل نواة لينكس ممكنة للأنظمة اليومية.
## بيئات سطح المكتب
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/BuddiesOfBudgie/budgie-desktop) [Budgie](https://buddiesofbudgie.org/) - Budgie هي بيئة سطح مكتب مصممة مع وضع المستخدم الحديث في الاعتبار، فهي تركز على البساطة والأناقة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/linuxmint/Cinnamon) [Cinnamon](https://projects.linuxmint.com/cinnamon/) - تسعى Cinnamon إلى توفير تجربة مستخدم تقليدية. Cinnamon هي نسخة فرعية من GNOME 3.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/linuxdeepin/dde-file-manager/tree/develop2.0) [Deepin DE](https://www.deepin.org/en/dde/) - DDE (بيئة سطح مكتب Deepin) هي بيئة سطح المكتب الافتراضية التي تم إنشاؤها في الأصل لتوزيع Linux Deepin.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://git.enlightenment.org/enlightenment/efl) [Enlightenment](https://www.enlightenment.org/about) - بيئة سطح مكتب خفيفة الوزن وجميلة مصممة للعمل بسرعة وتبدو جيدة، مع الاحتفاظ بدرجة كبيرة من التخصيص.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/GNOME) [GNOME](https://www.gnome.org/) - بيئة سطح مكتب GNOME هي سطح مكتب جذاب وبديهي مع جلسة حديثة (GNOME) وكلاسيكية (GNOME Classic).
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.gnome.org/GNOME/gnome-flashback) [GNOME Flashback](https://wiki.gnome.org/Projects/GnomeFlashback) - GNOME Flashback عبارة عن غلاف لـ GNOME 3 والذي كان يسمى في البداية وضع GNOME الاحتياطي. تخطيط سطح المكتب والتكنولوجيا الأساسية مشابهة لـ GNOME 2.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://invent.kde.org/plasma/plasma-desktop) [KDE Plasma](https://www.kde.org/plasma-desktop) - بيئة سطح مكتب KDE Plasma هي بيئة عمل مألوفة. توفر Plasma Desktop جميع الأدوات المطلوبة لتجربة حوسبة سطح مكتب حديثة حتى تتمكن من تحقيق الإنتاجية منذ البداية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/lxde) [LXDE](https://lxde.org/) - بيئة سطح المكتب X11 خفيفة الوزن هي بيئة سطح مكتب سريعة وتوفر الطاقة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/lxqt/lxqt) [LXQt](https://lxqt-project.org/) - LXQt هو منفذ Qt والإصدار القادم من LXDE، بيئة سطح المكتب خفيفة الوزن.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/mate-desktop/) [Mate](https://mate-desktop.com/) - يوفر Mate سطح مكتب بديهيًا وجذابًا لمستخدمي Linux باستخدام الاستعارات التقليدية. MATE هو شوكة من GNOME 2.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://elementary.io/) [Pantheon](https://elementary.io/) - Pantheon هي بيئة سطح المكتب الافتراضية التي تم إنشاؤها في الأصل لتوزيع نظام التشغيل elementary.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/ukui/ukui-desktop-environment) [UKUI](https://www.ukui.org/) - UKUI هي بيئة سطح مكتب لتوزيعات Linux وأنظمة التشغيل الأخرى المشابهة لـ UNIX، تم تطويرها في الأصل لـ Ubuntu Kylin، وتم كتابتها باستخدام إطار عمل Qt.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://gitlab.com/ubports/development/core/lomiri) [Lomiri](https://lomiri.com/) - Unity عبارة عن غلاف لـ GNOME صممه Canonical لـ Ubuntu.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/xfce-mirror) [Xfce](https://www.xfce.org/) - يجسد Xfce فلسفة UNIX التقليدية في الوحدات النمطية وإمكانية إعادة الاستخدام.
## مدير العرض
### وحدة التحكم
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/evertiro/cdm) [CDM](https://github.com/evertiro/cdm) - مدير تسجيل دخول بسيط للغاية ولكنه كامل الميزات ومكتوب بلغة Bash.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/dopsi/console-tdm) [Console TDM](https://github.com/dopsi/console-tdm) - ملحق لـ xinit مكتوب بلغة Bash الخالصة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/coastalwhite/lemurs) [Lemurs](https://github.com/coastalwhite/lemurs) - مدير عرض/تسجيل دخول TUI قابل للتخصيص مكتوب بلغة Rust.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/cylgom/ly) [Ly](https://github.com/cylgom/ly) - Ly هو مدير عرض خفيف الوزن، يشبه TUI (ncurses) لنظام Linux.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/spanezz/nodm) [nodm](https://github.com/spanezz/nodm) - مدير عرض بسيط لتسجيل الدخول التلقائي.
### رسم بياني
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/tomas/entrance) [المدخل](https://enlightenment.org) - مدير عرض يعتمد على اللغة الإنجليزية كلغة أجنبية، تجريبي للغاية.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/GNOME/gdm) [GDM](https://wiki.gnome.org/Projects/GDM) - مدير عرض GNOME.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/canonical/lightdm) [LightDM](https://www.freedesktop.org/wiki/Software/LightDM) - مدير عرض متعدد أجهزة سطح المكتب، يمكنه استخدام واجهات أمامية مختلفة مكتوبة في أي مجموعة أدوات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://sourceforge.net/p/lxdm/code/ci/master/tree/) [LXDM](https://sourceforge.net/projects/lxdm/) - مدير عرض LXDE. يمكن استخدامه بشكل مستقل عن بيئة سطح مكتب LXDE.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/linuxmint/mdm) [MDM](https://github.com/linuxmint/mdm) - مدير عرض MDM، المستخدم في Linux Mint، وهو شوكة من GDM 2.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/sddm/sddm) [SDDM](https://github.com/sddm/sddm) - مدير العرض المستند إلى QML وخليفة kdm الخاص بـ KDE4؛ يوصى به لـ Plasma 5 وLXQt.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/gsingh93/slim-display-manager) [SLiM](https://sourceforge.net/projects/slim.berlios/) - حل تسجيل دخول رسومي خفيف الوزن وأنيق. (تم إيقافه)
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/bbidulock/xdm) [XDM](https://www.x.org/archive/X11R7.5/doc/man/man1/xdm.1.html) - مدير عرض X مع دعم XDMCP ومختار المضيف.
##مديرو النوافذ
### الملحنين
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/yshui/picom) [Picom](https://github.com/yshui/picom) - Picom هو مدير مركب مستقل، مناسب للاستخدام مع مديري النوافذ الذين لا يوفرون وظيفة التركيب بشكل أصلي.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Plagman/gamescope) [Gamescope](https://github.com/Plagman/gamescope) - Gamescope هو مُركِّب صغير يوفر سطح مكتب Xwayland معزولًا مع إدخال مستقل ودقة ومعدل تحديث.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/hyprwm/Hyprland) [Hyprland](https://hyprland.org/) - Hyprland هو برنامج تركيب بلاط Wayland ديناميكي لا يضحي بمظهره.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/riverwm/river) [River](https://github.com/riverwm/river) - River هو برنامج تركيب بلاط Wayland ديناميكي مع تكوين وقت تشغيل مرن.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/swaywm/sway) [Sway](https://swaywm.org) - يقوم Sway بتبليط Wayland compositor واستبدال مدير النوافذ i3 لـ X11.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/WayfireWM/wayfire) [Wayfire](https://wayfire.org/) - Wayfire هو برنامج تركيب Wayland يعتمد على WLroots. ويهدف إلى إنشاء بيئة قابلة للتخصيص والتوسع وخفيفة الوزن دون التضحية بمظهرها.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://cgit.freedesktop.org/xorg/app/xcompmgr) [Xcompmgr](https://cgit.freedesktop.org/xorg/app/xcompmgr) - Xcompmgr هو مدير مركب بسيط قادر على تقديم الظلال المنسدلة، وباستخدام أداة transset، شفافية النافذة البدائية.
### تكديس مديري النوافذ
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/venam/2bwm) [2bwm](https://github.com/venam/2bwm) - WM عائمة سريعة، مع خصوصية وجود حدودين، مكتوبة على مكتبة XCB ومشتقة من mcwm.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/bbidulock/blackboxwm) [Blackbox](https://github.com/bbidulock/blackboxwm) - مدير نوافذ سريع وخفيف الوزن لنظام X Window، بدون كل تلك التبعيات المزعجة للمكتبات.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/fluxbox/fluxbox) [Fluxbox](http://fluxbox.org) - مدير نوافذ لنظام X كان يعتمد على كود Blackbox 0.61.1.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/ice-wm/icewm) [IceWM](https://ice-wm.org) - مدير نوافذ لنظام X Window. الهدف من IceWM هو السرعة والبساطة وعدم الوقوف في طريق المستخدم.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/danakj/openbox) [Openbox](http://openbox.org) - مدير نوافذ من الجيل التالي وقابل للتكوين بدرجة كبيرة مع دعم واسع النطاق للمعايير.
### مديري النوافذ المبلطة
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/Bismuth-Forge/bismuth) [Bismuth](https://bismuth-forge.github.io/bismuth/) - تسهيل إدارة النوافذ المبلطة. على KDE Plasma.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/baskerville/bspwm) [Bspwm](https://github.com/baskerville/bspwm/wiki) - Bspwm هو مدير نوافذ مبلطة يمثل النوافذ كأوراق شجرة ثنائية كاملة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/herbstluftwm/herbstluftwm) [Herbstluftwm](https://herbstluftwm.org) - هو مدير نوافذ بلاط يدوي لـ X11 باستخدام Xlib و Glib.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/i3/i3) [i3 WM](https://i3wm.org/) - مدير نوافذ أفضل وأكثر ديناميكية. مكتوب بالكامل من الصفر. المنصات المستهدفة هي أنظمة التشغيل GNU/Linux وBSD.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/pop-os/shell) [Pop!\_OS Shell](https://github.com/pop-os/shell) - Pop Shell هو مدير نوافذ يتم التحكم فيه تلقائيًا عن طريق لوحة المفاتيح ويتم تشغيله أعلى غلاف GNOME.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/qtile/qtile) [Qtile](https://qtile.org/) - Qtile هو مدير نوافذ مبلطة كامل الميزات وقابل للاختراق ومكتوب ومُهيأ بلغة بايثون.
### مديرو النوافذ الديناميكيون
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/awesomeWM/awesome) [awesome](https://awesomewm.org) - مدير نوافذ إطار عمل من الجيل التالي وقابل للتكوين بدرجة عالية لـ X.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/cdown/dwm) [dwm](https://dwm.suckless.org) - مدير نوافذ ديناميكي لنظام X. يدير النوافذ في تخطيطات مبلطة وأحادية العدسة وعائمة.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/esjeon/krohnkite) [Kröhnkite](https://github.com/esjeon/krohnkite) - ملحق تبليط ديناميكي لـ KWin.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/conformal/spectrwm) [spectrwm](https://github.com/conformal/spectrwm) - مدير نوافذ ديناميكي صغير لـ X11، مستوحى إلى حد كبير من xmonad و dwm.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/codic12/worm) [Worm](https://github.com/codic12/worm) - مدير نوافذ ديناميكي يعتمد على العلامات ومكتوب بلغة Nim.
- [![برمجيات مفتوحة المصدر][أيقونة oss]](https://github.com/xmonad/xmonad) [xmonad](https://xmonad.org) - مدير نوافذ X11 مقسم ديناميكيًا ومكتوب ومُهيأ بلغة Haskell.
## أخبار Linux والتطبيقات والمزيد:
- [9To5Linux](https://9to5linux.com/)
- [أول توب](https://linux.alltop.com/)
- [ArchiveOS](https://archiveos.org/linux/)
- [هل نحن ضد الغش حتى الآن؟](https://areweanticheatyet.com/)
- [ديدويميدو](https://www.dedoimedo.com/)
- [ديستروتيوب](https://distrotube.com/)
- [DistroWatch](https://distrowatch.com/)
- [FAMILUG](https://www.familug.org/)
- [GamingOnLinux](https://www.gamingonlinux.com/)
- [كيف تفعل ذلك](https://www.howtogeek.com/t/linux/)
- [ITSFOSS](https://itsfoss.com/)
- [ليمي سي/لينكس](https://lemmy.ml/c/linux)
- [ليليبوتينغ](https://liliputing.com/)
- [LinuxHandbook](https://linuxhandbook.com/)
- [لينكس لينك](https://www.linuxlinks.com/)
- [الرسمي لينكس](https://www.linux.com/)
- [LinuxStans](https://linuxstans.com/)
- [الجدول الزمني لنظام لينكس](https://github.com/FabioLolix/LinuxTimeline/releases)
- [LWN](https://lwn.net/)
- [استخدم](https://www.makeuseof.com/service/linux/)
- [منتدى نيكس كرافت](https://www.nixcraft.com/)
- [نيكسكرافت](https://www.cyberciti.biz/)
- [نوبس لاب](https://www.noobslab.com/)
- [يا إلهي!لينكس](https://www.omglinux.com/)
- [يا إلهي! أوبونتو](https://www.omgubuntu.co.uk/)
- [مفتوح المصدر](https://opensource.com/)
- [فورونيكس](https://www.phoronix.com/)
- [ProtonDB](https://www.protondb.com/)
- [ريبولوجي](https://repology.org/)
- [سلاش دوت](https://linux.slashdot.org/)
- [تكمنت](https://www.tecmint.com/)
- [UbuntuHandbook](https://ubuntuhandbook.org/)
- [يونيكسمن](https://www.unixmen.com/)
- [تحديث الويب](http://www.webupd8.org/)
- [WineDB](https://appdb.winehq.org/)
##ريديت
- [ألما لينكس](https://www.reddit.com/r/AlmaLinux/)
- [أرش لينكس](https://www.reddit.com/r/archlinux/)
- [أساهي لينكس](https://www.reddit.com/r/AsahiLinux/)
- [AwesomeWM](https://www.reddit.com/r/awesomewm/)
- [سنت أو إس](https://www.reddit.com/r/CentOS/)
- [القرفة DE](https://www.reddit.com/r/CinnamonDE/)
- [سطر الأوامر](https://www.reddit.com/r/commandline/)
- [ديبيان](https://www.reddit.com/r/debian/)
- [ديبين](https://www.reddit.com/r/deepin/)
- [نظام التشغيل الابتدائي](https://www.reddit.com/r/elementaryos/)
- [نظام التشغيل إنديفور](https://www.reddit.com/r/EndeavourOS/)
- [فيدورا](https://www.reddit.com/r/Fedora/)
- [FreeBSD](https://www.reddit.com/r/freebsd/)
- [جارودا لينكس](https://www.reddit.com/r/GarudaLinux/)
- [جينتو لينكس](https://www.reddit.com/r/Gentoo/)
- [جنوم](https://www.reddit.com/r/gnome/)
- [هايكو](https://www.reddit.com/r/haikuOS/)
- [مدير نوافذ i3](https://www.reddit.com/r/i3wm/)
- [كالي لينكس](https://www.reddit.com/r/Kalilinux/)
- [كيدي](https://www.reddit.com/r/kde/)
- [كوبونتو](https://www.reddit.com/r/Kubuntu/)
- [Linux4Noobs](https://www.reddit.com/r/linux4noobs/)
- [لينكس](https://www.reddit.com/r/linux/)
- [لينكس من الصفر](https://www.reddit.com/r/linuxfromscratch/)
- [ألعاب لينكس](https://www.reddit.com/r/linux_gaming/)
- [أجهزة لينكس](https://www.reddit.com/r/linuxhardware/)
- [نواة لينكس](https://www.reddit.com/r/kernel/)
- [لينكس منت](https://www.reddit.com/r/linuxmint/)
- [أسئلة لينكس](https://www.reddit.com/r/linuxquestions/)
- [مانجارو](https://www.reddit.com/r/ManjaroLinux/)
- [نيكس](https://www.reddit.com/r/Nix/)
- [NixOS](https://www.reddit.com/r/NixOS/)
- [مفتوح المصدر](https://www.reddit.com/r/opensource/)
- [أوبن سوزي](https://www.reddit.com/r/openSUSE/)
- [بوب!\_OS](https://www.reddit.com/r/pop_os/)
- [نظام تشغيل Qubes](https://www.reddit.com/r/Qubes/)
- [ريد هات](https://www.reddit.com/r/redhat/)
- [روكي لينكس](https://www.reddit.com/r/RockyLinux/)
- [سلاكوير](https://www.reddit.com/r/slackware/)
- [مشروع سولوس](https://www.reddit.com/r/SolusProject/)
- [مدير نافذة Sway](https://www.reddit.com/r/swaywm/)
- [ذيول](https://www.reddit.com/r/tails/)
- [أوبونتو](https://www.reddit.com/r/Ubuntu/)
- [بورن يونكس](https://www.reddit.com/r/unixporn/)
- [Void Linux](https://www.reddit.com/r/voidlinux/)
- [وهونيكس](https://www.reddit.com/r/وهونيكس/)
- [إكس إف سي إي](https://www.reddit.com/r/xfce/)
- [Xubuntu](https://www.reddit.com/r/xubuntu/)
- [نظام تشغيل زورين](https://www.reddit.com/r/zorinos/)
##المساهمين
شكرًا لـ [**جميع المساهمين في Github**](https://github.com/luong-komorebi/Awesome-Linux-Software/graphs/contributors) على جعل هذه القائمة ممكنة و
_الجميع على reddit.com/r/linux وreddit.com/r/ubuntu وvozforums.com والمنتديات الأخرى للحصول على العديد من الاقتراحات والإطراءات_
...
**[⬆ العودة إلى الأعلى](#جدول-المحتويات)**
## إرشادات للمساهمة
> ببساطة ضع اسم **التطبيق** في القائمة.
> رابط إلى **صفحته الرئيسية** أو **دليل** حول كيفية تثبيته.
> اكتب أيضًا **وصفًا قصيرًا** للتطبيق + أضف **أيقونة**.
> تأكد من وضعه تحت **الموضوع المناسب**.
> إذا كان التطبيق لا يتناسب مع أي **موضوع موجود**، قم بإنشاء **موضوع جديد** له.
> تأكد من أن كل شيء مرتب أبجديًا.
## غير متأكد من كيفية المساهمة؟
- [كيفية استخدام Github](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project)
- [كيفية استخدام Git من سطر الأوامر](https://rogerdudler.github.io/git-guide/)
- [ما هو Markdown؟](https://github.com/luong-komorebi/Markdown-Tutorial) - Markdown هي طريقة الكتابة المستخدمة لإنشاء هذه القائمة، إذا كنت تريد معرفة كيفية التنسيق بشكل صحيح، فمن الأفضل أن تتعلم كيفية استخدام Github Markdown.
- [دليل Markdown البديل](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)
_العناصر التي تحمل علامة ![برمجيات مفتوحة المصدر][أيقونة oss] هي برمجيات مفتوحة المصدر وترتبط بالكود المصدر. أما العناصر التي تحمل علامة ![غير مجانية][أيقونة البرامج المجانية] فهي غير مجانية (كما في حالة البيرة غير المجانية). أما العناصر التي تحمل علامة ![غير مجانية][أيقونة النقود] فهي غير مجانية (كما في حالة البيرة غير المجانية) وسوف يتكلف استخدامها أموالاً._
ملاحظة المؤلف: لقد تلقيت مؤخرًا تعليقات منك حول جودة بعض التطبيقات الموجودة في هذه القائمة. لقد اختبرت الكثير منها، ولكن ليس كلها. إذا واجهت أي مشكلات مع التطبيقات، فيرجى: -> التوجه إلى صفحة المطور (إذا كانت متاحة) -> طرح مشكلة للمطور هناك -> طرح مشكلة هنا حتى أتمكن من التفكير فيما إذا كان ينبغي لي إزالة التطبيق من القائمة. تذكر: كل قطعة من البرامج لها مزاياها الخاصة، لذلك لن يكون هناك أبدًا شيء مثل "أفضل تطبيق" أو "قائمة انتقائية" هنا، شكرًا لك.
## رخصة
[](https://creativecommons.org/licenses/by/4.0/)
هذا العمل مرخص بموجب [رخصة المشاع الإبداعي المنسوبة 4.0 الدولية](https://creativecommons.org/licenses/by/4.0/).
[أيقونة oss]: ./img/oss.svg
[أيقونة البرنامج المجاني]: ./img/freeware.svg
[أيقونة المال]: ./img/money.svg
================================================
FILE: auto_sort/README.md
================================================
- [English](#introduction)
- [中文](#介绍)
- [Português (Brasil)](#português-brasil)
- [Español](#español)
# Introduction
`asort.py` is a very simple python3 script that aims to make sure items in the README file of the repo [Awesome-Linux-Software](https://github.com/VoLuong/Awesome-Linux-Software) are sorted alphabetically.
This script only sorts items in the following topics for now (items between topic Applications and topic Setup):
- Applications
- Command Line Utilities
- Desktop Environments
- Display Managers
- Window Managers
# Usage
1. Add items to corresponding topics, don't worry about the order of those items.
2. Make sure you've installed python3 environment on your system.
3. Open a terminal, type `python3 asort.py` to run this script. After that, you'll get a new README file with all the items in the above topics sorted alphabetically.

## Note
`asort_zh.py` works for the file [README_zh-CN.md](https://github.com/VoLuong/Awesome-Linux-Software/blob/master/README_zh-CN.md), the Chinese version of this list.
`asort_pt-BR.py` works for the Brasilian Portuguese version of the file [README_pt-BR](https://github.com/VoLuong/Awesome-Linux-Software/blob/master/README_pt-BR.md)
`asort_zh.py` works for the Spanish version of the file [README_es-ES](https://github.com/VoLuong/Awesome-Linux-Software/blob/master/README_es-ES.md)
# License
MIT License.
---------------------------------------------
# 介绍
`asort.py` 是一个非常简单的 python3 脚本,它负责将 [Awesome-Linux-Software](https://github.com/VoLuong/Awesome-Linux-Software) 仓库的 README.md 文件中的条目按照字母表顺序排列,以方便查阅。
该脚本只会为如下几个主题中的条目进行排序(实际上就是在主题 *应用程序* 和 *配置* 之间的所有条目):
- 应用程序
- 命令行实用工具
- 桌面环境
- 显示管理器
- 窗口管理器
# 用法
1. 请首先按照说明将新的条目添加到合适的主题下,不用考虑排序问题;
2. 然后,确保你在系统上安装了 Python3 运行环境;
3. 打开终端,运行 `python3 asort.py` 即可。之后,你将得到一个新生成的 README 文件,并且文件中所有的在上述几个主题中的条目都已经按照字母表的顺序排列好了。

## 注意
新增的 `asort_zh.py` 专门用于中文版 [README_zh-CN.md](https://github.com/VoLuong/Awesome-Linux-Software/blob/master/README_zh-CN.md) 条目排序。用法与上面类似。
# 许可
MIT 许可协议。
---------------------------------------------
# Português (Brasil)
`asort.py` é um script python3 muito simples, que visa garantir que os itens no arquivo README do repositório [Awesome-Linux-Software](https://github.com/VoLuong/Awesome-Linux-Software) sejam ordenados alfabeticamente.
Este script apenas classifica itens nos seguintes tópicos por enquanto (Itens entre os tópicos Aplicativos e Configuração):
- Aplicativos
- Utilitários de linha de comando
- Ambiente de trabalho
- Gestores de exibição
- Gestor de janelas
# Modo de usar
1. Adicione itens aos tópicos correspondentes, não se preocupe com a ordem desses itens.
2. Verifique se está instalado o ambiente python3 em seu sistema.
3. Abra o terminal e digite `python3 asort.py` para executar o script. Depois disso, você receberá um novo arquivo README com todos os itens nos tópicos acima classificados em ordem alfabética.

## Nota
`asort_pt-BR.py` funciona no arquivo [README_pt-BR.md](https://github.com/VoLuong/Awesome-Linux-Software/blob/master/README_pt-BR.md), versão Portugês Brasileira desta lista.
# Licença
Licença MIT.
---------------------------------------------
# Español
`asort.py` es un es un simple script para garantizar los elementos del archivo README del repositorio [Awesome-Linux-Software](https://github.com/VoLuong/Awesome-Linux-Software) se ordenan alfabéticamente.
Este script sólo puede ordenar elementos en estas secciones por ahora (Los elementos son las secciones entre aplicaciones y Configuración)
- Aplicaciones
- Herramientas de línea de comandos
- Los Entornos des escritorios
- Gestors des pantallas
- Gestor de ventanas
# modo de uso
1. Añadir un nuevo software a las secciones correspondientes. El orden del software no importa.
2. Asegúrese de que el entorno de desarrollo de Python3 está instalado.
3. abra una línea de comandos y escriba: 'python3 asort.py' para activar el script. Después de esto, el script creará un nuevo archivo README con todos los elementos ordenados automáticamente.

#Notas
`asort.py` es compatible con la versión en inglés de la lista [README](https://github.com/VoLuong/Awesome-Linux-Software/blob/master/README.md)
`asort_zh.py` es compatible con la versión china de la lista [README_zh-CN.md](https://github.com/VoLuong/Awesome-Linux-Software/blob/master/README_zh-CN.md)
`asort_pt-BR.py` es compatible con la versión portuguesa brasileña de la lista [README_pt-BR](https://github.com/VoLuong/Awesome-Linux-Software/blob/master/README_pt-BR.md)
`asort_es-ES.py` es compatible con la versión español de la lista [README_es-ES](https://github.com/VoLuong/Awesome-Linux-Software/blob/master/README_es-ES.md)
# Licencia
Licencia MIT
================================================
FILE: auto_sort/asort.py
================================================
#!/usr/bin/env python3
# -*-coding: utf-8-*-
# Author : Christopher L
# Blog : http://blog.chriscabin.com
# GitHub : https://www.github.com/chrisleegit
# File : asort.py
# Date : 2016/08/22 11:12
# Version: 0.1
# Description: A very simple python script that can sort items alphabetically.
from __future__ import print_function
import os
import shutil
import re
README_FILE = '../README.md'
TEMP_FILE = 'temp.md'
# only works for those items between BEGIN and END.
BEGIN = '## Applications'
END = '## Setup'
regex = re.compile(r"[^[]*\[([^]]*)\]")
def main():
global README_FILE
# make sure the script can find file: README.md
README_FILE = os.path.abspath(README_FILE)
if not os.path.exists(README_FILE):
print(f'Error: no such file or directory: {README_FILE}')
exit(1)
sort_enable = False
items = []
print(f'Loading file: {README_FILE}')
# read file: README.md
with (open(README_FILE) as infile, open(TEMP_FILE, 'w') as outfile):
# process each line
for line in infile:
if not sort_enable and BEGIN in line:
sort_enable = True
# if sort_enable and END in line:
# sort_enable = False
if sort_enable and line.startswith(('-')):
line = line.strip()
items.append(line)
elif sort_enable and not line.startswith(('-')) and line == '\n':
# when we meet the next header, we should stop adding new item to the list.
for item in sorted(items, key=lambda x: regex.findall(x.upper())[len(regex.findall(x.upper()))-1]):
# write the ordered list to the temporary file.
print(item, file=outfile)
items.clear()
# remember to put the next header in the temporary file.
print(line, end='', file=outfile)
elif (
sort_enable
and not line.startswith(('-'))
and line != '\n'
and line.startswith('#')
):
sort_enable = END not in line
print(line, end='', file=outfile)
else:
print(line, end='', file=outfile)
print('Replace the original file: README.md')
shutil.move(TEMP_FILE, README_FILE)
if __name__ == '__main__':
main()
================================================
FILE: auto_sort/asort_es-ES.py
================================================
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Author: Christopher L
# Blog: http://blog.chriscabin.com
# GitHub: https://www.github.com/chrisleegit
# File: asort.py
# Date: 2016/08/22 11:12
# Version: 0.2
# Description: A python script to sort items alphabetically.
import os
import shutil
import re
README_FILE = '../README_es-ES.md'
TEMP_FILE = 'temp_es-ES.md'
# Only works for items between BEGIN and END.
BEGIN = '## Aplicaciones'
END = '## Configurar'
regex = re.compile(r"[^[]*\[([^]]*)\]")
def main():
global README_FILE
# Make sure the script can find the file: README.md
README_FILE = os.path.abspath(README_FILE)
if not os.path.exists(README_FILE):
print(f'Error: archivo o directorio no existe: {README_FILE}')
exit(1)
sort_enable = False
items = []
print(f'Cargando archivo: {README_FILE}')
# Read the file: README.md
with open(README_FILE, 'r') as infile, open(TEMP_FILE, 'w') as outfile:
# Process each line
for line in infile:
if not sort_enable and BEGIN in line:
sort_enable = True
if sort_enable and line.startswith('-'):
line = line.strip()
items.append(line)
elif sort_enable and not line.startswith('-') and line == '\n':
# When we meet the next header, we should stop adding new items to the list.
for item in sorted(items, key=lambda x: regex.findall(x.upper())[-1]):
# Write the ordered list to the temporary file.
print(item, file=outfile)
items.clear()
# Remember to put the next header in the temporary file.
print(line, end='', file=outfile)
elif (
sort_enable
and not line.startswith('-')
and line != '\n'
and line.startswith('#')
):
sort_enable = END not in line
print(line, end='', file=outfile)
else:
print(line, end='', file=outfile)
print('Reemplazar el archivo original: README_es-ES.md')
shutil.move(TEMP_FILE, README_FILE)
if __name__ == '__main__':
main()
================================================
FILE: auto_sort/asort_pt-BR.py
================================================
#!/usr/bin/env python3
# -*-coding: utf-8-*-
# Author : Christopher L
# Blog : http://blog.chriscabin.com
# GitHub : https://www.github.com/chrisleegit
# File : asort.py
# Date : 2016/08/22 11:12
# Version: 0.1
# Description: A very simple python script that can sort items alphabetically.
from __future__ import print_function
import os
import shutil
README_FILE = '../README_pt-BR.md'
TEMP_FILE = 'temp_pt-BR.md'
# only works for those items between BEGIN and END.
BEGIN = '## Aplicativos'
END = '## Configuração'
def main():
global README_FILE
# make sure the script can find file: README.md
README_FILE = os.path.abspath(README_FILE)
if not os.path.exists(README_FILE):
print(f'Erro: Arquivo ou diretório não existe: {README_FILE}')
exit(1)
sort_enable = False
items = []
print(f'Carregando arquivo: {README_FILE}')
# read file: README.md
with (open(README_FILE) as infile, open(TEMP_FILE, 'w') as outfile):
# process each line
for line in infile:
if not sort_enable and BEGIN in line:
sort_enable = True
# if sort_enable and END in line:
# sort_enable = False
if sort_enable:
line = line.strip()
# each item starts with a character '-' (maybe '*' and '+')
if line.startswith(('-', '*', '+')):
items.append(line)
elif line.startswith('#'):
sort_enable = END not in line
# when we meet the next header, we should stop adding new item to the list.
for item in sorted(items, key=lambda x: x.upper()):
# write the ordered list to the temporary file.
print(item, file=outfile)
print('', file=outfile)
items.clear()
# remember to put the next header in the temporary file.
print(line, file=outfile)
else:
print(line, end='', file=outfile)
else:
print(line, end='', file=outfile)
print('Substitua o arquivo original: README_pt-BR.md')
shutil.move(TEMP_FILE, README_FILE)
if __name__ == '__main__':
main()
================================================
FILE: auto_sort/asort_zh.py
================================================
#!/usr/bin/env python3
# -*-coding: utf-8-*-
# Author : Christopher L
# Blog : http://blog.chriscabin.com
# GitHub : https://www.github.com/chrisleegit
# File : asort.py
# Date : 2016/08/22 11:12
# Version: 0.1
# Description: A very simple python script that can sort items alphabetically.
from __future__ import print_function
import os
import shutil
import re
README_FILE = '../README_zh-CN.md'
TEMP_FILE = 'temp_zh.md'
# only works for those items between BEGIN and END.
BEGIN = '## 应用'
END = '## 设置'
regex = re.compile(r"[^[]*\[([^]]*)\]")
def main():
global README_FILE
# make sure the script can find file: README.md
README_FILE = os.path.abspath(README_FILE)
if not os.path.exists(README_FILE):
print(f'Error: no such file or directory: {README_FILE}')
exit(1)
sort_enable = False
items = []
print(f'Loading file: {README_FILE}')
# read file: README.md
with (open(README_FILE) as infile, open(TEMP_FILE, 'w') as outfile):
# process each line
for line in infile:
if not sort_enable and BEGIN in line:
sort_enable = True
# if sort_enable and END in line:
# sort_enable = False
if sort_enable and line.startswith(('-')):
line = line.strip()
items.append(line)
elif sort_enable and not line.startswith(('-')) and line == '\n':
# when we meet the next header, we should stop adding new item to the list.
for item in sorted(items, key=lambda x: regex.findall(x.upper())[len(regex.findall(x.upper()))-1]):
# write the ordered list to the temporary file.
print(item, file=outfile)
items.clear()
# remember to put the next header in the temporary file.
print(line, end='', file=outfile)
elif (
sort_enable
and not line.startswith(('-'))
and line != '\n'
and line.startswith('#')
):
sort_enable = END not in line
print(line, end='', file=outfile)
else:
print(line, end='', file=outfile)
print('Replace the original file: README_zh-CN.md')
shutil.move(TEMP_FILE, README_FILE)
if __name__ == '__main__':
main()
================================================
FILE: index.html
================================================
Awesome Linux Software