macOS
brew install bytemanlocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für byteman in AI-Agent-Workflows.
Installation
brew install bytemanlocal Homebrew formula metadata
sudo dnf install bytemanFedora Rawhide package metadata · byteman · Quelle: dl.fedoraproject.org
sudo apt install libbyteman-javaDebian stable package indexes · libbyteman-java · Quelle: deb.debian.org
Überblick
Java bytecode manipulation tool for testing, monitoring and tracing
Verlauf
Byteman is a Java agent and command-line toolkit for injecting rules into running JVM programs. It is used for tracing, monitoring, testing, and fault injection without permanently changing application source code.
The Byteman README describes the project as a tool for injecting side effects into Java programs to trace and test application behavior. Its distribution includes command scripts, an agent and rule engine, submit/install clients, sample scripts, and programmer documentation.
The official JBoss project site frames Byteman as a way to simplify Java tracing, monitoring, and testing. Its documentation history includes papers and talks by Andrew Dinn and other Red Hat/JBoss community members from 2009 onward, including fault-injection and runtime-behavior use cases.
Byteman adoption is strongest in the Java middleware and testing world. The official docs page lists BMUnit tests or integrations involving WildFly, Narayana, Hibernate, Infinispan, HornetQ, JGroups, IronJacamar, Mule, and other JVM projects.
Packaging in Homebrew, Debian, Ubuntu, and Fedora reflects a niche but durable role: it is not a default Java tool, but it is valuable when tests need controlled failure, race, or runtime instrumentation scenarios.
Users write Byteman rule scripts, check them with `bmcheck` or `bytemancheck`, run Java under the agent with `bmjava`, install the agent into a running JVM with `bminstall`, and submit rules with `bmsubmit`.
Typical package-manager usage is by developers or QA engineers who need to reproduce timing bugs, inject exceptions, trace JVM internals, or test recovery paths in Java services.
Byteman is notable because it packages JVM bytecode instrumentation as a Unix-style command tool. That makes heavy Java-agent machinery installable with `brew install byteman` or distro packages instead of manual download-and-unzip workflows.
For package nerds, it sits in the same practical family as debuggers, tracers, and test harnesses: rarely needed by everyone, but exactly the right sharp tool when ordinary unit tests cannot reach a runtime behavior.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
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 |
|---|---|---|---|
bmcheck | cli | globales Executable | |
bminstall | cli | globales Executable | |
bmjava | cli | globales Executable | |
bmsubmit | cli | globales Executable | |
bytemancheck | 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.
Installationsmetadaten
| Paketschlüssel | brew:byteman |
|---|---|
| Version | 4.0.27 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/byteman |
| Homepage | https://byteman.jboss.org/ |
| Repository | https://github.com/bytemanproject/byteman |
| Upstream-Dokumentation | https://byteman.jboss.org/docs.html |
| Lizenz | LGPL-2.1-or-later |
| Quellarchiv | https://downloads.jboss.org/byteman/4.0.27/byteman-download-4.0.27-bin.zip |
| Zuletzt aktualisiert | 2026-06-22T14:02:56-07:00 |
| Pulse | updated |
| Abhängigkeiten | openjdk |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | byteman |
| 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 |
|
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
libbyteman-java 4.0.20-1
Java agent-based bytecode injection tool
sudo apt install libbyteman-javalibbyteman-java 4.0.20-1
Java agent-based bytecode injection tool
sudo apt install libbyteman-javabyteman 4.0.26-3.fc44
Java agent-based bytecode injection tool
sudo dnf install bytemanbyteman-bmunit 4.0.26-3.fc44
TestNG and JUnit integration for Byteman.
sudo dnf install byteman-bmunitbyteman-dtest 4.0.26-3.fc44
Remote byteman instrumented testing.
sudo dnf install byteman-dtestbyteman-javadoc 4.0.26-3.fc44
Javadoc for byteman
sudo dnf install byteman-javadocbyteman-rulecheck-maven-plugin 4.0.26-3.fc44
Maven plugin for checking Byteman rules.
sudo dnf install byteman-rulecheck-maven-pluginQuellspur
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.