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