Installation
Download
ori-term ships as a single native binary. No runtime dependencies required -- just download and run.
Windows
Download the latest .exe from the releases page and place it in your PATH. Requires Windows 10 or later with a GPU that supports Vulkan or DX12.
Linux
Download the latest binary from the releases page:
curl -LO https://github.com/upstat-io/ori_term/releases/latest/download/ori-term-linux-x86_64
chmod +x ori-term-linux-x86_64
sudo mv ori-term-linux-x86_64 /usr/local/bin/ori-term Requires a GPU with Vulkan support. Works on most modern Linux distributions out of the box.
macOS
Download the latest .dmg from the releases page. Drag ori-term to your Applications folder. Works on any Mac from 2012 or later.
Build from Source
If you prefer to build from source, you need Rust 1.80+:
git clone https://github.com/upstat-io/ori_term.git
cd ori-term
cargo build --release The binary will be at target/release/ori-term.
Verify Installation
ori-term --version You should see the version number and build information. Launch with ori-term or see the Quick Start guide.