Ibex
Ibex (Install Builder EXtension) is a CLI (and DevCentr / file-manager surface) for two jobs OS shells leave unfinished:
-
Install in-place (add to PATH) — put a folder on the user PATH so binaries inside it run without a full package install.
-
Installer projects — scaffold
installer.kdl, pick a backend plugin, and build artifacts (portable zip, NSIS, Inno, MSI/MSIX via msi-generator, AppImage stubs).
It is not a software catalog installer (it does not replace winget, apt, or Homebrew for installing third-party apps).
Get the binary
-
winget:
winget install DevCentr.Ibex -
Homebrew:
brew tap dev-centr/tap && brew install ibex -
Releases: GitHub Releases
-
After install:
ibex shell installfor file-manager menus
Commands (quick)
ibex inplace-path add .
ibex new-project . --plugin=portable-zip
ibex build .
ibex emit-ci . --runner=github-actions
ibex plugins list
ibex plugins install-gui inno
Related
-
Engine for MSI/MSIX plugins: MSI/MSIX Generator
-
Portal overview: Ibex (portal)
-
Upstream packaging roadmap: Native installer builder roadmap