Python Linux

Open-source Python projects categorized as Linux

Top 23 Python Linux Projects

  1. devops-exercises

    Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevOps Interview Questions

    Project mention: A collection of exercises and examples for learning DevOps concepts | news.ycombinator.com | 2025-06-29
  2. InfluxDB

    InfluxDB – Database Purpose-Built for High-Resolution Data. Turn time series data into real-time intelligence. Manage high-volume, high-velocity data without sacrificing performance.

    InfluxDB logo
  3. sherlock

    Hunt down social media accounts by username across social networks

    Project mention: Free software scares normal people | news.ycombinator.com | 2025-10-30

    Wow, it's actually real.

    https://old.reddit.com/r/github/comments/1at9br4/i_am_new_to...

    https://github.com/sherlock-project/sherlock/issues/2011

  4. hackingtool

    ALL IN ONE Hacking Tool For Hackers

  5. linux-insides

    A book-in-progress about the Linux kernel and its insides.

    Project mention: Ask HN: What Are You Working On? (March 2026) | news.ycombinator.com | 2026-03-08
  6. kivy

    Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS

    Project mention: Ask HN: What Toolchains Are People Using for Desktop App Development in 2025? | news.ycombinator.com | 2025-08-09

    Because I mainly work with python, I am using Kivy (https://kivy.org/).

    Earlier I was HTMX, Jinja templates, Flask, Tailwind and little vanilla JS. It was too inelegant for my taste.

    I am considering moving to either Swift, or JS/Svelete

  7. ebook2audiobook

    Generate audiobooks from e-books, voice cloning & 1158+ languages!

  8. Fail2Ban

    Daemon to ban hosts that cause multiple authentication errors

    Project mention: Fail2ban RCE | news.ycombinator.com | 2025-11-26

    Relevant discussion: https://github.com/fail2ban/fail2ban/issues/4110

    Looks like a slop report that somehow made its way into the CVE database.

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. agent-zero

    Agent Zero AI framework

    Project mention: OSS Alternative to Open WebUI – ChatGPT-Like UI, API and CLI | news.ycombinator.com | 2025-11-03
  11. openage

    Clone of the Age of Empires II engine 🚀

    Project mention: MCP Server for Ghidra | news.ycombinator.com | 2025-03-25

    I hope that one day we have a tool that can convert any proprietary binary to source code with a single click. It would be so much fun to have an "open source" version of all games. Currently, there are projects like https://github.com/Try/OpenGothic and https://github.com/SFTtech/openage, but these require years of community effort.

  12. pwntools

    CTF framework and exploit development library

  13. opensnitch

    OpenSnitch is a GNU/Linux interactive application firewall inspired by Little Snitch.

    Project mention: Gnome calculator pings the International Monetary Fund website | news.ycombinator.com | 2026-01-05
  14. shell_gpt

    A command-line productivity tool powered by AI large language models like GPT-5, will help you accomplish your tasks faster and more efficiently.

    Project mention: Supercharge Your Terminal: ShellGPT + ChromaDB + LangChain for Context-Aware Automation | dev.to | 2025-09-01

    🗃 To explore ShellGPT in depth, including installation instructions, usage examples, and advanced configuration options, head over to the official ShellGPT GitHub repository.

  15. psutil

    Cross-platform lib for process and system monitoring in Python

  16. waydroid

    Waydroid uses a container-based approach to boot a full Android system on a regular GNU/Linux system like Ubuntu.

    Project mention: Google's new 'Aluminium OS' project brings Android to PC | news.ycombinator.com | 2025-11-25
  17. pwndbg

    Exploit Development and Reverse Engineering with GDB & LLDB Made Easy

    Project mention: Week 1 — My First Open-Source Contribution (Hacktoberfest 2025) | dev.to | 2025-10-13

    After registering on Hacktoberfest, I forked the repository, cloned it locally, and created a new branch using git checkout -b issue-3270-robust-dprintf. Since I use macOS, I installed Determinate Nix to emulate a Linux-like environment. Once inside the shell, I installed dependencies with python -m pip install -e ., which set up the project for local development.

  18. opendrop

    An open Apple AirDrop implementation written in Python

    Project mention: Why your early 2000s photos are probably lost forever | news.ycombinator.com | 2026-01-03

    From a UX perspective Airdrop is super nice. I don't know if there are working implementations for other OSs. Just found this here but didn't yet test it https://github.com/seemoo-lab/opendrop (hasn't been updated in 2 years, so maybe not too promising)

  19. youtube-dl-gui

    A cross platform front-end GUI of the popular youtube-dl written in wxPython.

  20. jc

    CLI tool and python library that converts the output of popular command-line tools, file-types, and common strings to JSON, YAML, or Dictionaries. This allows piping of output to tools like jq and simplifying automation scripts.

    Project mention: The Terminal of the Future | news.ycombinator.com | 2025-11-11

    I guess I don't see those as big downsides because I don't think people usually want binary data or quoted strings back from a CLI command, nor do they want column oriented output, nor "user friendly" tables.

    Answering --help with JSON is a good example, how bad is it really if the response is JSON? Well, using less works fine still and you can still grep if you want simple substring search. Wanting a section is probably more common, so maybe you'd "grep" for a subcommand with `jq .subcommand` or an option with `jq .subcommand.option`. Tables and tab-or-space delimited output overflow char limits, force the command-generator to figure out character wrapping, and so on. Now you need a library to generate CLI help properly, but if you're going to have a library why not just spit JSON and decouple completely from display details.

    Structured output by default just makes sense for practically everything except `cat`. And while your markdown files or csv files might have quoted strings, looking at the raw files isn't something people really want from shells or editors.. they want something "rendered" in one way or another, for example with syntax highlighting.

    Basically in 2025 neither humans nor machines benefit much from unstructured raw output. Almost any CLI that does this needs to be paired with a parser (like https://github.com/kellyjonbrazil/jc) and/or a renderer (like https://github.com/charmbracelet/glow). If no such pairing is available then it pushes many people to separately reinvent parsers badly. JSON's not perfect but (non-minified) it's human-readable enough to address the basic issues here without jumping all the way towards binary or (shudder) HTML

  21. Bottles

    Run Windows software and games on Linux

    Project mention: I didn't reverse-engineer the protocol for my blood pressure monitor in 24 hours | news.ycombinator.com | 2025-11-11
  22. gef

    GEF (GDB Enhanced Features) - a modern experience for GDB with advanced debugging capabilities for exploit devs & reverse engineers on Linux

  23. archinstall

    Arch Linux installer - guided, templates etc.

  24. Ajenti

    Ajenti Core and stock plugins

  25. auto-cpufreq

    Automatic CPU speed & power optimizer for Linux

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Linux discussion

Log in or Post with

Python Linux related posts

  • Input Remapper – easy to use tool to change the behaviour of Linux input devices

    1 project | news.ycombinator.com | 27 Feb 2026
  • Show HN: ZkzkAgent now has safe, local package management

    1 project | news.ycombinator.com | 22 Feb 2026
  • Local AI Assistant for Linux That Runs Commands

    1 project | news.ycombinator.com | 17 Feb 2026
  • Show HN: Vocalinux // 100% offline voice typing for Linux

    1 project | news.ycombinator.com | 16 Feb 2026
  • Show HN: Vocalinux // 100% offline voice typing for Linux

    1 project | news.ycombinator.com | 16 Feb 2026
  • zkzkAgent – A Self-Hosted AI Assistant for Linux

    1 project | dev.to | 12 Feb 2026
  • Linux CLI for extracting archives inside a bubblewrap sandbox (alpha)

    1 project | dev.to | 28 Jan 2026
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 11 Mar 2026
    Turn time series data into real-time intelligence. Manage high-volume, high-velocity data without sacrificing performance. Learn more →

Index

What are some of the best open-source Linux projects in Python? This list will help you:

# Project Stars
1 devops-exercises 81,417
2 sherlock 73,408
3 hackingtool 55,171
4 linux-insides 32,213
5 kivy 18,887
6 ebook2audiobook 18,379
7 Fail2Ban 17,116
8 agent-zero 15,979
9 openage 14,119
10 pwntools 13,297
11 opensnitch 12,950
12 shell_gpt 11,878
13 psutil 11,103
14 waydroid 10,922
15 pwndbg 10,167
16 opendrop 9,535
17 youtube-dl-gui 9,446
18 jc 8,547
19 Bottles 8,159
20 gef 8,038
21 archinstall 7,920
22 Ajenti 7,898
23 auto-cpufreq 7,393

Sponsored
InfluxDB – Database Purpose-Built for High-Resolution Data
Turn time series data into real-time intelligence. Manage high-volume, high-velocity data without sacrificing performance.
www.influxdata.com

Did you know that Python is
the 2nd most popular programming language
based on number of references?