Skip to content

Nasa62/splitrail

 
 

Repository files navigation

Splitrail

Splitrail is a fast, cross-platform, real-time Gemini CLI / Claude Code / Codex token usage tracker and cost monitor. Run one command to instantly review all of your CLI coding agent usage. Upload your usage data to your private account on the Splitrail Cloud for safe-keeping and cross-machine usage aggregation.

Download the binary for your platform on the Releases page.

Also check out our developer-first agentic AI experience, Piebald.

Screenshots

Screenshot of the Splitrail CLI

Screenshot of Splitrail Cloud

Development

Windows

On Windows, we use lld-link.exe from LLVM to significantly speed up compilation, so you'll need to install it to compile Splitrail. Example for winget:

winget install --id LLVM.LLVM

Then add it to your system PATH:

:: Command prompt
setx /M PATH "%PATH%;C:\Program Files\LLVM\bin\"
set "PATH=%PATH%;C:\Program Files\LLVM\bin"

or

# PowerShell
setx /M PATH "$env:PATH;C:\Program Files\LLVM\bin\"
$env:PATH = "$env:PATH;C:\Program Files\LLVM\bin\"

Then use standard Cargo commands to build and run:

cargo run

macOS/Linux

Build as normal:

cargo run

© 2025 Piebald LLC. All rights reserved.

About

Fast, real-time Gemini CLI / Claude Code / Codex token usage tracker and cost monitor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.6%
  • Shell 0.4%