Download TokenCheat CLI
Audit your AI coding setup locally. Your code never leaves your machine.
macOS / Linux (recommended)
pip install tokencheat
Requires Python 3.9+
Cargo (Rust)
cargo install tokencheat
Requires Rust toolchain
From source
git clone https://github.com/cmartinzip/tokencheat.git && cd tokencheat/cli && cargo build --release
Build from source
Quick Start
# Run your first audit
tokencheat collect tokencheat stack --model claude-sonnet-4-5 tokencheat jcodemunch status
Source code on GitHub