CHANGELOG.md in each module directory in the open-source repository.
Checking Your Installed Version
Version 1.0.0 — 2026-07-14
The first stable release of CyberOS. The 1.0.0 designation is deliberate: the 0.x line hardened the governed development machinery end to end. 1.0.0 commits to theengineering-spec@1 task contract and the 10-state task lifecycle as stable interfaces.
- Highlights
- What Changed from 0.x
- Stable contracts.
engineering-spec@1and the 10-state task lifecycle are committed stable interfaces. The/create-tasksand/ship-tasksworkflows are hardened for multi-repo production use — resumable ship manifests, deterministic queue selection, gate autodetect across 9 language stacks, per-repo config, and audited backlog writes. - Visual deliverables. Every task renders to its own CDS-styled page. The status hub (
status-hub@2) provides three lenses — board, table, and releases — regenerated from task frontmatter, this CHANGELOG, and the VERSION file on every deploy. - Consumer CLI finalised. Eight
npx cyberos <command>entry points:install,uninstall,version,status,help, plus the CLI-onlycreate(scaffold a new repo),gates(run machine gates), andmcp(launch the stdio MCP server). Matching Claude plugin slash commands:/install,/uninstall,/version,/status,/help, alongside the plugin-only task-workflow commands/ship-tasks,/plan,/create-tasks, and/improve. - Soft update-check. On any
.cyberosuse, CyberOS checks whether a newer version is available. If stale, it prompts you to runcyberos installto re-vendor.
Recent Module Highlights
AUTH — Wave 1+2 Shipped
AUTH — Wave 1+2 Shipped
Wave 1 — All 6 MUST tasks shipped and strict-audited.
- SAML SSO with XML Digital Signature verification: Full XML-DSig validation for SAML assertions — strict algorithm allowlist (RSA-SHA256 + SHA-256 + exc-c14n), enveloped-signature stripping, and X.509 certificate verification. Enterprise SSO providers (Okta, Azure AD, Google Workspace) are now fully supported.
- GeoIP travel policy: Cross-continent velocity detection and geo-velocity anomaly flagging protect all login flows. Administrators can configure per-tenant travel allowlists and suppression windows to reduce false positives for frequent travellers.
- Admin REST API: Tenant and subject management — list tenants, list subjects, revoke/unrevoke subject access — with cursor-paginated responses and an in-memory JTI deny-list for immediate token invalidation.
Memory (BRAIN) — Wave 2026-Q3 Complete
Memory (BRAIN) — Wave 2026-Q3 Complete
All 9 tasks in the MEMORY Wave 2026-Q3 shipped end-to-end with 110+ acceptance criteria covered.
put_ifprecondition-hash writes: New canonical operation that only commits a write if the current content hash matches a supplied precondition. Prevents lost-update races in concurrent multi-agent scenarios.cyberos dream— proposal-mode consolidation: Agents propose memory consolidations; proposals are queued for human review before any write is committed. Proposals are tracked by ID and visible incyberos history.- Per-store ACL: Fine-grained access control on memory subtrees. Denied accesses are emitted as audit rows.
- Session transcript ledger: Opt-in encrypted session transcripts with full CLI management:
cyberos transcript start|append|end|read|list|purge-expired. cyberos history: Read-only per-path history projection with flags for limit, date range, chronological order, and JSON output. Never mutates the store.- Desktop app: Tauri 2 desktop application with Dashboard, Search, and Sync tabs. Sync supervisor with automatic restart on failure.
CUO — ship-tasks Hardened, Dream Loop Shipped
CUO — ship-tasks Hardened, Dream Loop Shipped
- 47 active personas, 221+ workflows. Full persona library with consistent naming convention. Every C-role has a dedicated workflow suite.
- Advanced workflow supervisor. Six handler patterns for complex multi-task scenarios: linear (default), time-critical (SLA-bypass with breach audit), per-instance fan-out, multi-output per-recipient fan-out, sequential approval chaining, and persona-pair interleaved chains.
- Single-backlog model. The improvement track was merged into the product track. One backlog, one
ship-tasksflow. - Dream loop (propose mode).
cyberos dreamships as a CUO-adjacent command. Agents propose memory consolidations; the loop defers writes until human acceptance. - Gate autodetect. Supports Go, JVM, .NET, PHP, Ruby, Rust, Python, TypeScript, Bun. Per-repo overrides via
.cyberos/config.yaml. - Audited backlog writes. One write path to
BACKLOG.md— all state transitions go through thebacklog-state-update@2skill, never direct file edits.
Claude Plugin — Commands and Marketplace
Claude Plugin — Commands and Marketplace
- CLI-parity slash commands:
/install,/uninstall,/version,/status,/help— full parity with thenpx cyberosCLI surface. - Task-workflow slash commands:
/ship-tasks,/plan,/create-tasks,/improve— drive the CUO task workflow end to end. Plugin-only; no CLI equivalent. - Claude Code marketplace listing. The CyberOS plugin is listed on the Claude Code marketplace. A
.pluginfile enables one-click install from Claude Desktop. /statusopens the status hub in the default browser, showing the board/table/releases view of the current task corpus.- Soft update-check on any
.cyberosuse. If a newer version is available and the user confirms,installre-vendors the payload. No separateapplypath.
Module Status
For full technical changelogs, see the
CHANGELOG.md in each module directory in the open-source repository at modules/<slug>/CHANGELOG.md.