Rinne
Local, open-source, terminal-first AI orchestration.
- Sector
- Artificial Intelligence
- License
- MIT OR Apache-2.0
- Status
- Alpha
- Version
- v0.1.6
A CLI harness that plans work into a JSON DAG, distributes it across the AI coding tools and model APIs already on your machine, and drives it to completion through a generator–evaluator loop. You never open Claude Code, Codex, Grok, or OpenCode yourself. You live in Rinne, and it reaches down to those tools as workers.
- 01Conductor planning turns a prompt into a JSON DAG of tasks with roles and evaluators.
- 02Two worker families, one contract: autonomous harness CLIs and raw OpenAI-compatible APIs.
- 03Verifying loop with critique; evaluators can be AI, a tool, or you.
- 04No hosted component, no telemetry, no accounts. Keys stay in the OS keychain.
- 05Pool-aware tiered routing that never dies on a rate-limited worker.
curl -fsSL https://raw.githubusercontent.com/GIKSN-RESEARCH/Rinne/main/install.sh | sh