20 Most Popular Open-Source Developer Tools

The most-loved open-source developer tools — editors, terminals, search, version control and CLI utilities — with GitHub links, authors and star counts.

By The DevFixPro Editorial Team · independent editorial research project

Star counts retrieved from the GitHub API on 2026-08-17. Open-source projects grow daily, so treat the numbers as a snapshot — always check the linked repository for the latest figures, license, and activity.

Great tools make developers faster. The list below collects 20 of the most popular open-source developer tools outside the UI/CSS and JS categories: editors, terminal multiplexers, search, version control, and everyday CLI utilities. Ranked by GitHub stars (fetched 2026-08-17). Each entry links to its GitHub repository.

Most are installable in minutes and many are drop-in replacements for older defaults (bat for cat, eza for ls, delta for diff). Try one at a time.

  1. 1Visual Studio Code on GitHub
    By Microsoft

    Free, extensible source-code editor with rich IntelliSense and debugging.

    View on GitHub →
  2. 2Neovim on GitHub
    Neovim101,805
    By Neovim Team

    Hyperextensible Vim-based text editor with async and Lua scripting.

    View on GitHub →
  3. 3Docker (Moby) on GitHub
    Docker (Moby)71,981
    By Solomon Hykes & Docker

    Open platform to build, ship and run applications in containers.

    View on GitHub →
  4. 4Kubernetes on GitHub
    Kubernetes124,471
    By CNCF (orig. Google)

    Production-grade container orchestration for automated deployment and scaling.

    View on GitHub →
  5. 5ripgrep on GitHub
    ripgrep67,339
    By Andrew Gallant

    Blazing-fast recursive search tool that respects .gitignore.

    View on GitHub →
  6. 6fzf on GitHub
    fzf82,552
    By Junegunn Choi

    General-purpose command-line fuzzy finder.

    View on GitHub →
  7. 7tmux on GitHub
    tmux48,668
    By Nicholas Marriott

    Terminal multiplexer for multiple sessions in one window.

    View on GitHub →
  8. 8Git on GitHub
    Git62,600
    By Junio Hamano (orig. Linus Torvalds)

    Distributed version control system that underpins modern software.

    View on GitHub →
  9. 9bat on GitHub
    bat60,193
    By David Peter

    cat clone with syntax highlighting and Git integration.

    View on GitHub →
  10. 10eza on GitHub
    eza22,955
    By Benjamin Bollmann

    Modern, colorful replacement for ls with Git and tree views.

    View on GitHub →
  11. 11delta on GitHub
    delta31,771
    By Dan Davison

    Syntax-highlighting pager for Git that makes diffs readable.

    View on GitHub →
  12. 12starship on GitHub
    starship59,440
    By Starship Contributors

    Minimal, fast, customizable shell prompt for any shell.

    View on GitHub →
  13. 13lazygit on GitHub
    lazygit81,398
    By Jesse Duffield

    Simple terminal UI for Git commands without memorizing keybindings.

    View on GitHub →
  14. 14zoxide on GitHub
    zoxide38,684
    By Ajeet D'Souza

    Smarter cd that learns your habits and jumps fast.

    View on GitHub →
  15. 15bottom on GitHub
    bottom13,897
    By Clement Tsang

    Cross-platform graphical process and system monitor.

    View on GitHub →
  16. 16HTTPie on GitHub
    HTTPie38,427
    By Jakub Roztocil

    User-friendly command-line HTTP client with expressive syntax.

    View on GitHub →
  17. 17jq on GitHub
    jq35,463
    By Stephen Dolan & contributors

    Lightweight command-line JSON processor.

    View on GitHub →
  18. 18yq on GitHub
    yq15,841
    By Mike Farah

    Portable command-line YAML, JSON and XML processor.

    View on GitHub →
  19. 19Oh My Zsh on GitHub
    Oh My Zsh189,213
    By Robby Russell

    Open-source framework for managing Zsh configuration and plugins.

    View on GitHub →
  20. 20nvm on GitHub
    nvm94,617
    By Tim Caswell

    Node Version Manager for installing and switching Node.js versions.

    View on GitHub →

← Back to Open Source Top Lists