logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/omlx
or

Install via npx

npx @hexmos/ipm i jundot/omlx

Prerequisites

macOS

system

Version: 15.0+

Python

language

Version: 3.10+

Apple Silicon

hardware

Manual 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.dmg

Homebrew

brew tap jundot/omlx https://github.com/jundot/omlx

brew install omlx

brew services start omlx

/opt/homebrew/opt/omlx/libexec/bin/pip install mcp

From 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'.