Download

Find the installer for your OS below to install Ferdium!

Follow the link below to download the latest nightly release of Ferdium from our GitHub Releases.

Once there click "Assets" and choose the version for your platform (check the FAQ if you are unsure which one to get)! We currently have releases for macOS, Windows, Linux (AppImage and DEB) and FreeBSD.

Using your OS's package manager

Alternatively, you can use the package manager of your OS to install Ferdium. Use one of the CLI commands below depending on your OS to install the latest binary release of Ferdium. Some package managers (like AUR) also allow you to build the source release yourself.

AUR (Arch Linux and derivatives)

yay -S ferdium-bin # or, to compile yourself yay -S ferdium

Flatpak

flatpak install flathub org.ferdium.Ferdium

Homebrew (macOS)

brew tap ferdium/ferdium # to install the latest stable release: brew install ferdium # or for beta pre-releases: brew install ferdium-beta # or for nightly pre-releases: brew install ferdium-nightly

Scoop (Windows)

scoop bucket add versions # to install the latest nightly pre-releases: scoop install ferdium-nightly

Chocolatey (Windows)

# to install the latest stable release: choco install ferdium # or for beta pre-releases: choco install ferdium --pre

Winget (Windows)

# to install the latest stable release: winget install ferdium # or for beta pre-releases: winget install ferdium-beta # or for nightly pre-releases: winget install ferdium-nightly

Snap (Ubuntu linux and derivatives)

# to install the latest stable release: snap install ferdium # or for beta pre-releases: snap install ferdium --beta # or for nightly pre-releases: snap install ferdium --edge # connect additional interfaces: snap connect ferdium:camera snap connect ferdium:audio-record