Files
navi/server
M4andCursor 041cbb1250 Release 2.7.3.1: harden proxy recovery, updates and local API.
Restore orphaned system proxy after crash, require update SHA-256, add macOS /api auth token, fix UDP ping false positives, HTTPS-only subscriptions, and keep the UI responsive during connect.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-29 18:48:54 +03:00
..

Хостинг обновлений Navis

Обновления отдаются из git-репозитория:

  • Manifest: https://git.evilfox.cc/test2/navi/raw/branch/main/dist/update.json
  • Windows: …/dist/navis-release/Navis.exe
  • macOS arm64: …/dist/navis-release/darwin-arm64/Navis
  • macOS amd64: …/dist/navis-release/darwin-amd64/Navis
  • macOS universal (рекомендуется): …/dist/navis-release/darwin-universal/Navis.dmg

Пример dist/update.json (multi-platform + legacy url для старых клиентов):

{
  "version": "1.4.0",
  "notes": "Что нового",
  "url": "https://git.evilfox.cc/test2/navi/raw/branch/main/dist/navis-release/Navis.exe",
  "sha256": "hex-windows",
  "platforms": {
    "windows-amd64": { "url": "…/Navis.exe", "sha256": "…" },
    "darwin-arm64":  { "url": "…/darwin-arm64/Navis", "sha256": "…" },
    "darwin-amd64":  { "url": "…/darwin-amd64/Navis", "sha256": "…" }
  }
}