Expand installer plan with technical details#267
Merged
Conversation
- Replace curly brace patterns in code blocks with comments - Change <computed-at-release> to COMPUTED_AT_RELEASE - Replace < symbols with "Under" in metrics table - Simplify version endpoint descriptions
kovtcharov-amd
approved these changes
Jan 27, 2026
itomek
pushed a commit
that referenced
this pull request
Mar 12, 2026
Comprehensive update to the GAIA Installer & Update Plan with detailed technical specifications for Windows and Linux distribution. ### Changes - **Technical Decisions**: Added decision log documenting key choices (uv as package manager, no Python bundling, winget as primary Windows distribution) - **Install Scripts**: Detailed technical flows and script structures for `install.ps1` and `install.sh` - **Distribution Channels**: Added comparison matrix of 9 distribution methods with pros/cons - **winget Package**: Complete manifest example and submission requirements - **Debian Package**: Directory structure for `.deb` packaging - **Update Command**: Architecture diagram, version checking sources, code structure - **Implementation Phases**: Reorganized with dependencies and deliverables - **Open Questions**: 5 items requiring resolution before implementation ### Key Decisions | Decision | Choice | |----------|--------| | Windows primary | winget + PowerShell script | | Linux primary | Bash script + .deb | | Package manager | uv (install if missing) | | Python bundling | No - require 3.10+ pre-installed | | Install location | `~/.gaia/venv/` (user-space) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Comprehensive update to the GAIA Installer & Update Plan with detailed technical specifications for Windows and Linux distribution.
Changes
install.ps1andinstall.sh.debpackagingKey Decisions
~/.gaia/venv/(user-space)