Autohand Code
Autohand Code is a terminal-native coding agent from Autohand AI. Rechecked 2026-08-25: github.com/autohandai/code-cli had 178 stars, license Apache-2.0. COMMERCIAL.md limits the free grant to individuals, non-profits, education, open-source projects, and companies with ARR under $5M. The CLI itself is $0. Models are BYOK (OpenRouter, OpenAI, Bedrock, DeepSeek, Ollama, and others) or Autohand's own cloud. The marketing site sells Enterprise with private routing, SSO, and audit logs. We did not open a public individual dollar table. Do not invent Indie $20.
Compare Claude Code if you wanted Anthropic's CLI, Cline if you wanted another $0 individual agent, and Goose if you wanted Block's local agent.
Key Features
- Terminal agent: plan, edit, test, and run tools from
autohand. Aliases includeautohand-codeandagent. - Permission modes: default prompts,
--unrestricted(the yolo-class flag),--restricted, plus--yolo [pattern]for allow/deny globs. - Skills and ACP: project/user skills, community registry, VS Code extension, and Zed ACP.
- Auto-mode: bounded loops with
--max-iterations,--max-runtime, and--max-cost. - Installer note: every installer scans
PATHand replaces any existingagentcommand. If another tool'sagentbreaks after install, that is why.
Limitation: 178 stars is a small public repo. Enterprise pricing is sales-only. The Apache grant is not "free for every company."
Use Cases
- People who will stay on BYOK and accept the $5M ARR license line.
- People who want
--unrestrictedin CI and will cap--max-cost. - People comparing self-evolving CLIs against Prime Agent.
Pricing
CLI is free under the published grant. Model access on 2026-08-25.
| Path | Price | Notes from first-party pages |
|---|---|---|
| Autohand Code CLI | $0 | Apache-2.0 for individuals, non-profits, education, OSS, and companies under $5M ARR. 178 stars on the check date. |
| BYOK / local | Provider or $0 local | OpenRouter, OpenAI, Bedrock, DeepSeek, Ollama, MLX, Z.ai, and others in the README. |
| Autohand cloud | Recheck live | README lists Autohand AI as a provider. No public dollar seat on the pages we opened. |
| Enterprise | Custom | Private routing, SSO, audit logs. Contact sales. |
If a leftover blog prints $20 / $50 / $100, treat this table as the source.
Getting Started
- Install with
curl -fsSL https://autohand.ai/install.sh | bash, orbrew install autohandai/code/autohand-code. - Run
autohand. Configure a provider in~/.autohand/config.json. - For one shot:
autohand -p "fix the TypeScript errors". - Do not pass
--unrestrictedoutside a disposable sandbox.
First-party start: autohand.ai/code and the GitHub README.
Frequently Asked Questions
Is the CLI still free?
For the groups listed in COMMERCIAL.md, yes. Companies over $5M ARR need to read that file.
Same as Claude Code?
No. This is Autohand's agent. Claude Code is Anthropic's.
What does --unrestricted do?
It turns off approval prompts. The README says use with caution.
Alternatives
- Claude Code: Anthropic first-party CLI.
- Cline: $0 individual VS Code/CLI agent plus BYOK.
- Prime Agent: MIT self-improving Python agent.
Tips
- Quote 178 stars and the $5M ARR line. Do not call it unlimited MIT.
- Check whether
agenton your PATH still points at the tool you expect. - Set
--max-costbefore you leave auto-mode running.
Conclusion
Autohand Code is a small Apache-2.0 terminal agent with an ARR-capped grant, not a public $20 seat. Start at github.com/autohandai/code-cli, attach a live provider, then decide whether Claude Code already covers the workflow you need.
Comments
No comments yet. Be the first to comment!
Related Tools
Kilo Code
kilo.ai
Open-source VS Code/CLI agent. Rechecked: individuals Free $0; Teams $15; Enterprise custom. BYOK or Kilo Gateway. Not a 1.4M-install census.
MiMo Code
mimo.xiaomi.com/coder
Xiaomi terminal agent. Rechecked: MIT, 12,863 stars. OpenCode fork. CLI $0; Xiaomi OAuth or BYOK. Not a published dollar seat.
Crush
github.com/charmbracelet/crush
Charm terminal agent. Rechecked: 27,650 stars, FSL-1.1-MIT. CLI $0. Hyper Free $0 / Sub $20. Not a Claude seat.
Related Insights
What Locks Codex Is the Picker, Not the Models
You already pay for OpenCode Go, Grok, and Z.ai, but the Codex picker still shows mostly GPT. The community project codex-router does not teach another install ritual. It puts subscriptions you already bought back into the selector, keeps keys on the machine, and leaves native GPT alone.
Hook OpenCode Go into Codex on Windows. Do Not Open a Second Toolkit.
A ChatGPT-signed Codex desktop app still shows mostly GPT in the picker. On Windows, enable only OpenCode Go and the Grok, GLM, Kimi, DeepSeek, and MiniMax models you already pay for appear in the same selector. Keys stay local. Native GPT stays put.
Skills + Hooks + Plugins: How Anthropic Redefined AI Coding Tool Extensibility
An in-depth analysis of Claude Code's trinity architecture of Skills, Hooks, and Plugins. Explore why this design is more advanced than GitHub Copilot and Cursor, and how it redefines AI coding tool extensibility through open standards.