Rofiant Code

Install Rofiant Code

One command installs the CLI. Plug in any OpenAI-compatible endpoint and start working, no setup ceremony.

curl -fsSL https://raw.githubusercontent.com/RofiantAI/Rofiant-Code/main/install.sh | bash

Bring your own key

Set AI_API_KEY, AI_BASE_URL, and AI_MODEL for any OpenAI-compatible provider.

export AI_API_KEY="your-key"
export AI_BASE_URL="https://openrouter.ai/api/v1"
export AI_MODEL="nvidia/nemotron-3-super-120b-a12b:free"
rofiant

Sign in with Rofiant

No key to manage. Authenticate through Rofiant's relay and save a session token locally instead.

rofiant
/login

What you'll see

Press Tab to switch between Build and Plan mode once the agent is running.

Terminal

$ rofiant

Ready. Press Tab to switch between Build and Plan.

Add a health check endpoint to the API

Reading src/server/routes.ts

Added GET /health returning 200

Need more detail?