-
Notifications
You must be signed in to change notification settings - Fork 0
install
Omni Skills is distributed as a standalone native binary and as an npm package. The native binaries do not require Node.js.
brew tap moatazhamada/tap
brew install omni-skillsA 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.
winget install omni-skillsThis 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 install -g ai-omni-skillsEvery release is published with npm provenance — verifiably linked to a GitHub commit and GitHub Actions workflow.
Download the binary for your platform from the
releases page and
place it in your PATH.