Homebrew formulae for Omnigent.
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/omnigentTo pick up new upstream commits later:
brew upgrade --fetch-HEAD omnigentCloning the private source repository uses your existing git credentials
(gh auth setup-git configures them if needed).
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>/brew help, man brew or check Homebrew's documentation.