{
  "app": "Phantasia",
  "version": "2.0.0-alpha.1",
  "updated": "2026-08-04",
  "note": "Desktop native builds. Web app remains at / for all browsers.",
  "platforms": [
    {
      "id": "windows",
      "label": "Windows",
      "arch": "x64",
      "file": "phantasia-windows-x64.zip",
      "url": "/downloads/phantasia-windows-x64.zip",
      "size_hint": "~24 MB",
      "status": "ready",
      "how": "Unzip → run phantasia.exe (keep the data/ folder beside the exe)."
    },
    {
      "id": "linux",
      "label": "Linux",
      "arch": "x64",
      "file": "phantasia-linux-x64.tar.gz",
      "url": "/downloads/phantasia-linux-x64.tar.gz",
      "size_hint": "~20 MB",
      "status": "ready",
      "how": "tar -xzf … && ./phantasia (GTK3 / lib required on some distros)."
    },
    {
      "id": "macos",
      "label": "macOS",
      "arch": "universal (CI)",
      "file": null,
      "url": null,
      "size_hint": null,
      "status": "ci",
      "how": "macOS .app is produced by GitHub Actions workflow macos.yml (workflow_dispatch). Artifact: phantasia-macos.zip. No local Mac host on the deploy machine for this release."
    }
  ]
}
