Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subnetmasked/awesome-foss
A list of useful, free (as in freedom) and open-source software.
https://github.com/subnetmasked/awesome-foss
List: awesome-foss
Last synced: about 1 month ago
JSON representation
A list of useful, free (as in freedom) and open-source software.
- Host: GitHub
- URL: https://github.com/subnetmasked/awesome-foss
- Owner: subnetmasked
- License: gpl-3.0
- Created: 2023-09-24T13:11:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-02T13:52:13.000Z (11 months ago)
- Last Synced: 2024-10-05T20:19:29.785Z (3 months ago)
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- ultimate-awesome - awesome-foss - A list of useful, free (as in freedom) and open-source software. (Other Lists / PowerShell Lists)
README
# Awesome FOSS 🚀
A curated list of awesome open-source software that can be incredibly useful for various purposes. Feel free to contribute by adding your favorite projects!
## Contents
- [Browsers](#Browsers)
- [Development](#development)
- [Productivity](#productivity)
- [Games](#Games)
- [Graphics and Design](#graphics-and-design)
- [Utilities](#utilities)
- [Password Managers](#Password-Managers)
- [Media](#Media)
- [Security](#security)
- [Data Science](#data-science)
- [Miscellaneous](#miscellaneous)## Browsers
- [Brave Browser](https://brave.com/) - 🦁 A privacy-focused web browser with built-in ad and tracker blocking
- [Firefox](https://www.mozilla.org/en-US/firefox/new/) - 🔥🦊 A privacy focused non-chromium web browser## Development
- [VS Code](https://github.com/microsoft/vscode) - 📝 Code editor
- [Git](https://github.com/git/git) - 📜 Version control
- [Docker](https://github.com/docker/docker) - 🐳 Container platform
- [Proxmox](https://www.proxmox.com/en/) - 🦾 Type-1 Hypervisor
- [MicroCloud](https://canonical.com/microcloud) - 👾 A scaleable & lightweight cloud computing solution## Productivity
- [LibreOffice](https://www.libreoffice.org/) - 📄 Office suite
- [Joplin](https://github.com/laurent22/joplin) - 📓 Note-taking app
- [Zim](https://github.com/jaap-karssenberg/zim-desktop-wiki) - 📚 Desktop wiki
- [Thunderbird](https://www.thunderbird.net/en-GB/) - 📥 Email & chat client## Games
- [OpenTTD](https://www.openttd.org/) - 🚋 A fully open-source transport tycoon game
## Graphics and Design
- [GIMP](https://www.gimp.org/) - 🎨 Image editor
- [Inkscape](https://inkscape.org/) - ✒️ Vector graphics editor
- [Blender](https://www.blender.org/) - 🍹 3D creation suite
- [Krita](https://krita.org/) - 🖌️ Digital painting
- [Kdenlive](https://kdenlive.org/en/) - 🎨 Video Editor
- [OpenShot](https://www.openshot.org/) - 🎥 An easy-to-use, quick to learn, and surprisingly powerful video editor
## Utilities- [7-Zip](https://www.7-zip.org/) - 📦 File archiver
- [Caffeine](https://github.com/caffeine-ng/caffeine-ng) - ☕ Prevents computer from sleeping
- [qBittorrent](https://www.qbittorrent.org/) - 📁 A lightweight and feature-rich BitTorrent client## Password Managers
- [KeePass](https://keepass.info/) - 🔒 Offline password manager
- [KeePassXC](https://keepassxc.org) 🔐 KeePass but better
- [Bitwarden](https://bitwarden.com) - ⚔️ Online password manager## Media
- [VLC Media Player](https://www.videolan.org/vlc/) - 💿 A universal media player
- [HandBrake](https://handbrake.fr/) - 🎞️ Video transcoder
## Security- [Kali Linux](https://www.kali.org/) - 🐉 Penetration testing OS
- [Wireshark](https://www.wireshark.org/) - 📶 Network protocol analyzer
- [VeraCrypt](https://www.veracrypt.fr/) - 🔐 Disk encryption
- [OpenVAS](https://www.openvas.org/) - 🚪 Vulnerability scanner
- [Wazuh](https://wazuh.com) - 🗝️ SIEM and XDR system
- [ClamAV](https://www.clamav.net/) - 🎯 Anti-virus scanner
- [VyOS](https://vyos.io/) - 🔥 Router and firewall## Data Science
- [Python](https://www.python.org/) - 🐍 Programming language
- [Jupyter](https://jupyter.org/) - 📔 Notebook interface
- [TensorFlow](https://www.tensorflow.org/) - 🧠 Machine learning framework
- [matplotlib](https://matplotlib.org/) - 📈 Plotting library## Miscellaneous
- [Audacity](https://www.audacityteam.org/) - 🎧 Audio editor
- [Kodi](https://kodi.tv/) - 📺 Media player
- [Calibre](https://calibre-ebook.com/) - 📚 E-book manager
- [Zentyal](https://www.zentyal.com/) - 🚀 Easy Linux Server Solution Alternative to Windows Server## Contribution ☀️
We welcome contributions from the community to improve and grow this project. Here's how you can get involved:
### Reporting Issues
If you encounter a bug or have a feature request, please open an issue on this repository. When creating an issue, please provide detailed information about the problem you're experiencing or the feature you'd like to see.
### Pull Requests
We encourage you to contribute to this project by submitting pull requests. To do so, please follow these steps:
1. Fork this repository to your GitHub account.
2. Create a new branch from the `main` branch in your forked repository.
3. Make your desired changes in the new branch.
4. Ensure your code adheres to the project's coding standards and guidelines.
5. Test your changes thoroughly.
6. Commit your changes with a clear and descriptive commit message.
7. Push your branch to your forked repository.
8. Open a pull request (PR) to this repository's `main` branch.
9. Provide a detailed description of the changes you made in the PR.
10. Engage in discussions with reviewers and address any feedback or questions.
11. Once your PR is approved, it will be merged into the `main` branch.