macOS
brew install joernlocal Homebrew formula metadata
安装
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 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
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 |
|
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.