Möbius OS

← All apps

Atlas

Spin the globe, tap the countries you've visited, and watch your map fill in.

Works offline
v1.9.12 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-atlas/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:

Manifest

Show mobius.json
{
  "id": "atlas",
  "name": "Atlas",
  "version": "1.9.12",
  "description": "Spin the globe, tap the countries you've visited, and watch your map fill in.",
  "author": "mobius-os",
  "license": "MIT",
  "homepage": "https://github.com/mobius-os/app-atlas",
  "entry": "index.jsx",
  "icon": "icon.png",
  "theme_color": "#101820",
  "background_color": "#101820",
  "offline_capable": true,
  "permissions": {
    "cross_app_access": "none",
    "share_with_apps": "none"
  },
  "storage_seeds": {
    "visited.json": [],
    "wishlist.json": [],
    "countries.geo.json": "countries.geo.json"
  },
  "offline": {
    "reads": true,
    "writes": "queued",
    "execution": "full",
    "precache": [
      "countries.geo.json"
    ]
  },
  "runtime": {
    "imports": [
      "react",
      "react-dom"
    ],
    "esm_deps": [
      "d3-geo"
    ]
  },
  "source_files": [
    "constants.js",
    "theme.js",
    "domain.js",
    "storage.js",
    "ui/Globe.jsx",
    "ui/BottomSheet.jsx",
    "ui/SyncPill.jsx"
  ]
}

Feedback

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