NOT YOUR KEY, NOT YOUR CRYPTO
A private, offline-first cold vault for wallet records, private keys, seed phrases, encrypted backups, Shamir QR recovery, local audit history, and offline vanity wallet generation.
xKey v6.0.29 is the current synchronized web and Android release. This release updates the app version metadata, Android build metadata, documentation, and release automation notes used for GitHub Releases.
-
- π² Added offline wallet transfer via QR β no Bluetooth, Wi-Fi, or internet required.
-
- π Export QR now carries full wallet data: address, private key, seed phrase, network, notes, tags, and HD details.
-
- π· Added QR receive flow from the home tools area to scan and import wallets quickly.
-
- π Imported QR wallets go to the selected folder, or a new default "QR" folder when needed.
- Android release metadata:
versionName 6.0.29,versionCode 127.
- Offline encrypted local vault for wallet records and secret material.
- Android Device Credential and Android Keystore integration where supported.
- Optional privacy masking, explicit reveal/copy actions, hold-to-reveal secret viewing, clipboard safety flows, auto-lock, decoy vault, screen-capture controls, and local audit history.
- Encrypted portable
.xkeybackups with verification flows. - Shamir Secret Sharing QR recovery for offline recovery workflows.
- No custody server, no cloud sync requirement, and no telemetry requirement.
- Wallet folders, tags, search, combined filter/sort panel, batch actions, pinning, manual balances, and configurable wallet density.
- QR display/share workflows and CSV import/export.
- Drag wallets into folders on desktop layouts.
- Mobile swipe affordances for common wallet-card actions.
- Multi-language UI:
ar,de,en,es,fr,hi,id,ja,ko,pt,ru,th,tr,vi,zh.
- Offline vanity address scanning with CPU/heat warnings.
- Generated private keys and seed phrases are hidden until explicitly revealed.
- Supports individual saves, bulk saves, folder routing, and bounded reserve limits.
xKey/
ββ android/ Capacitor Android project and Gradle release metadata
ββ assets/ Project assets
ββ icons/ Icon sources
ββ public/ Static web assets
ββ scripts/ Maintenance and audit scripts
ββ src/
β ββ app/ App constants and shared app-level contracts
β ββ components/ Feature and reusable React UI components
β β ββ auth/ Unlock, onboarding, and auth error screens
β β ββ backup/ Backup export/import UI
β β ββ create-wallet/ Create/import/vanity wallet feature module
β β ββ entropy/ Advanced entropy and derivation panels
β β ββ qr/ QR scanner/display/transfer components
β β ββ settings/ Settings tabs and security/data panels
β β ββ shamir/ Shamir backup/restore UI
β β ββ shared/ Shared UI helpers
β β ββ vanity/ Vanity score UI
β β ββ wallet/ Wallet cards, lists, sorting, swipe/drop UX
β ββ contexts/ Theme, language, toast, confirm, vault contexts
β ββ hooks/ App, security, backup, vanity, and wallet hooks
β ββ locales/ Localized strings
β ββ utils/ Storage, crypto, audit, amount, wallet utilities
β ββ types.ts Core TypeScript models
ββ tests/ Focused tests and smoke/regression specs
ββ capacitor.config.ts Capacitor app configuration
ββ package.json Web app scripts and version
ββ vite.config.ts Vite build configuration
Local instruction/scratch folder
1/is intentionally ignored and must not be pushed.
npm install
npm run type-check
npm run build
npx cap sync androidAdditional focused checks:
npm run test
npm run locale:audit
npm run test:smokeAndroid release builds are triggered by git tags matching v*.
Short description:
Offline wallet vault. NOT YOUR KEY, NOT YOUR CRYPTO.
Long description opener:
xKey is an offline-first Web3 wallet vault for people who want direct local control of wallet keys, encrypted backups, local audit history, Shamir QR recovery, privacy masking, and advanced offline vanity wallet generation. NOT YOUR KEY, NOT YOUR CRYPTO.
Older details are intentionally summarized here; see CHANGELOG.md for the compact history.
- v5.22.0: release metadata update before the mobile layout polish pass.
- v5.21.9: privacy mode, wallet card, dashboard, empty-state, folder drag/drop, and transition polish.
- v5.21.x: DPI, branding, vanity, duplicate detector, and security polish releases.