MachinaOS
System Initialization

Activation Protocol

A practical preliminary onboarding flow to move from zero setup to your first approved, traceable intent execution.

This is an early activation protocol preview, not the final production onboarding sequence.

01

Initialize Core Runtime

Start the local orchestration runtime that handles planning, policy, and execution dispatch.

curl -sL get.machina.os | bash
02

Map Workspace Context

Register your repository so MachinaOS can resolve file paths, tool availability, and process context before planning.

machina workspace connect --path ./project-x
03

Sync Operator Identity

Apply your policy profile for approval gates, execution limits, and logging requirements.

machina profile apply --name local-safe-default

Complete sync

When setup is done, run your first goal and review plan preview, approvals, tool outputs, and timeline.

machina run "Prepare my development environment for Project X"