How to read OpenRouter App rankings: why CLI tools consumed 70%+ of this week's tokens
OpenRouter publishes a live App usage leaderboard. When a tool opts into public tracking, its token consumption and request counts are visible to everyone. Unlike GitHub Stars, this data comes from actual API calls — one of the most objective signals of AI tool adoption available today. During the week of June 2–8, 2026, CLI and Agent-class tools together accounted for roughly 70% or more of weekly token volume. Coding tasks are now OpenRouter's single largest use case.
Not a full census: Only publicly tracked apps appear, but the list covers Kilo Code, Claude Code, Hermes Agent, and other mainstream CLIs — enough to map the top tier.
Token volume ≠ session count: Hermes Agent's 4.94T tokens dwarf Claude Code's 606B partly because batch automation generates massive call volume, not just because it has more interactive users.
BYOK is standard: Most ranked CLIs support Bring Your Own Key — developers route through OpenRouter or vendor APIs with near-zero platform markup.
Distinct from model rankings: Our earlier LLM leaderboard analysis focused on API routing. This article covers CLI coding apps connected to OpenRouter — answering which terminal agent to write code with.
Data freshness: Rankings roll weekly (Monday–Sunday). Check openrouter.ai/apps for the latest numbers before committing to a toolchain.
Three hidden costs show up after you deploy a CLI agent for real work: laptop sleep interrupts OAuth refresh and long jobs; parallel sub-agents plus Docker sandboxes saturate 16GB RAM and trigger swap; local permission sprawl lets agents touch system files. None of this appears in star counts, but all of it surfaces in 24/7 automation — which is why the Mac configuration matrix below matters.
CLI-focused Top 10 for June 2–8, 2026: real token snapshot
As of June 8, 2026, here is the global "This Week" top tier on OpenRouter, plus a CLI coding tool specialty ranking (blending weekly data, 30-day totals, and feature completeness):
| Global rank | Tool | Type | Weekly tokens |
|---|---|---|---|
| 1 | Hermes Agent | AI Agent (CLI) | 4.94T |
| 2 | OpenClaw | General AI Agent | 1.26T |
| 3 | Kilo Code | CLI / IDE extension | 1.22T |
| 4 | Claude Code | Terminal-native CLI | 606B |
| 5 | Descript | Video/podcast editor | 454B |
| 6 | pi | Coding AI | 384B |
Kilo Code (#3) and Claude Code (#4) are the standout coding CLIs in the global top five. The specialty table below covers tools with deep developer followings even when they sit outside the global top ten:
| CLI rank | Tool | Weekly/monthly tokens | GitHub Stars | Open source | Core strength |
|---|---|---|---|---|---|
| 1 | Kilo Code | 1.22T (week) | 16,200+ | Yes | 500+ models, four work modes |
| 2 | Claude Code | 606B (week) | — | No | Top reasoning, sub-agent orchestration |
| 3 | Hermes Agent | 4.94T (global #1) | Active | Yes | Fully open, deep automation penetration |
| 4 | Aider | ~2.4B/month | 41,200+ | Yes | Git-native, most mature CLI |
| 5 | Cline | ~140B/month | 58,600+ | Yes | Step-by-step approval, browser automation |
| 6 | Goose | ~46.4B/month | 32,300+ | Yes | MCP-native, Recipes workflows |
| 7 | OpenCode | Rapid growth | 97,500+ | Yes | 75+ models, fastest star growth |
| 8 | OpenAI Codex CLI | ~91B/month | 62,000+ | Yes | Cloud sandbox, fast responses |
| 9 | Roo Code | ~111.8B/month | Active | Yes | Cline fork, task tracking |
| 10 | Qwen Code | ~39.9M/month | Active | Yes | Alibaba, Chinese-friendly |
This week's data shows clear segmentation: Hermes Agent dominates automation at platform scale; Kilo Code and Claude Code lead daily developer coding; Aider remains the Git workflow gold standard despite sitting outside the global top ten.
Kilo Code vs Claude Code vs Aider: feature matrix for CLI selection
Top CLI tools diverge sharply on MCP support, sandbox isolation, sub-agents, and Plan Mode. This matrix summarizes hard capabilities as of June 2026:
| Feature | Kilo Code | Claude Code | Hermes Agent | Aider | Cline | Goose | OpenCode |
|---|---|---|---|---|---|---|---|
| Open source | Yes | No | Yes | Yes | Yes | Yes | Yes |
| MCP | Yes | Yes | Yes | No | Yes | Yes | Yes |
| Sandbox | — | Yes Seatbelt | — | — | Checkpoint | Docker | Docker |
| Sub-agents | Yes | Yes | Yes | No | Yes | Yes | Yes |
| Model count | 500+ | Claude only | Multi-model | 100+ | Full platform | Multi-model | 75+ |
| Free BYOK | Yes | No | Yes | Yes | Yes | Yes | Yes |
| Git integration | Yes | Yes | Yes | Best-in-class | Yes | Yes | Yes |
| Browser automation | — | — | — | — | Yes | — | — |
Kilo Code logged 1.22T tokens this week — only 40B behind OpenClaw — with Architect, Code, Debug, and Orchestrator modes; best pick for maximum model flexibility. Claude Code locks to Anthropic models but delivers macOS Seatbelt sandboxing unmatched on Mac hardware; ideal for large refactors. Aider's Tree-sitter repo map and dual-model Architect mode (strong planner, fast executor) keep Git history clean. Cline approves every file edit and command — strong for compliance. Goose ships native MCP for 1,700+ servers and Recipes to freeze DevOps pipelines.
Quick picks: Daily coding + clean Git → Aider. Large refactor + budget → Claude Code. Max model flexibility → Kilo Code. Security audit → Cline. DevOps automation → Goose. Tight budget → Hermes Agent. Chinese dev teams → Qwen Code.
export OPENROUTER_API_KEY="sk-or-v1-..." pip install aider-chat aider --model openrouter/anthropic/claude-sonnet-4
From OpenRouter signup to 24/7 uptime: six-step CLI deployment runbook
Register OpenRouter and create an API key: Visit openrouter.ai → Keys → create key → export OPENROUTER_API_KEY in your shell. BYOK pricing tracks direct vendor rates closely.
Pick a CLI by scenario: Git workflow → Aider (pip install aider-chat); terminal-native → Claude Code; model flexibility → Kilo Code; batch automation → Hermes Agent.
Write project memory files: Claude Code uses CLAUDE.md, OpenCode uses AGENTS.md, Cline uses .clinerules, Goose uses .goosehints — document coding standards, test commands, and forbidden directories.
First-hour cloud Mac acceptance: SSH in, confirm Node 22+, Git, and Homebrew; run aider --help or claude --version; optionally verify public tracking on openrouter.ai/apps.
Deploy for 24/7 uptime: Laptops sleep — move CLI agents to cloud Mac hosts with launchd or tmux. Hermes Agent and Goose support Gateway mode for Telegram triggers.
Rental tier strategy: Uncertain timelines → daily rental to probe memory limits; stable workloads → weekly/monthly baseline; parallel sub-agents → add a second instance before swap thrashing starts.
Three hard data points plus Mac spec matrix: what machine to rent for CLI agents
4.94T vs 606B: Hermes Agent's weekly tokens are roughly 8× Claude Code's — automation batch jobs vs interactive coding, not a pure popularity contest.
1.22T at global #3: Kilo Code supports 500+ models with 16,200+ GitHub Stars and four work modes — highest multi-model CLI penetration this week.
70%+ share: CLI and Agent tools consumed about seven-tenths of OpenRouter's weekly volume — your CLI pick directly shapes API billing.
| Workload | Recommended Mac | Typical CLI | Notes |
|---|---|---|---|
| Light CLI | MacBook Air M2/M3, 16GB | Aider, Hermes Agent | Cloud API does the heavy lifting |
| Mid-tier | MacBook Pro M3, 16–32GB | Kilo Code, Cline | Multi-file edits and browser automation need RAM |
| Heavy dev | Mac mini M4 Pro, 32GB+ | Goose + Docker sandbox | Parallel agents and containers stress memory and I/O |
| Local models | Mac Studio M4 Ultra, 64GB+ | Ollama + OpenCode | 7B/14B local inference needs unified memory headroom |
Note: Claude Code's Seatbelt sandbox is optimized for macOS; Goose is Rust-built with clear Apple Silicon gains. Data captured June 8, 2026 — verify at openrouter.ai/apps.
Running Kilo Code Orchestrator mode, Cline browser automation, or Goose Docker sandboxes on a laptop triggers sleep disconnects, 16GB swap pressure, and iCloud sync conflicts. Cheap Linux VPS hosts miss native Xcode/iOS CI support and Seatbelt sandboxing. For 24/7 CLI agents, parallel sub-agents, and multi-region OpenRouter routing in production, MESHLAUNCH Mac Mini cloud rental is usually the better fit: dedicated Apple Silicon, flexible daily/weekly/monthly terms, and a clean loop with weekly OpenRouter reviews.
Stars track attention; OpenRouter tokens track real API frequency. For publicly tracked CLIs, weekly token volume beats star counts. Cloud Mac specs are on our pricing page.
Hermes Agent is fully free and open source, widely deployed in automation scripts and batch research pipelines. A single automated workflow can burn enormous token volume — a different usage pattern from interactive tools like Aider or Claude Code.
Aider is the simplest entry (pip install aider-chat), followed by Hermes Agent (free) and Kilo Code (zero-friction VS Code extension). Deployment help is in our help center.