Skip to content

feat: add universal installer script#2

Merged
UltraInstinct0x merged 1 commit intomainfrom
feature/ultrainstinct0x-installer
Dec 28, 2025
Merged

feat: add universal installer script#2
UltraInstinct0x merged 1 commit intomainfrom
feature/ultrainstinct0x-installer

Conversation

@UltraInstinct0x
Copy link
Copy Markdown
Owner

Summary

  • Universal installer script for Mac/Linux
  • Platform detection (macOS/Linux, ARM64/x86_64)
  • Auto-installs Node.js 22+ via nvm if missing
  • Auto-installs pnpm via corepack if missing
  • --unattended flag for CI environments

Usage

curl -fsSL https://raw.githubusercontent.com/UltraInstinct0x/clawdis/main/install.sh | bash

Test Plan

  • Test on macOS
  • Test on Linux
  • Test --unattended mode

🤖 Generated with Claude Code

- One-liner installation: curl ... | bash
- Platform detection (macOS, Linux)
- Auto-install Node.js via nvm/fnm/brew
- Auto-install pnpm via corepack or npm
- Clone/update repository
- Build and create clawdis symlink
- Run initial setup
- Supports --unattended flag for CI
@UltraInstinct0x UltraInstinct0x merged commit b94338f into main Dec 28, 2025
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.

1 participant