Skip to content

Latest commit

History

History
889 lines (517 loc) 路 101 KB

CHANGELOG.md

File metadata and controls

889 lines (517 loc) 路 101 KB

Awesome Python Applications - Changelog

The same 420 projects from the Awesome Python Applications list, but arranged in reverse-chronological order of when they were listed.

2024-01-30

  1. Duplicity - (Repo, Home, Docs) Encrypted bandwidth-efficient backup tool, using the rsync algorithm.

2024-01-27

  1. Aim - (Repo, Home, Blog) Aim is a self-hostable machine learning experiment tracker designed to handle 10,000s of training runs.
  2. Dispatch - (Repo, Blog, Docs) Incident management service featuring integrations for notifications and task management. Used at Netflix.
  3. explainshell.com - (Repo, Home) A web-based tool to match command-line arguments to their man pages and help text.
  4. liberapay.com - (Repo, Home, WP) A recurrent donations platform, formerly known as gittip and gratipay.
  5. Mathesar - (Repo, Home, Demo, Fund, Docs) Self-hostable web application which provides a spreadsheet-like interface to a PostgreSQL database, enabling users of all technical skill levels to design data models, enter data, and build reports.
  6. Mealie - (Repo, Home, Demo, Fund, Docs) Self-hostable recipe management server with rich user interface and automatic backups.
  7. Open Event Server - (Repo, Demo) Enable event organizers to manage events from meetups to concerts to conferences, with support for multiple tracks and venues. Used by FOSSASIA and eventyay.
  8. PDF Arranger - (Repo, Snap) Merge and split PDF documents, as well as crop and rearrange pages.
  9. Tautulli - (Repo, Home, Fund) Web monitor for Plex Media Server.

2023-03-30

  1. detect-secrets - (Repo) An enterprise-friendly CLI for auditing, detecting, and preventing secrets in code.
  2. pre-commit - (Repo, Home, PyPI) A framework for managing and maintaining multi-language git hooks.

2023-03-27

  1. Stargate DAW - (Repo) All-in-one Digital Audio Workstation (DAW) with a suite of instrument and effect plugins.

2023-01-26

  1. Moa Bridge - (Repo, Home) A service to cross post Mastodon toots to Twitter and Instagram.

2022-07-09

  1. Grafana OnCall - (Repo, Docs) Developer-friendly incident response with brilliant Slack integration, with a PagerDuty migration path.
  2. OCRmyPDF - (Repo, Fund, Snap, Docs) Adds an OCR text layer to scanned PDF files, enabling text search and selection.
  3. PostHog - (Repo, Home, Docs) Self-hostable product analytics for tracking events, visualizing funnels, and much more.

2021-10-10

  1. SQLFluff - (Repo, Home, Fund, PyPI) Dialect-flexible and configurable SQL linter, designed with ELT applications in mind, with support for templating and autofixing errors.

2021-09-10

  1. Bookwyrm - (Repo, Home) Social reading and reviewing, decentralized with ActivityPub.

2021-04-13

  1. Baserow - (Repo, Home, gh, Docs) Web-based no-code persistence platform, like a database meets a spreadsheet, with a REST API.

2020-11-22

  1. Ajenti - (Repo, Home, PyPI, Docs) Web-base server admin panel for fast, extensible remote access, featuring a web terminal, text editor, file manager, and more.

2020-11-21

  1. Docker Compose - (Repo, Docs) Docker Compose is a tool for defining and running multi-container Docker applications.

2020-10-11

  1. Spack - (Repo, Home, Docs) Language-independent package manager for supercomputers, Mac, and Linux, designed for scientific computing.

2020-10-10

  1. Galaxy - (Repo, Home, Docs) Web-based platform for reproducible and transparent computational research, with a focus on bioinformatics.

2020-08-24

  1. RDPY - (Repo) An implementation of the Microsoft Remote Desktop Protocol built on Twisted, including applications for client use, MITM proxy, and Honeypot server.
  2. SpaceSiren - (Repo, Docs) Honeypot management and alert system for AWS tokens, with a fully serverless architecture.
  3. Thug - (Repo, Fund, PyPI, Docs) Low-interaction honeyclient designed to mimic the behavior of a web browser in order to detect and emulate malicious contents.

2020-08-04

  1. buku - (Repo, Fund, Docs) Browser-independent bookmark manager with CLI and web server frontends, with integrations for browsers, cloud-based bookmark managers, and emacs.

2020-04-11

  1. mycli - (Repo, Home, PyPI) Interactive MySQL client that does auto-completion and syntax highlighting.

2020-04-04

  1. CourtListener - (Repo, Home, WP) Web application which provides a graph-based search interface and API with 900,000 minutes of oral argument recordings, more than eight thousand judges, and more than three million opinions. Also powers RECAP search.

2020-03-17

  1. CAPEv2 - (Repo, Demo) Web application designed to automate malware analysis, with a goal of extracting payloads and configuration from uploaded artifacts.

2020-01-28

  1. Algojammer - (Repo, Demo) An experimental, proof-of-concept IDE to assist with algorithm-writing in a competition setting.

2020-01-13

  1. Recon-ng - (Repo, Home, Docs) Recon-ng is a full-featured reconnaissance framework providing a powerful environment to conduct open source web-based reconnaissance quickly and thoroughly.

2020-01-12

  1. CTFd - (Repo, Home, Docs) CTFd is a Capture The Flag framework focusing on ease of use and customizability. It comes with everything you need to run a CTF and it's easy to customize with plugins and themes.

2020-01-07

  1. Paperless - (Repo, Docs) Scan, index, and archive all of your paper documents. Supports OCR, tags, search, encryption and more.
  2. Script Server - (Repo, Demo, Docs) Turn scripts into interactive, validated, authenticated, auditable web UIs, without modifying the scripts.

2019-11-13

  1. doc2dash - (Repo, Home, PyPI) Extensible CLI-based Documentation Set generator intended for use with Dash.app and other compatible API browsers.
  2. GNS3 GUI - (Repo, Home, PyPI, Docs) Graphical Network Simulator used to emulate, configure, test and troubleshoot virtual and real networks. (Backed by server component here.)
  3. JHBuild - (Repo, Home, gh, Docs) Tool designed to ease building collections of packages, originally written to build the GNOME desktop from sources.
  4. pip-tools - (Repo) A set of command line tools to help you keep your pip-based packages fresh, even when you've pinned them.
  5. ReproZip - (Repo, Home, Demo, PyPI, Docs) Command-line tool which automatically builds reproducible experiments archives from console commands, designed for use in computational science.
  6. Scholia - (Repo, Home, Docs) Python package and web application for interacting with scholarly information on Wikidata.
  7. Whipper - (Repo) A CLI-based CD Audio ripper designed for accuracy over speed, with support for overriding hardware caches, accuracy verification, MusicBrainz metadata lookup, hidden tracks, FLAC, and much more.
  8. ZEO - (Repo, PyPI, Docs) Server and client providing ZODB-based storage over the network.
  9. ZFSp - (Repo) A reverse-engineered ZFS implementation, written in Python, without reading the original C.

