See OpenRouter cost stats in your tray.
Find a file
2025-12-23 16:49:13 +03:00
.github/workflows fix(ci): Adding missing permissions for publishing. 2025-12-23 16:29:49 +03:00
build/windows refactor(tray): Re-using the same external icon resource in the tray icon and notifications. 2025-12-23 16:29:51 +03:00
cmd/openrouter-costs-tray fix(build): Windows binary icon fix attempt. Icon extracted as an external resource. 2025-12-23 16:29:50 +03:00
docs docs(app): Creating basic README.md with screenshots. 2025-12-23 16:44:18 +03:00
internal fix(ci): Adding G304 (gosec) exclusion for new log file opening. 2025-12-23 16:49:13 +03:00
.gitignore feat(app): initial commit. 2025-12-23 16:29:29 +03:00
.golangci.yml fix(ci): .golangci.yml schema fixes. 2025-12-23 16:29:47 +03:00
.goreleaser.yml fix(build): Adding "windowsgui" ld flag for Windows build. 2025-12-23 16:29:50 +03:00
go.mod feat(app): initial commit. 2025-12-23 16:29:29 +03:00
go.sum feat(app): initial commit. 2025-12-23 16:29:29 +03:00
LICENSE Initial commit 2025-12-22 03:44:06 +03:00
README.md docs(app): Creating basic README.md with screenshots. 2025-12-23 16:44:18 +03:00

OpenRouter Costs Tray

notification example tray icon tooltip

Tiny cross-platform tray app that shows OpenRouter usage and cost updates.

Build

go build ./cmd/openrouter-costs-tray

Run

./openrouter-costs-tray

Config

Config is stored in the user config directory (see Settings window). The app expects an OpenRouter API key.

settings window