Quick Start
Get lina-router running and start coding with free AI in under 5 minutes. No credit card, no complicated config.
Install lina-router
Install lina-router globally via npm. This gives you the lina-router CLI command and auto-opens the dashboard.
npm install -g lina-routerAfter install, run lina-router to launch the dashboard.
lina-routerDashboard opens at: http://localhost:20128/dashboard
Open the Dashboard
Your browser should open automatically. If not, navigate to:
http://localhost:20128/dashboardScreenshot placeholder
lina-router dashboard view
Connect a Free Provider
In the dashboard, go to Providers and connect one of the free options. No credit card needed.
Free unlimited Claude access. No signup required.
No authentication needed. Instant access.
Google's $300 free credits. Requires Google account.
Configure Your CLI Tool
Go to Providers → Your connected provider → API Key in the dashboard. Copy the key, then configure your tool:
Claude Code
export ANTHROPIC_BASE_URL=http://localhost:20128/v1
export ANTHROPIC_API_KEY=<your-lina-router-api-key>
claudeOr see the full Claude Code setup guide →
Cursor / Cline / Others
Endpoint: http://localhost:20128/v1
API Key: <your-lina-router-api-key>
Model: kr/claude-sonnet-4.5Start Coding
Open your AI coding tool and start a task. RTK Token Saver activates automatically — tool outputs are compressed before they reach the model.
Token savings in real-time
You're set! ✦
lina-router handles routing, fallback, and token savings automatically.