2019-10-31

  1. Nuxeo Drive - (Repo, Home, Docs) Cross-platform desktop synchronization client for the Nuxeo platform.

2019-10-29

  1. Cura - (Repo, Home, WP, Docs) Popular desktop software for preparation and control of 3D printing, integrated with CAD workflows.
  2. MLflow - (Repo, Home, Docs) Integrated command-line application and web service, supporting an end-to-end machine-learning workflow around tracking, packaging, and deploying. Developed by Databricks.
  3. VisiData - (Repo, Home, Fund, PyPI, Docs) Interactive multitool for exploring, analyzing, and converting datasets in the terminal.

2019-10-22

  1. Airflow - (Repo, Docs) A platform to programmatically author, schedule and monitor workflows.

2019-10-18

  1. DrawBot - (Repo, Home, WP) A powerful programmatic 2D drawing application for MacOS X which generates graphics from Python scripts.
  2. hosts - (Repo) Command-line application which merges reputable hosts files with deduplication for the purpose of blocking undesirable websites via DNS blackhole.

2019-10-10

  1. Conan - (Repo, Home, Docs) Decentralized package manager for binary package management, targeted at C/C++ developers.
  2. Docassemble - (Repo, Home, Docs) Platform for creating mobile-friendly web-based interviews, collecting responses, and much more.
  3. doit - (Repo, Home, Fund, Docs) Command-line task management and automation tool, with directives written in Python.
  4. doitlive - (Repo, PyPI, Docs) Tool for live presentations in the terminal.
  5. Grow - (Repo, Home, PyPI) Static site generator optimized for building interactive, localized microsites, with a focus on workflow and maintainability.
  6. GTimeLog - (Repo, Home, Fund, Docs) Desktop-based time tracker with support for logging billable/non-billable work.
  7. httpie - (Repo, Home, PyPI) Command-line HTTP client with JSON support, syntax highlighting, wget-like downloads, extensions, and more.
  8. SweetTooth Web - (Repo, Home) The web store for extensions to the GNOME desktop environment, supporting adding and updating extensions directly from the browser.
  9. Taguette - (Repo, Home, gh, PyPI, Docs) Web-based qualitative research tool supporting importing, tagging, highlighting, and exporting many document formats.

2019-10-06

  1. privacyIDEA - (Repo, Home, WP, Docs) A multi factor authentication server running on premises, supporting many different token types and allowing authentication via REST API, RADIUS, PAM, Windows Credential Provider, SAML, OpenID Connect.

2019-10-01

  1. B2 - (Repo, PyPI) Command-line tool that gives easy access to all of the capabilities of Backblaze's B2 Cloud Storage.
  2. BYOB (Build Your Own Botnet) - (Repo) Client-server framework (RAT and C2 server) for security researchers to build and operate basic botnets.
  3. CAPE - (Repo, Demo) Web application designed to automate malware analysis, succeeded by CAPEv2.
  4. cellxgene - (Repo, Home) Web-based interactive explorer for single-cell transcriptomics data.
  5. Cython - (Repo, Home, PyPI, Docs) Language and compiler designed for high-performance Python and C interoperability.
  6. dupeGuru - (Repo, Home, Docs) Cross-platform GUI tool to find duplicate files.
  7. Gitless - (Repo, Home, PyPI, Docs) Simple version control system built on top of Git.
  8. Gridsync - (Repo) Cross-platform GUI built to synchronize local directories with Tahoe-LAFS storage grids.
  9. GRR Rapid Response - (Repo, Docs) Server-agent system focused on remote live forensics for quick, browser-based triage and analysis of attacks on fleets of machines, with agent support for Linux, Windows, and OS X.
  10. Hubble - (Repo, Docs) Modular security compliance client, providing on-demand profile-based auditing, alerting, and reporting. Originally designed for Adobe.
  11. Launchpad - (Repo, Home, WP, Docs) Software forge designed and run by Canonical, with support for Git and Bazaar.
  12. Lector - (Repo) Desktop ebook reader and browser, with support for many formats, including comic book archives.
  13. Mosaic - (Repo, Home, Docs) Desktop-based single molecule analysis toolbox that automatically decodes multi-state nanopore data.
  14. Mylar - (Repo) A web-based automated comic book downloader (cbr/cbz) for use with SABnzbd, NZBGet, and torrents.
  15. Nagstamon - (Repo, Home, Docs) Status monitor for the desktop, with support for Nagios, Icinga, Opsview, and more.
  16. NFO Viewer - (Repo, Home) A simple viewer for NFO files and the ASCII art therein, with preset fonts, encodings, automatic window sizing, and clickable hyperlinks.
  17. odemis - (Repo, Home) Desktop imaging workflow software for Delmic microscopes, supporting autofocus, coordinate history, and OME-TIFF and HDF5 export.
  18. PlatformIO Core - (Repo, Home, Fund, PyPI, Docs) Multiplatform CLI build system and library manager for IoT development.
  19. Pynocchio - (Repo, Home) Minimalist comic reader, supporting many common image and archive formats.
  20. RedNotebook - (Repo, Home) Desktop journal designed for rich text, media, and template-based entries, which can be tagged and searched, as well as exported to plain text, HTML, Latex, or PDF.
  21. ReText - (Repo, PyPI, Docs) Simple but powerful editor for Markdown and reStructuredText markup languages.
  22. s3ql - (Repo, Docs) A standards-conforming, full-featured UNIX filesystem for cloud-based storage services (S3, Google Storage, OpenStack), supporting compression, encryption, deduplication, snapshotting, and more.
  23. Snapcraft - (Repo, Home, Docs) A command-line tool to package, distribute, and update apps for Linux and IoT using containerization, developed by Canonical.
  24. term2048 - (Repo, PyPI) TUI version of 2048.
  25. Tutor - (Repo, Docs) Docker-based Open edX distribution, both for production and local development, with a goal of easing deployment, customization, upgrading, and scaling.
  26. Vorta - (Repo, Home) GUI backup client built on top of BorgBackup.

