fuellm
v0.2.3
Published
System tray fuel gauge for AI CLI usage limits
Readme
fuellm
System tray fuel gauge for AI CLI usage limits. Monitors your Claude API usage and shows real-time utilization in your system tray.
Install
npm install -g fuellmUsage
fuellm Show current usage
fuellm start Start tray daemon
fuellm stop Stop tray daemon
fuellm status Check if daemon is running
fuellm query --json Machine-readable JSON outputDevelopment
git clone https://github.com/anomalyco/fuellm.git
cd fuellm
bun install
bun run build # Compile standalone binary
bun run start # Run from source