Self-hosted CLI for auditing and managing your Humble Bundle key inventory. Cross-references against your Steam library to surface unredeemed keys you don't already own, tracks gifts to friends, and gives you a clean ledger so keys don't go to waste.
Status: v0, in active development. See SCOPE.md for architecture and roadmap.
Humble Choice subscriptions accumulate keys faster than most people redeem them. It's hard to know which are still outstanding, which Steam keys you can ignore because you already own the game, and which you've given to friends. This tool keeps the ledger so keys don't go to waste.
Spiritual successor to FailSpy/humble-steam-key-redeemer, which is unmaintained.
- Humble: copy your
_simpleauth_sesscookie from browser DevTools intoHUMBLE_SESSION. No login automation, no credential storage. - Steam: Web API key + SteamID64. Public API only. No login.
Coming soon — project is in scaffolding phase.
bun install
cp .env.example .env # fill in values
bun run dev sync # pull Humble orders
bun run dev steam # pull Steam library
bun run dev audit # cross-reference, summarize
bun run dev # interactive TUIMIT