Skip to content

Releases: devthefuture-org/quotadeck

Release list

QuotaDeck v0.1.0

Choose a tag to compare

@github-actions github-actions released this 30 Aug 11:57
v0.1.0
bd4faf6

QuotaDeck v0.1.0

First public release of QuotaDeck, a local-first dashboard for AI quota windows.

Highlights

  • Unified quota view for Claude, OpenAI Codex/ChatGPT plans, and Z.ai/GLM Coding Plans.
  • Dynamic account and window model with SQLite history, stale-state preservation, and live Server-Sent Events updates.
  • Native Linux desktop application, portable AppImage, Debian package, CLI service, and Cinnamon panel applet.
  • Loopback-only API, redacted diagnostics, no telemetry, and no provider secrets persisted by QuotaDeck.

Install on Debian, Ubuntu, or Linux Mint

Download quotadeck_0.1.0_amd64.deb, then run:

sudo apt install ./quotadeck_0.1.0_amd64.deb

Launch QuotaDeck from the application menu. On Cinnamon, add the QuotaDeck applet from System Settings → Applets.

Portable AppImage

chmod +x QuotaDeck-0.1.0-x86_64.AppImage
./QuotaDeck-0.1.0-x86_64.AppImage

Standalone CLI and native desktop archives are also attached. Verify any download against quotadeck_0.1.0_checksums.txt.