Skip to content

dvrd/hound

Repository files navigation

Hound

A terminal UI for Solana — manage wallets, track your portfolio, and swap tokens without leaving your shell.

Hound demo

Features

  • 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

Install

Homebrew (recommended)

brew tap dvrd/hound
brew install hound

From source

git clone https://github.com/dvrd/hound.git
cd hound
task build        # binary at ./bin/hound
task install      # or install system-wide

Requires Go 1.25+ and Task: brew install go-task

Usage

hound

Everything 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.

JSON output (for scripting)

hound wallet list --json
hound wallet status --json
hound tokens list --json

Security

  • 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

Development

task test     # run all tests
task lint     # lint

License: MIT

About

TUI tool to fetch real-time Solana token prices, access your wallets & make Solana swaps. Built with Odin

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors