AI Assistant desktop app powered by OpenClaw.
desktop/— Electron app (UI, packaging, auto-update)openclaw/— OpenClaw engine (git submodule)
# Clone with submodules
git clone --recurse-submodules <repository-url>
cd openspace
# Install OpenClaw deps and build
cd openclaw && pnpm install && pnpm build && pnpm ui:build && cd ..
# Install Desktop deps
cd desktop && npm install
# Run in dev
npm run devcd desktop && npm run dist:fullThe app checks for updates via GitHub Releases on this repo. CI builds and publishes releases automatically when a version tag is pushed.
git tag v1.1.0
git push --tags