Cursor Nightly
Cursor NightlyRelease · v1.3.1
What's new in v1.3.1
Ports OpenUsage v0.7.2 + v0.7.3 to Linux & Windows, plus CrossUsage-only multi-account and encrypted credentials.
Multi-account everywhere
Add personal + work rows for every provider — Cursor, OpenRouter, Claude, and the rest. Each account probes independently.
Encrypted credentials
provider_accounts.json is AES-256-GCM at rest. Master key lives in your OS keychain / credential manager.
Native spend scanners
Claude and Codex spend tiles use native log scanners — with per-model hover breakdown on Today / Yesterday / 30d.
Classic & Modern
Two layouts, same providers. Modern is the 0.7-style grouped dashboard; Classic stays for anyone who prefers it.
Insights & history
Pace warnings, tightest quota, next reset, 7-day rollup, and charts on provider detail when history is on.
Local HTTP API
JSON on 127.0.0.1:6736 — /v1/usage, /v1/insights, history endpoints. Loopback only.
Why CrossUsage
Built for Linux & Windows
A Tauri tray app — fork of OpenUsage with native packaging, local history, and the 0.7 Modern UI port.
All your quotas, one glance
27 bundled plugins — Cursor, Claude, Codex, Copilot, OpenRouter, Devin, and more. Multi-account when you run separate logins.
Classic or Modern
Pick at first run or in Settings → Appearance. Same enabled providers in both layouts.
Encrypted at rest
Account tokens use AES-256-GCM. Master key in OS keychain — not plaintext on disk.
Plugin-based
Providers ship as plugins. Fork, patch, or add your own. PRs welcome.
Try it
Classic or Modern.Click through both — no install.
Toggle layouts in the demo. Modern uses top tabs + grouped cards; Classic keeps the sidebar. Same mock data as v1.3.1 — light React, not WASM.
Grouped provider cards — Cursor + Cursor (Work) as sibling cards.
Lightweight React mock — Classic sidebar or Modern tabs. No WASM.
Providers
27 bundled plugins
Multi-account works for every provider except Mock — paste API keys or OAuth tokens in Settings. Each id matches a plugin.json in the repo.
Amp
amp
Antigravity
antigravity
Antigravity CLI
antigravity-cli
Antigravity IDE
antigravity-ide
Claude
claude
Codex
codex
Command Code
command-code
Copilot
copilot
CrofAI
crofai
Cursor
cursor

Cursor Nightly
cursor-nightly
DeepSeek
deepseek
Devin
devin
Factory
factory
Fireworks AI
fireworks-ai
Grok
grok
JetBrains AI Assistant
jetbrains-ai-assistant
Kiro
kiro
Kimi
kimi
MiniMax
minimax
Neuralwatt
neuralwatt
Ollama
ollama
OpenCode Go
opencode-go
OpenRouter
openrouter
Perplexity
perplexity
Synthetic
synthetic
Z.ai
zai
Get started
Three steps to signal
From zero to tray panel — no cloud account required.
Download for your OS
Linux .deb / .rpm / AppImage, or Windows NSIS / one-file portable. No signup on this site.
Reuse existing logins
CrossUsage reads local sessions for tools already authenticated — or paste credentials for extra accounts.
Watch from the tray
Usage refreshes on a timer. Classic or Modern layout — switch anytime in Settings.
127.0.0.1:6736
Local HTTP API
JSON over loopback. Wire status lines, scripts, or CI on the same machine — no API keys in this hop.
- GET
/v1/usage - GET
/v1/insights - GET
/v1/history/*
[
{
"providerId": "claude",
"displayName": "Claude",
"plan": "Team 5x",
"lines": [
{
"type": "progress",
"label": "Session",
"used": 7,
"limit": 100,
"format": { "kind": "percent"},
"resetsAt": "2026-07-10T08:00:00Z"},
{
"type": "text",
"label": "Today",
"value": "$1.33 · 4.6M tokens"}
],
"fetchedAt": "2026-07-10T05:19:39Z"}
]Open source
Built in the open
Fork of OpenUsage by Robin Ebers. MIT licensed — pull requests welcome for providers, UI, and docs.
Ready when you are
Get CrossUsage v1.3.1
.deb, .rpm, AppImage, Windows installer, or one-file portable exe. macOS GUI → upstream OpenUsage.