Möbius OS

← All apps

Mind

What Möbius knows about you — an Obsidian-style graph of the agent's memory. Nodes are the notes and maps-of-content it grows and links as you use it; tap any node to read the markdown behind it. The graph fills in over time as Möbius learns.

v1.1.0 by mobius-os MIT Source ↗ ★ 0 updated 2026-06-03

Install

Open the App Store mini-app in your Möbius shell and paste:

https://raw.githubusercontent.com/mobius-os/app-mind/main/mobius.json

Möbius shows the requested permissions, then installs.

Runtime libraries

This app loads the following ES modules from esm.sh on first open:

Manifest

Show mobius.json
{
  "id": "mind",
  "name": "Mind",
  "version": "1.1.0",
  "description": "What Möbius knows about you — an Obsidian-style graph of the agent's memory. Nodes are the notes and maps-of-content it grows and links as you use it; tap any node to read the markdown behind it. The graph fills in over time as Möbius learns.",
  "author": "mobius-os",
  "license": "MIT",
  "homepage": "https://github.com/mobius-os/app-mind",
  "entry": "index.jsx",
  "icon": "icon.png",
  "offline_capable": false,
  "permissions": {
    "cross_app_access": "none",
    "share_with_apps": "none"
  },
  "runtime": {
    "imports": [
      "react",
      "react-dom"
    ],
    "esm_deps": [
      "react-force-graph-2d",
      "marked",
      "dompurify"
    ]
  }
}

Feedback

Something feel off, or want to suggest an iteration? Open an issue at app-mind/issues — the app's maintainer reads them.