Files
navi/server
M4andCursor 6b6c13c933 Release 3.8.1.1: lighter idle UI poll, core cache, multicore ping.
Reduce idle CPU (cheap PollUI, binary cache, logbuf cap, DOM fingerprint),
speed ping/AWG HostPort, CopyBuffer pool; ship arm64 build and update notes.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-30 02:27:17 +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": "…" }
  }
}