Installation
Last updated
Last updated
For client nodes:
At least 1 GB of free RAM and disk space, to compile the program
Windows 10, macOS, or Linux
For relay nodes:
A public IP address to serve clients. Generally, you'll find this on cloud servers, VPSes, dedicated servers, etc.
At least 1 GB of free RAM and disk space.
Only Linux is tested, though any platform that runs Rust is likely to work
Download the latest executable for your platform from our .
Decompress the executable file you just downloaded.
On Windows, you can do this by right-clicking the file and selecting "Extract All...", while on macOS, you can simply double-click the file.
Start the program by double-clicking on the executable file!
In a terminal, install earendil
by typing:
Check that earendil
is successfully installed by typing:
You should see:
You need an up-to-date installation, with tools like cargo
and rustup
in your $PATH. Earendil currently has no official binary distribution, so we'll be compiling it from source.