How to install jundot/omlx. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
jundot/omlx Installation Guide
How to install jundot/omlx. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for jundot/omlx. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i jundot/omlxor
Install via npx
npx @hexmos/ipm i jundot/omlxPrerequisites
macOS
systemVersion: 15.0+
Python
languageVersion: 3.10+
Apple Silicon
hardwareManual Installation Methods
Manual installation instructions. How to install from GitHub source.
macOS App
curl -Lo omlx.dmg https://github.com/jundot/omlx/releases/download/v0.3.8/oMLX-0.3.8-macos15-sequoia.dmg
hdiutil attach omlx.dmg
sudo cp -R /Volumes/oMLX/oMLX.app /Applications
hdiutil detach /Volumes/oMLX
rm omlx.dmgHomebrew
brew tap jundot/omlx https://github.com/jundot/omlx
brew install omlx
brew services start omlx
/opt/homebrew/opt/omlx/libexec/bin/pip install mcpFrom Source
git clone https://github.com/jundot/omlx.git
cd omlx
pip install -e .
pip install -e .[mcp]Post Installation Steps
- Launch oMLX from your Applications folder (macOS App).
- Follow the Welcome screen prompts for initial setup (model directory, server start, first model download).
- For CLI usage, run 'omlx serve --model-dir ~/models'.
- For Homebrew service, check status with 'brew services info omlx'.
