Automic VaultAutomic Vault

brew

使用 Homebrew, dnf 安装 v8

查看 v8 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install v8

local Homebrew formula metadata

Linux

Fedora dnf已验证 · 92%
sudo dnf install nodejs22-libs

Fedora Rawhide package metadata · nodejs22-libs · 来源: dl.fedoraproject.org

概览

软件包摘要

Google's JavaScript engine

命令和别名

  • d8

历史

项目历史与用法

V8 is Google's open-source JavaScript and WebAssembly engine, written in C++ and used by Chrome, Node.js, and other embedders. In package-manager culture it is mostly encountered as a dependency, an embeddable runtime, and the provider of the `d8` developer shell rather than as an everyday end-user CLI.

项目历史

Google began V8 as the JavaScript engine for the then-secret Chrome browser project. The V8 team's own 10-year retrospective says Google hired Lars Bak in autumn 2006 to build a new JavaScript engine and that the engine was named V8 as a reference to a high-performance car engine.

V8 was open-sourced on September 2, 2008, the same day Chrome launched, with an initial public commit dated June 30, 2008. Early V8 supported ia32 and ARM and used SCons; over the following decade the project moved through major compiler, garbage-collector, source-control, and build-system changes.

The engine's compiler history is especially important to JavaScript runtime history. V8 moved from early code generators to Crankshaft, then to the Ignition interpreter and TurboFan optimizing compiler, while also adding WebAssembly support and a growing set of ECMAScript features.

采用历史

V8 was designed as a standalone embeddable engine, not only as part of Chrome. The V8 documentation says it can be embedded into any C++ application, and the 10-year retrospective highlights Node.js as the 2009 non-browser embedder that made V8 central to a large JavaScript ecosystem.

In 2017 the V8 team formally treated Node.js as a first-class embedder alongside Chromium, with infrastructure preventing V8 patches from landing if they broke the Node.js test suite. That cemented V8's role as shared infrastructure for both browser and server-side JavaScript.

使用方式

Packagers and runtime hackers use the package for the engine libraries and for `d8`, V8's developer shell. The official `d8` documentation describes it as useful for running JavaScript locally and debugging V8 changes, with support for loading scripts, reading files, passing arguments, and inspecting flags.

Embedding users follow the official embedding guide, which walks C++ developers through isolates, handles, contexts, building `v8_monolith`, and running a small JavaScript example from a native application.

为什么软件包爱好者会关心

For package nerds, V8 sits at the awkward but fascinating boundary between browser engine, language runtime, C++ library, and JavaScript toolchain substrate. It brings large-source-tree build systems, frequent upstream branch heads, architecture-specific code generation, ICU data, and ABI-sensitive embedders into ordinary package-manager work.

The Homebrew `v8` formula exposes this infrastructure directly: installing it is less about launching an app and more about making the V8 engine and `d8` shell available for experiments, reverse dependencies, embedders, and JavaScript/WebAssembly runtime testing.

时间线

  • 2006: Google starts V8 work for the secret Chrome project.
  • 2008: V8 is open-sourced on the same day Chrome launches.
  • 2009: Node.js releases and embeds V8.
  • 2010: Crankshaft optimizing JIT improves runtime performance.
  • 2015: Work starts on the Ignition interpreter; an early WebAssembly prototype lands.
  • 2017: Ignition and TurboFan become the default pipeline; Node.js is recognized as a first-class V8 embedder.
  • 2018: V8's retrospective describes its evolution from JavaScript engine to JavaScript and WebAssembly engine.

Related projects

  • Chromium and Google Chrome are V8's original browser consumers.
  • Node.js is the major non-browser embedder that made V8 important to server-side JavaScript packaging.
  • `d8` is V8's developer shell and the CLI most directly exposed by source builds and packages.

安全态势

尚未找到受保护工具覆盖

没有找到 v8 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 构建元数据列出 2 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
d8cli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-26
管理器版本15.1.206.10
管理器更新时间2026-07-22
本地数据OK
上游not checked
检测到的最新版本未检测到

https://github.com/v8/v8

安装元数据

软件包元数据

软件包键brew:v8
版本15.1.206.10
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/v8
主页https://v8.dev/docs
仓库https://github.com/v8/v8
上游文档https://v8.dev/docs
许可证BSD-3-Clause
源码归档https://github.com/v8/v8/archive/refs/tags/15.1.206.10.tar.gz
最后更新2026-07-22T20:18:02Z
Pulseupdated
构建依赖llvm, ninja
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

dnf95%

nodejs22-libs 22.22.2-3.fc45

Node.js and v8 libraries

https://nodejs.org

sudo dnf install nodejs22-libs
  • License: Apache-2.0 AND Artistic-2.0 AND BSD-2-Clause AND BSD-3-Clause AND BlueOak-1.0.0 AND CC-BY-3.0 AND CC0-1.0 AND ISC AND MIT
  • Category: Unspecified
  • Architecture: i686
  • Source Package: nodejs22
  • 14 依赖
  • 7 提供
  • normalized package name match
  • 匹配方式:V8
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: nodejs22-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

nodejs24-libs 24.15.0-1.fc45

Node.js and v8 libraries

https://nodejs.org

sudo dnf install nodejs24-libs
  • License: Apache-2.0 AND Artistic-2.0 AND BSD-2-Clause AND BSD-3-Clause AND BlueOak-1.0.0 AND CC-BY-3.0 AND CC0-1.0 AND ISC AND MIT
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: nodejs24
  • 14 依赖
  • 6 提供
  • normalized package name match
  • 匹配方式:V8
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: nodejs24-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

Combined YAML source

View the package source record on GitHub.

combined/v8.yml

使用的来源

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