Landing page for OpenClaw — your personal AI assistant.
Live: openclaw.ai
/— Main landing page with Quick Start, features, and testimonials/integrations— Visual grid of all supported chat providers, AI models, platforms, and tools/shoutouts— Community testimonials and mentions
- Astro — Static site generator
- GitHub Pages — Hosting
- Custom CSS — No framework, just vibes
bun install
bun run devbun run build
bun run previewAutomatically deployed to GitHub Pages on push to main.
The landing page hosts installer scripts:
- macOS/Linux:
curl -fsSL --proto '=https' --tlsv1.2 https://openclaw.ai/install.sh | bash - macOS/Linux (CLI only, no onboarding):
curl -fsSL --proto '=https' --tlsv1.2 https://openclaw.ai/install-cli.sh | bash - Windows:
iwr -useb https://openclaw.ai/install.ps1 | iex
Installer UI controls (macOS/Linux install.sh):
- Gum UI is auto-detected; interactive terminals get richer status output, non-interactive shells fall back to plain output automatically.
These scripts:
- Install Homebrew (macOS) or detect package managers (Windows)
- Install Node.js 22+ if needed
- Install openclaw globally via npm
- Run
openclaw doctor --non-interactivefor migrations (upgrades only) - Prompt to run
openclaw onboard(new installs)
Troubleshooting:
- macOS first-run Homebrew bootstrap needs an Administrator account. If install fails with a sudo/admin error, use an admin account (or add the current user to the
admingroup) and rerun the installer.