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


First boot Β· setup guide

1

Power on the node

Flash the Pi image β€” or install the .deb on any Linux box β€” then power up. The Node service is enabled on boot, so give it about 60 seconds to come online.

The node is headless: you'll do everything else from your phone or laptop. No screen or keyboard required.

2

Connect it to WiFi

When the node has no network, its screen shows a "Set Up Your Node" QR code. Point your phone's camera at it to join the node's open NodeSetup hotspot β€” the setup page opens automatically. No screen on your unit? Join the NodeSetup WiFi manually and browse to http://10.42.0.1.

Node device screen showing the Set Up Your Node QR code for the NodeSetup WiFi hotspot
The node's screen β€” scan this QR to join NodeSetup.

On the setup page, tap Scan, choose your network, enter the password, and hit Connect (~15 seconds). The hotspot disappears once the node joins your WiFi.

3

Create your wallet

From a device on the same network, open https://node.local. On first run, choose Generate New Wallet β€” a 12-word BIP39 seed phrase appears.

Write the 12 words down in order and store them offline. This seed is the only way to recover your wallet β€” never share it or keep it online.

Confirm your backup, pick a username and display name, and finish. Your private keys are derived on-device and never leave it.

4

Deposit funds

Open My Wallet β†’ Receive. The On-chain tab shows a Bitcoin address and QR code β€” send BTC from any wallet or exchange and wait for confirmation.

Prefer Lightning? Switch to the Lightning tab, enter an amount, and generate an invoice to pay instantly.

Once funds land, your node can open channels, earn from L402 API calls, and pay for services across the network.