Pocket is the Peace wallet.
- This repository is the public release/downloads repo for Pocket.
- End users should come here for installers and release notes.
- Primary development happens in
../pocket_dev.
- Do not expect the main wallet source tree here.
- Use
../pocket_devfor wallet code, CLI work, Tauri GUI work, signing flows, and tests. - Use this repo for public release messaging and download/distribution tasks.
../pocket_dev: primary development repo for Pocket../lantern: public release repo for the Lantern full node../lantern_dev: primary development repo for the Lantern full node../5310s.com: website and browser miner that expects users to bring a Pocket address
This repository is now the public downloads and releases repo for Pocket.
Use the Releases page to download installers for:
- Linux
- macOS
- Windows
What changed
- The application source code and development work were moved to a separate internal repository.
- This repo is intentionally kept minimal so end users can access releases without browsing the source tree.
For users
- Download the installer for your operating system from the Releases page.
- Each release includes installation instructions in the release notes.
After installing Pocket:
- On Linux, start it from a terminal with
pocket-gui. - If your desktop environment shows
Pocketin the applications menu, that launcher works too.
As of March 21, 2026, Pocket has been manually validated on Peace testnet on:
- Arch Linux
- macOS
- Windows
Confirmed behaviors in that validation pass:
- Pocket launches successfully.
- Wallets can receive testnet payments.
- Mining works.
- Mined payouts arrive in Pocket.
On first launch:
- Create a new wallet or restore an existing recovery phrase.
- Save the recovery phrase offline before doing anything else.
- Save the device password shown by Pocket.
- Unlock the wallet and verify the receive address before sending or mining to it.
Linux quick install examples
- Arch Linux:
sudo pacman -U ./pocket-<version>-1-x86_64.pkg.tar.zst - Ubuntu or Debian:
sudo apt install ./pocket_<version>_linux_amd64.deb - Generic desktop Linux:
chmod +x pocket_<version>_linux_x86_64.AppImage && ./pocket_<version>_linux_x86_64.AppImage