macOS: 26.3.1
openboot: v0.37.0
The one line install doesn't work on a clean OS install. There are a couple of issues.
test@tests-MacBook-Pro ~ % curl -fsSL https://openboot.dev/install.sh | bash
OpenBoot Installer
==================
Detected: darwin/arm64
⚠️ ACTION REQUIRED
Xcode Command Line Tools need to be installed.
A dialog will appear - please click 'Install' and enter your password.
But the dialog doesn't open. After running xcode-select --install and trying again.
test@tests-MacBook-Pro ~ % curl -fsSL https://openboot.dev/install.sh | bash
OpenBoot Installer
==================
Detected: darwin/arm64
Installing Homebrew...
Warning: Running in non-interactive mode because `stdin` is not a TTY.
==> Checking for `sudo` access (which may request your password)...
Need sudo access on macOS (e.g. the user test needs to be an Administrator)!
No way to enter password, script terminates. After manually installing homebrew things continue fine.