Skip to content

feat: add installation scripts, Makefile, and config template#190

Closed
weby-homelab wants to merge 4 commits into
google-antigravity:mainfrom
weby-homelab:feature/install-local-mode
Closed

feat: add installation scripts, Makefile, and config template#190
weby-homelab wants to merge 4 commits into
google-antigravity:mainfrom
weby-homelab:feature/install-local-mode

Conversation

@weby-homelab
Copy link
Copy Markdown

Summary

This Pull Request contributes the official installation scripts, a helper Makefile for developer lifecycle management, and a project context template directly to the repository.

Added

  • install.sh (Linux/macOS), install.ps1 (PowerShell), install.cmd (Windows CMD) — makes the installers transparent, version-controlled, and open for contributions directly in the repository.
  • Makefile — adds standard lifecycle commands (make install, make check, make uninstall) to simplify development, testing, and deployment.
  • .antigravity.md — adds a project context configuration template to make onboarding easier for developers.
  • Local/Offline Mode Support — introduces a backward-compatible check in all installers to detect if releases/manifests are present locally in the repository (e.g., in forks or custom local setups), enabling zero-dependency offline installations while retaining full online capabilities as default.

khou22 and others added 4 commits May 21, 2026 14:23
…u22/changelog-spelling-fix

Fix spelling mistake in CHANGELOG.md
- Add install.sh (Linux/macOS), install.ps1 (PowerShell), and install.cmd (Windows CMD) to make official install scripts accessible inside the repository
- Add Makefile for quick lifespan management (install/check/uninstall)
- Add .antigravity.md project context template
- Implement a backward-compatible offline/local fallback check in all installers (which activates if packages/ manifests and binaries are placed locally in the repo)
@weby-homelab weby-homelab force-pushed the feature/install-local-mode branch from 17fb4e7 to c9e23b2 Compare May 27, 2026 13:57
@weby-homelab weby-homelab deleted the feature/install-local-mode branch May 27, 2026 14:59
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.

3 participants