Date: 2026-03-27
Tag: v0.0.1
First versioned release of OK Code: a minimal web GUI for coding agents (Codex-first), plus a desktop shell and a publishable CLI.
- Web app (
apps/web) — Session UX, conversation and event rendering, WebSocket client to the local server. - Server (
apps/server, npmokcodes) — WebSocket API, Codex app-server integration (JSON-RPC over stdio), provider sessions. - Desktop (
apps/desktop) — Electron wrapper with update checks against GitHub Releases (see docs/release.md). - Contracts (
packages/contracts) — Shared schemas and protocol types.
- CLI:
npm install -g okcodes@0.0.1(or your preferred package manager) after the package is published to npm manually. - Desktop: Download platform artifacts from the GitHub Releases page for this tag. Filenames are listed in assets.md.
This repository remains early work in progress. Expect rough edges around session recovery, streaming edge cases, and platform-specific desktop behavior. Report issues on GitHub.