Ante: A Single-Binary Coding Agent That Runs Offline

Ante is a self-contained coding agent that lives in your terminal. It's a single ~15MB Rust binary from Antigma Labs with zero runtime dependencies. It works like Claude Code or Codex, but without their dependency chains or model constraints. You can run it fully offline with a local GGUF model.
Key Features
- Single binary: Hand-written Rust with Grep and git embedded — one process, no external tools.
- Natively offline: Uses a pinned, managed llama.cpp build. Point it at a GGUF file and the whole loop runs locally — no API key, no account, no internet.
- Low resource usage: Across 20 parallel Docker tasks, Ante uses ~7× less peak memory, ~9× less average CPU, and ~5× less disk I/O than Claude Code.
- Continuously benchmarked: Runs Terminal-Bench 2.1 under official leaderboard constraints. Latest full run: 82.7% with open-weight DeepSeek V4 Flash 0731 (368/445 trials, Ante 0.preview.71, ~$68 of inference).
Quick Install
Install with one command:
curl -fsSL https://ante.run/install.sh | bashInstall a specific release channel:
curl -fsSL https://ante.run/install.sh | bash -s -- nightlyInstall to a directory already on PATH:
curl -fsSL https://ante.run/install.sh | ANTE_INSTALL_DIR=/usr/local/bin bashUsage Modes
- Interactive TUI:
ante— day-to-day work in the terminal - Headless:
ante -p "..."— one-shot tasks, scripts, CI - Server:
ante serve— editor plugins and integrations via JSONL protocol - Gateway:
ante gateway— run as Slack or Discord bot
Offline Mode Example
ante --offline-model ~/.ante/models/Qwen3.5-9B-Q4_K_M.gguf \
-p "add error handling to src/main.rs"Telemetry and Source
Telemetry is opt-out via ANTE_TELEMETRY=off. Sends only an anonymous installation label that you can re-mint. The core harness currently ships as a prebuilt binary; the repo holds docs, protocol, SDK, and eval pipeline — but they plan to address source release.
📖 Read the full source: HN AI Agents
👀 See Also

Automate GitHub PR review with Claude Code agents
A developer built an agent that processes GitHub mentions, spawns Claude Code workers to review or fix PRs, and only escalates ambiguous cases to humans.
OpenClaw Voice: DIY Hardware for Speech-to-Speech Smart Home Control
OpenClaw Voice repurposes the Home Assistant Voice PE ($59) into a dedicated hardware voice interface with sub-second speech-to-speech, voiceprint recognition, and OpenClaw memory integration. True speech-to-speech via OpenAI Realtime, custom wake word, and long-running task feedback.

NEXUS: An Open Source Agent Coordination Layer for OpenClaw
NEXUS is a coordination layer built on OpenClaw that enables AI agents to discover each other, delegate tasks, and handle micro-payments. It includes an agent registry, capability-based discovery, trust scores, and uses Google's A2A protocol and Anthropic's MCP.

Introducing NetViews 2.3: A Robust Network Diagnostic Tool for macOS
NetViews 2.3 combines host discovery, Wi-Fi insights, and real-time monitoring with a streamlined GUI for better network diagnostics on macOS.