2019-09-30

  1. Artisan - (Repo, Home, Docs) Desktop visual scope for coffee roasters, which helps coffee roasters record, analyze, and control roast profiles.
  2. Byro - (Repo, Docs) Web-based membership administration tool for small and medium sized clubs/NGOs/associations of all kinds, with a focus on the DACH region.
  3. Cataclysm: Dark Days Ahead (Launcher) - (Repo, Home) Launcher for popular FOSS game CDDA, which supports automatic updates and mod management.
  4. dak - (Repo) Collection of programs used to maintain the Debian project's email archives.
  5. distro-tracker - (Repo, Demo, Docs) Web application designed to follow the evolution of a Debian-based distribution with email updates and a comprehensive web interface. Powers the Debian Package Tracker.
  6. gdbgui - (Repo, Home, PyPI) Browser-based frontend for gdb.
  7. Infection Monkey - (Repo, Home, Docs) Web-based tool for testing a datacenter's resiliency to perimeter breaches and internal server infection.
  8. Kibitzr - (Repo, Home, PyPI, Docs) Self-hosted personal assistant server for automating routine tasks.
  9. LinOTP - (Repo, Home, WP, Docs) Server supporting two-factor authentication with one-time passwords from several sources, from Yubikeys to SMS.
  10. PeachPy - (Repo) Highly portable assembler with unified syntax, sporting an extensive user list, including many cryptography libraries for Go.
  11. Pol - (Repo, Home) Web application which allows users to subscribe to changes on a web site via an autogenerated RSS feed.
  12. Pyfa - (Repo) Python Fitting Assistant, cross-platform experimentation tool for EVE Online ship fittings.
  13. Senaite - (Repo, Home) Web-based, mobile-first laboratory information management system (LIMS).
  14. Supysonic - (Repo) Implementation of the Subsonic server API, with support for browsing, streaming, transcoding, scrobbling, and more.
  15. Vidcutter - (Repo) GUI and CLI aiming to be the fastest and simplest way to cut and join video.
  16. Wammu - (Repo, Home) GUI phone manager with read/write support for contacts, todo, calendar, SMS, and more, primarily designed for Nokia and AT-compatible phones.

2019-09-29

  1. Frepple - (Repo, Home, Docs) Web-based supply chain planning for production planning and scheduling.
  2. Music Player - (Repo, Home) A simple music player designed around an infinite intelligent playlist, with support for headless playback.
  3. RabbitVCS - (Repo, Home, Docs) Tools providing straightforward graphical access to Subversion or Git within a variety of clients, including as Nautilus, Thunar, Nemo, Caja, and the command line.
  4. Sunflower - (Repo, Home) Small and highly-customizable twin-panel file manager for Linux with plugin support.

2019-09-28

  1. SoundGrain - (Repo, Home, Fund) Graphical interface designed for drawing and editing trajectories to control granular sound synthesis.

2019-09-18

  1. Diffoscope - (Repo, Home, Demo, PyPI) Web-based deep comparison of files, archives, and directories, including support for diffing tarballs, ISO images, and PDFs.
  2. Django Wiki - (Repo, Demo, Docs) A simple and mature web-based wiki.
  3. Kolibri - (Repo, Home, Demo, PyPI, Docs) Self-hostable learning web application targeted at making high quality education technology available in low-resource communities (e.g., rural schools, refugee camps, orphanages, non-formal school systems, and prison systems).

2019-09-17

  1. Ambar - (Repo, Home, Demo, Docs) Document search engine with automated crawling, OCR, tagging, and instant full-text search.
  2. Klaus - (Repo, Demo, PyPI, Docs) pip-installable web-based viewer for git repositories that "just works".
  3. LocalStack - (Repo, Home, PyPI) Self-hostable version of many AWS services, including S3, Route53, Lambda, Redshift, and much more, designed for testing cloud-centric code.
  4. Photonix - (Repo, Home, Demo) Web-based photo management, featuring smart filtering with object recognition, location awareness, color analysis, and more.
  5. Plinth - (Repo, Home, Docs) The core functionality and web front-end of FreedomBox, an easy-to-manage, privacy-oriented home server.
  6. Quru Image Server - (Repo, Home, Demo, Docs) High-performance web server for creating and delivering dynamic images.
  7. YunoHost - (Repo, Home, Docs) Server operating system based on Debian Linux aiming to make self-hosting accessible to as many people as possible, with support for several types of hardware.

2019-09-13

  1. PPCI - (Repo, Demo, gh, PyPI, Docs) The Pure Python Compiler Infrastructure is a compiler written entirely in Python, containing front-ends for various programming languages (C, c3, WebAssembly, and others) as well as machine code generation backends for various CPUs (6500, arm, avr, x86_64, openrisc, among others).
  2. ScratchABit - (Repo) Easily retargetable and hackable interactive disassembler with IDAPython-compatible plugin API.

2019-09-12

  1. Baby Buddy - (Repo, Demo) Mobile-friendly web application which helps caregivers track sleep, feedings, diaper changes, and tummy time to learn about and predict baby's needs without (as much) guesswork.
  2. beancount - (Repo, Home, gh, PyPI, Docs) A double-entry bookkeeping language to define financial transaction records in plain text, then generate a variety of reports, via CLI and web interface. (See also, Plain Text Accounting).
  3. fava - (Repo, Demo, Docs) Web interface for the double-entry bookkeeping software Beancount with a focus on features and usability.
  4. FreeNAS - (Repo, Home, Docs) Operating system designed to be installed virtually any hardware platform, for sharing ZFS-based storage over a network, using SMB, NFS, AFP, FTP, and more.
  5. King Phisher - (Repo, Docs) Server-based phishing campaign toolkit, used to simulate real-world phishing attacks, with GTK-powered client application.
  6. Passit - (Repo, Home, Docs) Password management server, providing storage services and group access control list features.
  7. Psono - (Repo, Home, Demo, Docs) Server-based password manager, built for teams.
  8. readthedocs.org - (Repo, Home, Docs) Continuous integration platform for building and hosting documentation.

2019-09-11

  1. Calibre-Web - (Repo) Web application providing a clean interface for browsing, reading, and downloading ebooks using an existing Calibre database.
  2. Collaborate - (Repo, Docs) Web-based collaboration tool designed by Propublica for newsrooms to share datasets, with a workflow built around assigning tips and maintaining contacts.
  3. Elixire - (Repo, Home, Docs) Featureful file host and link shortener with API and support for multiple vanity urls.
  4. Formspree - (Repo, Home) Web server which turns an HTML form submission into an email, without registration, JavaScript, or custom Python.
  5. Funkwhale - (Repo, Home, Docs) Web-based, community-driven project that lets you listen and share music and audio within a decentralized, open network.
  6. ihatemoney - (Repo, Home, Docs) Web application made to ease shared budget management by keeping track of who bought what, when, and for whom.
  7. Newspipe - (Repo, Home, gh, Docs) Web-based news aggregator and reader.
  8. Open Streaming Platform - (Repo) Self-hosted video streaming and recording server, designed as an alternative to Twitch and YouTube.
  9. RELATE - (Repo, Docs) Web-based courseware with support for course planning and versioning, scheduling, testing, and grading.
  10. uMap - (Repo, Docs) Web application allowing users to create maps with OpenStreetMap layers and embed it on other sites.

