docs/start/onboarding.md
The macOS app's first-run flow: pick where the Gateway runs, connect a verified AI backend, grant permissions, and hand off to the agent's own bootstrap ritual. For CLI onboarding and a comparison of both paths, see Onboarding Overview.
<Steps> <Step title="Approve macOS warning"> <Frame> </Frame> </Step> <Step title="Approve find local networks"> <Frame> </Frame> </Step> <Step title="Welcome and security notice"> <Frame caption="Read the security notice displayed and decide accordingly"> </Frame>Security trust model:
tools.profile: "coding" so fresh setups keep filesystem/runtime tools without the unrestricted full profile.Where does the Gateway run?
gateway.remote.token SecretRef values are preserved until you
replace them.token even for loopback binds, so local WS clients must authenticate.gateway.auth.mode: "none" lets any local process connect; use that only on fully trusted machines.If nothing is found (or nothing works), the manual key/token picker loads the Gateway's active text-inference provider plugins instead of using a fixed app list. The selected provider supplies its starter model and config; OpenClaw verifies the credential with the same live test before storing its auth profile. Next remains locked until one backend has passed, so the first agent chat cannot start without working inference. The Crestodian chat stays available from this page (and later under Settings → Crestodian) for help in plain language.
Configure Later skips this step. </Step> <Step title="Permissions">
<Frame caption="Choose what permissions do you want to give OpenClaw"> </Frame>Onboarding requests TCC permissions for: Automation (AppleScript), Notifications, Accessibility, Screen Recording, Microphone, Speech Recognition, Camera, and Location.
</Step> <Step title="Onboarding Chat (dedicated session)"> After setup, the app opens a separate agent onboarding chat so the agent can introduce itself and guide next steps without mixing that exchange into the normal conversation history. This follows the Crestodian setup conversation; it does not replace it. See [Bootstrapping](/start/bootstrapping) for what happens on the gateway host during the agent's first real turn. </Step> </Steps>