INSTALL
GET ORI-TERM ALPHA
Alpha pre-release. Native compiled binary. No runtime dependencies. Download and run.
Latest: v0.2.0-alpha.20260501
// INSTALL ALPHA
Detects your platform and installs to ~/.local/bin. See installation docs for all options.
// DOWNLOAD v0.2.0-alpha.20260501
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
// QUICK INSTALL (LINUX / MACOS)
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 // BUILD FROM SOURCE
The Cargo workspace lives in term_repo/. The toolchain version is pinned in rust-toolchain.toml — rustup 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.