You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current installer (#530) targets interactive user-driven installation only. For deploying Gaia on devices without user interaction — such as automated setups or pre-configured images — the installer must support an unattended/silent mode that requires no UI prompts.
Problem
The current installer (#530) targets interactive user-driven installation only. For deploying Gaia on devices without user interaction — such as automated setups or pre-configured images — the installer must support an unattended/silent mode that requires no UI prompts.
Proposed Changes
1. Silent Install Mode
Extend the desktop installer (#530) with:
--silentor/Sflag for fully unattended installation2. Session-Independent Installation
3. Bundled Model Support
Files Likely Affected
src/gaia_ui/electron/— installer scripts (NSIS/DMG), silent mode flagsAcceptance Criteria
References