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.
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:
react-force-graph-2dmarkeddompurify
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.