Shell Devtools

Open-source Shell projects categorized as Devtools

Top 19 Shell Devtool Projects

  1. claudetop

    htop for your Claude Code sessions — real-time cost, cache efficiency, model comparison, and smart alerts

    Project mention: Claudetop – htop for Claude Code sessions (see your AI spend in real-time) | news.ycombinator.com | 2026-03-14
  2. AppSignal

    Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.

    AppSignal logo
  3. GAAI-framework

    Turns AI coding tools into reliable software delivery systems. Drop a .gaai/ folder into any project — Discovery defines what to build, Delivery executes autonomously until criteria pass. Works with Claude Code, Codex CLI, Gemini CLI, Cursor, and more. No SDK. No package. Markdown + YAML + bash.

    Project mention: Show HN: GAAI – One agent plans, one codes. A Markdown folder governs both | news.ycombinator.com | 2026-03-12
  4. claude-brain

    Sync your Claude Code brain across machines — memory, skills, agents, rules, and settings with intelligent semantic merge. Git-based, auto-sync hooks. (by toroleapinc)

    Project mention: Show HN: Claude-brain – Sync your Claude Code brain across machines via Git | news.ycombinator.com | 2026-03-03
  5. git-native-issue

    Distributed issue tracking embedded in Git — track issues locally, sync anywhere, no server required

    Project mention: Show HN: Git-native-issue – issues stored as commits in refs/issues/ | news.ycombinator.com | 2026-02-24

    I built git-native-issue (https://github.com/remenoscodes/git-native-issue), a distributed issue tracker that stores issues as Git commits under refs/issues/.

    In April 2007, during a flame war about the Linux 2.6.21 release, Linus wrote:

    "There must be some better form of bug tracking than bugzilla. Some really distributed way of letting people work together, without having to congregate on some central web-site kind of thing. A 'git for bugs', where you can track bugs locally and without a web interface."

    Source: https://lore.kernel.org/all/alpine.LFD.0.98.0704290848360.99...

    19 years later, nobody shipped this. 10+ tools tried (Bugs Everywhere, ticgit, git-bug, git-dit, git-appraise, git-issue). All failed for similar reasons — mostly file-based storage that breaks on merge, and no format spec for ecosystem adoption.

    The core insight: issues are append-only event logs, and Git is a distributed append-only database. So I mapped issue tracking directly to Git primitives:

      - Commits = issue events (creation, comments, state changes)

  6. lacy

    Talk to your shell — commands run, questions go to AI. No prefixes.

    Project mention: Lacy Shell – Talk to your terminal. Commands run, questions go to AI | news.ycombinator.com | 2026-04-02
  7. code-airlock

    Run Claude Code (or another coding agent) unattended, inside a disposable microVM, with its work committed to git so you can review everything from your host.

    Project mention: Show HN: Code Airlock: Run Claude Code and Codex in Disposable MicroVMs | news.ycombinator.com | 2026-07-11
  8. lanekeep

    Governance guardrails and insights for AI coding agents

    Project mention: Keep your coding agent on track | news.ycombinator.com | 2026-05-01
  9. Kargo

    Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.

    Kargo logo
  10. exwm-config

    A collection of dotfiles that code for my computational environment, built around emacs with exwm. Designed with FreeBSD and Arch Linux in mind.

  11. cleat

    Give the agent a cage, not your keys. One-command Docker sandbox for AI coding agents: full autonomous permissions, per-project isolation, your host stays untouched.

    Project mention: claude --dangerously-skip-permissions: every safe way to run it in 2026 | dev.to | 2026-09-01

    I'm holding a complete version of this comparison, with the sources and the weaknesses of every option (mine too) under cleat.sh/compare. If you find some falsy or outdated parts or statements please report that on the GitHub and I will address that as fast as possible.

  12. mcp-bash-framework

    Portable Bash-only framework for building stdio Model Context Protocol (MCP) servers with zero dependencies.

    Project mention: Show HN: MCP-Bash-Framework – Zero-Dependency Bash for Building MCP Servers | news.ycombinator.com | 2025-12-01
  13. agentic-product-launch

    A launch playbook your coding agent can run — take a shippable AI product, agent, SaaS, or devtool from ready to launched, no audience required.

    Project mention: agentic-product-launch alternatives - launchdb and awesome-saas-directories | libhunt.com/r/agentic-product-launch | 2026-07-27
  14. claude-code-growth-os

    Claude Code Growth Operating System (OS): Sales, Marketing, Product and Retention as one Revenue system

    Project mention: Claude Code Growth OS: run your go-to-market in plain text and Git | news.ycombinator.com | 2026-06-01
  15. pdlc-skills

    31 slash commands that turn Claude Code into a real PDLC workflow — PRD → TDD → implement → review → ship. Hard contracts force AI to persist artifacts, write failing tests first, and run self-checks. No more "looks done" in chat.

    Project mention: Why hard contracts beat soft conventions when working with AI coding agents | dev.to | 2026-05-19

    Repo (MIT): https://github.com/kanfu-panda/pdlc-skills

  16. Heimdall

    Verification gates for AI coding agents — nothing ships unproven. Falsifiable oracle gates, team wall, receipts. Works with Claude Code today; Cursor, Codex, Gemini CLI & every git repo next. (by randomittin)

  17. crew

    Multi-agent orchestration tool for AI-assisted development with parallel agents and cross-review modes (by garnetlyx)

    Project mention: Show HN: Crew – Multi-agent orchestration tool for AI-assisted development | news.ycombinator.com | 2026-02-07
  18. docsync

    Auto-generate docs from code. Detect drift. Keep docs alive. 40+ languages, tree-sitter powered, 100% local.

    Project mention: Show HN: DocSync – Git hooks that block commits with stale documentation | news.ycombinator.com | 2026-02-14
  19. agent-guard

    A pre-execution guard that stops your coding agent running destructive commands. One shell file, no dependencies. (by vandith1)

    Project mention: Show HN: A pre-execution guard that stops AI agents running destructive commands | news.ycombinator.com | 2026-08-16
  20. depguard

    Dependency audit, vulnerability scanning & license compliance. 10 package managers, 100% local, zero telemetry. (by suhteevah)

    Project mention: Show HN: DepGuard – Local dependency audit and license compliance (10 pkg mgrs) | news.ycombinator.com | 2026-02-14
  21. guardrail

    Open-source pre-execution security for AI coding agents (by FvdHMBAI)

    Project mention: How I Built 172 Guards After My AI Agent Tried to Delete Production Data | dev.to | 2026-08-14

    That's the incident that got me to stop trusting prompts alone and start blocking commands directly. This post is about the system that came out of it: GuardRail, 172 guards running in production, 18 of them open source (MIT, on GitHub).

  22. 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).

Shell Devtools discussion

Log in or Post with

Shell Devtools related posts

  • Customised Emacs Environment for Linux as a Desktop Environment

    1 project | /r/linux | 10 Jul 2021

Index

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

# Project Stars
1 claudetop 213
2 GAAI-framework 161
3 claude-brain 85
4 git-native-issue 51
5 lacy 22
6 code-airlock 20
7 lanekeep 20
8 exwm-config 12
9 cleat 12
10 mcp-bash-framework 11
11 agentic-product-launch 10
12 claude-code-growth-os 8
13 pdlc-skills 6
14 Heimdall 5
15 crew 4
16 docsync 3
17 agent-guard 2
18 depguard 1
19 guardrail 0

Sponsored
Monitoring that respects your time & budget
APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
www.appsignal.com

Did you know that Shell is
the 8th most popular programming language
based on number of references?