feat: standalone installer and GitHub Releases distribution#72
Merged
Conversation
Allow developers outside the JavaScript ecosystem to install archgate without npm/Node.js. Binaries are now uploaded to GitHub Releases during the release workflow, and one-line installer scripts handle download, extraction, and PATH setup. - Add install.sh (macOS/Linux) with shell profile detection and interactive PATH configuration - Add install.ps1 (Windows PowerShell) - Update release-binaries.yml to upload .tar.gz/.zip assets to the GitHub Release - Update all docs (EN + pt-BR) to feature standalone install as the recommended method
Deploying archgate-cli with
|
| Latest commit: |
09646c7
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9947137e.archgate-cli.pages.dev |
| Branch Preview URL: | https://feat-standalone-installer.archgate-cli.pages.dev |
Runs `bun run validate` before any `git commit` command and blocks the commit if validation fails. Ensures lint, typecheck, format, tests, ADR checks, and build all pass before committing.
This was referenced Mar 18, 2026
Merged
Merged
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.
Summary
install.sh(macOS/Linux) andinstall.ps1(Windows) download pre-built binaries from GitHub Releases — no Node.js or npm required.tar.gz(Unix) and.zip(Windows) archives alongside the existing npm publishThis unblocks developers outside the JavaScript ecosystem (.NET, Python, Go, etc.) from using archgate without installing Node.js.
Shell installer features
/dev/ttyso it works even when piped viacurl | sh)ARCHGATE_VERSIONandARCHGATE_INSTALL_DIRenv vars for customizationTest plan
release-binaries.ymlsyntax is valid (GitHub Actions linter)bash -n install.shto validate shell script syntaxinstall.shon macOS and Linux (manual or CI)install.ps1on Windows (manual)