x07-bundle
Installation
SKILL.md
x07-bundle
Use x07 bundle to produce a native executable that can be run directly on the target machine without the X07 toolchain installed at runtime.
x07 bundle runs the canonical auto-repair loop by default (--repair=...), so it can format/lint/apply quickfixes before compiling. Use --repair=off when debugging.
Canonical commands
-
Bundle an OS-world CLI executable:
x07 bundle --project x07.json --profile os --out dist/app- run it:
./dist/app --help - if bundling fails with
fuel exhausted, override:x07 bundle --project x07.json --profile os --solve-fuel 500000000 --out dist/app
-
Bundle a policy-enforced OS-world executable:
x07 bundle --project x07.json --profile sandbox --out dist/app- requires a base policy (via
profiles.sandbox.policyor--policy)
Runtime ABI
Related skills