Installation
1. Install fast-rlm
2. Install Deno
fast-rlm requires Deno 2+ as its runtime engine.
Verify the installation:
3. Set your API key
fast-rlm uses OpenRouter by default. Set your API key:
Tip
Add this to your .bashrc, .zshrc, or .envrc so it persists across sessions.
4. (Optional) Install Bun
Only needed if you want the interactive TUI log viewer (fast-rlm-log <file> --tui).
Verify the installation:
Tip
Add the PATH export to your .bashrc, .zshrc, or .envrc so bun is available in every new shell session.
Environment Variables
| Variable | Description | Default |
|---|---|---|
RLM_MODEL_API_KEY |
API key for your LLM provider | (required) |
RLM_MODEL_BASE_URL |
OpenAI-compatible base URL | https://openrouter.ai/api/v1 |
You can point fast-rlm at any OpenAI-compatible API: