Vigthoria Workbench

Desktop multi-terminal workspace for vigthoria agent - v1.0.2

Download for Windows Install CLI first

Windows install

  1. Download Vigthoria-Workbench-Windows-Setup.zip
  2. Extract the ZIP (right-click → Extract All)
  3. Double-click Install-Vigthoria-Workbench.bat — do not open the .ps1 in a text editor
  4. The installer downloads the app and sets up a desktop shortcut; Workbench opens when done
  5. For agent terminals, install Vigthoria CLI separately: npm install -g vigthoria-clivigthoria update

First launch — how the UI works

  1. Pick workspace folder — click Browse and select your project (e.g. a game repo or app root)
  2. Choose a preset — Agent Solo, Agent+Dev, Full Stack, or Deep Analysis
  3. Create workspace — the layout opens with multiple terminal panes
  4. Project folder — set path in sidebar → Apply & restart terminals (required before terminals start)
  5. Main Agent pane (starred) — runs vigthoria login until authenticated, then vigthoria agent
  6. Comfort prompt — type below the Main Agent terminal and press Enter (Shift+Enter for newline)
  7. Tools panel — Report, Hyper-Loop (login required), Templates
  8. Other panes — use for npm run dev, git, tests, etc.
  9. 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