[BREAKGLASS] Website of openclaw.ai https://openclaw.ai
Go to file
2026-03-07 19:55:45 +00:00
.github chore(deps): bump the github-actions group with 2 updates (#98) 2026-03-07 17:37:55 +00:00
public Fix installer Node runtime mismatch (#68) 2026-03-07 19:41:25 +00:00
scripts Fix installer Node runtime mismatch (#68) 2026-03-07 19:41:25 +00:00
src nit: incosistency in header padding 2026-03-07 19:54:33 +00:00
.gitignore Refactor: optimize JavaScript performance and robustness (#37) 2026-02-13 17:15:42 +01:00
.npmrc fix: add pnpm build script approval for esbuild and sharp 2026-01-24 05:33:31 +00:00
AGENTS.md docs: add git branch cleanup fallback note 2026-02-13 16:09:31 +01:00
astro.config.mjs feat: add RSS feed integration for blog 2026-02-13 15:25:33 +01:00
bun.lock chore(deps): bump @lucide/astro from 0.575.0 to 0.577.0 in the npm group (#99) 2026-03-07 17:36:40 +00:00
CHANGELOG.md refactor: share homepage section headers (#62) (thanks @luiginotmario) 2026-03-07 19:55:45 +00:00
CLAUDE.md feat(showcase): improve layout and add ClawdHub button 2026-01-19 03:18:48 +00:00
CONTRIBUTING.md docs: clarify Bun is unsupported 2026-03-07 19:52:38 +00:00
OPTIMIZATIONS_SUMMARY.md Refactor: optimize JavaScript performance and robustness (#37) 2026-02-13 17:15:42 +01:00
package.json chore(deps): bump @lucide/astro from 0.575.0 to 0.577.0 in the npm group (#99) 2026-03-07 17:36:40 +00:00
README.md docs: add contribution policy 2026-03-07 19:37:39 +00:00
tsconfig.json feat: redesign landing page with Astro 2026-01-06 19:04:03 +01:00
vercel.json feat: add trust page i18n (Chinese, Korean, Japanese) with language switcher 2026-02-09 03:37:48 +11:00

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: 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:

  1. Install Homebrew (macOS) or detect package managers (Windows)
  2. Install Node.js 22+ if needed
  3. Install openclaw globally via npm
  4. Run openclaw doctor --non-interactive for migrations (upgrades only)
  5. 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 admin group) and rerun the installer.