Skip to content

Download

Get HarborClient v2.5.4 for macOS, Windows, or Linux. Your collections stay on your machine, no account required. See all releases on GitHub for older versions.

Windows

Install on Windows

  1. Download harborclient-2.5.4.exe using the button above.
  2. Run the installer and follow the prompts. You can accept the default install location or choose another folder.
  3. Launch HarborClient from the Start menu.

If Windows SmartScreen shows a warning because the app is from an unknown publisher, choose More info, then Run anyway to continue.

macOS

Install on macOS

Choose the correct disk image for your Mac:

  • Apple Silicon (M1, M2, M3, and later) — harborclient-2.5.4-arm64.dmg
  • Intelharborclient-2.5.4-x64.dmg

To install:

  1. Open the downloaded .dmg file.
  2. Drag HarborClient into the Applications folder.
  3. Eject the disk image when finished.

Launch HarborClient from Applications. If macOS blocks the app on first open, right-click the app, choose Open, and confirm — you only need to do this once.

Linux

Debian/Ubuntu

.deb package (recommended for Debian/Ubuntu)

Using the GUI: Open the downloaded .deb file with Software Install (or your distribution’s package installer) and follow the prompts.

Using the terminal:

sudo dpkg -i harborclient-2.5.4.deb

If the installer reports missing dependencies, run:

sudo apt-get install -f

Launch HarborClient from your application menu.

Linux

Install RPM package

For Fedora, RHEL 8+, Rocky Linux, AlmaLinux, and other Red Hat-based distributions.

  1. Download harborclient-2.5.4.x86_64.rpm using the button above.
  2. Install with dnf (recommended):
sudo dnf install ./harborclient-2.5.4.x86_64.rpm

Or install directly with rpm:

sudo rpm -i harborclient-2.5.4.x86_64.rpm

Launch HarborClient from your application menu.

Linux

Install AppImage

Portable install — no system package required.

  1. Download harborclient-2.5.4.AppImage using the button above.
  2. Make it executable:
chmod +x harborclient-2.5.4.AppImage

Run it directly:

./harborclient-2.5.4.AppImage