BEAM·v0.1.1·MACOS · LINUX·SHA-256 VERIFIED
// ENCRYPTED · MULTI-CHAIN · PRIVATE

A WALLET FOR
PRIVACY.

An encrypted Ethereum compatible wallet, with native support for privacy and agentic payments. Multi-chain RPC, ERC20 ops, arbitrary contract calls, an interactive REPL, x402/MPP agent payments, and private transfers.

curl -fsSL https://install.beam.payy.network | bash
linux-x86_64 · macOS-x86_64 · macOS-aarch64 · verified via GitHub Release SHA-256

EVERYTHING
IN ONE BINARY.

00

Encrypted wallets

Passphrase-protected keystores, stored locally.

01

Multi-chain

Ethereum, Base, Arbitrum, Optimism, BSC, Polygon, custom RPC.

02

Private transfers

Payy-EVM privacy out of the box. Local ZK proofs.

03

Agent payments (x402+MPP)

beam fetch settles paywalls automatically. Fee caps, chain allowlists.

04

REPL

Completions, history, Ctrl-C cancels without losing the prompt.

05

Contract calls

Typed args, decoded returns. No separate ABI tooling.

06

Self-updating

Verified GitHub Release binaries, SHA-256 checks.

07

ENS + tokens

Aliases everywhere. alice.eth, USDC, done.

ONE CLI. THREE AUDIENCES.

// developers

Wallet, RPC client, contract caller — without an Electron window.

$ beam call USDC \
  "balanceOf(address):(uint256)" \
  alice.eth

// agents

Pay APIs autonomously with 402/MPP support, fee caps, and chain allowlists.

$ beam fetch --max-fee 0.001 \
  --allowed-chains base \
  https://paywall.example/article

// humans

Private transfers, peer to peer. No signup, no app store review.

$ beam privacy send 0xabc... \
  USDC 25 --memo "lunch"

ONE LINE.
NO PACKAGE MANAGER.

INSTALL BEAM

Run the line below. The installer picks the latest stable release for your platform, verifies its SHA-256 against the GitHub Release, and aborts on mismatch.

curl -fsSL https://install.beam.payy.network | bash
linux x86_64macOS x86_64macOS aarch64
verified · SHA-256 from GitHub Release · aborts on mismatch