2019-09-10

  1. FlaskBB - (Repo, Home, Demo, Docs) A classic web forum application (bulletin board) with a modern look.
  2. Indico - (Repo, Home, Demo, Docs) Feature-rich web application designed at CERN for managing events, with support for conference organization workflow, from content management to receiving and reviewing abstracts/papers, event registration, payment integration, room booking, and more.
  3. Isso - (Repo, Home) Lightweight commenting server, designed as a drop-in replacement for Disqus.
  4. Mayan - (Repo, Home, Fund, PyPI, Docs) Web-based document management system, designed to store, introspect, and categorize files, with OCR, preview, label, signing, and sending capabilities. Also featuring workflow system, role-based access control, and REST API.
  5. nsupdate.info - (Repo, PyPI, Docs) Featureful dynamic DNS service, using the Dynamic DNS UPDATE protocol (RFC 2136) to update BIND and other major nameservers.
  6. Pretalx - (Repo, Home, Fund) Web-based conference planning tool, with support for Calls for Papers (CFP), scheduling, and speaker management.
  7. Pretix - (Repo, Home, Blog, PyPI, Docs) Web-based ticketing software, with support for customizable storefronts, direct payments, box office, and reporting.
  8. Prosopopee - (Repo, Demo, PyPI, Docs) A static site generator designed for photographers and others who tell stories with pictures.
  9. Shuup - (Repo, Home, Docs) Storefront web application, with support for single- and multi-marketplace models.
  10. Spinnaker - (Repo, Home, WP, Docs) Continuous delivery platform developed for Netflix's deployment and management of applications in cloud environments.

2019-09-09

  1. Socialhome - (Repo, Home, gh, Docs) Web application enabling users to build a federated personal profile with social networking functionality.

2019-09-06

  1. Hawkpost - (Repo, Home) Web application which enables receiving encrypted messages from less technical senders.
  2. Inboxen - (Repo, Home, Docs) Web application which provides an infinite number of unique email inboxes, for segmenting services and maintaining privacy.
  3. Xandikos - (Repo, Home) Lightweight but relatively complete CardDAV/CalDAV server which backs up changes in a Git repository.

2019-09-04

  1. archivematica - (Repo, Home, Docs) Digital preservation system designed to maintain standards-based, long-term access to collections of digital objects, targeted at archivists and librarians.
  2. CouchPotato - (Repo, Home) Personal video recorder focused on movies, with support for usenet and torrents.
  3. Headphones - (Repo, Docs) Web-based digital music library for automating music downloads through Usenet and torrents.
  4. Healthchecks - (Repo, Home, Docs) Web-based monitor for scheduled jobs (e.g., cron).
  5. LazyLibrarian - (Repo, Forum, Docs) Web-based digital library organizer with support for following authors and automatic metadata retrieval.
  6. Mailu - (Repo, Home) Full-featured mail server designed for easy setup and maintenance, supporting IMAP, IMAP+, SMTP, and Submission, as well as a slew of advanced features.
  7. Pinry - (Repo, Home, Docs) Tiling image board system for saving, tagging, and sharing images, videos, and websites, like a self-hosted Pinterest.
  8. PyLoad - (Repo, Home) Download manager with a web interface and API.
  9. SiCKRAGE - (Repo, gh, Docs) Video library manager with support for automatic TV show archival.
  10. Superset - (Repo, Docs) Data exploration, visualization, and business intelligence web application.
  11. syncserver - (Repo, Docs) All-in-one package for running a self-hosted Mozilla Firefox Sync server.

2019-08-31

  1. Datasette - (Repo, PyPI, Docs) A tool for exploring and publishing data, backed by SQLite.

2019-08-30

  1. Nyaa - (Repo) Bittorrent tracker software built for anime site nyaa.si.
  2. Socorro - (Repo, Docs) Web service for collecting crash statistics from Mozilla products, including Firefox, Thunderbird, and others.

2019-08-29

  1. EdgeDB - (Repo, Home, Docs) High-performance object-relational database built on top of PostgreSQL, featuring strict, strong typing, built-in migrations, and GraphQL support.

2019-08-17

  1. netbox - (Repo, Docs) IP address management (IPAM) and data center infrastructure management (DCIM) tool, conceived at Digital Ocean.

2019-08-05

  1. OpenLP - (Repo, Home) Presentation software geared toward church usage.
  2. OpenStack - (Repo, Home, Docs) Cloud operating system that controls large pools of compute, storage, and networking resources throughout a datacenter, manageable through a web-based dashboard.
  3. Portage - (Repo, WP) Platform-agnostic Package management system created for and used by Gentoo Linux and also by Chrome OS, Sabayon, and Funtoo Linux. Inspired by FreeBSD ports.

2019-08-04

  1. Polyaxon - (Repo, Home, Docs) A web-based platform for reproducible and scalable machine learning experiment management and metrics-tracking, based on kubernetes, with support for TensorFlow, PyTorch, Keras, and many more.

2019-07-31

  1. OPEM - (Repo, Docs) A modeling tool for evaluating the performance of proton exchange membrane (PEM) fuel cells.

2019-07-15

  1. dvc (Data Version Control) - (Repo, Home, Docs) Command-line tool for version control over data used in machine learning projects. Aims to replace Excel and other tools used to track and deploy model versions.

2019-07-14

  1. Taiga - (Repo, Home, Docs) Web application built for managing projects with agile development processes.

2019-06-12

  1. jrnl - (Repo, Home) Simple, ecncrypted journal application for your command line.

2019-05-25

  1. wttr.in - (Repo, Home) Weather forecast service that supports various representations, suitable for the terminal or web browser.

2019-05-07

  1. Plover - (Repo, Home, Fund, Docs) Background service for automatic translation of stenography movements to keystrokes, enabling typing speeds in excess of 200WPM in any application.

2019-04-23

  1. Octoprint - (Repo, Home, Fund) Web-based controller for consumer 3D printers.

2019-04-05

  1. Gaphor - (Repo, Docs) Simple UML modeling tool designed for beginners.

2019-03-24

  1. Pupy - (Repo, Docs) Remote administration tool and post-exploitation framework, supporting Windows, Linux, Mac OS X, and Android targets.

2019-03-07

  1. ArchiveBox - (Repo, Home, Docs) Self-hosted web archive, for creating local, browsable backups of content from the web. Imports HTML, JS, PDFs, video, subtitles, git repositories, and more, from Pocket, Pinboard, browser history, etc.
  2. cartoonify / Draw This. - (Repo, Home) Turn a photograph into a toddler's drawing. Automatically!
  3. Hangups - (Repo, Snap, Docs) Third-party instant messenger for Google Hangouts, with support for group messaging and other proprietary features.
  4. MozDef - (Repo, Docs) Security incident automation with metrics and collaboration tools for defenders.

2019-03-06

  1. KindleEar - (Repo, Docs) Web application to automatically aggregate RSS into periodical mobi/epub files with images and send it to your kindle or your email.
  2. redo - (Repo, PyPI, Docs) A recursive, general-purpose build sytem, replacing make with original design by DJB.
  3. Spiderfoot - (Repo, Home, Docs) Reconnaissance tool that automatically queries over 100 public data sources to gather intelligence on IP addresses, domain names, e-mail addresses, names, and more.

2019-02-22

  1. DCOS - (Repo, Home, WP, Docs) Management platform for hardware and software resources in datacenters, built on Apache Mesos.
  2. Paperwork - (Repo, Home, Fund, Docs) Personal document manager for organizing scanned documents and PDFs, with support for OCR, automatic tagging, and search.

