Automic VaultAutomic Vault

brew

vite を Homebrew, apt, Nix でインストール

vite のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install vite

local Homebrew formula metadata

Linux

Debian apt確認済み · 92%
sudo apt install vite

Debian stable package indexes · vite · ソース: deb.debian.org

Nix確認済み · 92%
nix profile install nixpkgs#vite

nixpkgs package indexes · pkgs/by-name/vi/vite/package.nix · ソース: api.github.com

概要

パッケージ概要

Next generation frontend tooling. It's fast!

履歴

プロジェクトの歴史と使われ方

Vite is a frontend development server and build tool created by Evan You for the browser-native ES module era. Its central idea is to avoid rebuilding a whole application during development: source modules are served on demand, dependencies are pre-bundled, and hot updates travel through native ESM boundaries.

In package-manager culture, Vite became the default small executable behind many JavaScript framework starters. The `vite` command is used both as an interactive development server and as the entry point for production builds, making it a common tool even for developers who encounter it indirectly through framework CLIs.

プロジェクトの歴史

Vite emerged in 2020 as a response to the long startup and rebuild times of bundle-first JavaScript tooling. The official documentation frames its origins around the moment when browsers had gained broad ES module support, allowing development servers to let the browser load modules directly instead of constructing an entire bundle before first page load.

Vite 2, released by Evan You in February 2021, was the point where the project became a broader framework-agnostic tool rather than only a Vue-oriented experiment. Later major releases focused on ecosystem stability, plugin compatibility, performance, and keeping the development and production pipelines aligned.

By the mid-2020s, Vite's roadmap had shifted toward unifying more of the toolchain. Official Vite documentation describes the migration toward Rolldown so that dependency pre-bundling and production bundling can eventually share a high-performance Rollup-compatible foundation.

採用の歴史

Vite adoption accelerated quickly after Vite 2. The Vite 3 announcement said the project had passed one million npm downloads per week and named Nuxt 3, SvelteKit, Astro, Hydrogen, and SolidStart as frameworks built with or defaulting to Vite.

The Vite 4 announcement reported growth from one million to 2.5 million npm downloads per week, and the Vite 5 announcement reported a further jump to 7.5 million weekly downloads. These official release notes also positioned Vite as shared infrastructure for an expanding framework ecosystem rather than a single-framework companion.

In 2026 the Vite project described a new stage after VoidZero joined Cloudflare, while stating that Vite remained open source, vendor-agnostic, and stewarded by the Vite team with members from multiple organizations and independent contributors.

使われ方

A typical Vite workflow starts a local development server, serves source files as native ESM, applies fast transforms, and sends HMR updates without forcing a full page reload. For production, Vite builds optimized assets through its bundling pipeline.

Vite is also used as a plugin platform. Its Rollup-inspired plugin API, framework integrations, and configuration files make the `vite` package a common dependency in frontend apps, component libraries, documentation sites, and server-rendered web frameworks.

パッケージ好きにとっての重要性

Vite matters to package nerds because it is both a visible CLI and a hidden ecosystem substrate. Installing a modern frontend starter often means installing Vite or a framework layer that delegates development and build behavior to Vite.

It also marks a generational shift away from older dev-server assumptions: native ESM during development, aggressive dependency pre-bundling, and framework-shared tooling replaced many bespoke Webpack-era setups.

タイムライン

  • 2020: Vite was created in the period when native browser ES modules were broadly usable for development tooling.
  • 2021: Evan You released Vite 2, broadening Vite into a general-purpose frontend build tool.
  • 2022: Vite 3 reported more than one million npm downloads per week and a rapidly growing framework ecosystem.
  • 2022: Vite 4 reported growth to 2.5 million npm downloads per week.
  • 2023: Vite 5 reported growth to 7.5 million npm downloads per week and continued framework adoption.
  • 2025-2026: The official roadmap centered on Rolldown integration and a more unified JavaScript toolchain.
  • 2026: Vite announced that VoidZero was joining Cloudflare while keeping Vite open source and vendor-agnostic.

Related projects

  • Vite is closely related to Rollup, esbuild, and Rolldown because those tools shape its plugin compatibility, dependency optimization, and production bundling story.
  • Frameworks and meta-frameworks named in official Vite release notes include Nuxt, SvelteKit, Astro, Hydrogen, SolidStart, Laravel, Rails integrations through Vite Ruby, and later Qwik City and other ecosystem entrants.

セキュリティ状態

保護ツール対応はまだ見つかっていません

vite に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

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

Config paths the tool may read or write during local use.

Unix
project root/vite.config.jsproject root/vite.config.tsproject root/vite.config.mjsproject root/vite.config.mts
Windows
project root/vite.config.jsproject root/vite.config.tsproject root/vite.config.mjsproject root/vite.config.mts

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
vitecliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版8.1.3
マネージャ更新日2026-07-03
ローカルデータOK
上流not checked
検出された最新未検出

https://vitejs.dev/

  • 情報Release/tag comparison is only available for GitHub repositories.https://vitejs.dev/信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:vite
バージョン8.1.3
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/vite
ホームページhttps://vitejs.dev/
リポジトリhttps://github.com/vitejs/vite
上流ドキュメントhttps://vite.dev/guide
ライセンスMIT
ソースアーカイブhttps://registry.npmjs.org/vite/-/vite-8.1.3.tgz
最終更新2026-07-03T07:22:19Z
Pulseupdated
依存関係node
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namevite
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

vite 1.4-1

Efficient visual trace explorer

https://solverstack.gitlabpages.inria.fr/vite/

sudo apt install vite
  • Section: devel
  • Architecture: amd64
  • 16 依存関係
  • normalized package name match
  • 一致条件: Vite
Debian stable package indexes · deb.debian.org · Debian stable package indexes: vite from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

vite

nix profile install nixpkgs#vite
  • normalized package name match
  • 一致条件: Vite
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/vi/vite/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

vite 1.2+svn+git4.c6c0ce7-8build2

Efficient visual trace explorer

https://vite.gforge.inria.fr/

sudo apt install vite
  • Section: universe/devel
  • Architecture: amd64
  • 16 依存関係
  • normalized package name match
  • 一致条件: Vite
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: vite from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment