# bnd を Homebrew, apt でインストール

bnd のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:bnd
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install bnd
```

  証拠: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install bnd
```

  証拠: Debian stable package indexes: bnd from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## パッケージ情報

- **パッケージキー:** brew:bnd
- **パッケージマネージャ:** Homebrew
- **バージョン:** 7.3.0
- **ソース概要:** Swiss Army Knife for OSGi bundles
- **ホームページ:** <https://bnd.bndtools.org/>
- **最終更新:** 2026-06-03T09:56:14Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- bnd (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 7.3.0
## プロジェクトの歴史と使われ方

bnd is OSGi bundle tooling for Java: a command-line tool and library used to generate manifests, wrap JARs, resolve bundles, and support OSGi builds through Eclipse, Maven, and Gradle integrations.

### プロジェクトの歴史

bnd grew out of the OSGi tooling world around Peter Kriens and aQute. The Bndtools about page describes how Richard Hall, the Apache Felix developer, and Peter Kriens worked together on a Maven plugin with bnd for Apache Felix.

The project expanded from manifest generation into a broader toolchain: Bnd/Bndtools now advertises tooling for OSGi bundles including Eclipse, Maven, and Gradle plugins.

### 採用の歴史

bnd became important because OSGi metadata is precise and tedious. Maven and Gradle users adopted bnd-derived plugins to turn ordinary Java artifacts into OSGi bundles without hand-writing every manifest header.

It also became the foundation for Bndtools, the Eclipse-based OSGi development environment, giving the same underlying model a GUI, workspace conventions, and repository tooling.

### 使われ方

Developers use bnd files such as bnd.bnd and cnf/build.bnd to describe bundle metadata, exports, imports, baselining, repositories, and launch/run configurations. The CLI is also used to inspect, build, wrap, and resolve bundles.

In build systems, bnd commonly appears indirectly through Maven Bundle Plugin, Gradle bnd plugins, or Bndtools projects rather than as a manually invoked command.

### パッケージ好きにとっての重要性

bnd is package-nerd-significant because it turns Java packaging metadata into a first-class build artifact. OSGi bundles are still JARs, but their manifests encode module boundaries, version ranges, capabilities, and wiring expectations.

For maintainers, bnd is the difference between a JAR that happens to load and a bundle that declares what it exports, imports, requires, and promises. That makes it a key tool in the long-running Java modularity story beside Maven, Gradle, Felix, Equinox, and later JPMS.

### タイムライン

- 2000s: bnd emerges in the OSGi ecosystem around Peter Kriens/aQute and Apache Felix-related tooling.
- 2000s: bnd is used in a Maven plugin for Apache Felix, helping make OSGi manifest generation easier for Maven users.
- 2010s: Bndtools builds an Eclipse OSGi development environment on top of bnd.
- 2020s: The GitHub project presents Bnd/Bndtools as OSGi bundle tooling with Eclipse, Maven, and Gradle plugins.

### Related projects

- Bndtools: Eclipse-based OSGi development tools built on bnd.
- Apache Felix and Eclipse Equinox: OSGi framework implementations in the same ecosystem.
- Maven Bundle Plugin and Gradle bnd plugins: build-system integrations that expose bnd functionality.
- OSGi specifications: the modular Java component model whose metadata bnd generates and validates.

### ソース

- <https://bnd.bndtools.org/>
- <https://bnd.bndtools.org/commands/baseline.html>
- <https://bnd.bndtools.org/instructions/sub.html>
- <https://bndtools.org/about.html>
- <https://github.com/bndtools/bnd>
- source_facts.description


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: cnf/build.bnd, cnf/ext/*.bnd, bnd.bnd, *.bnd
## 他のパッケージマネージャ記録

- Debian apt - bnd - 5.0.1-5: normalized package name match | Debian stable package indexes: bnd from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | tool to create and diagnose OSGi bundles | http://bnd.bndtools.org/
- Ubuntu apt - bnd - 5.0.1-5: normalized package name match | Ubuntu 24.04 LTS package indexes: bnd from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | tool to create and diagnose OSGi bundles | http://bnd.bndtools.org/


## Combined YAML source

View the package source record on GitHub. [combined/bnd.yml](https://github.com/mxcl/pkgdb/blob/main/combined/bnd.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
