Skip to content

Installation

Matthew Barulic edited this page Jun 4, 2026 · 4 revisions

Olympus can be installed in a variety of ways and supports multiple operating system.

Windows Installer

  1. Go to the latest release page.
  2. Download Olympus_VERSION_x64-setup.exe from the Assets list.
  3. Double click the installer in your downloads folder to run it.
  4. Follow the instructions in the installation wizard to complete installation.
  5. Once installation is complete, you can run Olympus from the applications list of your start menu.

Linux Installer

Supports Debian-based Linux systems.

  1. Go to the latest release page.
  2. Download Olympus_VERSION_amd64.deb from the Assets list.
  3. Install the Debian package, replacing VERSION in the command below with the version number of your downloaded installer.
    sudo dpkg -i ./Olympus_VERSION_amd64.deb
  4. Once installation is complete, you can run Olympus with the olympus command.

Docker

Supports most operating systems, but only recommended for users already familiar with running Docker containers.

The Olympus docker image is available at https://github.com/barulicm/olympus/pkgs/container/olympus.

You can pull the latest image with this command:

docker pull ghcr.io/barulicm/olympus:latest

When running the docker image, make sure to publish exposed ports.

docker run -P ghcr.io/barulicm/olympus

Clone this wiki locally