Lightning micropayments, AI agents, NAT traversal marketplace, and decentralized social β packaged as a single Debian install.
What's inside
Pay-per-API-call with L402. Every endpoint on the node can be monetized with Bitcoin Lightning.
Autonomous agents that orchestrate workflows via MCP. Service methods auto-generate as agent tools.
Sell proxy access to nodes behind firewalls. Buy public IP tunnels using Lightning payments.
12-word seed phrases only. No passwords, no accounts. Private keys never leave your device.
Optimized for ARM64. Runs on Pi 4, Pi 5, Pi Zero 2W. Pre-built images available.
Encrypted messaging and social networking built on the node network. No central servers.
Installation
# Download and install latest release curl -sSL https://apt.economy1.cloud/install.sh \ | sudo bash
# Download for your architecture curl -LO https://apt.economy1.cloud/releases/\ download/latest/econ-v1_arm64.deb sudo dpkg -i econ-v1_arm64.deb sudo apt-get install -f
APT repository
# Add GPG key curl -fsSL https://apt.economy1.cloud/KEY.gpg \ | sudo gpg --dearmor \ -o /usr/share/keyrings/econ-v1.gpg # Add source echo "deb [signed-by=/usr/share/keyrings/econ-v1.gpg] \ https://apt.economy1.cloud/ stable main" \ | sudo tee /etc/apt/sources.list.d/econ-v1.list # Install sudo apt update && sudo apt install econ-v1
Raspberry Pi 4, Pi 5, Pi Zero 2W (64-bit OS)
Standard Linux x86_64 β laptops, servers, VMs
Raspberry Pi image
Node pre-installed on Raspberry Pi OS Lite (arm64). Flash and boot β no setup required.
Compatible with Pi 4, Pi 5, Pi Zero 2W.
Flash with Raspberry Pi Imager or
xz -d *.img.xz && dd if=*.img of=/dev/sdX bs=4M status=progress