Skip to Content
Installation

Installation

The Studio dashboard is embedded in the galene binary, so a single binary is all you need.

Install script (macOS and Linux)

Downloads a prebuilt galene binary for your platform and installs it to ~/.local/bin. No toolchain or compilation required.

curl -fsSL https://raw.githubusercontent.com/ariessa/galene/main/install.sh | sh

Make sure ~/.local/bin is on your PATH, then run galene start.

On Windows, run Galene inside WSL2  and use the Linux install script above from your WSL2 shell.

Build from source

Requires Rust  and pnpm . The Studio dashboard is built first and embedded into the binary.

git clone https://github.com/ariessa/galene cd galene make release # builds Studio, then the optimized binary at target/release/galene

Verify

galene --help

You should see the start, replay, studio, and graph commands. Continue to the Quickstart.

Last updated on