Guide: Installation
Download pre-built binaries
Section titled “Download pre-built binaries”The artifacts are available on the release page
-
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 -
Start Ochi on port 9014:
./ochi
Build from source
Section titled “Build from source”- install zig 0.16.0
- compile with
zig build -Doptimize=ReleaseSafe -Drelease=true
Build docker image
Section titled “Build docker image”We provide a Dockerfile you can find in a repository, so cloning it one can run:
docker build -t ochi:latest .Hit us in Discord or Github if you need to pull a pre-built image!