#380 · Primary category: AI Coding Assistants
agentty
AI pair programming in your terminal — one static binary, sub-ms startup, any model
Project last updated:08/30/26
GitHub Stars
597
Forks
18
Contributors
9
License
MIT
Why we included this project
Most terminal coding agents are Node or Python apps that drag a runtime along with them. agentty is a single native binary with a cold start measured in milliseconds, so there is no install step beyond downloading and running it. It works as a drop-in Claude Code replacement but stays vendor-neutral: sign in with Claude, or point it at OpenAI, Groq, DeepSeek, Gemini, or a fully local Ollama model, and switch providers mid-session. Instead of feeding your whole repository to the model, it retrieves only the relevant code using a local hybrid BM25 and embeddings engine with code-aware chunking, which keeps context small and token costs down. Shell and build commands run sandboxed by default, and an air-gapped mode lets you relay a session over SSH from a machine with no internet.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.