News
Daily AI-curated news digest. Edit the editorial brief and model from inside the app; runs each morning at 10:00 UTC.
Reads offline
Runs daily
Install
Open the App Store mini-app in your Möbius shell and paste:
https://raw.githubusercontent.com/mobius-os/app-news/main/mobius.json
Möbius shows the requested permissions and the cron schedule, then installs.
Manifest
Show mobius.json
{
"id": "news",
"name": "News",
"version": "1.7.0",
"description": "Daily AI-curated news digest. Edit the editorial brief and model from inside the app; runs each morning at 10:00 UTC.",
"offline_capable": true,
"author": "mobius-os",
"license": "MIT",
"homepage": "https://github.com/mobius-os/app-news",
"icon": "icon.png",
"entry": "index.jsx",
"permissions": {
"cross_app_access": "none",
"share_with_apps": "none"
},
"storage_seeds": {
"system-prompt.md": "system-prompt.md",
"topics.txt": "topics.txt",
"schedule.json": {
"hour": 10,
"minute": 0
}
},
"schedule": {
"default": "0 10 * * *",
"user_configurable": false,
"job": "fetch.sh"
},
"runtime": {
"imports": [
"react",
"react-dom"
],
"esm_deps": []
}
}
Feedback
Something feel off, or want to suggest an iteration? Open an issue at app-news/issues — the app's maintainer reads them.