Top 19 Shell Devtool Projects
-
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 -
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.
-
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 -
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 -
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-24I 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) -
Project mention: Lacy Shell – Talk to your terminal. Commands run, questions go to AI | news.ycombinator.com | 2026-04-02
-
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 -
-
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.
-
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.
-
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-01I'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.
-
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 -
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 -
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 -
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-19Repo (MIT): https://github.com/kanfu-panda/pdlc-skills
-
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)
-
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 -
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 -
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 -
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 -
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).
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Shell Devtools discussion
Shell Devtools related posts
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 |