Skip to content

install

Moataz Mohamed edited this page Jun 24, 2026 · 1 revision

Installation

Omni Skills is distributed as a standalone native binary and as an npm package. The native binaries do not require Node.js.

macOS / Linux — Homebrew (recommended)

brew tap moatazhamada/tap
brew install omni-skills

Why do I need brew tap first?

A tap is just an extra Git repository that Homebrew checks for formulas, in addition to the main homebrew/core index. brew install omni-skills only works out of the box for packages that have been accepted into homebrew/core, which has strict notability and build-from-source requirements.

Until Omni Skills reaches that threshold, the tap is the standard way to distribute pre-built GitHub Release binaries. Running brew tap moatazhamada/tap once tells Homebrew where to find the formula; after that, brew install omni-skills and brew upgrade omni-skills work normally.

If you find Omni Skills useful, please consider starring the repo — it helps us reach the Homebrew core inclusion criteria sooner.

Windows — Winget

winget install omni-skills

This requires the Winget manifest to be merged into microsoft/winget-pkgs. If it is not yet available, download omni-skills-windows-x64.exe directly from the GitHub Releases page and place it in your PATH.

npm

npm install -g ai-omni-skills

Every release is published with npm provenance — verifiably linked to a GitHub commit and GitHub Actions workflow.

GitHub Releases

Download the binary for your platform from the releases page and place it in your PATH.


Documentation index

Clone this wiki locally