mirror of
https://github.com/openclaw/openclaw.ai.git
synced 2026-07-15 12:25:40 -04:00
[PR #50] [MERGED] chore: modernize install.sh with gum UI, spinners, and CI test matrix #51
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/openclaw/openclaw.ai/pull/50
Author: @sebslight
Created: 2/10/2026
Status: ✅ Merged
Merged: 2/10/2026
Merged by: @sebslight
Base:
main← Head:chore/modernize-install-sh📝 Commits (2)
dd4e7d5chore(install): modernize install.sh with gum UI, quiet output, and CI test matrix3121ae3fix: address review findings for installer hardening/docs (#50) (thanks @sebslight)📊 Changes
6 files changed (+879 additions, -193 deletions)
View changed files
➕
.github/workflows/install-matrix.yml(+51 -0)📝
.gitignore(+3 -0)📝
CHANGELOG.md(+5 -0)📝
README.md(+5 -0)📝
public/install.sh(+671 -193)➕
scripts/test-install-matrix.sh(+144 -0)📄 Description
Intent: modernize install.sh UX from noisy/raw output to a clean, guided installer experience, while preserving the same install targets and core flow (npm/git).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.