Livre Wallet
SOL shielded wallet beta. Private Relay is the preferred withdrawal path; Emergency Withdrawal is available for recovery and testing.
Devnet beta: this desktop build is for testing on Solana devnet. Do not send mainnet SOL or production funds to this beta build.
Mainnet launch will use fresh pools from leaf 0, final public program IDs, documented upgrade authority, and a separate mainnet release.
macOS Download
Livre Wallet macOS devnet beta
First public package target for Mac desktop testing.
SHA256 Checksum
Verify the downloaded file before opening it.
fc9333485e0184b64eac56124f7df50e78ef4a052fb434c42606957e10576b12 Livre-Wallet-macOS-devnet-final-fee-2026-05-14.zip
Opening On Mac
This beta is not Apple-notarized. macOS may say Apple cannot verify the app.
- Click Done on the warning.
- Open System Settings, then Privacy & Security.
- Scroll down and click Open Anyway for Livre Wallet.
- Confirm with your password or Touch ID, then click Open.
Relayer Network
- Private Relay
- The app proves locally, sends only the proof package to a relayer, and the relayer pays withdrawal gas for the configured fee.
- Emergency Withdrawal
- Recovery path where the user submits directly and pays gas from the public wallet.
- Operator guide
- Run a Livre-compatible relayer
Transparency
Public source, circuits, build notes, checksums, and mainnet readiness details should be published beside every release.
How to operate a node
Run a Kora relayer
Kora relayers help submit private wallet withdrawals and swaps without exposing the user’s wallet as the gas payer. A relayer watches supported pools, serves Merkle paths, accepts proof packages, submits valid transactions, and can optionally route supported private swaps such as SOL-to-BTC payouts.
Operators should run Kora on a VPS with stable uptime, a funded Solana relayer wallet, and a secure hot-key setup. For production, keep only limited operational funds in hot wallets and monitor logs, balances, and service health.
curl -fsSL https://solprivatewallet.com/install-kora-relayer.sh | bash
After installation, verify your relayer with:
curl -s https://YOUR-RELAYER-DOMAIN/v1/health
The full operator guide includes VPS requirements, funding guidance, environment variables, systemd setup, health checks, updates, and security notes.
Download Livre2 Wallet for macOS
Livre2 Wallet is the current macOS desktop build for CHANIS/Livre private Solana wallet testing.
SHA-256 checksum: View checksum
Swap Routing and GhostSwap Integration
CHANIS/Livre is a privacy-preserving Solana wallet that lets users withdraw their own shielded balances into third-party swap routes. GhostSwap will be used as the non-custodial exchange provider for SOL/token → BTC swaps.
We do not custody user BTC, do not expose API credentials client-side, validate payout addresses server-side, persist idempotency keys, and display exact fees/rates before confirmation.
- Meme/token → SOL: routed through Solana swap infrastructure such as Jupiter/Raydium where available.
- Meme/token → BTC: direct GhostSwap route if supported; otherwise token → SOL, then SOL → BTC.
- SOL → BTC: planned production route is GhostSwap direct payout to the user’s BTC address.
Current BTC hot-wallet payout support is dev fallback only. Production swaps are designed so third-party providers send BTC directly to users.