Summary
Track shipping the first fully functioning native Windows (x86_64) release of CodexMonitor, including the required auto-updater + dictation milestone items and Windows UX correctness.
In-repo sources of truth:
SPEC.md (requirements + acceptance criteria)
PLAN.md (execution plan / checklist)
Related:
Goals (this milestone)
- Auto-updater functional on Windows.
- Windows assets attached to GitHub Releases.
latest.json includes a windows-x86_64 entry with correct URL + signature.
- Updater uses the NSIS installer (
.exe + .exe.sig) bundle.
- Dictation functional on Windows.
- Whisper-based backend (
whisper-rs + cpal).
- Same UX + model lifecycle/events as other platforms.
- Windows UX correctness.
- Explorer/Finder strings are platform-aware.
- “Open in …” works with common Windows shims (
code.cmd, etc.).
- Shortcut hints/labels are Windows-friendly (Ctrl/Alt; no macOS-only glyphs).
- Dark/Dim theme selects remain readable with Reduce Transparency off.
Non-goals
- Authenticode / EV code signing.
- Windows ARM64 builds.
Implementation
A PR will land the changes described in SPEC.md / PLAN.md (branch: feature/windows-support).
Acceptance criteria
Verification notes
- JS/TS validation is run locally:
npm run lint, npm run test, npm run typecheck.
- Rust/Windows compilation and packaging are validated via the Windows build + CI jobs.
AI assistance disclosure
This issue and the linked PR/code changes were produced with AI assistance: OpenAI GPT‑5.2 via Codex CLI. All changes were reviewed/curated before submission.
Summary
Track shipping the first fully functioning native Windows (x86_64) release of CodexMonitor, including the required auto-updater + dictation milestone items and Windows UX correctness.
In-repo sources of truth:
SPEC.md(requirements + acceptance criteria)PLAN.md(execution plan / checklist)Related:
Goals (this milestone)
latest.jsonincludes awindows-x86_64entry with correct URL + signature..exe+.exe.sig) bundle.whisper-rs+cpal).code.cmd, etc.).Non-goals
Implementation
A PR will land the changes described in
SPEC.md/PLAN.md(branch:feature/windows-support).Acceptance criteria
npm run tauri:build:winsucceeds on Windows 10/11 x86_64.latest.json.codex --versionworks in Windows Terminal.Verification notes
npm run lint,npm run test,npm run typecheck.AI assistance disclosure
This issue and the linked PR/code changes were produced with AI assistance: OpenAI GPT‑5.2 via Codex CLI. All changes were reviewed/curated before submission.