Non-custodial BCH wallet for desktop. Full control over your keys. Works on Windows, Linux, macOS. Supports hardware wallets, QR codes, and transaction history. No registration. No BS.
git clone https://github.com/argosopentech/BCH-Desktop-Wallet.git
cd BCH-Desktop-Wallet
virtualenv env
source env/bin/activate # Windows: env\Scripts\activate
pip install -e .
bch-desktop-walletDone. Wallet is up and running. Send/receive BCH, connect hardware wallets, track transactions.
- Full control of private keys
- Cross-platform: Windows, Linux, macOS
- Hardware wallet support (Ledger, Trezor)
- QR code scan/generate
- Transaction history with status updates
- Lightweight, minimal dependencies
- Create a new wallet or import existing keys on first launch.
- Use QR codes for fast payments.
- Hardware wallets optional but recommended for large balances.
- Transaction history is persistent and local.
- Backup private keys and recovery phrases immediately.
- Keep your wallet updated (check Releases).
- Consider using a hardware wallet for any significant holdings.
Fork → Modify → PR. Open issues for discussions before major changes.
MIT – see LICENSE