Solflare is the Solana-native power-user wallet: staking, Ledger and Keystone support, and its own $49 tap-to-sign Shield card. Coldstar is the cold, scriptable layer underneath. The comparison is mostly about where the key sits and who is allowed to press the button.
Solflare for interactive use, Coldstar for the reserve and the automation.
| Coldstar | Solflare | |
|---|---|---|
| Upfront cost | ~$10 — any USB drive. The software is free and MIT-licensed. | Free app; Shield hardware from $49. |
| Where the key lives | AES-256-GCM encrypted keyfile on a drive you own. Plaintext exists only in memory-locked RAM for the ~100 µs it takes to sign, then is zeroized. | In the extension, web, or mobile app on an online device, or on a connected Ledger, Keystone, or Shield. |
| How a transaction reaches the key | Build online → QR (or file) to an offline machine → sign → QR back → broadcast. Fully air-gapped; the drive is storage, not a signer. | Directly in the app. With Keystone attached, QR air-gapped signing is possible through Solflare. |
| Source code | Open source (MIT) — every line that touches the key is readable on GitHub. | Wallet app not published. Public: SDK, MetaMask Snap, token lists, blocklist. |
| What you trust | Code you can read, plus your own offline machine. No vendor silicon, firmware, cloud, or account. | Solflare's closed app and the device it runs on, plus any attached hardware. |
| Recovery | Passphrase + encrypted keyfile. The drive is disposable: lose it and the file is useless without the passphrase; re-flash a new one. | Seed phrase. |
| Automation & policy | CLI-first, scriptable, headless. Policy-gated agent signing: limits, allowlists, rate caps, escalation to air-gapped approval. | None. dApps connect via Wallet Adapter; the user approves each transaction. No AI-agent product. |
| Solana wallets | Coldstar CLI and Seeker app. | Is the wallet. Solana only. |
| Maturity | Beta — independent audit planned before the production release. | Long-running Solana wallet with a large user base. |
Solflare is a good home for a Solana hot balance, and its Keystone integration means you can already get an air gap through it if you buy the device. Coldstar gets you the air gap without the device, and adds scripting and policy on top.
Solflare on its own is a hot wallet: the key is on the device running the browser. Attach a Ledger or Keystone and the key moves into hardware, with Solflare acting as the online half. That is a sound setup for interactive use, and it is closer to Coldstar's design than most hot wallets get.
Coldstar is the same online/offline split without vendor hardware. The online machine builds the transaction; the offline machine decodes, signs, and wipes. Because the signer is a CLI, the split also works when no human is present, under a policy.
Solflare is production software; Coldstar is beta ahead of an independent audit.
That combination is a good one for a person. Coldstar is for the cases a person-operated device doesn't cover: many wallets for a team at USB-drive prices, unattended signing for a treasury, and policy-gated signing for agents.
The wallet app is not published at review time; the SDK, Snap, and token lists are. Coldstar's signing code is MIT-licensed.
Coldstar signs any Solana transaction you build, including stake instructions, but it does not have Solflare's guided staking UI.
Open source, MIT. macOS, Linux, Windows — and on the Solana Seeker dApp Store.
pip install coldstar
Third-party facts were checked against the vendor's own pages on the date above. Pricing and feature sets change; if something here is out of date, tell us and we will fix it.