2019-02-21

  1. Kuma - (Repo, Home, Docs) The platform powering the Mozilla Developer Network (MDN)
  2. OnionShare - (Repo, Home, Docs) Secure and anonymous file sharing over Tor services.
  3. SecureDrop - (Repo, Home, Docs) Whistleblower submission system for media organizations to securely accept documents from anonymous sources. Originally created by Aaron Swartz and currently managed by the Freedom of the Press Foundation.

2019-02-20

  1. Maltrail - (Repo) Malicious traffic detection system with web-based monitoring.

2019-01-31

  1. mkdocs - (Repo, Home, PyPI) Simple, customizable project documentation, with built-in dev server.
  2. Pulp - (Repo, Home, Docs) Platform for managing repositories of software packages and making it available to a large numbers of consumers. Developed and used by Red Hat.

2019-01-27

  1. asciinema - (Repo, Home) Terminal session recorder and replayer.
  2. autojump - (Repo) A cd with many heuristics to speed up console filesystem navigation.
  3. aws-cli - (Repo, PyPI, Docs) Official command-line interface for Amazon Web Services.
  4. Black - (Repo, PyPI, Docs) Uncompromising automatic formatter for Python code.
  5. Cookiecutter - (Repo, PyPI, Docs) Utility for creating new projects from shareable templates.
  6. Glances - (Repo, Home, Docs) A cross-platform top/htop alternative, providing an overview of system resources.
  7. howdoi - (Repo, PyPI) Instant coding answers from StackOverflow on your command line.
  8. kinto - (Repo, Home, Docs) A generic JSON document store with sharing and synchronisation capabilities, supporting in-memory and PostgreSQL backends.
  9. Mackup - (Repo, PyPI) Utility to back up and synchronize application settings, with support for several storage backends (e.g., Dropbox, Git), and dozens of applications.
  10. Manim - (Repo, Docs) Animation engine for explanatory math videos, primarily designed for works by 3blue1brown.
  11. Mopidy - (Repo, Home) Extensible music player server with plugin support for a wide range of services.
  12. OpenSnitch - (Repo, Fund) GNU/Linux port of the Little Snitch application firewall.
  13. Redash - (Repo, Home) Data visualization and dashboard construction geared toward business intelligence, used by Mozilla, SoundCloud, Sentry, and others.
  14. Searx - (Repo, Docs) Self-hosted metasearch engine, aggregating results from more than 70 services while avoiding tracking and profiling.
  15. speedtest-cli - (Repo, PyPI) Command-line interface for testing Internet bandwidth using speedtest.net.
  16. sqlmap - (Repo, Home, PyPI, Docs) Automatic SQL injection and database takeover.
  17. Thumbor - (Repo, Home, Docs) Photo thumbnail service with resizing, flipping, and smart cropping of images.
  18. Universal Radio Hacker (URH) - (Repo) Wireless protocol investigator, with a focus on analyzing proprietary IoT communication.

2019-01-25

  1. NewsBlur - (Repo, Home) Web-based personal news reader.

2019-01-23

  1. Beaker - (Repo, Home, Docs) Hardware integration testing system, used by RedHat to test compatiblity for RHEL and Fedora.
  2. Ralph - (Repo, Home, Docs) Simple and powerful Asset Management, DCIM, and CMDB system for the data center and back office.

2019-01-21

  1. PathPicker - (Repo, Home) Shell utility to interactively select paths from the output of other commands.

2019-01-19

  1. PyVideo - (Repo, Home) Static media index custom-built for the Python community, and all the content our meetings and conferences produce.

2019-01-16

  1. CKAN - (Repo, Home) Data management system (DMS) which makes it easy to publish, share, and use data. Data hubs powered by CKAN include datahub.io, catalog.data.gov, and europeandataportal.eu, among many other sites.

2019-01-08

  1. streamlink - (Repo, Home, PyPI) Command-line utility that extracts streams from various services and pipes them into a video player of choice.

2019-01-07

  1. Lutris - (Repo, Home, WP, Fund) Gaming platform for GNU/Linux, managing game installations with a unified interface.

2019-01-06

  1. BorgBackup - (Repo, Home) Deduplicating backup system with optional encryption and other features.

2019-01-05

  1. Thonny - (Repo, Home, WP) Cross-platform Python IDE for beginners, designed for learning to code.

2019-01-03

  1. PyCon - (Repo, Home, Docs) Content management and conference organization web application, based on Django and Symposion.

2019-01-02

  1. Magic Wormhole - (Repo, PyPI, Docs) Security- and speed-focused file transfer tool with support for files, text, and directories.
  2. Meshroom - (Repo, Home) Photogrammetry pipeline, for turning photographs into 3D models.
  3. PINCE - (Repo) Debugging frontend for GDB focused on reverse engineering video games.

2019-01-01

  1. SOFA Statistics - (Repo, Home) User-friendly statistics and analysis with a learn-as-you-go approach.
  2. sshuttle - (Repo, Docs) Transparent network proxy server that uses SSH to achieve VPN-like results, without requiring root access.

2018-12-25

  1. Tryton - (Repo, Home, WP, Docs) Modular web-based ERP, designed for companies of all sizes.

2018-12-24

  1. Abilian SBE - (Repo, Home) A "Social Business Engine" with features including lightweight document management, discussions, wikis, timelines, and more.
  2. Beets - (Repo, Home, PyPI) Feature-rich command-line music library manager with web UI, duplicate detection, transcoding, and tagging support, integrating with MusicBrainz, Discogs, and more.
  3. ERP5 - (Repo, Home, WP) Web-based ERP, CRM, DMS, and Big Data system with hundreds of built-in modules, designed for corporate scalability.
  4. Git Cola - (Repo, Home) Featureful cross-platform GUI wrapper for git.
  5. Lucas Chess - (Repo, Home) Featureful chess client for Windows, with some Linux support.

2018-12-23

  1. pipenv - (Repo, Docs) Wrapper around pip, virtualenv, and pip-tools for a more holistic package management workflow.

2018-12-21

  1. CherryTree - (Repo, Home) Hierarchical wiki-like personal notepad, featuring rich text and syntax highlighting.
  2. InVesalius - (Repo, Home, WP) Generates virtual reconstructions of structures in the human body for medical purposes, including CT and MRI scans.
  3. RedHat Anaconda - (Repo, Docs) Installation program used by Fedora, Red Hat Enterprise Linux, and other Linux distributions.
  4. TortoiseHg - (Repo, Home, Docs) Windows shell extension and a series of applications for the Mercurial distributed revision control system. Also includes GNOME and CLI support.

2018-12-20

  1. Iris - (Repo, Home) Flexible automated incident paging system, developed by and used at LinkedIn.
  2. Oncall - (Repo, Home) Calendar tool designed for on-call management and scheduling, developed by and used at LinkedIn.
  3. PhotoCollage - (Repo) Automatically lays out a photo collage to fill out a given poster space.
  4. ZeroNet - (Repo, Home, WP, Docs) Open, free, and uncensorable websites, using Bitcoin cryptography and BitTorrent network.

