Skip to content

Orb is a cross-platform (Mac / Windows / OSX / IOS / Android) application for managing an LND / CLN Lightning node. It features bulk payments, an editor, API, App Store, node automation engines and a lot more.

License

Notifications You must be signed in to change notification settings

lightningorb/orb

Repository files navigation

⚡🔮 is now Free & Open Source

🤗We're pleased to announce that Orb is now fully free 💸 and open source🎊 under the GNU GENERAL PUBLIC LICENSE.🍾🚀💥

orb

Downloading the Desktop builds ⬇️

Windows and OSX binary builds can be found in the repo's releases page. Please install on your 💻📱 not your node.

Downloading the Mobile builds ⬇️

Android

Android users please download the latest APK in the releases page. The Google Play listing is probably out of date.

IOS

You can get Orb IOS using TestFlight (Please consider donating to our Apple dev license fund).

Running Orb from source 🐍

If you have Python3 & git on a unix-like device:

git clone https://github.com/lightningorb/orb.git
cd orb
pip3 install -r requirements.txt
python3 main.py

With venv

Consider installing Orb's dependencies in a virtual 📦 to keep things clean:

git clone https://github.com/lightningorb/orb.git
cd orb
python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements.txt
python3 main.py

Don't trust: verify🕵️

It's prudent to 🔎 code before running it on a mainnet node:

Documentation

🤓Every inch 📏 of 🔮 is documented: Read the docs.

Call to action💪

Non-devs

Do you believe in ₿ and ⚡ and want to help? 👊 Then pick any one of these at random:

  • Bookmark 🔖 this repo.
  • Use Orb.
  • ⭐ this repo.
  • Tweet / Note about trying out 🔮.
  • Write a blog post.
  • Create Youtube 🔮 tutorial.
  • Find bugs & Log issues.
  • Triage issues.
  • Contribute to the docs.

Devs

  • ➡️ Fork ➡️ Use ➡️ PR 🚀

About

Orb is a cross-platform (Mac / Windows / OSX / IOS / Android) application for managing an LND / CLN Lightning node. It features bulk payments, an editor, API, App Store, node automation engines and a lot more.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published