macOS
brew install v8local Homebrew formula metadata
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de v8 pour les workflows d'agents IA.
installation
brew install v8local Homebrew formula metadata
sudo dnf install nodejs22-libsFedora Rawhide package metadata · nodejs22-libs · Source: dl.fedoraproject.org
aperçu
Google's JavaScript engine
historique
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.
posture de sécurité
Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour v8. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
d8 | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:v8 |
|---|---|
| Version | 15.1.206.10 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/v8 |
| Page d'accueil | https://v8.dev/docs |
| Dépôt | https://github.com/v8/v8 |
| Docs amont | https://v8.dev/docs |
| Licence | BSD-3-Clause |
| Archive source | https://github.com/v8/v8/archive/refs/tags/15.1.206.10.tar.gz |
| Dernière mise à jour | 2026-07-22T20:18:02Z |
| Pulse | updated |
| Dépendances de compilation | llvm, ninja |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | v8 |
| Version Scheme | 0 |
| Revision | 0 |
| Requirements |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
nodejs22-libs 22.22.2-3.fc45
Node.js and v8 libraries
sudo dnf install nodejs22-libsnodejs24-libs 24.15.0-1.fc45
Node.js and v8 libraries
sudo dnf install nodejs24-libspiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.