Install Builder EXtension — author installer packages and put tools on PATH.
Explore the docs »
Report Bug
·
Request Feature
Ibex (Install Builder EXtension) extends file managers, DevCentr, and CI with installer-authoring and Install in-place (add to PATH). It is not a software catalog installer (it does not replace winget/apt).
scoop bucket add dev-centr https://github.com/dev-centr/homebrew-tap
scoop install ibexPrefer the release asset if registries are still catching up:
# Download ibex-* from https://github.com/dev-centr/easy-installer/releases
# Put ibex on PATH, then:
ibex shell installTransitional: easy-installer-* assets are still attached to v0.2.x releases.
dub build --build=releaseDUB is not an end-user install channel.
# Add this folder to user PATH (no copy)
ibex inplace-path add .
# Scaffold an installer project
ibex new-project . --plugin=portable-zip
# Build with the selected plugin
ibex build .
# Or emit CI workflows only
ibex emit-ci . --runner=github-actions| Id | Role |
|---|---|
portable-zip |
Always-available zip package |
nsis / inno |
Script + compiler when installed |
msi / msix |
Via msi-generator |
appimage |
Linux AppImage path |
See LICENSE.
DevCentr.org — support@devcentr.org