Release 2.7.0: macOS GUI app with the same UI as Windows.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Navis
2026-07-29 16:00:55 +03:00
co-authored by Cursor
parent 6255a0d39b
commit 2d4a797eb1
28 changed files with 703 additions and 59 deletions
+5 -6
View File
@@ -368,17 +368,16 @@ func sanitizeVol(s string) string {
func readmeText(version, arch string) string {
switch arch {
case "universal":
return fmt.Sprintf(`Navis %s for macOS (универсальная сборка)
return fmt.Sprintf(`Navis %s for macOS (универсальная GUI-сборка)
Подходит для Apple Silicon (M1/M2/M3/M4) и Intel Mac.
1) Перетащите Navis.app в Программы (Applications)
2) При первом запуске, если macOS блокирует:
2) При блокировке:
xattr -dr com.apple.quarantine /Applications/Navis.app
3) В Терминале:
/Applications/Navis.app/Contents/MacOS/Navis init
/Applications/Navis.app/Contents/MacOS/Navis install-core
/Applications/Navis.app/Contents/MacOS/Navis connect
3) Запустите Navis — откроется окно как на Windows
(Chrome/Edge/Brave в режиме приложения, иначе браузер)
4) CLI (ядро/connect из терминала): рядом на git файл Navis-cli
Магазин: https://evilfox.win/
`, version)