macOS
brew install joernlocal Homebrew formula metadata
brew
joern のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install joernlocal Homebrew formula metadata
概要
Open-source code analysis platform based on code property graphs
履歴
Joern is an open-source code analysis platform built around code property graphs, a graph representation that lets security researchers query syntax, control flow, and data flow through a Scala-based domain-specific language. Its Homebrew formula packages a large CLI surface, including language frontends and helper commands for parsing, scanning, slicing, exporting, and vectorizing code.
The code property graph idea was introduced in vulnerability-research work on C system code and the Linux kernel. Joern grew from that research lineage into a practical tool for creating and querying CPGs, with later research from 2014 to 2016 extending the representation and 2017 onward work at ShiftLeft turning the format into a broader static-analysis foundation.
The public joernio/joern repository was created in 2019 and the project documentation records several architectural shifts: older Joern versions used general-purpose graph databases and Gremlin, later versions moved to OverflowDB, Joern v2 changed the implementation line from Scala 2 to Scala 3, and Joern v4 moved from OverflowDB to flatgraph.
Joern's adoption is strongest in security research and static-analysis workflows where importing incomplete or build-hostile code is valuable. The documentation lists mature or partially mature frontends for C/C++, Java, JavaScript, Python, binary analysis through Ghidra, JVM bytecode, Kotlin, PHP, Go, Ruby, Swift, and C#.
Homebrew distribution makes Joern convenient on macOS and Linux while preserving its JVM/Scala toolchain shape through OpenJDK and sbt-related packaging.
A typical Joern workflow parses source, bytecode, or binaries into a CPG, stores the graph in Joern's graph database, and then uses CPGQL or bundled commands such as joern-scan, joern-slice, and joern-export to inspect code patterns and vulnerability-relevant flows.
Joern matters to package nerds because it turns a research-heavy static-analysis stack into a single installable CLI formula with many frontends. It also shows the unusual packaging profile of modern security tooling: JVM runtime, Scala build tooling, external parsers, and a fast-moving release stream tied to graph storage changes.
セキュリティ状態
joern に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
abap2cpg | cli | グローバル実行可能ファイル | |
c2cpg.sh | cli | グローバル実行可能ファイル | |
csharpsrc2cpg | cli | グローバル実行可能ファイル | |
ghidra2cpg | cli | グローバル実行可能ファイル | |
gosrc2cpg | cli | グローバル実行可能ファイル | |
javasrc2cpg | cli | グローバル実行可能ファイル | |
jimple2cpg | cli | グローバル実行可能ファイル | |
joern | cli | グローバル実行可能ファイル | |
joern-cpg2scpg | cli | グローバル実行可能ファイル | |
joern-export | cli | グローバル実行可能ファイル | |
joern-flow | cli | グローバル実行可能ファイル | |
joern-parse | cli | グローバル実行可能ファイル | |
joern-scan | cli | グローバル実行可能ファイル | |
joern-slice | cli | グローバル実行可能ファイル | |
joern-vectors | cli | グローバル実行可能ファイル | |
jssrc2cpg.sh | cli | グローバル実行可能ファイル | |
kotlin2cpg | cli | グローバル実行可能ファイル | |
php2cpg | cli | グローバル実行可能ファイル | |
pysrc2cpg | cli | グローバル実行可能ファイル | |
rubysrc2cpg | cli | グローバル実行可能ファイル | |
rust2cpg | cli | グローバル実行可能ファイル | |
schema-extender.sh | cli | グローバル実行可能ファイル | |
swiftsrc2cpg.sh | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/joernio/joern
インストールメタデータ
| パッケージキー | brew:joern |
|---|---|
| バージョン | 4.0.580 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/joern |
| ホームページ | https://joern.io/ |
| リポジトリ | https://github.com/joernio/joern |
| 上流ドキュメント | https://docs.joern.io/ |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/joernio/joern/archive/refs/tags/v4.0.580.tar.gz |
| 最終更新 | 2026-07-14T12:44:08Z |
| Pulse | updated |
| 依存関係 | astgen, coreutils, openjdk@25, php |
| ビルド依存関係 | sbt |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | joern |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.