새 Mac에 OpenClaw 설치하기
시스템 기본 구성을 마친 뒤 Node와 GitHub를 설정하고 OpenClaw onboarding을 완료합니다.
xcode-select --install/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofileeval "$(/opt/homebrew/bin/brew shellenv)"brew install fnmecho 'eval "$(fnm env --use-on-cd --shell zsh)"' >> ~/.zshrcsource ~/.zshrcfnm install --ltsfnm default lts-latestcorepack enablecorepack prepare pnpm@latest --activatessh-keygen -t ed25519 -C "your_email@example.com"pbcopy < ~/.ssh/id_ed25519.pubssh -T git@github.compnpm add -g @openai/codexpnpm add -g @google/gemini-clipnpm add -g openclaw@latestpnpm approve-builds -gopenclaw onboard --install-daemon검증:
node -v && pnpm -v && openclaw --version게시일: 2026년 3월 3일 · 수정일: 2026년 3월 3일