Möbius OS

← All apps

Habits

Track daily habits with streaks, a strength score, a calendar heatmap, and per-habit reminders.

Works offline Runs daily
v1.0.8 by mobius-os MIT Source ↗ ★ 0 updated 2026-07-16

Install

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

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

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

Manifest

Show mobius.json
{
  "id": "habits",
  "name": "Habits",
  "version": "1.0.8",
  "description": "Track daily habits with streaks, a strength score, a calendar heatmap, and per-habit reminders.",
  "author": "mobius-os",
  "license": "MIT",
  "homepage": "https://github.com/mobius-os/app-habits",
  "entry": "index.jsx",
  "source_files": [
    "domain.js",
    "storage.js",
    "theme.js",
    "constants.js",
    "ui/Chrome.jsx",
    "ui/Today.jsx",
    "ui/AllHabits.jsx",
    "ui/Detail.jsx",
    "ui/HabitForm.jsx",
    "ui/Charts.jsx",
    "ui/Heatmap.jsx"
  ],
  "icon": "icon.png",
  "offline_capable": true,
  "permissions": {
    "cross_app_access": "none",
    "share_with_apps": "none"
  },
  "runtime": {
    "imports": [
      "react",
      "recharts"
    ],
    "esm_deps": []
  },
  "offline": {
    "reads": true,
    "writes": "queued",
    "execution": "full"
  },
  "schedule": {
    "default": "* * * * *",
    "job": "remind.sh"
  },
  "embeds_agent": false
}

Feedback

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