Rofiant Code
A terminal-native coding agent for developers, built to read, edit, and ship real projects with you.
curl -fsSL https://raw.githubusercontent.com/RofiantAI/Rofiant-Code/main/install.sh | bash Why choose Rofiant Code

Powerful models, ready out of the box
No setup ceremony. Plug in any OpenAI-compatible endpoint and start working, or use a free open model through OpenRouter from the first run.
Reading src/game/scene.ts
Reading src/game/loader.ts
Found duplicate event listeners on start()
$ $explore trace player camera init
One-shot subagents for focused work
Prefix a message with $explore or $general to send it as a focused side-quest instead of derailing the main conversation.
Unlimited context
Sessions persist locally. The agent compacts old tool output as conversations grow, so nothing important gets pushed out, even hundreds of turns in.
- const items = data.filter(i => i.active) + const items = data.filter(isActive) + const isActive = (i: Item) => i.active && !i.archived export let data: Item[] let sort: 'asc' | 'desc' = 'asc'
Tue Jun 09 2026
A system that learns your workflow
Skills and an AGENTS.md file teach the agent your project's own commands and conventions, so it fits the way you already work.