Download Helium

Available in Beta for macOS, Windows, and Linux.

All downloads

Helium for macOS

Available for macOS 12 Monterey and newer. Automatic updates.

Helium for Windows

Available for Windows 10 and newer. Automatic updates.

Helium for Linux

Available for Fedora, Debian, as AppImage, and as Tarball.

Fedora

dnf copr enable imput/helium
dnf install helium-bin

Debian/Ubuntu

curl -fsSL https://raw.githubusercontent.com/imputnet/helium-linux/main/pubkey.asc | sudo gpg --dearmor -o /usr/share/keyrings/helium.gpg
echo "deb [signed-by=/usr/share/keyrings/helium.gpg] https://pkg.helium.computer/deb stable main" | sudo tee /etc/apt/sources.list.d/helium.list
sudo apt update && sudo apt install helium-bin

AppImage