Download Helium

Available for macOS, Windows, and Linux.

Helium is currently in beta, so unexpected issues may occur. Please report them if they haven't already been reported.

All downloads

Helium for macOS

Available for macOS 13 Ventura 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