Rofiant Code

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

Rofiant Code running in a terminal, showing the build-mode prompt

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.

src/game/scene.ts

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.

src/routes/+page.svelte
-  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'
Sessions

Tue Jun 09 2026

10:41 · Auto Build 7:06 PM
10:12 · Auto Drift 7:02 PM
09:58 · Fix retry logic 6:47 PM

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.