Installation

OMM is available as a native desktop app (macOS, Linux, Windows) and as a CLI tool. The desktop app includes the CLI automatically.

Desktop App

Download the latest release for your platform:

PlatformFormatRequirements
macOS.dmg / .appApple Silicon (M1+) or Intel, macOS 13+
Linux.AppImage / .debglibc 2.31+, GPU drivers optional
Windows.msi / .exeWindows 10+, CUDA toolkit optional

CLI Only

Terminal
bash
# Install via curl
curl -fsSL https://poly.inc/omm.sh | bash
# Or with cargo
cargo install omm
# Verify
omm --version

GPU Support

GPU acceleration is auto-detected at runtime. For best results:

GPUBackendInstall
NVIDIACUDACUDA Toolkit 12+ or bundled driver
Apple SiliconMetalBuilt-in, no extra install
AMDVulkan / ROCmROCm 5.7+ or latest Vulkan driver
IntelVulkanLatest Vulkan runtime
PreviousAboutNextQuick Start