Möbius OS

Spec

The contract between a Möbius app and the Möbius runtime. Versioned; currently v1.0.

Documents

Validating your manifest

npx ajv-cli validate \
  -s https://mobius-os.github.io/spec/mobius.schema.json \
  -d mobius.json

Stability

v1 fields are stable. New optional fields land as minor bumps; breaking changes get a major bump and a migration note in this spec hub. The future fields section of the manifest doc lists what's reserved but not yet implemented.