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.
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.
News
daily digestAI-curated morning news across the categories and sources you choose.
Visited
travel logTap a draggable 3D globe to mark every country you've visited.
Activity
activity logType what you did in plain language; it parses, categorizes, and charts your PRs and trends.
LaTeX
editorDescribe documents in prose; an agent writes the .tex while you preview.
Dreaming
nightlyEvery night an agent reviews your day and writes a morning briefing.
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.