Skip to content

feat: add PowerShell install script for Windows#808

Merged
SchoolyB merged 1 commit intomainfrom
fix/windows-install-script
Dec 23, 2025
Merged

feat: add PowerShell install script for Windows#808
SchoolyB merged 1 commit intomainfrom
fix/windows-install-script

Conversation

@SchoolyB
Copy link
Copy Markdown
Owner

Summary

  • Add install.ps1 for native Windows installation experience
  • Fix incomplete Windows instructions in README (missing directory creation and PATH configuration)
  • Add Windows build instructions to Developer Quick Start section

Details

The install script:

  • Works as Administrator (system-wide install to Program Files) or regular user (user-local install to %LOCALAPPDATA%)
  • Checks for Go installation
  • Builds the binary
  • Creates install directory
  • Adds EZ to PATH automatically
  • Includes proper error handling and colored output

Closes #806

- Add install.ps1 for native Windows installation experience
- Fix incomplete Windows instructions in README (missing directory
  creation and PATH configuration)
- Add Windows build instructions to Developer Quick Start section

Closes #806

Co-Authored-By: Aryan-Shrivastva <Aryan-Shrivastva@users.noreply.github.com>
@SchoolyB SchoolyB force-pushed the fix/windows-install-script branch from e067883 to 2244edb Compare December 23, 2025 23:51
@SchoolyB SchoolyB merged commit e5ca88b into main Dec 23, 2025
6 checks passed
@SchoolyB SchoolyB deleted the fix/windows-install-script branch December 23, 2025 23:53
SchoolyB added a commit that referenced this pull request Apr 3, 2026
feat: add PowerShell install script for Windows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a standard PowerShell script for Windows setup

1 participant