Rinne
Local, open-source, terminal-first AI orchestration.
- Sector
- Artificial Intelligence
- Site
- rinne.giksn.com
- License
- MIT
- Status
- Alpha
- Version
- v0.1.9
A CLI harness that plans work into a JSON DAG, distributes it across the AI coding tools and model APIs already on your machine, then drives it to completion through a generator-evaluator loop. You never open Claude Code, Codex, Grok or OpenCode yourself. You live in Rinne. 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