Landing page for Moltis, inspired by OpenClaw.
- Cloud deploy section: https://moltis.org/#cloud-deploy
The website publishes machine-readable install/discovery files under /.well-known/:
/.well-known/moltis-install.json(stable root manifest)/.well-known/moltis-install/channels/stable.json(moving channel pointer)/.well-known/moltis-install/releases/<version>.json(immutable per-release manifest)
Update channel/release manifests at release time with:
npm run install-manifest:update -- --version 0.9.11 --checksums-file /path/to/release-checksums.txt