Omnigent Homebrew Tap

June 11, 2026 ยท View on GitHub

Homebrew formulae for Omnigent.

Formulae

omnigents

Installs the Omnigent CLI (omnigent and its omni alias) into a self-contained virtualenv built with Homebrew's Python, plus shell completions for bash, zsh, and fish. No uv or pre-existing Python setup required.

The upstream repository has no tagged releases yet, so the formula is HEAD-only and builds from the latest main:

brew install --HEAD omnigent-ai/tap/omnigent

To pick up new upstream commits later:

brew upgrade --fetch-HEAD omnigent

Cloning the private source repository uses your existing git credentials (gh auth setup-git configures them if needed).

Building behind a registry mirror

The build downloads Python packages from PyPI and (for the bundled web UI) npm packages from the npm registry. Homebrew builds run with a scrubbed HOME, so ~/.pip/pip.conf and ~/.npmrc are not visible to them. If your network requires registry mirrors, export them before installing:

export HOMEBREW_PIP_INDEX_URL=https://<your-pypi-mirror>/simple
export HOMEBREW_NPM_REGISTRY=https://<your-npm-mirror>/

Documentation

brew help, man brew or check Homebrew's documentation.