An open-source AGI app platform. Build the apps you need, shape the workspace around your life, and help useful work improve productivity for everyone.
Launch Möbius · Browse apps · Ask your agent · Contribute
Möbius is a self-hosted workspace where your agent builds apps beside the conversation. Describe what you need, inspect the result, and keep the app in the same place where you use it.
You do not need to know how Möbius apps are built. Start with a community app or tell your agent what would make your work easier. It can create the missing piece, adapt an existing app, and keep refining it from your feedback.
![]() |
![]() |
| Tandem: read generated stories in two languages at your chosen level. | Atlas: collect the places you have visited and save where you want to go next. |
Other apps can be as personal as the trip they support. Brazil 2026 keeps an itinerary, local phrases, weather, packing, and a journal together. News prepares a daily digest around the topics you care about.
Open a chat and describe the outcome you want in your own words. For example:
- “Build me a simple meal planner that remembers our favourite recipes.”
- “Add a weekly view and quicker task entry to my planner.”
- “Make the whole workspace calmer and easier to read on my phone.”
Your agent takes care of building it, opens a working version beside the conversation, and checks it as it works. You can react to what you see and keep asking for changes. The result can stay private to your Möbius or, when it could help others, be prepared for review as a community contribution.
Möbius runs as a progressive web app (PWA). Your apps, files, chat, memory, and settings stay together across a computer and phone.
The workspace can change with you. Themes reshape the shell, Memory keeps durable context available, and Reflection reviews completed work for improvements worth carrying forward.
![]() |
![]() |
| Memory: connect facts, decisions, preferences, and projects. | Themes: change the full workspace, not one isolated app. |
Möbius is an open-source AGI app platform that grows with the needs of its users. Anyone can build an app or platform change for their own work. When an idea helps beyond one person, Contribute gives it a path back to the community. Shared apps and platform improvements can raise productivity for everyone.
| Memory Personalize the platform with context worth keeping. |
|
| Reflection Turn repeated friction into the next improvement. |
|
| Contribute Share apps and platform changes that can help others. |
Build for a real need, make it yours, improve what gets in the way, then share what generalizes. Community review can turn that work into a building block that makes the whole ecosystem more capable.
Möbius deliberately supports coding agents that can work across a real repository. Today, that means OpenAI Codex and Claude Code. The owner chat agent can edit the frontend and backend, while git history and /recover keep those changes reversible.
No autonomous rewrite ships without a person in the loop. Agents can prepare changes, run tests, and explain their reasoning. People still decide what becomes part of the shared platform.
The App Store includes tools for notes, tasks, skills, memory, reflection, development, news, health, and learning. Each app is a public repository under the Möbius OS GitHub organization.
Install a community app from the catalog, then ask your agent to make it yours. Updates preserve the app's data and your local changes.
Möbius uses an agent account you already control. Connect one of these providers during setup:
- OpenAI Codex: sign in with a ChatGPT plan that includes Codex access. Usage limits depend on the plan.
- Claude Code: sign in with a supported Claude Code plan
Möbius uses provider sign-in, so the default setup does not require a separate API key. Reflection is its adaptive overnight meta-loop: it learns from recent work, anticipates likely needs, improves recurring workflows, and evolves its own operating model over time.
Möbius Launch creates a private deployment in a Railway account you control:
- Sign in to Möbius Launch
- Connect your Railway workspace
- Review the deployment and open your Möbius instance
Your chats, files, apps, credentials, and agent activity stay inside that deployment. Möbius Launch stores only the account and infrastructure data needed to create and manage it.
Use a Linux server with Docker, a domain name, and Codex or Claude Code access:
git clone https://github.com/mobius-os/mobius.git
cd mobius
cp .env.example .env
sed -i 's/^DOMAIN=.*/DOMAIN=mobius.example.com/' .env
docker compose up -dCaddy configures HTTPS. Open https://mobius.example.com and follow the setup wizard. Bookmark /recover before asking the agent to change the platform.
Update a self-hosted instance with:
git pull
docker compose up -d --buildData under /data survives rebuilds.
To connect a full web service such as Tandoor, point a sibling DNS name at the same server. For example, use services.mobius.example.com, then set it as MOBIUS_SERVICE_GATEWAY_ORIGIN in .env. Caddy serves integrations below /services/<slug>, so you do not need wildcard DNS or a new record for each service. See .env.example for setup and ARCHITECTURE.md for the trust boundaries.
Möbius grows through apps, platform changes, testing, and discussion. A local improvement can stay private or become a reviewed contribution through the Contribute app and GitHub.
If you want to work on the platform itself, read CONTRIBUTING.md for the development loop and ARCHITECTURE.md for the system map.






