Skip to content

cross-entropy-ai/vibe-usage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vibe-usage

Release Build Downloads

Local-first usage analytics for AI coding tools.

  • Single binary (Rust), no database required
  • Unified stats across Gemini CLI, Claude Code, OpenAI Codex, and Kimi Code
  • Dashboard for usage, cost, projects, and activity

Screenshots

Dashboard

Usage snapshot Cost insights Activity insights

Install

brew tap cross-entropy-ai/tap
brew install vibe-usage

Or download pre-built binaries from GitHub Releases.

Build from source: docs/build-from-source.md

Quick Start

vibe-usage                        # sync + open dashboard (auto-finds port, opens browser)
vibe-usage serve                  # same as above
vibe-usage serve -p 8080          # use specific port (falls back to auto if busy)
vibe-usage serve --no-browser     # don't open browser automatically
vibe-usage sync                   # collect local raw files only

Data Directory

Default data directory is ~/.vibe-usage.

If you do not want to use ~/.vibe-usage, choose your own directory.

# per command
vibe-usage sync --data-dir ~/data/vibe

# persistent default
export VIBE_USAGE_DATA_DIR=~/data/vibe

Next Docs

About

Local-first usage analytics for AI coding tools. Single binary, written in Rust.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors