[BREAKGLASS] Website of openclaw.ai
https://openclaw.ai
Bumps the github-actions group with 3 updates in the / directory: [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun), [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) and [actions/deploy-pages](https://github.com/actions/deploy-pages). Updates `oven-sh/setup-bun` from 2.1.3 to 2.2.0 - [Release notes](https://github.com/oven-sh/setup-bun/releases) - [Commits]( |
||
|---|---|---|
| .github | ||
| public | ||
| scripts | ||
| src | ||
| .gitignore | ||
| .npmrc | ||
| AGENTS.md | ||
| astro.config.mjs | ||
| bun.lock | ||
| CHANGELOG.md | ||
| CLAUDE.md | ||
| CONTRIBUTING.md | ||
| OPTIMIZATIONS_SUMMARY.md | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vercel.json | ||
openclaw.ai
Landing page for OpenClaw — your personal AI assistant.
Live: openclaw.ai
Pages
/— 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
Tech Stack
- Astro — Static site generator
- GitHub Pages — Hosting
- Custom CSS — No framework, just vibes
Development
bun install
bun run dev
Contributing
See CONTRIBUTING.md before opening a PR.
Build
bun run build
bun run preview
Deploy
Automatically deployed to GitHub Pages on push to main.
Install Scripts
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:
powershell -c "irm 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.