[BREAKGLASS] Website of openclaw.ai
https://openclaw.ai
|
Some checks failed
Install Smoke / install-sh-git-smoke (push) Has been cancelled
Install Smoke / install-cli-git-smoke (push) Has been cancelled
Install Smoke / install-scripts-cross-platform (ubuntu-latest) (push) Has been cancelled
Install Smoke / install-scripts-cross-platform (windows-latest) (push) Has been cancelled
Install Smoke / install-scripts-macos (push) Has been cancelled
Install Smoke / shellcheck (push) Has been cancelled
Install Smoke / install-sh-unit (push) Has been cancelled
Install Smoke / install-smoke (push) Has been cancelled
Install Smoke / windows-install-verify (22, windows-2022) (push) Has been cancelled
Install Smoke / windows-install-verify (22, windows-latest) (push) Has been cancelled
Install Smoke / windows-install-verify (24, windows-2022) (push) Has been cancelled
Install Smoke / windows-install-verify (24, windows-latest) (push) Has been cancelled
|
||
|---|---|---|
| .github | ||
| public | ||
| scripts | ||
| src | ||
| .gitignore | ||
| .npmrc | ||
| AGENTS.md | ||
| astro.config.mjs | ||
| bun.lock | ||
| CHANGELOG.md | ||
| CLAUDE.md | ||
| CONTRIBUTING.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.
- Windows
install.ps1keepsirm ... | iexfailures in the current PowerShell session while preserving non-zero exits for direct script-file automation.
These scripts:
- Install Homebrew (macOS) or detect package managers (Windows)
- Install Node.js 22+ if needed
- Install openclaw globally via npm, or from a pnpm-backed git checkout with
--install-method git - Run
openclaw doctor --non-interactivefor migrations (upgrades only) - Prompt to run
openclaw onboard(new installs)
Switching after install:
- npm package to git checkout:
openclaw update --channel dev - git checkout to npm package:
openclaw update --channel stable - installer-forced switch: rerun the installer with
--install-method gitor--install-method npm
Source checkouts use the OpenClaw pnpm workspace. Keep hackable/dev-channel copy
pointing at pnpm install; root npm install is for packaged installs, not
source trees.
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.