How to install quickjs (aarch64)
A small and embeddable JavaScript engine
Install
sudo dnf -y install https://extras.getpagespeed.com/release-latest.rpm sudo dnf -y install quickjs
Description
QuickJS-NG is a small and embeddable JavaScript engine. It supports the ES2023 specification including modules, asynchronous generators, proxies, and BigInt. This is an actively maintained fork of the original QuickJS by Fabrice Bellard.
Architecture
Optimized for aarch64 (ARM64) architecture. It can be used on AWS Graviton instances, as well as Raspberry Pi 4 and newer.
RPMs
| Package | Size | Changelog |
|---|---|---|
| quickjs-0.12.0-2.fc44.gps.aarch64 | 743 KiB |
Danila Vershinin (2026-02-11) - Bundle cutils into libqjs.a for self-contained static library |