2018-12-19

  1. Poetry - (Repo, Home, Docs) An independent approach to Python dependency management and packaging.
  2. Voltron - (Repo) Extensible debugger wrapper aiming to improve the user experience of various debuggers, such as LLDB, GDB, and WinDbg.

2018-12-18

  1. NColony - (Repo, Home) Process manager and monitor.
  2. Pants - (Repo, Home) Build system designed for monolithic repositories.
  3. Supervisor - (Repo, Home) Process manager and monitor.

2018-12-17

  1. Excalibur - (Repo) Web interface to extract tabular data from PDFs.
  2. Friture - (Repo, Home) Visualizes and analyzes live audio data in real-time, including scope, spectrum analyzer, rolling 2D spectrogram, and more.
  3. gPodder - (Repo, Home) Simple, mature media aggregator and podcast client.
  4. Modoboa - (Repo, Home) Mail hosting and management platform including web UI based on Django. Provides useful components such as an admin panel and webmail. Integrates with Postfix or Dovecot.
  5. mu - (Repo, Home) A small, simple editor designed for beginner Python programmers.
  6. Pi-Hole - (Repo, Home, WP) Linux network-level advertisement and internet tracker blocking application which acts as a DNS sinkhole, and (optionally) a DHCP server, intended for use on a private network.
  7. Radicale - (Repo, Home) Simple CalDAV (calendar) and CardDAV (contact) server.

2018-12-16

  1. NBGrader - (Repo, Docs) Jupyter-based application which enables educators to create, assign, and grade assignments in notebook form.

2018-12-15

  1. Home Assistant - (Repo, Home, Demo, Docs) Home automation platform that puts local control and privacy first.
  2. Plone - (Repo, Home, WP) Extensible enterprise content management system built on Zope.

2018-12-14

  1. Nikola - (Repo, Home, PyPI) Command-line static site generator with incremental rebuilds and support for Markdown, reST, Jupyter notebooks, and HTML.

2018-12-13

  1. MoinMoin - (Repo, Home, WP, Docs) Python's own web-based wiki software, used for the official Python wiki and many others.

2018-12-03

  1. SABnzbd - (Repo, Home, Docs) Simple, cross-platform newsreader for downloading from Usenet. Supports many integrations and 16 languages.

2018-11-30

  1. Barman - (Repo) Remote backup and disaster recovery for PostgreSQL.
  2. Dissem.in - (Repo, Home, Docs) Web platform to help researchers upload their papers to open-access repositories.
  3. pgcli - (Repo, Home, PyPI) Interactive PostgreSQL client that does auto-completion and syntax highlighting.
  4. WAL-E - (Repo) Continuous archiving of PostgreSQL WAL files and base backups.

