Technology

Vite+ Alpha: VoidZero Unified Toolchain (Vite 8, Rolldown, Oxlint)

7 minBy Ellis Velandia
Vite+ Alpha: VoidZero Unified Toolchain (Vite 8, Rolldown, Oxlint)

Vite+ Alpha: One Toolchain for the Full Web Dev Loop

VoidZero has announced the alpha release of Vite+, a unified, open-source (MIT) toolchain that combines Vite, Vitest, Oxlint, Oxfmt, Rolldown, and tsdown into a single entry point for developing, testing, formatting, and building projects. The announcement was published March 13, 2026 at voidzero.dev/posts/announcing-vite-plus-alpha.

What is Vite+

Vite+ manages runtime (Node.js), package manager, and frontend toolchain from one binary vp. Main commands:

  • vp env: manage Node.js globally and per project
  • vp install: install dependencies with the correct package manager
  • vp dev: Vite dev server with native ESM and HMR
  • vp check: lint with Oxlint, format with Oxfmt, type-check with tsgo
  • vp test: integrated Vitest
  • vp build: production builds with Rolldown and Oxc
  • vp run: monorepo tasks with caching and dependency resolution
  • vp create: scaffold projects and monorepos

Watch the video

When VoidZero publishes the official Vite+ Alpha announcement video, we will link it here. In the meantime, check the full announcement on voidzero.dev and the Vite+ documentation.

Getting started

Global install: curl -fsSL https://vite.plus | bash (macOS/Linux) or PowerShell script on Windows. Migrate existing projects with vp migrate.

Resources and next steps

Stay up to date with the latest releases in the JavaScript and Vite ecosystem so you do not fall behind in 2026. Explore more at Blog / Technology. Try Vite+ today on a greenfield project or with vp migrate.