V8 (JavaScript engine)

V8
Developer(s)Google
Initial release2 September 2008 (2008-09-02)
Stable release
11.4  / 24 May 2023 (24 May 2023)
Repository
Written inC++
PlatformIA-32, x86-64, 32-bit ARM, AArch64, 32-bit MIPS, MIPS64, PowerPC, IBM ESA/390, z/Architecture
TypeJavaScript and WebAssembly engine
LicenseBSD
Websitev8.dev 

V8 is a JavaScript and WebAssembly engine developed by Google for its Chrome browser. V8 is free and open-source software that is part of the Chromium project and also used separately in non-browser contexts, notably the Node.js runtime system. Other server-side JavaScript runtimes use alternative engines, such as Bun (which uses JavaScriptCore) and Hermes (used by React Native).