Skip to content

Fast, cross-platform, real-time token usage tracker and cost monitor for Piebald / Gemini CLI / Claude Code / Codex CLI / Qwen Code / Cline / Roo Code / Kilo Code / GitHub Copilot / OpenCode / Pi Agent.

License

Notifications You must be signed in to change notification settings

Piebald-AI/splitrail

Repository files navigation

Announcement: Piebald is released!

We've released Piebald, the ultimate agentic AI developer experience.
Download it and try it out for free! https://piebald.ai/

Scroll down for Splitrail. 👇

Splitrail

Splitrail is a fast, cross-platform, real-time token usage tracker and cost monitor for:

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. From the team behind Piebald.

Note

If you find Splitrail useful, please consider starring the repository to show your support!

Download the binary for your platform on the Releases page.

Screenshots

Screenshot of the Splitrail CLI

Screenshot of the Splitrail VS Code Extension

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

License

MIT

Copyright © 2025 Piebald LLC.

About

Fast, cross-platform, real-time token usage tracker and cost monitor for Piebald / Gemini CLI / Claude Code / Codex CLI / Qwen Code / Cline / Roo Code / Kilo Code / GitHub Copilot / OpenCode / Pi Agent.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published