A secure offline tool to recover your Suiet wallet data from backup. This tool helps you extract your wallet's mnemonic phrases and private keys from an encrypted backup.
-
ONLY download the tool from our official GitHub releases
- Go to Releases
- Download
suiet-recovery-tool.zip
from the latest release - Do NOT trust any other sources
-
Use the tool OFFLINE
- Disconnect your internet before using the tool
- Your sensitive data should never leave your computer
-
Download and Extract
- Download
suiet-recovery-tool.zip
from GitHub releases - Extract the ZIP file to a folder
- Download
-
Open the Tool
-
Recommended: Use VSCode with "Live Server" extension
- Install VSCode
- Install Live Server extension
- Open the extracted folder in VSCode
- Right-click
index.html
and select "Open with Live Server"
-
Alternative: Use any local HTTP server
- Python:
python -m http.server
- Node.js:
npx serve
- DO NOT open the HTML file directly (it won't work due to browser security)
- Python:
-
-
Get Your Backup Data
- Open your Suiet wallet extension
- Right-click and select "Inspect" to open Developer Tools
- Find outputs containing "DB_BACKUP_..."
- Right-click and select "Copy Object"
-
Recover Your Wallet
- DISCONNECT YOUR INTERNET
- Paste the backup data into the tool
- Enter your wallet password
- Click "Recover"
- Save the recovered data securely
- Close the tool
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Build for production
pnpm build
MIT