Changelog

What's new

A human-readable summary of what shipped in each release. Installers for every version live on the download page.

  1. stable

    v1.0.0

    2026-05-18Download

    Launched. Free during launch, paid plans coming soon.

    • Promoted from Beta to stable v1.0
    • Remote control: trigger scenarios from Discord, Slack, or Telegram
    • Provider catalog pruned: dropped Groq; added DeepSeek, xAI, Mistral, OpenRouter
    • Branded GUI installer pages (NSIS wizard art + DMG window background)
    • Bundled Python + Node + npm + openclaw — zero prerequisites for end users
    • New docs: packaging.md (build pipeline) + releasing.md (CI / tag flow)
    • Hardened CI: pinned Node 22.18, cached deps, npm ci on all matrix jobs
    Deferred to a later release (2)
    • Pro & Team paid plans (cloud sync, scheduled runs, RBAC) — coming soon
    • WhatsApp remote-control channel — no official openclaw extension yet
  2. beta

    v0.2.0-beta.0

    2026-05-18Download

    Hardening, supervision, sanitization

    • Promoted from Alpha to Beta
    • Engine supervisor: auto-respawn with backoff on crash
    • Crash recovery: dangling 'running' rows auto-error on startup
    • Custom orbis-asset:// protocol — sandbox for screenshot reads
    • DevTools locked in production builds (F12, Ctrl+Shift+I/J/C blocked)
    • Error scrubbing — no file paths or tracebacks leak to the UI
    • Update check at startup with subtle StatusBar pill
    • Production renderer bundle dropped 770 KB → 400 KB (terser)
    • Bundled demo scenarios removed from production package
  3. alpha

    v0.1.0-alpha.0

    2026-05-17Download

    Product polish + release pipeline

    • Design system with dual-theme tokens and lucide icons
    • Branded shell — Sidebar v2, StatusBar, ⌘K command palette
    • First-run onboarding wizard (6 steps)
    • Dashboard, Suites, Compare pages
    • GitHub Actions release pipeline — tag push → mac/win/linux installers
    • Apache 2.0 license