macOS
brew install bytemanlocal Homebrew formula metadata
brew
byteman のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install bytemanlocal Homebrew formula metadata
sudo dnf install bytemanFedora Rawhide package metadata · byteman · ソース: dl.fedoraproject.org
sudo apt install libbyteman-javaDebian stable package indexes · libbyteman-java · ソース: deb.debian.org
概要
Java bytecode manipulation tool for testing, monitoring and tracing
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
bmcheck | cli | グローバル実行可能ファイル | |
bminstall | cli | グローバル実行可能ファイル | |
bmjava | cli | グローバル実行可能ファイル | |
bmsubmit | cli | グローバル実行可能ファイル | |
bytemancheck | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:byteman |
|---|---|
| バージョン | 4.0.27 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/byteman |
| ホームページ | https://byteman.jboss.org/ |
| リポジトリ | https://github.com/bytemanproject/byteman |
| 上流ドキュメント | https://byteman.jboss.org/docs.html |
| ライセンス | LGPL-2.1-or-later |
| ソースアーカイブ | https://downloads.jboss.org/byteman/4.0.27/byteman-download-4.0.27-bin.zip |
| 最終更新 | 2026-06-22T14:02:56-07:00 |
| Pulse | updated |
| 依存関係 | openjdk |
| Bottle | 利用可能 (対象 all) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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-pluginソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.