Download Latest Version ViMax v1.2.0 - Web Workspace source code.zip (2.5 MB)
Email in envelope

Get an email when there's a new version of ViMax

Home / v1.2.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-07-20 1.5 kB
ViMax v1.2.0 - Web Workspace source code.tar.gz 2026-07-20 2.4 MB
ViMax v1.2.0 - Web Workspace source code.zip 2026-07-20 2.5 MB
Totals: 3 Items   5.0 MB 3

ViMax Web UI

What's new

ViMax v1.2.0 introduces a complete browser-based workspace on top of the existing Agent Loop, sessions, tools, and video pipelines.

  • Named projects with persistent Agent Loop sessions
  • Artifact browser with structured, non-JSON presentation
  • Storyboard previews and render checkpoint tracking
  • File uploads into the active project workspace
  • Provider settings for LLM, image, video, embedding, and reranker services
  • Light and dark themes
  • Existing TUI and direct Idea2Video, Script2Video, and Novel2Video entrypoints remain available

Reliability and configuration

  • Improved adapter session handling and planning/render continuation
  • Local credentials now use the ignored configs/agent.local.yaml; the repository tracks only configs/agent.example.yaml
  • Removed host-specific runtime paths
  • Web server binds to 127.0.0.1 by default and is intended for local use or trusted SSH tunnels

Validation

  • 184 Python tests passed
  • TUI tests and TypeScript checks passed
  • 32 Web UI tests passed
  • Production Web UI build passed
  • Production npm dependency audit reports 0 vulnerabilities

Start the Web UI

:::bash
git clone https://github.com/HKUDS/ViMax.git
cd ViMax
uv sync
cp configs/agent.example.yaml configs/agent.local.yaml
cd web
npm install
npm run dev

Open http://127.0.0.1:4173.

Source: README.md, updated 2026-07-20