Harbor for Linux

August 4, 2026 · View on GitHub

Official Linux builds of Harbor, built from its upstream source tags by GitHub Actions.

Download beta · Download stable · Harbor upstream

x86_64 only. Choose the package that fits your distribution below. Every package download below follows the current beta release.

Beta is recommended. Harbor development currently moves through the beta channel; stable releases are less frequent and can lag behind the current beta version.

Install beta

Arch Linux

Install the recommended beta package from the AUR. Updates arrive through your usual AUR helper.

paru -S harbor-stremio-beta-bin

Replace paru with yay if that is your helper.


Ubuntu 24.04

Install the beta package repository for automatic updates.

curl -1sLf 'https://dl.cloudsmith.io/public/harborstremio/harbor-beta/setup.deb.sh' | sudo -E bash
sudo apt install harbor-beta

Download the latest .deb directly instead →


Fedora 44

Install the beta package repository for automatic updates.

curl -1sLf 'https://dl.cloudsmith.io/public/harborstremio/harbor-beta/setup.rpm.sh' | sudo -E bash
sudo dnf install harbor-beta

Download the latest .rpm directly instead →


Flatpak

Install Harbor Beta from FlatPark for automatic updates.

flatpak --user remote-add --if-not-exists flatpark https://dl.flatpark.org/flatpark.flatpakrepo
flatpak --user remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak --user install flatpark site.harbor.Harbor.Beta

FlatPark provides the current beta channel. Flathub support will follow when stable Harbor releases become the main focus again.

Prefer not to add FlatPark? Download the latest .flatpak bundle instead →

flatpak install --user ./Harbor_*.flatpak

AppImage (experimental)

Download the latest .AppImage →

chmod +x Harbor_*.AppImage
./Harbor_*.AppImage

For automatic updates, open the downloaded AppImage with Gear Lever and choose Integrate.

A portable x86_64 build using Tauri's experimental AppImage bundler, pending upstream PR #12491.

Verify a download

Each release includes a SHA-256 checksum file for the core package assets. Get SHA256SUMS from the current beta →

sha256sum -c SHA256SUMS-*.txt

Stable releases

Stable packages follow upstream Harbor release tags. They are published less frequently and may be behind the recommended beta channel.

paru -S harbor-stremio-bin

The stable and beta AUR packages conflict: they install the same Harbor application, so install one channel at a time.

How it works

Beta is the primary channel. Each beta release is built from an exact beta-branch commit and published once per Harbor version; later commits with the same version do not create another release. Stable releases follow upstream Harbor release tags and can be behind beta. Releases provide .deb, .rpm, Flatpak, and an experimental AppImage bundle. Flatpak and AppImage build separately, so either can fail without blocking the core packages or the AUR update.

These are official Harbor Linux builds. The workflow and exact upstream source ref for each build are visible in the Actions tab.

Package repository hosting

OSS hosting by Cloudsmith

Package repository hosting is graciously provided by Cloudsmith.