Möbius OS

The agent is the kernel.

Möbius OS is a self-hosted PWA where the agent is the kernel. Mini-apps you can install, customize, and rebuild — all driven by a single chat surface with a state-of-the-art coding agent.

Install Möbius Read the spec

What's an app?

A Möbius app is a git repo with a mobius.json manifest and a single-file JSX entry point. The runtime handles install, storage, cron, and updates. Apps run inside the shell with React + a curated importmap; the agent edits them in place when you ask. See the manifest specification for the full contract.

Curated apps

Five hand-picked apps to start from. Install any of them with one tap from the App Store mini-app inside Möbius.

Browse the full catalog →

Build your own

Any public repo with a valid mobius.json is installable via paste-a-URL — apps don't have to live in this catalog to be shared with other Möbius owners. The manifest URL is the install link. The build spec covers the manifest schema, the storage API, the cron contract, and the theme tokens.