01
Initialize Core Runtime
Start the local orchestration runtime that handles planning, policy, and execution dispatch.
curl -sL get.machina.os | bash
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.
Start the local orchestration runtime that handles planning, policy, and execution dispatch.
curl -sL get.machina.os | bash
Register your repository so MachinaOS can resolve file paths, tool availability, and process context before planning.
machina workspace connect --path ./project-x
Apply your policy profile for approval gates, execution limits, and logging requirements.
machina profile apply --name local-safe-default
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"