With HomeBrew Installed run:
brew install builderio/dev-tools/dev-toolsAt the commmand line use builderio in place of npx "@builder.io/devtools@latest". Documentation on the CLI can be found here.
builderio code
builderio auth
builderio auth status
builderio launchbrew help, man brew or check Homebrew's documentation.
You can also install by running brew tap builderio/builderio and then brew install dev-tools.
Or, in a brew bundle Brewfile:
tap "builderio/dev-tools"
brew "<formula>"