Installation
Install with Go
Section titled “Install with Go”go install github.com/agent-receipts/dashboard/cmd/dashboard@latestBuild from source
Section titled “Build from source”git clone https://github.com/agent-receipts/dashboard.gitcd dashboardmake buildPoint the dashboard at a receipt database:
dashboard --db ./receipts.dbThen open http://localhost:8080 in your browser.
Options
Section titled “Options”| Flag | Default | Description |
|---|---|---|
--db | (required) | Path to a receipt SQLite database |
--port | 8080 | Port to serve on |
Example
Section titled “Example”# View receipts from the MCP proxydashboard --db ~/.config/ar/receipts.db
# Use a custom portdashboard --db ./receipts.db --port 9090