hermes-hub/installer
2026-08-26 09:48:34 +07:00
..
build_installer.ps1 fix: проверка готовности всегда врала, установщик показывал зашитую версию 2026-08-24 09:47:00 +07:00
build_installer_linux.sh fix(installer): установщик Linux собирался с CRLF и падал на первой строке 2026-08-25 10:37:05 +07:00
HermesHubSetup.cs feat(a32): complete removal of legacy desktop UI and migrate to pure web stack with 100% feature parity 2026-08-26 09:42:57 +07:00
HermesHubSetup.py fix(installer): synchronize python setup shortcut cleanup with csharp installer 2026-08-26 09:48:34 +07:00
install-linux.sh feat(web): скрипт открытия хаба в домашнюю сеть, с подтверждением цели 2026-08-25 10:27:16 +07:00
README.md feat: production update feed architecture, host allowlist, and truthful release gate 2026-08-20 17:25:30 +07:00
uninstall-linux.sh feat(installer): A19 — установщики Windows и Linux, запуск веб-интерфейса окном приложения 2026-08-23 22:14:47 +07:00

Hermes Hub — Installer Architecture

Canonical Windows Installer

  • Canonical Binary: HermesHubSetup.exe (built from HermesHubSetup.cs)
  • Build Script: build_installer.ps1 (compiles HermesHubSetup.cs using standard .NET Framework csc.exe present on all Windows 10/11 machines without extra toolchains).

Development & Helper Scripts

  • HermesHubSetup.py: Internal development helper script for testing installer logic in Python. Not distributed as a primary installer artifact.
  • install.ps1: Deprecated legacy bootstrap script for earlier development environments.

Testing Policy (S7)

  • Unit Tests: Must NEVER modify user Windows Registry (HKCU\Software\Microsoft\Windows\CurrentVersion\Uninstall) or Start Menu shortcuts.
  • Integration Tests: Executed against isolated sandbox mock directories.
  • Live VM Tests: Real Windows installer execution is reserved for disposable CI/VM environments.