#380 · Primary category: AI Coding Assistants

agentty

agentic-coding ai-agent anthropic claude claude-code claude-code-alternative cli coding-agent cpp developer-tools llm mcp ollama openai rag retrieval-augmented-generation sandbox static-binary terminal tui

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