Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

License

NotificationsYou must be signed in to change notification settings

Piebald-AI/splitrail

Repository files navigation

Check out Piebald

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

Join our DiscordX

Scroll down for Splitrail. 👇

hero

Splitrail

Splitrail is afast, 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 theSplitrail Cloud for safe-keeping and cross-machine usage aggregation. From the team behindPiebald.

Note

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

Download the binary for your platform on theReleases page.

Screenshots

Screenshot of the Splitrail CLI

Screenshot of the Splitrail VS Code Extension

Screenshot of Splitrail Cloud

MCP Server

Splitrail can run as anMCP (Model Context Protocol) server, allowing AI assistants to query your usage statistics programmatically.

splitrail mcp

Available Tools

  • get_daily_stats - Query usage statistics with date filtering
  • get_model_usage - Analyze model usage distribution
  • get_cost_breakdown - Get cost breakdown over a date range
  • get_file_operations - Get file operation statistics
  • compare_tools - Compare usage across different AI coding tools
  • list_analyzers - List available analyzers

Resources

  • splitrail://summary - Daily summaries across all dates
  • splitrail://models - Model usage breakdown

Configuration

Splitrail stores its configuration at~/.splitrail.toml:

[server]url ="https://splitrail.dev"api_token ="your-api-token"[upload]auto_upload =falseupload_today_only =false[formatting]number_comma =falsenumber_human =falselocale ="en"decimal_places =2

Development

Windows

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

winget install --id LLVM.LLVM

Then add it to your system PATH:

:: Command promptsetx /MPATH"%PATH%;C:\Program Files\LLVM\bin\"set"PATH=%PATH%;C:\Program Files\LLVM\bin"

or

# PowerShellsetx/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 © 2026Piebald LLC.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors7


[8]ページ先頭

©2009-2026 Movatter.jp