feat(desktop): import ui-desktop, the ClawCodex Desktop app shell (stage 1) - #802
Merged
Conversation
…age 1) Ports the desktop app from the reference implementation into ui-desktop/ as a standalone npm project, fully rebranded for ClawCodex: - Electron + Vite + React renderer, main process, e2e specs, build scripts, and the shared types package vendored at ui-desktop/packages/shared (@clawcodex/shared), mirroring the ui-tui/packages convention. - Identity map applied throughout: product/app names, com.clawcodex.desktop appId, clawcodex:// deep-link scheme, CLAWCODEX_* env surface (profile dir maps to CLAWCODEX_CONFIG_DIR), config paths, i18n strings across all 5 locales, installer metadata. - New ClawCodex claw-mark icon set (icns/ico/png) and brand mark; upstream mascot art dropped (unreferenced) or replaced. - Self-contained build: local node_modules resolution (vite aliases, fs.allow, electron-rebuild, root-install assert), vendored shared eslint flat config, lint toolchain as exact-pinned devDeps, fresh committed package-lock.json. - Cloud-portal/billing surfaces kept compiling but quarantined behind an inert portal.invalid base URL, following the TUI port precedent. Gates measured against the reference on the same machine: - typecheck (renderer + electron + e2e tsconfigs): green, matches reference - eslint: 0 errors / 88 warnings, identical to reference - vitest: 4,249 passed / 274 failed / 38 failing files - failure set is byte-identical to the reference baseline (pre-existing upstream failures) Backend wiring (clawcodex serve + boot ladder) is stage 2; this stage makes no wiring claims - the app still targets the reference backend contract under renamed identifiers. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Merged
agentforce314
added a commit
that referenced
this pull request
Aug 8, 2026
ClawCodex Desktop headlines 1.5.0: the native app (ui-desktop/), the clawcodex serve gateway backing it, the clawcodex desktop launcher, official crab branding, and macOS packaging — plus the ship-week fixes (lib/ tracking, 100% default UI scale, already-running launch guard). - version 1.4.0 -> 1.5.0 (pyproject + src/__init__ fallback) - CHANGELOG: cut [1.5.0] from Unreleased (#802-#808) - News: v1.5.0 item in README (v0.6.0 rotated to docs/NEWS.md archive) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Stage 1 of the ClawCodex Desktop port: imports the desktop app from the reference implementation into
ui-desktop/as a standalone npm project, fully rebranded for ClawCodex.ui-desktop/packages/shared(@clawcodex/shared) — mirroring theui-tui/packagesconvention.com.clawcodex.desktopappId,clawcodex://deep-link scheme,CLAWCODEX_*env surface (profile dir →CLAWCODEX_CONFIG_DIR), config paths, i18n strings in all 5 locales, installer metadata.package-lock.json.portal.invalidbase.Gates (measured against the reference on the same machine)
Scope
No wiring claims: the app still targets the reference backend contract under renamed identifiers. Stage 2 re-plumbs boot + chat onto
clawcodex serve(HTTP + JSON-RPC WS over the existing agent-server core).🤖 Generated with Claude Code