Terminal dashboard for Wallbit.
- A Wallbit API key with
readpermission - Optional: an OpenAI API key to enable the AI agent chat
The API keys you use are never stored on an external server or log in any way. The Wallbit CLI will request the API key on startup everytime, and the optional AI provider token is stored in your OS Keychain / Secret manager.
https://support.apple.com/guide/keychain-access/what-is-keychain-access-kyca1083/mac
https://grahamwatts.co.uk/windows-secrets/
- Never share terminal output containing environment variables.
- Never paste or commit API keys into code, screenshots, logs, or chat.
curl -fsSL https://raw.githubusercontent.com/lucaspiritogit/wallbit-cli/main/install.sh | shirm https://raw.githubusercontent.com/lucaspiritogit/wallbit-cli/main/install.ps1 | iexAfter install, run:
wallbit-cli- Bun installed (
bun --version)
- Session-based masked API key login (no env var required)
- OpenAI key and AI provider preference stored in OS keychain (Windows Credential Manager, macOS Keychain, Linux Secret Service)
- Checking balance panel
- Crypto wallets panel
- Latest transactions panel with pagination
- Stocks portfolio side panel
- Interactive asset list
- Small AI chat to talk with the wallbit-cli agent and get customized insights or recommendations (experimental)
- Command bar to execute actions with
!or ask a question to the agent using?
- Install dependencies:
bun installbun run startFor development with file watching:
bun run devOn each new session, the app shows a masked API key input screen. Paste your Wallbit API key there and press enter.
h: hide/show all currency values (balances + transactions)left/right: previous/next transactions pagew: open wallets modal (copy wallet addresses)up/down+corenter(inside wallets modal): select and copy addressescorctrl+corq: quit:focus command bar to start typingctrl+jopen chat agent window
- This is a community project and is not affiliated with Wallbit.




