私有部署的 AI 个人助理界面 —— 把对话、记忆与能力,完全留在你自己的机器里。 A modern web interface for the open-source OpenClaw assistant platform. Self-hosted, streaming-native, sovereign by design.
模型、对话、记忆,全部留在你自己的服务器。没有云端中转,没有数据上交。
毫秒级 Token 推送。SSE 全链路无缓冲,比肩商业 AI 的丝滑对话体验。
开源架构,模块清晰。为 Artifacts、命令面板与游戏化交互预留了完整的扩展位。
不是一个 wrapper,不是一层皮。三栏布局、三层架构、严格分层边界 —— 每一处选择都为长期运维和扩展打地基。
Frontend 负责体验,Backend 负责安全,Gateway 负责智能。 每一层都有清晰的边界与契约,API Key 与模型权重永远只在最深的一层。
没有遗留包袱,没有 monkey patch。每一个依赖都经过挑选,每一行代码都跑得过 lint。
一次 clone,一次 install,一次配置,一次启动。 OpenClaw Web 故意把启动路径压到最短 —— 因为部署 AI 不应该是一门艺术。
# 1. clone $ git clone https://github.com/Crazybrain555/openclaw_web.git $ cd openclaw_web # 2. install — frontend & backend $ pnpm install && cd backend && uv sync # 3. configure your gateway $ cp backend/.env.example backend/.env # 4. launch $ pnpm dev → http://localhost:5173
不依赖云端,不交付数据,不被定价绑架。 No cloud lock-in. No data handover. No subscription trap.