Juggernaut utilizes the Lightning Network to provide end-to-end encrypted, onion-routed, censorship resistanst, peer-to-peer messaging with native payment capabilities.
Download the latest release for your OS and follow the instructions below.
Double click the .dmg file and then drag Juggernaut.app
into your Applications
folder.
Just double click the .exe file to get started.
You must first make the file executable and then double click or run via cli ./file.AppImage
If you are having problems with Juggernaut, please report the issue on Github or Telegram with screenshots and how to reproduce the issue.
LND 0.9.x (or greater) with KeySend Enabled
On lnd.conf add :
Or run lnd with this argument:
Keysend is currently an experimental feature. Your node will now accept payments from any node on the network without having to provide them with a n invoice first. Note: This is still an experimental feature so please be careful.
git clone git@github.com:LN-Juggernaut/juggernaut-desktop.git
cd juggernaut-desktop
yarn
yarn dev
You can run yarn package
to build an executable that will be output in the release
directory.
Currently the only way I've been able to do this for testing is to run one using yarn dev
and the other using a built release from yarn package
. If anyone knows how to run two separate instances of an electron app in development, please let me know!
MIT © Juggernaut
Thanks goes to these wonderful people (emoji key):
John Cantrell 💻 |
Ștefan D. Mihăilă 💻 🎨 |
curly60e 📖 |
This project follows the all-contributors specification. Contributions of any kind welcome!