Quick Install
Linux:
curl -sSf https://evebox.org/install.sh | sh
Windows PowerShell:
irm https://evebox.org/install.ps1 | iex
Installs the latest release binary. For the latest development build, use:
curl -sSf https://evebox.org/install-devel.sh | sh
irm https://evebox.org/install-devel.ps1 | iex
See Zip Packages for platform details and installer options.