macOS
brew install jerryscriptlocal Homebrew formula metadata
brew
jerryscript のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install jerryscriptlocal Homebrew formula metadata
nix profile install nixpkgs#jerryscriptnixpkgs package indexes · pkgs/by-name/je/jerryscript/package.nix · ソース: api.github.com
概要
Ultra-lightweight JavaScript engine for the Internet of Things
履歴
JerryScript is a lightweight JavaScript engine for constrained Internet of Things devices. The project site and README emphasize microcontroller-class memory budgets, C99 portability, on-device compilation and execution, bytecode snapshots, and an embeddable C API.
The public GitHub repository dates to 2015. The project presented itself early as a JavaScript engine for devices with less than 64 KB of RAM and less than 200 KB of flash, targeting a niche that mainstream browser and server JavaScript engines did not fit.
JerryScript reached a 1.0 GitHub release in 2016 and continued through the 2.x and 3.x release lines. Later release notes show the project expanding beyond its original ECMAScript 5.1 baseline, while still tracking footprint and conformance as central engineering constraints.
JerryScript gained ecosystem legitimacy by becoming an OpenJS Foundation hosted project. The OpenJS project listing describes it as a fully featured JavaScript engine for IoT devices, and the JerryScript site links it with IoT.js, a related JavaScript platform for IoT applications.
Package-manager adoption through Homebrew and Nix gives developers a straightforward way to build and experiment with the `jerry` command-line engine on workstations, even though the project's natural deployment target is embedded firmware and constrained devices.
The repository documents a simple source build with `python tools/build.py`, producing the `jerry` executable. Library users embed the engine through its C API, while the snapshot mechanism allows JavaScript source to be precompiled to bytecode before deployment.
JerryScript is interesting to package people because it is not another desktop JavaScript runtime. It packages a tiny embeddable engine whose constraints are closer to firmware than Node.js, making it a useful test case for how package managers expose embedded-runtime tooling to general-purpose developer machines.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
jerry | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/jerryscript-project/jerryscript
インストールメタデータ
| パッケージキー | brew:jerryscript |
|---|---|
| バージョン | 3.0.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/jerryscript |
| ホームページ | https://jerryscript.net |
| リポジトリ | https://github.com/jerryscript-project/jerryscript |
| 上流ドキュメント | https://github.com/jerryscript-project/jerryscript#readme |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/jerryscript-project/jerryscript/archive/refs/tags/v3.0.0.tar.gz |
| ビルド依存関係 | cmake |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | jerryscript |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
jerryscript
nix profile install nixpkgs#jerryscriptソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.