macOS
brew install joernlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für joern in AI-Agent-Workflows.
Installation
brew install joernlocal Homebrew formula metadata
Überblick
Open-source code analysis platform based on code property graphs
Verlauf
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.
Sicherheitslage
Für joern wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
abap2cpg | cli | globales Executable | |
c2cpg.sh | cli | globales Executable | |
csharpsrc2cpg | cli | globales Executable | |
ghidra2cpg | cli | globales Executable | |
gosrc2cpg | cli | globales Executable | |
javasrc2cpg | cli | globales Executable | |
jimple2cpg | cli | globales Executable | |
joern | cli | globales Executable | |
joern-cpg2scpg | cli | globales Executable | |
joern-export | cli | globales Executable | |
joern-flow | cli | globales Executable | |
joern-parse | cli | globales Executable | |
joern-scan | cli | globales Executable | |
joern-slice | cli | globales Executable | |
joern-vectors | cli | globales Executable | |
jssrc2cpg.sh | cli | globales Executable | |
kotlin2cpg | cli | globales Executable | |
php2cpg | cli | globales Executable | |
pysrc2cpg | cli | globales Executable | |
rubysrc2cpg | cli | globales Executable | |
rust2cpg | cli | globales Executable | |
schema-extender.sh | cli | globales Executable | |
swiftsrc2cpg.sh | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://github.com/joernio/joern
Installationsmetadaten
| Paketschlüssel | brew:joern |
|---|---|
| Version | 4.0.580 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/joern |
| Homepage | https://joern.io/ |
| Repository | https://github.com/joernio/joern |
| Upstream-Dokumentation | https://docs.joern.io/ |
| Lizenz | Apache-2.0 |
| Quellarchiv | https://github.com/joernio/joern/archive/refs/tags/v4.0.580.tar.gz |
| Zuletzt aktualisiert | 2026-07-14T12:44:08Z |
| Pulse | updated |
| Abhängigkeiten | astgen, coreutils, openjdk@25, php |
| Build-Abhängigkeiten | sbt |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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 |
|
Quellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.