Windows install
- Download Vigthoria-Workbench-Windows-Setup.zip
- Extract the ZIP (right-click → Extract All)
- Double-click Install-Vigthoria-Workbench.bat — do not open the .ps1 in a text editor
- The installer downloads the app and sets up a desktop shortcut; Workbench opens when done
- For agent terminals, install Vigthoria CLI separately:
npm install -g vigthoria-cli → vigthoria update
First launch — how the UI works
- Pick workspace folder — click Browse and select your project (e.g. a game repo or app root)
- Choose a preset — Agent Solo, Agent+Dev, Full Stack, or Deep Analysis
- Create workspace — the layout opens with multiple terminal panes
- Project folder — set path in sidebar → Apply & restart terminals (required before terminals start)
- Main Agent pane (starred) — runs
vigthoria login until authenticated, then vigthoria agent
- Comfort prompt — type below the Main Agent terminal and press Enter (Shift+Enter for newline)
- Tools panel — Report, Hyper-Loop (login required), Templates
- Other panes — use for
npm run dev, git, tests, etc.
- File tree — read-only navigation in the sidebar
Linux
Download the .deb package from the products section, then:
$ sudo dpkg -i vigthoria-workbench-1.0.2-amd64.deb
Launch Vigthoria Workbench from your application menu.
Requirements
- Windows 10/11 (WebView2 — usually already installed)
- Vigthoria CLI (
npm install -g vigthoria-cli) for agent, login, and Hyper-Loop tools
- Linux amd64: install the .deb from the products section