Omni Skills v1.4.0 is out — native binaries, Homebrew, Winget, and a skill compiler #2
moatazhamada
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
🎉 Omni Skills v1.4.0 is live
This is a major release. Omni Skills is now available as a standalone native binary on macOS, Linux, and Windows — no Node.js installation required.
What's new
🖥 Native binaries
Every release now ships standalone executables:
omni-skills-mac-arm64omni-skills-mac-x64omni-skills-linux-x64omni-skills-windows-x64.exeDownload them from the v1.4.0 release.
🍺 Homebrew
macOS and Linux users can install with:
🪟 Winget
A Winget manifest has been submitted to microsoft/winget-pkgs. Once merged, Windows users can run:
winget install omni-skills🔧 Skill compiler pipeline
SKILL.mdfiles are now compiled on the fly into each tool's native format:🛡 Execution boundaries
Restrict file writing, network access, shell execution, and require user confirmation per tool via YAML frontmatter.
Other improvements
fileswhitelist.docs/.Install today
npm install -g ai-omni-skillsbrew tap moatazhamada/tap && brew install omni-skillswinget install omni-skills(after PR merge)If you find Omni Skills useful, please consider starring the repo — it helps us reach the criteria for inclusion in
homebrew/coreso thebrew tapstep can eventually disappear.Feedback and questions welcome!
Beta Was this translation helpful? Give feedback.
All reactions