Möbius OS

← All apps

Notes

Markdown notes that render as you type — pin, color, search, inline images & files. Works offline; git-tracked; conflicts auto-merge or get an agent.

Works offline Runs daily
v1.0.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-notes/main/mobius.json

Möbius shows the requested permissions and the cron schedule, then installs.

Runtime libraries

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

Manifest

Show mobius.json
{
  "id": "notes",
  "name": "Notes",
  "version": "1.0.0",
  "description": "Markdown notes that render as you type — pin, color, search, inline images & files. Works offline; git-tracked; conflicts auto-merge or get an agent.",
  "author": "mobius-os",
  "license": "MIT",
  "homepage": "https://github.com/mobius-os/app-notes",
  "entry": "index.jsx",
  "icon": "icon.png",
  "offline_capable": true,
  "permissions": {
    "cross_app_access": "none",
    "share_with_apps": "none"
  },
  "runtime": {
    "imports": [
      "react",
      "react-dom",
      "codemirror",
      "katex"
    ],
    "esm_deps": [
      "marked",
      "dompurify"
    ]
  },
  "storage_seeds": {
    "notes-meta.json": {
      "app": "notes",
      "data_type": "notes",
      "format": "markdown+frontmatter",
      "dir": "notes/",
      "index": "index.json",
      "attachments": "attachments/"
    }
  },
  "schedule": {
    "default": "*/10 * * * *",
    "user_configurable": false,
    "job": "tick.sh"
  }
}

Feedback

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