Skip to content

Guide: Installation

The artifacts are available on the release page

  1. Download latest release via:

    Terminal window
    VERSION=v0.5.3 &&
    curl -Ls "https://github.com/ochi-team/ochi/releases/download/${VERSION}/Ochi-${VERSION}-linux-x86_64.tar.gz" | tar -xz
  2. Start Ochi on port 9014:

    ./ochi
  • install zig 0.16.0
  • compile with zig build -Doptimize=ReleaseSafe -Drelease=true

We provide a Dockerfile you can find in a repository, so cloning it one can run:

Terminal window
docker build -t ochi:latest .

Hit us in Discord or Github if you need to pull a pre-built image!