Lightning Network OS

Turn any computer into a
Lightning node

Lightning micropayments, AI agents, NAT traversal marketplace, and decentralized social β€” packaged as a single Debian install.

$ curl -sSL https://apt.economy1.cloud/install.sh | sudo bash
Download .deb View install guide

What's inside

⚑

Lightning micropayments

Pay-per-API-call with L402. Every endpoint on the node can be monetized with Bitcoin Lightning.

πŸ€–

AI agents

Autonomous agents that orchestrate workflows via MCP. Service methods auto-generate as agent tools.

🌐

NAT traversal marketplace

Sell proxy access to nodes behind firewalls. Buy public IP tunnels using Lightning payments.

πŸ”

BIP39 authentication

12-word seed phrases only. No passwords, no accounts. Private keys never leave your device.

πŸ“

Raspberry Pi native

Optimized for ARM64. Runs on Pi 4, Pi 5, Pi Zero 2W. Pre-built images available.

πŸ“‘

Decentralized social

Encrypted messaging and social networking built on the node network. No central servers.


Installation

One-line install

# Download and install latest release
curl -sSL https://apt.economy1.cloud/install.sh \
  | sudo bash

Manual .deb

# 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 repo for automatic updates

# 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

Supported architectures

ARM64

*_arm64.deb

Raspberry Pi 4, Pi 5, Pi Zero 2W (64-bit OS)

AMD64

*_amd64.deb

Standard Linux x86_64 β€” laptops, servers, VMs


Raspberry Pi image

Pre-built Raspberry Pi OS 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.

Fetching latest version…
Download .img.xz

Flash with Raspberry Pi Imager or xz -d *.img.xz && dd if=*.img of=/dev/sdX bs=4M status=progress