x07-os-run

Installation
SKILL.md

x07-os-run

Prefer x07 run --profile os / x07 run --profile sandbox for normal execution. x07-os-runner is an internal component behind the x07 facade; its CLI is not part of the supported end-user surface.

Use this skill when you need real OS I/O (fs/net/process/time) via run-os or policy-enforced execution via run-os-sandboxed.

Canonical commands (recommended: x07 run)

  • Run the current project (unsandboxed):

    • x07 run
    • x07 run --profile os
  • Run a project explicitly (unsandboxed):

    • x07 run --project x07.json --profile os
  • Run sandboxed (requires an explicit policy):

    • x07 run --project x07.json --profile sandbox --policy run-os-policy.json
Installs
10
First Seen
Mar 14, 2026
x07-os-run — x07lang/x07-website