quickjs 2025-04-26
Small embeddable Javascript engine
QuickJS supports the ES2023 specification including modules, asynchronous generators, proxies, BigInt, BigDecimal, BigFloat and operator overloading. It can compile Javascript sources to executables with no external dependency. It includes a command line interpreter with contextual colorization implemented in Javascript and a small built-in standard library with C library wrappers.
- Outputs:
out
- Website: https://bellard.org/quickjs/
- Licenses: Expat
- Package source: gnu/packages/javascript.scm
- Builds: See build status
- Issues: See known issues
Installation
Install quickjs 2025-04-26
as follows:
guix install quickjs@2025-04-26
Or install the latest version:
guix install quickjs
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.