2018-11-26

  1. Allura - (Repo, Home, WP) Software forge, with support for git, hg, and svn.
  2. Ansible - (Repo, Home, Docs) Agentless, playbook-based automation.
  3. asciidoc - (Repo) Text document format for writing notes, documentation, articles, books, slideshows, man pages & blogs.
  4. Askbot - (Repo, Home) Q&A web platform similar to StackOverflow, complete with tagging, reputation, badges, and more.
  5. Bandersnatch - (Repo) PyPI mirror client complying with PEP 381.
  6. bitbake - (Repo, WP, Docs) Generic task execution engine that allows shell and Python tasks to be run efficiently and in parallel while working within complex inter-task dependency constraints.
  7. buildbot - (Repo, WP, Docs) Job scheduling system tailored to the needs of continuous integration and software packaging.
  8. Buildout - (Repo, WP, Docs) Extensible deployment automation tool designed for application-centric assembly and deployment, as well as repeatable Python software builds.
  9. Chert - (Repo, PyPI) Static site generator with built-in support for listicles, created by this humble author, used to power calver.org, 0ver.org, and sedimental.org, the author's blog. Mostly here as an easter egg :)
  10. coala - (Repo, Home, PyPI) Unified command-line interface for linting and fixing code, regardless of programming language.
  11. Cobbler - (Repo, Home, WP) Linux installation server that allows for rapid setup of network installation environments.
  12. CoCalc - (Repo, Home, WP) Collaborative calculation in the cloud, with support for the scientific Python stack, SageMath, R, LaTeX, Markdown, and more. Also features chat, course management, and other supporting functionality.
  13. Conda - (Repo, Home, WP) OS-agnostic, system-level binary package manager and ecosystem, with a focus on Python and high-performance scientific computing.
  14. Deluge - (Repo, Home, WP, Fund) Popular, lightweight, cross-platform BitTorrent client.
  15. devpi - (Repo, Docs) PyPI staging server, as well as a packaging, testing, release tool, complete with web and search interface. Like a local PyPI.
  16. dnf - (Repo, WP, Docs) Dandified YUM (DNF) is the successor to yum and works everywhere yum worked.
  17. Ergonomica - (Repo, Docs) Cross-platform shell language based on S-expressions combined with traditional shell features.
  18. Eric IDE - (Repo, Home) Python editor and IDE, based on Qt, integrating Scintilla editor control.
  19. fail2ban - (Repo, Home, WP) Daemon to ban hosts that cause multiple authentication errors on Linux servers.
  20. Ganeti - (Repo) Virtual machine cluster management tool built on existing virtualization technologies such as Xen and KVM.
  21. Gedit - (Repo, WP) The default GNOME text editor makes extensive use of Python, in addition to C.
  22. GNU Bazaar - (Repo, Home, WP, Docs) Distributed and client-server revision control system.
  23. Guake - (Repo, Home, PyPI) Drop-down terminal for GNOME, reminiscent of first-person game command consoles.
  24. Gunicorn - (Repo, Home, PyPI) Pluggable, pre-fork WSGI server, started as the counterpart to Unicorn.
  25. GYP - (Repo, Home, WP) AKA 'Generate Your Projects', a build system that generates other build systems.
  26. Helios Voting - (Repo, Home) End-to-end verifiable voting system.
  27. Hyde - (Repo, Home, PyPI) Static site generator which began as the Python counterpart to Jekyll.
  28. IPython - (Repo, PyPI, Docs) Set of enhancements to Python, wrapping it for richer interactivity.
  29. JARVIS on Messenger - (Repo, Home) Facebook Messenger bot with a wide assortment of features.
  30. Jupyter Notebook - (Repo, Home, WP) Web-based, extensible notebook environment for interactive computing.
  31. Kallithea - (Repo, WP) Software forge for Mercurial and Git with a built-in push/pull server, full text search, and code-review. Forked from RhodeCode in 2014.
  32. Komodo Edit - (Repo, Home, WP) Multi-language code editor, written in JS, Python, and C++, based on the Mozilla platform.
  33. Leo Editor - (Repo, Home, WP) Personal Information Manager (PIM), IDE, and outliner with a holistic approach to programming and writing.
  34. Locust - (Repo, Home, Docs) Scalable user load testing tool for web sites, featuring an interactive web interface.
  35. MakeHuman - (Repo, WP) 3D computer graphics software designed for the prototyping of photo realistic humanoids.
  36. Meld - (Repo, Home) Visual diff and merge tool targeted at developers, providing two- and three-way comparison of both files and directories, and supports many version control systems including Git, Mercurial, Bazaar, and Subversion.
  37. Mercurial - (Repo, Home, WP) Cross-platform distributed revision-control system designed for high performance and advanced branching/merging capabilities.
  38. Meson - (Repo, Home) Build system designed for speed and user-friendliness.
  39. Neubot - (Repo, Home) Lightweight agent which collects data for net-neutrality research.
  40. Nicotine+ - (Repo) Graphical desktop client for the Soulseek peer-to-peer system.
  41. Nimbus - (Repo, Home) Infrastructure-as-a-Service platform geared toward scientific cloud computing.
  42. Ninja IDE - (Repo, Home, WP) Cross-platform Python IDE with project management, linting, extensions, and more.
  43. OfflineIMAP - (Repo, Home, WP) IMAP reader and synchronizer.
  44. Oil - (Repo, Home) A new bash- and dash backwards-compatible shell, with an improved language of its own.
  45. Pagure - (Repo, Home) Software forge focused on git and developed by the Fedora engineering team.
  46. Patchwork - (Repo, Home, Docs) Web-based patch tracking system designed to facilitate code contribution to an open-source project. Designed and used for Linux kernel subsystem development.
  47. Pelican - (Repo, Home, PyPI) Command-line static site generator that supports Markdown and reST syntax.
  48. pip - (Repo, Home, WP, PyPI) Python's go-to package manager, with a wide range of features and platform support.
  49. Planet - (Repo, Home, WP) RSS and Atom feed aggregator, designed to collect posts from the weblogs of members of an Internet community and display them on a single page. Used to power Planet Python and many more.
  50. Pluma - (Repo) Small and lightweight UTF-8 text editor for the MATE environment. Based on gedit.
  51. Pootle - (Repo, Home, WP) Web application for collaborative translation.
  52. pycsw - (Repo, WP) Full implementation of the OpenGIS Catalogue Service Implementation Specification.
  53. qtile - (Repo, Home) A small, flexible, scriptable tiling window manager.
  54. Qute Browser - (Repo, Home) Keyboard-driven, minimal, vim-like browser based on PyQt5.
  55. Reddit - (Repo, Home) Social news forum with voting, commenting, karma, and more. (Archival repo from 2017.)
  56. Review Board - (Repo, Home) Extensible code review tool for projects and companies of all sizes.
  57. RhodeCode - (Repo, Home, WP) Self-hosted platform for behind-the-firewall source code management, providing centralized control over Git, Mercurial, and Subversion.
  58. Rietveld - (Repo, Home, WP) Django-based collaborative code review tool for Subversion written by Guido van Rossum to run on Google AppEngine. The basis for Gerrit.
  59. Robot Framework - (Repo, Home, PyPI) Generic, cross-platform, and language-independent automation framework for acceptance testing, acceptance test driven development (ATDD), and robotic process automation (RPA). Extensible in Python and Java.
  60. Roundup Issue Tracker - (Repo, Home, WP, gh) Highly-customizable issue tracking system featuring command-line, web, and email interfaces, historically used by the official Python bug tracker at bugs.python.org.
  61. Sage Math - (Repo, Home, WP) Cross-platform computer algebra system with features covering many aspects of mathematics, including algebra, combinatorics, graph theory, numerical analysis, number theory, calculus, and statistics.
  62. Salt Stack - (Repo, Home) Automation for the management and configuration of any infrastructure or application at scale.
  63. SCons - (Repo, Home, WP) Domain-specific language and build tool, designed to replace Make, autoconf, and ccache.
  64. Seafile - (Repo, WP) Cross-platform file hosting and synchronization system.
  65. Shinken - (Repo, Home) Shinken is a modern, Nagios-compatible monitoring framework, designed to scale for large environments.
  66. Solaris IPS - (Repo) Software delivery system backed by network repository, featuring safe execution for zones, use of ZFS for efficiency and rollback, preventing the introduction of invalid packages, and efficient use of bandwidth.
  67. Sphinx - (Repo, Home, PyPI) Documentation tool for interconnected bodies of authorship, from code documentation to books. Used by the official Python docs, and many other projects (not all of them Python).
  68. Spyder IDE - (Repo, Home, WP) Scientific editing and execution environment designed by and for scientists, engineers, and data analysts using Python.
  69. StackStorm - (Repo, Home) Rules- and event-driven operational automation for auto-remediation, security responses, troubleshooting, deployments, and more.
  70. TahoeLAFS - (Repo, Home, WP) Decentralized cloud storage system for robust distributed data storage.
  71. Trac - (Repo, Home, WP, Docs) Enhanced web-based wiki and issue tracking system for software development projects.
  72. Tribler - (Repo, Home, WP) Privacy enhanced BitTorrent client with P2P content discovery.
  73. Ubiquity - (Repo, WP) The default installer for Ubuntu and its derivatives, designed to be run from Live CD or USB.
  74. ViewVC - (Repo, Home) Browser interface for CVS and Subversion version control repositories.
  75. Virtaal - (Repo, Home) Cross-platform GUI for performing translation, with support for a variety of formats.
  76. Waf - (Repo, Home, WP, Docs) Cross-platform build system designed to improve on SCons.
  77. Warehouse - (Repo, Fund, Docs) Server software that powers PyPI, where most Python libraries are downloaded from.
  78. Weblate - (Repo, Home, PyPI) Web based localization tool with tight version control integration.
  79. Wicd - (Repo, Home, WP) Graphical utility for managing wired and wireless connections on Linux.
  80. Xonsh - (Repo, Home) Cross-platform shell language and command prompt. The language is a superset of Python 3.4+ with additional shell primitives.
  81. Xpra - (Repo, Home) Cross-platform remote display server and client for forwarding applications and desktop screens.
  82. You-Get - (Repo, Home) Command-line program to browserlessly scrape and stream video, audio, and images from web sites.
  83. youtube-dl - (Repo, Home, PyPI) Command-line program to browserlessly archive video and audio from YouTube and hundreds of other sites.
  84. yum - (Repo, Home, WP) Automatic updater and package installer/remover for RPM-based systems (Fedora, RHEL, etc.).
  85. Zulip - (Repo, Home, WP, Docs) Powerful chat server and web client with support for threaded conversations.

