VCW / DESKTOP

Run the playtest workspace
on your desktop.

The native Windows build gives VCW a local window, file dialogs, native notifications, GPU telemetry, and a localhost API for your own agent tools.

Windows quick start

  1. Download and run vibecodeworker-4weird_2.0.0_x64-setup.exe.
  2. Open 4WEIRD VIBECODEWORKER from Start.
  3. Optionally start the local agent API from the project folder with npm run start:cloud.
  4. Open Agent control to connect an AI agent via MCP or REST.

Build it yourself

Install Node.js, Rust, and the Visual Studio C++ build tools. From website/v1/ai/vibecodeworker, run:

npm install\nnpm run tauri:build

The installer is written to src-tauri/target/release/bundle/.

Desktop capabilities

  • Native report saving and notifications
  • Local logs and AI handoff files
  • CLI modes: --headfull or --hidden
  • Private loopback API by default

macOS and Linux packaging targets are configured in the project, but cross-platform bundles should be built on their respective operating systems.