Toks
Description
A local-first Linux desktop app for tracking Claude Code and Codex usage, costs, models, and plan limits.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Toks
**Claude Code and Codex usage, clearly.**
Linux · Native Rust · Local-first
A local-first Linux desktop app for tracking Claude Code, Codex, and OpenCode token usage, estimated costs, models, and usage remaining.

Install
With an AI coding agent
Install Toks from https://github.com/Luzivog/toks and follow its README.
Manually
Toks currently supports Linux. Install Rust with [rustup](https://rustup.rs/), sign in to the Codex CLI and/or Claude Code, then:
git clone https://github.com/Luzivog/toks.git
cd toks
cargo build -p toks --release --locked
cargo build -p toks-core --bin toks-router --release --locked
./install.sh
Open **Toks** from your application launcher. The installer is user-local: the app and its Codex router go to `~/.local/bin`. The install does not require `sudo`.
Debian / Ubuntu build requirementssudo apt-get update
sudo apt-get install -y \
build-essential clang cmake perl pkg-config \
libfontconfig1-dev libvulkan-dev libwayland-dev libxcb1-dev \
libxkbcommon-dev libxkbcommon-x11-dev
A working Vulkan driver and an X11 or Wayland desktop session are also required.
How it works
Toks reads local Codex, Claude Code, and OpenCode history. Once captured, usage survives provider-log cleanup in a compact local archive. It only goes online to refresh plan limits and public pricing. Tokscale is not required.
Costs are [API-rate estimates](docs/pricing-methodology.md), not subscription spend.
Development
cargo run -p toks --locked
cargo test -p toks --lib --locked
scripts/quality/check-repository.sh
Architecture, conventions, and contribution expectations are documented in [AGENTS.md](AGENTS.md).
Credits and license
Toks is available under the [M
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11