Operator X02 — v1.5.9.1a One Prompt. One Compiled Desktop App.
From a one-line prompt to a compiled Windows desktop app — without leaving the editor.
This release introduces Build Mode: describe the app you want, and Operator X02 scaffolds it, generates the code, and compiles a real Windows .exe + installer — all locally.
✨ New: Build Mode
🔧 Prompt → compiled app — one flow runs the whole pipeline: scaffold → AI code generation → cargo / tauri compile → .exe + installer.
🎯 Pick your target — a build request shows a card with four routes instead of guessing:
🌐 Static HTML — instant preview
⚛️ React — Vite dev server, hot reload
🖥️ Desktop — Tauri → .exe + installer
💬 Just chat — a normal reply
⚡ Or skip the menu — say "build a CAN log viewer for windows" and it goes straight to a native build. The app name is detected automatically.
🛠️ Built for engineering tools
Build the real tools your work needs — hardware access, offline, and easy to hand off — not just web demos.
🔌 Serial monitor — live-plots a COM port, logs to CSV. No Python setup.
🚗 CAN log viewer — parses .blf / .asc logs offline. Data stays local.
📟 Jetson dashboard — a small native binary with live gauges. For edge hardware.
🎛️ Calibration utility — an installer a technician double-clicks. No toolchain.
📊 Test report tool — CSV → charts → limit check → PDF. Fully offline.
🐛 Bug Fixes
✅ Premature "Build complete" — the panel no longer reports success while the compiler is still running; only a finished build flips it to complete.
✅ Duplicate build launches — a double-fired build could collide with itself ("Already running"). A guard now ignores duplicate launches.
✅ Builds silently not starting — after a reload in dev, a build could stall before showing progress. The dev bypass now persists and stale state is cleared on load.
💫 Improvements
Honest, animated progress — real phases (writing → installing → compiling), a moving animated bar during the long Rust compile instead of a frozen 100%, a live elapsed clock, and a cleaner header with a Cancel button.
📦 Installation
Download an installer below — no build required, all features included.
🪟 Operator-X02_1.5.9.1a_x64-setup.exe — Windows 10 / 11 (64-bit)
🪟 Operator-X02_1.5.9.1a_x64_en-US.msi — Windows 10 / 11 (64-bit)
🔗 Links
🌐 Website — https://operatorx02.com/
💻 GitHub — https://github.com/csheng21/operator-x02-ide
💡 First time? See the README for setup.
// Coding is Art. Feel it. Enjoy it.