Installation

How to install Horizons Navigator.

Install on Windows 10 or 11

To install Horizons Navigator on Windows 10 or 11, download the latest release from the Codeberg repository here. Find the HorizonInstaller.exe file and execute it as administrator in the command prompt, PowerShell or in the file explorer.

./HorizonInstaller.exe

Once the setup is complete, reload your shell of choice and run the application command.

HzNavigator

Building from source

Windows 10/11

Requirements

Setting up sources

Fetch the repository sources using git.

git pull https://codeberg.org/Daru-san/HzNavigator.git

Compilation

Open the HzNavigator.dpr file with Delphi and run build. Binaries will be built into the target/Win32/debug or target/Win32/release directories.

Linux

Compiling from source on Linux is currently unavailable.