KeepKey Vault v1.4.4
✨ What's New
Audit Balances wizard — a guided, multi-chain "where's my money?" tool. It scans your accounts on every chain, finds funds stranded on non-standard derivation paths (legacy/SegWit, higher accounts, other wallets' layouts like Ledger Live / MEW), and walks you through recovering them. Honest by design — anything it can't verify is shown as "couldn't verify," never a false $0.
Portfolio fault tolerance — when a balance source is degraded or unreachable, the dashboard now says "couldn't reach X" instead of silently showing $0, and retries automatically on reconnect.
Address Book — save recipients — an opt-in prompt to save a new external recipient at send time; works in hidden wallets too.
🐛 Fixes
- Windows: fixed an instant crash on launch on CPUs without AVX (Intel Gemini Lake and similar) — the splash wrapper is now built for a baseline CPU.
- Wallet: stale balances are now purged when the device seed changes under an open session (device swap / passphrase toggle), so you never see the previous wallet's funds.
- Swap: fixed silent quote dead-ends, hidden-wallet swap/activity refresh, SPL token decimals, and NEAR Intents Solana deposits.
- Audit: honesty + correctness fixes (non-EVM balance endpoint, token-only EVM accounts, BTC path purpose remap, sweep signing guard).
📦 Downloads
| Platform | File |
|---|---|
| macOS · Apple Silicon | KeepKey-Vault-1.4.4-arm64.dmg |
| macOS · Intel | KeepKey-Vault-1.4.4-x86_64.dmg |
| Linux · AppImage | KeepKey-Vault-x86_64.AppImage |
| Linux · Debian | keepkey-vault_1.4.4_amd64.deb |
| Windows | added separately by the Windows build |
All macOS builds are signed, notarized, and stapled (Developer ID: KEY HODLERS LLC).
SHA-256
568a1dccfe2c7de1913a79cd26c57fcd4c10c4876c946a5edbfa09c3a504ac74 KeepKey-Vault-1.4.4-arm64.dmg
27e09c90e681b4ad7882b458850c5e70fbb848af27fdd103efe247b8a423a4e9 KeepKey-Vault-1.4.4-x86_64.dmg
0e0040fd28f2da0ac6c77ef3a75e941da1345a1a0d4d9f589d26f7d861f4ded4 KeepKey-Vault-x86_64.AppImage
7c0604926e4726d499f37303770c56ea2642024c4034abe7071a1a43708d3c6c keepkey-vault_1.4.4_amd64.deb
Full hashes for every asset are in SHA256SUMS.txt.
What's Changed
- fix(passphrase): clear device session on passphrase toggle so addresses re-derive by @BitHighlander in #234
- feat(onboarding): make passphrase tip non-skippable with inline opt-in toggle by @BitHighlander in #235
- feat(onboarding): one-time passphrase intro dialog on first dashboard by @BitHighlander in #236
- fix(swap): resolve silent quote dead-end when destination address is unresolved by @BitHighlander in #237
- fix(windows): installer.iss comment broke Inno section parsing by @BitHighlander in #233
- feat(addressbook): opt-in save dialog for new external recipients by @BitHighlander in #238
- fix(wallet): purge stale account managers when the device seed changes underneath them by @BitHighlander in #239
- feat(portfolio): surface degraded/stale chains instead of silent $0 by @BitHighlander in #240
- feat(audit): multi-chain "Audit balances" wizard with guided recovery by @BitHighlander in #241
- fix(windows): build splash wrapper baseline so non-AVX CPUs can launch by @BitHighlander in #242
Full Changelog: v1.4.3...v1.4.4