Skip to content

Announcing Vite+ Alpha: Open Source. Unified.

Choose a tag to compare

@github-actions github-actions released this 13 Mar 06:15
Immutable release. Only release title and notes can be modified.
ef77182

The first alpha release of Vite+ — a unified web development toolchain that combines Vite, Vitest, Oxlint, Oxfmt, Rolldown, and tsdown into a single CLI.

Highlights

  • One config to rule them all — replace scattered config files with a single vite.config.ts
  • Rust-powered performance — production builds 1.6-7.7x faster, linting 50-100x faster, formatting up to 30x faster
  • Built-in task runner — run monorepo tasks with intelligent caching and dependency resolution
  • Node.js version managementvp env manages Node.js versions out of the box
  • MIT licensed — fully open source

Bundled Versions

Tool Version Source
vite 8.0.0 b565af6
rolldown 1.0.0-rc.9 00f9fa1
tsdown 0.21.2 npm
vitest 4.1.0 npm
oxlint 1.55.0 npm
oxlint-tsgolint 0.16.0 npm
oxfmt 0.40.0 npm

Published Packages

  • @voidzero-dev/vite-plus-core@0.1.11
  • @voidzero-dev/vite-plus-test@0.1.11
  • vite-plus@0.1.11

Installation

macOS/Linux:

curl -fsSL https://vite.plus | bash

Windows:

irm https://vite.plus/ps1 | iex

Read the full announcement: https://voidzero.dev/posts/announcing-vite-plus-alpha