Ordo v0.5.1
0.5.1 - 2026-07-05
Features
- cli: Add ordo replay — replay recorded decisions against a rule change (#147)
(57d8efb) - server: Opt-in IO capture for replay (--capture-io-path) (#148)
(bba8e5e) - studio: Execution analytics view (#150)
(14a0e9a) - Execution analytics pipeline — engine reports stats, platform stores + serves (#149)
(7e309bc)
Installation
Download the appropriate binary for your platform below.
Linux (x86_64)
curl -LO https://github.com/Ordo-Engine/Ordo/releases/download/v0.5.1/ordo-x86_64-unknown-linux-gnu.tar.gz
tar -xzf ordo-x86_64-unknown-linux-gnu.tar.gz
chmod +x ordo-server
./ordo-servermacOS (Apple Silicon)
curl -LO https://github.com/Ordo-Engine/Ordo/releases/download/v0.5.1/ordo-aarch64-apple-darwin.tar.gz
tar -xzf ordo-aarch64-apple-darwin.tar.gz
chmod +x ordo-server
./ordo-servermacOS (Intel)
curl -LO https://github.com/Ordo-Engine/Ordo/releases/download/v0.5.1/ordo-x86_64-apple-darwin.tar.gz
tar -xzf ordo-x86_64-apple-darwin.tar.gz
chmod +x ordo-server
./ordo-serverWindows
Download ordo-x86_64-pc-windows-msvc.zip and extract.