Announcing Vite+ Alpha: Open Source. Unified.
Immutable
release. Only release title and notes can be modified.
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 management —
vp envmanages 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.11vite-plus@0.1.11
Installation
macOS/Linux:
curl -fsSL https://vite.plus | bashWindows:
irm https://vite.plus/ps1 | iexRead the full announcement: https://voidzero.dev/posts/announcing-vite-plus-alpha