Skip to content

Instantly share code, notes, and snippets.

@brandonsheppard
Created February 3, 2026 05:33
Show Gist options
  • Select an option

  • Save brandonsheppard/fd163e7ba520c37a738dc89fde9a1a97 to your computer and use it in GitHub Desktop.

Select an option

Save brandonsheppard/fd163e7ba520c37a738dc89fde9a1a97 to your computer and use it in GitHub Desktop.
One command to setup openclaw on a new mac
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && brew update && brew install node && curl -fsSL https://openclaw.ai/install.sh | bash && openclaw onboard --install-daemon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment