root@pr0xy:~#
root@pr0xy:~#

// Sovereign
Off-Grid
Network

No cloud. No servers. No trust required.
Full control, full encryption, full sovereignty.

No Internet End-to-End Encrypted Zero Storage Bluetooth + WiFi Mesh
0x4F2A
0x9D1C
0xA3E7
0x21BF

Service Overview

Sovereign infrastructure. All local. All encrypted.

01

Offline Wallet

Self-custody crypto wallet generated entirely offline. No seed phrase ever touches the internet.

init --wallet
02

Mesh Messaging

Encrypted peer-to-peer chat over Bluetooth and WiFi Direct. No servers. Messages never stored.

start --mesh
03

In-App Terminal

Full shell access. Run commands, SSH into external hardware, interact with connected nodes.

spawn --shell
04

Hardware Bridge

Native Raspberry Pi and LiMa integration for extended mesh range. Long-range relay nodes.

connect --hw
05

Peer Discovery

Auto-scan for nearby Pr0xy nodes or manually add by address. Build your trusted contact list.

scan --peers
06

Zero Trace

No logs. No metadata. No cloud sync. All messages ephemeral by design. Encrypted at rest if needed.

audit --logs

Offline Wallet

Full self-custody. Generated entirely on-device — your seed phrase never touches Wi-Fi, cellular, or any network stack.

  • Generate wallets offline in an air-gapped environment
  • Networks: Base, Ethereum, Polygon
  • Stablecoins: USDT and USDC on all supported chains
  • Sign and broadcast transactions locally
  • Transaction confirmation via Bluetooth or local WiFi peer
  • Cold storage import/export via QR or NFC
  • Hardware wallet support (Ledger, Trezor) over USB
pr0xy@wallet#  keygen --chain BTC --entropy /dev/hardware-rng
wallet.sh
// Generating wallet offline...
✓ Entropy source: hardware RNG
✓ Network stack: DISABLED

→ Seed phrase (never transmitted):
alpine mirror frost vault echo canyon drift nova blade hollow ember rise

Ethereum: 0x4AeB...F21c
Base: 0x4AeB...F21c (same key)
Polygon: 0x4AeB...F21c (same key)
USDT/USDC: native on all networks

✓ Keys stored locally. Zero network calls.

Mesh Messaging

Zero-server chat using Bluetooth and WiFi Direct. Ephemeral, end-to-end encrypted, no storage on any node.

  • Bluetooth Low Energy (BLE) and Classic support
  • WiFi Direct / ad-hoc mode for higher bandwidth
  • Multi-hop relay — message jumps across nearby nodes
  • End-to-end encrypted with Curve25519 + AES-256-GCM
  • Group channels with shared symmetric keys
  • Self-destructing messages (TTL-based, never written to disk)
YOU
NODE_A
NODE_B
NODE_C
NODE_D
AES-256 · Curve25519 · E2E

In-App Terminal

A full shell embedded in the app. Run local commands or SSH into remote hardware in your mesh network — no internet.

  • Bash / Zsh shell with full command history
  • SSH client — connect to Pi nodes in the local mesh
  • File transfer via SCP / SFTP over local network
  • Script runner for automation tasks
  • Root / sudo operation support
  • Tab completion, aliases, and custom profiles
pr0xy-shell — ssh pi@192.168.1.2
┌──(pr0xy㉿mesh)[~]
└─$ ssh pi@192.168.1.2
Connecting to 192.168.1.2 over local mesh...
✓ Connected. Authenticated via ed25519.

pi@raspberrypi:~$ uname -a
Linux raspberrypi 6.1.21 #1 SMP armv7l GNU/Linux
pi@raspberrypi:~$ pr0xy-relay --status
● relay active | 3 peers | range: 420m | uptime: 14h
pi@raspberrypi:~$

Hardware Integration

Raspberry Pi

Deploy Pr0xy relay nodes on any Pi model. Acts as a mesh bridge, extending range across buildings or campuses. Runs headless with auto-reconnect.

Models: Pi 3B+, 4, 5, Zero 2W Protocol: BLE + WiFi AP mode Range: up to 300m per hop

Mobile Device

Any Android/Linux device runs the full Pr0xy stack. No special hardware required — your phone is already a node.

Android 8+ / Linux kernel 5.4+ BT 4.0+ and WiFi Direct Background relay daemon
// mesh topology
📱 Phone
🍓 Pi Node
📡 LiMa
📡 LiMa
🍓 Pi Node
📱 Phone

Peer Discovery

Auto-detect nearby Pr0xy nodes or manually add trusted peers by public key or mesh address.

  • Auto-scan via BLE advertisement packets
  • Manual add by public key, QR code, or mesh address
  • Trust levels: temporary / session / trusted / blocked
  • Discovery is passive — you're invisible until you opt in
  • Peer fingerprint verification before any key exchange
YOU 0,0
NODE_7F3A ~42m
NODE_2C1B ~180m
NODE_???? unknown

Zero Trace Security

🔐

Curve25519 Key Exchange

Elliptic-curve Diffie-Hellman for forward-secret key exchange. Every session uses a fresh ephemeral key.

🔒

AES-256-GCM Encryption

Military-grade authenticated encryption for all message payloads. Tamper-evident by design.

💾

Ephemeral Storage

Messages exist only in RAM while being read. Nothing written to disk. Cleared on session end.

🚫

No Metadata

No timestamps stored. No message IDs persisted. No contact graphs logged. The network has no memory.

🔑

Air-Gap Compatible

Key generation and wallet operations designed for fully air-gapped operation. Hardware RNG supported.

🌐

Onion Routing (Local)

Multi-hop mesh relay with layered encryption. No single node sees sender and recipient simultaneously.

// /proc/pr0xy/stack
Application Layer — Pr0xy App
Encryption Layer — AES-256-GCM · Curve25519
Mesh Routing — Multi-hop · Onion-wrapped
Transport — BLE / WiFi Direct / LiMa RF
Physical — Radio · Bluetooth · Antenna
📡 Install Pr0xy — run fully offline