$ curl -fsSL https://oriterm.com/install.sh | sh COPY

Detects your platform and installs to ~/.local/bin. See installation docs for all options.

Alpha pre-release builds from GitHub Releases. Updated at build time.

WINDOWS

Extract the .zip and run oriterm.exe. Requires Windows 10 or later with a modern GPU.

LINUX

Extract the .tar.gz and place in your PATH. Requires a modern GPU. Works on X11 and Wayland.

MACOS

Extract the .tar.gz for Apple Silicon. Runs on any Mac from 2012 or later.

All releases, changelogs, and checksums: upstat-io/ori-term/releases

Detects your platform, downloads the latest release, and installs to ~/.local/bin:

curl -fsSL https://oriterm.com/install.sh | sh

Or with wget:

wget -qO- https://oriterm.com/install.sh | sh

The Cargo workspace lives in term_repo/. The toolchain version is pinned in rust-toolchain.tomlrustup picks it up automatically.

git clone https://github.com/upstat-io/ori-term.git
cd ori-term/term_repo
cargo build --release

The binary will be at target/release/oriterm (or oriterm.exe on Windows).

See installation docs for platform-specific build dependencies and the Windows cross-compile flow.