2018-11-24

  1. Anki - (Repo, Home, Docs) Powerful desktop application for flash cards and memorization.
  2. AnuGA - (Repo) Advanced simulation of the shallow water equation, for modeling tsunamis, dam breaks, and floods.
  3. ASCEND - (Repo, Home, WP) Mathematical chemical process modelling system developed at Carnegie Mellon University since late 1978.
  4. Autokey - (Repo, WP, PyPI) Desktop automation utility for Linux and X11.
  5. Bitmessage - (Repo, Docs) Reference client for Bitmessage, a peer-to-peer encrypted decentralised communication protocol.
  6. Bleachbit - (Repo, Home) System cleaner designed to free disk space and maintain privacy.
  7. Bup - (Repo, Home) Efficient backup system based on the git packfile format, providing fast incremental saves and global deduplication.
  8. Cactus - (Repo, PyPI) Static website generator using Django templates.
  9. Calibre - (Repo, Home, WP, Fund) E-book manager designed for viewing, converting, editing, and cataloging e-books in all major formats.
  10. Canto - (Repo, WP) RSS daemon and curses-based client.
  11. CellProfiler - (Repo, Home, Manual, Docs) Interactive data exploration, analysis, and classification of biological image sets.
  12. Cowrie - (Repo, Home) Medium interaction SSH and Telnet honeypot designed to log brute force attacks and the shell interaction performed by the attacker.
  13. Django-CMS - (Repo, Home) Enterprise content management system based on the Django framework with version control, multi-site support, and more.
  14. Ella - (Repo, Docs) Django-based content management system with a focus on high-traffic news sites and Internet magazines.
  15. ERPNext - (Repo, Home, WP) Web-based ERP system with accounting, inventory, CRM, sales, procurement, project management, and HR. Built on Frappe and MariaDB.
  16. Exaile - (Repo, WP) Cross-platform audio player, tag editor, and library organizer.
  17. Flowblade - (Repo, WP) Multitrack, non-linear video editing software for Linux.
  18. FreeCAD - (Repo, WP) General-purpose parametric 3D CAD modeler and a building information modeling (BIM) software with finite-element-method (FEM) support.
  19. Frescobaldi - (Repo, WP) An editor for LilyPond music files.
  20. Frets on Fire X - (Repo) Highly customizable rhythm game supporting many modes of guitar, bass, drum, and vocal gameplay for up to four players.
  21. Gajim - (Repo, WP) Lightweight, cross-platform instant messaging client for the XMPP protocol.
  22. GlobaLeaks - (Repo, Home) Web application to enable secure and anonymous whistleblowing initiatives.
  23. gmvault - (Repo, Home) Tool for backing up gmail accounts.
  24. GNU Radio - (Repo, Home, WP) Software development toolkit that provides signal processing blocks to implement software-defined radios and signal-processing systems.
  25. GNU Solfege - (Repo, WP) An ear-training program intended to help musicians improve their skills.
  26. Gramps - (Repo, Home) Genealogy software that is both intuitive for hobbyists and feature-complete for professional genealogists.
  27. Invenio - (Repo, Docs) Customizable platform for running a trusted digital repository.
  28. Lektor - (Repo, Home, PyPI) Static site generator with built-in admin console and minimal desktop application.
  29. Mailman - (Repo, Home, WP) The original listserv, a web application and email server for managing subscriptions and discussion archives.
  30. Mailpile - (Repo, Home) Fast email client with user-friendly encryption and privacy features.
  31. Mayavi - (Repo, Home) General purpose, cross-platform tool for 2-D and 3-D scientific data visualization.
  32. Metamorphose - (Repo, Home) Graphical mass renaming program for files and folders.
  33. Mezzanine - (Repo, Home) Consistent and flexible content management platform built on the Django framework.
  34. MITMproxy - (Repo, Home) Interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.
  35. Mnemosyne - (Repo, Home) Spaced-repetition flashcard program for efficient memorization.
  36. MusicBrainz Picard - (Repo, Home, WP) Automatically identify, tag, and organize music albums and other digital audio recordings.
  37. MyPaint - (Repo, Home, WP) Raster graphics editor for digital painters with a focus on painting rather than image manipulation.
  38. nvda - (Repo, Home) Non-Visual Desktop Access, a powerful screen reader for Windows.
  39. OCRFeeder - (Repo, WP) An optical character recognition suite for GNOME, with support for command-line OCR engines like CuneiForm, GOCR, Ocrad and Tesseract.
  40. OCRopus - (Repo, WP) Document analysis and optical character recognition (OCR) system.
  41. Odoo - (Repo, Home, WP) Web-based ERP and CRM with many built-in modules, plus thousands of apps to suit any business.
  42. Open edX Platform - (Repo, Home, WP) Platform for online education providers, powering edX.
  43. OpenLibrary - (Repo, Home, WP) Web application for an open, editable library catalog, used by The Internet Archive towards building a web page for every book ever published.
  44. OpenShot - (Repo, Home, WP, Fund) A cross-platform video editor for FreeBSD, Linux, macOS, and Windows.
  45. Orange - (Repo, Home, WP) Component-based data mining software for graphical interactive data analysis and visualization.
  46. Pitivi - (Repo, WP) Non-linear video editor for Linux, based on GStreamer.
  47. Plumi - (Repo, WP) Video sharing content management system based on Plone.
  48. PuddleTag - (Repo, WP) An audio tag (metadata) editor for audio file formats.
  49. Pybliographer - (Repo, Home) Bibliographic database manager with a user-friendly desktop UI.
  50. PyChess - (Repo, Home, WP) Advanced chess client, suitable for new, casual, and competitive play.
  51. PyEW - (Repo, Docs) Malware analysis tool, with support for hexadecimal viewing, disassembly, PE and ELF formats, plugins, and more.
  52. PyMedusa - (Repo, Home) Video library manager for TV shows, with automatic download support.
  53. PySolFC - (Repo, Home, Android) Highly-portable collection of solitaire card games.
  54. Quod Libet - (Repo, WP) Cross-platform audio player, tag editor, and library organizer.
  55. Ranger - (Repo, Home) TUI (Text User Interface) file manager, inspired by vim.
  56. RapidSMS - (Repo, Home, Docs) Interactive SMS text messaging platform.
  57. Saleor - (Repo, Home) Modular, high-performance e-commerce storefront built with Django, GraphQL, and ReactJS.
  58. Sentry - (Repo, Home) Web service and frontend for cross-platform application monitoring, with a focus on error reporting.
  59. SK1 - (Repo, Home, WP) Feature-rich, cross-platform illustration program.
  60. SoundConverter - (Repo, WP) A GNOME-based audio file transcoder.
  61. Synapse - (Repo, Home, Fund) Reference server for the matrix.org distributed chat protocol. Used daily by tens of thousands at riot.im.
  62. Unknown Horizons - (Repo, Home) 2D real-time strategy simulation with an emphasis on economy and city building. (Not unlike Age of Empires)
  63. Veusz - (Repo, Home) 2D and 3D scientific plotting, designed to produce publication-ready PDF or SVG graphs.
  64. Wagtail - (Repo, Home) A Django content management system focused on flexibility and user experience.
  65. Wikid Pad - (Repo, Home) Desktop wiki notebook for storing your thoughts and ideas.
  66. XSStrike - (Repo) Cross Site Scripting (XSS) detection suite equipped with multiple hand-written parsers, a payload generator, a fuzzing engine, and a performance-focused crawler.
  67. Zim Wiki - (Repo, Home) Desktop wiki designed for note-taking, list-making, and drafting.

Conclusion

If you have a project to add, please let us know!