Skip to content

5310S/Pocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 

Repository files navigation

Pocket

Pocket is the Peace wallet.

Repo role

  • 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.

If you are Codex

  • Do not expect the main wallet source tree here.
  • Use ../pocket_dev for wallet code, CLI work, Tauri GUI work, signing flows, and tests.
  • Use this repo for public release messaging and download/distribution tasks.

Related repos

  • ../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

Pocket Downloads

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.

Quick Start

After installing Pocket:

  • On Linux, start it from a terminal with pocket-gui.
  • If your desktop environment shows Pocket in the applications menu, that launcher works too.

Current Validation Status

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:

  1. Create a new wallet or restore an existing recovery phrase.
  2. Save the recovery phrase offline before doing anything else.
  3. Save the device password shown by Pocket.
  4. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors