Skip to content

Ordo v0.5.2

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Jul 11:30
6defef8

0.5.2 - 2026-07-06

Bug Fixes

  • studio: Analytics page scroll + full-period x-axis (#153)
    (f387485)

CI/CD

Features

  • analytics: Configurable reporting interval + finer chart granularity (#154)
    (624ca8b)

Installation

Download the appropriate binary for your platform below.

Linux (x86_64)

curl -LO https://github.com/Ordo-Engine/Ordo/releases/download/v0.5.2/ordo-x86_64-unknown-linux-gnu.tar.gz
tar -xzf ordo-x86_64-unknown-linux-gnu.tar.gz
chmod +x ordo-server
./ordo-server

macOS (Apple Silicon)

curl -LO https://github.com/Ordo-Engine/Ordo/releases/download/v0.5.2/ordo-aarch64-apple-darwin.tar.gz
tar -xzf ordo-aarch64-apple-darwin.tar.gz
chmod +x ordo-server
./ordo-server

macOS (Intel)

curl -LO https://github.com/Ordo-Engine/Ordo/releases/download/v0.5.2/ordo-x86_64-apple-darwin.tar.gz
tar -xzf ordo-x86_64-apple-darwin.tar.gz
chmod +x ordo-server
./ordo-server

Windows

Download ordo-x86_64-pc-windows-msvc.zip and extract.