[BREAKGLASS] Website of openclaw.ai https://openclaw.ai
Go to file
dependabot[bot] c93a3dde8e
chore(deps): bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [oven-sh/setup-bun](https://github.com/oven-sh/setup-bun) 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](ecf28ddc73...0c5077e514)

Updates `actions/deploy-pages` from 4.0.5 to 5.0.0
- [Release notes](https://github.com/actions/deploy-pages/releases)
- [Commits](d6db90164a...cd2ce8fcbc)

---
updated-dependencies:
- dependency-name: oven-sh/setup-bun
  dependency-version: 2.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/deploy-pages
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-09 16:37:18 +00:00
.github chore(deps): bump the github-actions group across 1 directory with 2 updates 2026-04-09 16:37:18 +00:00
public fix: keep installer doctor non-interactive 2026-04-08 08:27:26 +01:00
scripts fix: unblock live docker install tests 2026-04-04 14:41:55 +01:00
src fix: clarify quick start platform copy 2026-04-08 16:10:20 +01: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 build: update deps and add workflow concurrency 2026-03-07 21:50:37 +00:00
CHANGELOG.md docs: add changelog entry for #109 2026-03-16 21:49:55 -07: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 build: update deps and add workflow concurrency 2026-03-07 21:50:37 +00:00
README.md docs: simplify windows install command 2026-03-12 22:30:52 +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: 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:

  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.