#258 · Primary category: AI Coding Assistants
ante
Ghost in your shell. Ante is a self-contained agent harness with a highly optimized core. It works like Claude Code or Codex, with none of their dependencies or model constraints.
Project last updated:08/29/26
GitHub Stars
1.9K
Forks
60
Contributors
15
License
Apache-2.0
Why we included this project
If you spend your day driving Claude Code or Codex and want a leaner alternative, Ante is a terminal-based coding agent that ships as a single ~15MB Rust binary with minimal runtime dependencies. It runs the same kind of interactive loop, cycling through prompt, tool calls, confirmation, and execution, but lets you bring your own model from a dozen-plus providers or run GGUF models fully offline through its built-in inference engine. Beyond the interactive TUI, the client-daemon architecture exposes a headless CLI, a JSONL server mode for editor plugins and custom UIs, and a gateway mode that turns it into a Slack or Discord bot. That makes it useful both as a drop-in coding assistant and as a lightweight core to build your own harness around. Note that the core currently ships as a prebuilt binary rather than full source, and it is still in alpha. It only runs on macOS and Linux, so treat it as something to evaluate in a sandbox rather than a finished production tool.
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.