Installation Methods
The Boottify CLI can be installed on macOS, Linux, and Windows. Choose the method that best fits your environment.
npm (Recommended)
Requires Node.js 18 or higher:
- Open your terminal.
- Run
npm install -g @boottify/cli - Verify with
boottify --version— you should see v0.4.0 or higher.
Homebrew (macOS)
- Run
brew install boottify/tap/cli - Verify with
boottify --version
curl (Linux)
- Run
curl -fsSL https://get.boottify.com | bash - The installer adds
boottifyto your PATH automatically.
Windows (PowerShell)
- Open PowerShell as Administrator.
- Run
iwr https://get.boottify.com/win | iex
Keeping the CLI Updated
Starting with v0.4.0, the CLI can update itself:
- Upgrade now:
boottify upgrade— downloads and installs the latest version. - Check only:
boottify upgrade --check— shows whether an update is available without installing.
Verify Your Installation
After installing, confirm everything is working:
- Run
boottify --versionto see the installed version. - Run
boottifywith no arguments to launch interactive mode, which provides a fuzzy-search prompt for all 20 commands.