Möbius OS

← All apps

Dreaming

A nightly agent reads what happened across your Möbius yesterday and writes a one-page morning report. Streak counter resets when you take a night off.

Reads offline Runs daily Reads other apps (read)
v1.1.0 by mobius-os MIT Source ↗ ★ 0 updated 2026-06-02

Install

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

https://raw.githubusercontent.com/mobius-os/app-dreaming/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": "dreaming",
  "name": "Dreaming",
  "version": "1.1.0",
  "description": "A nightly agent reads what happened across your Möbius yesterday and writes a one-page morning report. Streak counter resets when you take a night off.",
  "author": "mobius-os",
  "license": "MIT",
  "homepage": "https://github.com/mobius-os/app-dreaming",
  "entry": "index.jsx",
  "icon": "icon.png",
  "offline_capable": true,
  "permissions": {
    "cross_app_access": "read",
    "share_with_apps": "none"
  },
  "storage_seeds": {
    "system-prompt.md": "system-prompt.md",
    "topics.txt": "topics.txt",
    "schedule.json": {
      "hour": 6,
      "minute": 0,
      "timezone": null
    },
    "agent.json": {
      "provider": "claude",
      "model": "claude-opus-4-7"
    }
  },
  "schedule": {
    "default": "0 6 * * *",
    "user_configurable": true,
    "job": "fetch.sh"
  },
  "runtime": {
    "imports": [
      "react",
      "react-dom"
    ],
    "esm_deps": [
      "dompurify"
    ]
  }
}

Feedback

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