-
Notifications
You must be signed in to change notification settings - Fork 0
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.
- Go to the latest release page.
- Download Olympus_VERSION_x64-setup.exe from the Assets list.
- Double click the installer in your downloads folder to run it.
- Follow the instructions in the installation wizard to complete installation.
- Once installation is complete, you can run Olympus from the applications list of your start menu.
Supports Debian-based Linux systems.
- Go to the latest release page.
- Download Olympus_VERSION_amd64.deb from the Assets list.
- 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
- Once installation is complete, you can run Olympus with the
olympuscommand.
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:latestWhen running the docker image, make sure to publish exposed ports.
docker run -P ghcr.io/barulicm/olympus