Skip to content

Installation

Terminal window
brew install agent-receipts/tap/dashboard

Binaries for darwin/linux (amd64, arm64) are attached to each GitHub release.

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

If you use the standard per-user path (~/.local/share/agent-receipts/receipts.db), no flags are needed:

Terminal window
dashboard

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

FlagDefaultDescription
-db~/.local/share/agent-receipts/receipts.dbPath to a receipt SQLite database
-port8080Port to serve on
Terminal window
# Standard local install — no flags required
dashboard
# Point at a custom database
dashboard -db ./receipts.db
# Use a custom port
dashboard -port 9090