Ronin
Description
Masterless, terminal-native coding agent (Claude Code-style: reads, edits, runs code) for Claude, Gemini, Cerebras, Groq, and Ollama. Provider-agnostic with evals, memory, security hardening, 200+ plugins, and MCP. MIT.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
ronin 🐼
**The coding agent that runs free, local, and air-gapped.** ronin reads, edits, and runs your code from the terminal — Claude-Code shaped, but masterless: bring **any provider** (Claude for top quality, free tiers on Gemini / Cerebras / Groq / OpenRouter, or a fully local model with zero keys), keep **everything on your machine**, and put a **hard safety floor** under every destructive command.
[](LICENSE) [](CHANGELOG.md) [](https://www.python.org/downloads/) [](#-whats-under-the-hood) [](#-supported-providers) [](CONTRIBUTING.md)
**Why not just Claude Code?**
- Works offline / air-gapped —
ronin --offlineforces a local brain and strips every network tool; nothing leaves your machine.ronin util localruns a fully local open model with zero API keys. - No telemetry unless you turn it on — off by default, and off is the state you stay in if you ignore this line.
ronin util privacyaudits what's stored locally;ronin telemetry statussays whether anything is being sent andronin telemetry showprints every payload that ever left, verbatim. See Telemetry. - Any provider, no lock-in — the same agent runs on Claude, Gemini, Cerebras, Groq, OpenRouter, OpenAI, or Ollama. Free tiers work; no credit card required.
- A destructive-command floor —
rm -rf, force-pushes, and friends are hard-blocked below the approval layer, with a drift guard so config edits can't silently weaken it. - **Evidence-gated
Related Skills
Fastapi Review
Review a FastAPI application for architecture, async correctness, dependency injection, Pydantic schemas, secu
Security Defense in Depth
Implement multi-layered testing and security best practices.
Security SecLists Official Repository
[OWASP Testing Guide](https://owasp.org/www-project-web-security-testing-guide/)
Security Threat Hunting with Sigma Rules
Use Sigma detection rules to hunt for threats and analyze security events
Security Maintenance Walkthrough - 2026-03-29
- Re-triaged the full 2026-03-15 security finding set against current `main` and wrote a fresh current-head re
Security Google Workspace Model Armor
Filter user-generated content for safety
Security Related Agents
Django Reviewer
Expert Django code reviewer specializing in ORM correctness, DRF patterns, migration safety, security misconfi
Token Auditor
Scans ui/src/ for hardcoded visual values, duplicate components, and shadcn replacement candidates; produces d
Gitnexus Security Boundary Reviewer
GitNexus security and trust-boundary reviewer. Use for auth, permissions, secrets, injection, unsafe parsing,