VisualAgentic Support

Instructions

Installation Instructions

  1. Set up either Claude Code CLI or Opencode CLI (instructions below).
  2. Go to the home page and download the Windows Client.
  3. Run the installer and follow the on-screen prompts.
  4. Launch VisualAgentic from the Start menu.
  5. Click on the Configure Agent Models button.
  6. If Using Opencode CLI, make sure to connect the services inside Opencode itself.
  7. Set up the agents with their models.
  8. Click on the Save button.
  9. Click on the New Project button and add a new project to work on.

Quick Start Guide

Set up a coding agent CLI and connect it to VisualAgentic's agent workflows. Choose your CLI below.

Instructions

  1. Install nvm for Windows from the nvm-windows site.

  2. Open PowerShell.

  3. Install the latest Node.js version:

    nvm install latest
    

Instructions 7. Allow install scripts for the opencode-ai package:

npm config set allow-scripts=opencode-ai --location=user

Instructions 8. Install OpenCode globally:

npm install -g opencode-ai
  1. Find the global npm prefix:
    npm prefix -g
    
  2. Run: Set-ExecutionPolicy -Scope CurrentUser -ExecutionPolicy RemoteSigned
  3. Add the path from step 9 to your system Path environment variable: Windows Search → "environment variables" → Edit the system environment variablesEnvironment Variables → select PathEditNew → paste the path → OK (three times). Instructions Instructions
  4. Close PowerShell and reopen it.
  5. Run:
    opencode
    

Instructions 14. Run /connect.

  1. Add your provider(s). Instructions
  2. Exit OpenCode.
  3. Open Visual Agentic: Windows Search → "Visual" → Visual Agentic.
  4. Click Configure Agents. Instructions
  5. Set your services in the services tab, then click on the agents tab to set up the agents, and save. Instructions

Requirements

  • Windows 10 or later (64-bit)
  • 8 GB RAM recommended

Support

Use the feedback form on this site to report issues.

Read the full README

For detailed configuration options, troubleshooting, and contribution guidelines: README