INSTALL
GET ORI-TERM
Native compiled binary. No runtime dependencies. Download and run.
// INSTALL
Native binary. No runtime dependencies. See installation docs for all platforms.
// PLATFORMS
WINDOWS
Download the .exe from the releases page. Requires a GPU with Vulkan or DX12 support. Supports Aero Snap, Mica/Acrylic transparency, ConPTY, and DirectWrite font rendering.
LINUX
Download the binary and place it in your PATH. Requires Vulkan GPU support and fontconfig. Works on both X11 and Wayland.
MACOS
Download the .dmg and drag to Applications. Requires Metal support (any Mac from 2012+). Native CoreText font rendering and vibrancy transparency.
// 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 See installation docs for platform-specific build dependencies.