# Installer vite-plus avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de vite-plus pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:vite-plus
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install vite-plus
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#vp
```

  Preuve: nixpkgs package indexes: pkgs/by-name/vp/vp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:vite-plus
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.2.7
- **Résumé source:** Unified toolchain and entry point for web development
- **Page d'accueil:** <https://viteplus.dev>
- **Dépôt:** <https://github.com/voidzero-dev/vite-plus>
- **Dernière mise à jour:** 2026-07-31T10:26:14Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- vp (alias)
- vpr (alias)
- vpx (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.2.7
## Historique du projet et usages

Vite+ is VoidZero's unified command-line toolchain for web development. It uses the `vp` entry point to combine Vite, Vitest, Oxlint, Oxfmt, Rolldown, tsdown, and Vite Task with runtime and package-manager workflows.

### Historique du projet

VoidZero announced Vite+ Alpha on March 13, 2026, presenting it as an MIT-licensed unified toolchain and entry point for web application development. The alpha announcement named LONG Yinan, MK, WANG Chi, Evan You, and Christoph Nakazawa as authors and described commands for environment management, dependency installation, development, checks, tests, builds, task running, packaging, project creation, and migration.

The repository itself was created in March 2025 and became the public implementation under the voidzero-dev organization. On July 2, 2026, VoidZero announced Vite+ Beta and the GitHub release feed published v0.2.2 as 'Vite+ Beta'. The beta announcement positioned the project as stable enough to adopt where its feature set fits, while still on the road to 1.0.

### Historique d'adoption

Because Vite+ is new, its adoption history is still early. The beta announcement explicitly asks for feedback from developers migrating existing projects, framework and plugin authors, and teams maintaining large repositories. Its appeal is strongest in Vite-based projects that already use several VoidZero or adjacent tools and want one workflow instead of separate configuration files and commands.

The project benefits from being attached to the Vite and VoidZero ecosystem rather than launching as an isolated tool. Its documentation stresses compatibility with frameworks in the Vite ecosystem, including React, Vue, Svelte, and metaframeworks built on Vite.

### Modes d'utilisation

Users install the global `vp` command, then use `vp create` for new projects or `vp migrate` for existing Vite projects. Day-to-day commands include `vp dev`, `vp check`, `vp test`, `vp build`, `vp run`, `vp pack`, `vp install`, and `vp env`.

Configuration is centered on the project root's `vite.config.ts` or `vite.config.js`, where Vite+, Vitest, linting, formatting, task-runner, and staged-file workflow settings can be kept together.

### Pourquoi les passionnés de paquets s'y intéressent

For package nerds, Vite+ is significant as an attempt to turn a frontend toolchain stack into a single installable workflow, closer to the integrated feel of Cargo-style tooling than the traditional JavaScript pile of separate CLIs. Its package-manager story is especially fresh because the beta roadmap calls out adding distribution channels such as an official Homebrew formula.

The Homebrew package is therefore an early signal of Vite+ moving from announcement-stage JavaScript tooling into system package-manager discovery.

### Chronologie

- 2025: voidzero-dev/vite-plus repository created in March.
- 2026-03-13: Vite+ Alpha announced by VoidZero.
- 2026-05: v0.1.21 release line added create, migrate, and local CLI improvements.
- 2026-07-02: Vite+ Beta announced; v0.2.2 published as the beta release.

### Related projects

- Vite+ is built around Vite, Vitest, Oxlint, Oxfmt, Rolldown, tsdown, and Vite Task, and is stewarded by VoidZero, the tooling company behind several of those JavaScript ecosystem projects.

### Sources

- <https://api.github.com/repos/voidzero-dev/vite-plus>
- <https://api.github.com/repos/voidzero-dev/vite-plus/releases?per_page=10>
- <https://github.com/voidzero-dev/vite-plus>
- <https://viteplus.dev/>
- <https://viteplus.dev/guide/>
- <https://viteplus.dev/guide/why>
- <https://voidzero.dev/posts/announcing-vite-plus-alpha>
- <https://voidzero.dev/posts/announcing-vite-plus-beta>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour vite-plus. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: project root/vite.config.js, project root/vite.config.ts
- Windows: project root/vite.config.js, project root/vite.config.ts
## Autres enregistrements de gestionnaires de paquets

- Nix - vp: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/vp/vp/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/vite-plus.yml](https://github.com/mxcl/pkgdb/blob/main/combined/vite-plus.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
