mirror of
https://github.com/open-jarvis/OpenJarvis.git
synced 2026-07-28 14:07:55 +00:00
Every desktop download link in the docs was broken on two counts: 1. They pointed at the rolling `desktop-latest` prerelease, which had been removed (404 for all of README, docs/index.md, docs/downloads.md, docs/getting-started/installation.md). 2. They used the wrong version in the filenames (`OpenJarvis_0.1.0_*`) — the actual published assets were never `0.1.0`. Repointed all four files at the new stable `Desktop desktop-v1.0.2` release with the exact asset filenames it ships (`OpenJarvis_1.0.1_*` — the Tauri bundle version is 1.0.1, distinct from the 1.0.2 Python/CLI release). This release also includes a macOS universal `.dmg`, which the prior desktop releases lacked (addresses #356 "No Mac Download") — so the macOS rows now say "Universal" (Apple Silicon + Intel) instead of "Apple Silicon". All five download URLs verified live (HTTP 200) against the desktop-v1.0.2 release before committing. Note: `docs/desktop-auto-update.md` still references the `desktop-latest` rolling channel — that's the auto-updater's endpoint, a separate concern from the manual download links, and is left as-is. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>