Start
Install
One line to install, one command to launch.
One line
The installer detects your platform and puts haider on your path:
curl -fsSL https://haidercode.ai/install | bash
Homebrew and npm work too:
brew install haidercode/tap/haider npm install -g @haidercode/haider
First run
haider --version haider
haider with no arguments launches the TUI in the current directory.
macOS: unsigned binary
The binary is not notarized. If Gatekeeper blocks the first launch, clear the quarantine attribute and run it again:
xattr -c "$(which haider)"
Updating
Run /update inside the TUI — it checks releases and installs the new binary in place.