Skip to content

Installation

Terminal window
go install github.com/agent-receipts/dashboard/cmd/dashboard@latest
Terminal window
git clone https://github.com/agent-receipts/dashboard.git
cd dashboard
make build

Point the dashboard at a receipt database:

Terminal window
dashboard -db ./receipts.db

Then open http://localhost:8080 in your browser.

FlagDefaultDescription
-db(required)Path to a receipt SQLite database
-port8080Port to serve on
Terminal window
# View receipts from the MCP proxy
dashboard -db ~/.config/ar/receipts.db
# Use a custom port
dashboard -db ./receipts.db -port 9090