A terminal UI for Solana — manage wallets, track your portfolio, and swap tokens without leaving your shell.
- Portfolio at a glance — SOL + all SPL tokens with live USD values and 24h change
- Instant on open — portfolios preloaded in the background so the first view is never blank
- Token details — market cap, top holders, price history via Jupiter
- Swap — execute token swaps through Jupiter aggregator
- Phantom-compatible — BIP44 derivation matches Phantom, Solflare, and Ledger
brew tap dvrd/hound
brew install houndgit clone https://github.com/dvrd/hound.git
cd hound
task build # binary at ./bin/hound
task install # or install system-wideRequires Go 1.25+ and Task: brew install go-task
houndEverything happens inside the TUI. Navigate with arrow keys, enter to drill in, esc to go back. Each view shows its keybindings in the pinned footer.
hound wallet list --json
hound wallet status --json
hound tokens list --json- Encrypted with AES-256-GCM + Argon2id
- Sensitive data zeroed from memory after use
- Alpha software — don't use with funds you can't afford to lose
task test # run all tests
task lint # lintLicense: MIT
