Automic VaultAutomic Vault

brew

bubblewrap を Homebrew, apk, apt, dnf, Nix, pacman, zypper でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install bubblewrap

local Homebrew formula metadata

Linux

Alpine Linux apk確認済み · 92%
sudo apk add bubblewrap

Alpine Linux edge package indexes · bubblewrap · ソース: dl-cdn.alpinelinux.org

Debian apt確認済み · 92%
sudo apt install bubblewrap

Debian stable package indexes · bubblewrap · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install bubblewrap

Fedora Rawhide package metadata · bubblewrap · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#bubblewrap

nixpkgs package indexes · pkgs/by-name/bu/bubblewrap/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S bubblewrap

Arch Linux sync databases · bubblewrap · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install bubblewrap

openSUSE Tumbleweed package metadata · bubblewrap · ソース: download.opensuse.org

概要

パッケージ概要

Unprivileged sandboxing tool for Linux

コマンドとエイリアス

  • bwrap

履歴

プロジェクトの歴史と使われ方

bubblewrap is a low-level Linux sandboxing tool that constructs restricted process environments with namespaces, bind mounts, seccomp, and related kernel features. It is best known as the small, auditable sandbox primitive used by Flatpak and similar desktop/container tools.

プロジェクトの歴史

The bubblewrap README positions it against system-administrator container runtimes such as Docker and systemd-nspawn: those tools are not suitable to hand directly to unprivileged users, while bubblewrap is designed around unprivileged sandbox construction.

The original code predates modern unprivileged user namespaces and inherits from xdg-app helper code, which in turn derives from linux-user-chroot. Older bubblewrap also supported a setuid mode for systems without unprivileged user namespaces, but the README notes that setuid support has been removed.

The public GitHub repository was created in February 2016. The repository description identifies bubblewrap as a low-level unprivileged sandboxing tool used by Flatpak and similar projects, with topics for Linux containers and user namespaces.

採用の歴史

bubblewrap spread because Flatpak and related desktop sandboxing systems needed a small shared primitive instead of each project carrying its own privileged helper. The README lists Flatpak, rpm-ostree unprivileged, and bwrap-oci as users or intended users.

The input package metadata shows broad Linux distribution packaging through Alpine, Debian, Fedora/dnf, Nix, Arch/pacman, Ubuntu, and openSUSE/zypper, plus Homebrew. That breadth reflects its role as plumbing for sandbox frameworks rather than as an end-user application.

Security-sensitive adoption is cautious: bubblewrap constructs a sandbox, but the actual security boundary depends on the arguments supplied by the caller. This makes it attractive for larger frameworks that own policy and want a narrow mechanism.

使われ方

bwrap creates a new mount namespace whose root is an empty tmpfs, then command-line options bind selected host paths, create proc/dev views, unshare namespaces, apply seccomp filters, and run a command inside the resulting environment.

Typical direct use is scripting a constrained shell or process; typical indirect use is through Flatpak or another framework that assembles a policy-specific bwrap command. The project has no ordinary per-user config file or credentials store.

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

bubblewrap is package-manager-significant because a small CLI becomes part of the desktop Linux trust base. Its package version, setuid/user-namespace behavior, CVE history, and distribution kernel defaults can affect whether higher-level sandboxing stacks actually work.

It is also a clean example of separating mechanism from policy: package the tiny sandbox constructor once, let Flatpak and peers define the higher-level sandbox rules.

タイムライン

  • Pre-2016: Code lineage passes through linux-user-chroot and xdg-app helper.
  • 2016: Public GitHub repository for bubblewrap is created.
  • 2010s: bubblewrap becomes associated with Flatpak-style application sandboxing.
  • 2020s: setuid mode is removed; user namespaces are the documented sandbox basis.
  • 2026: Tags include v0.11.x, showing continuing maintenance.

Related projects

  • Flatpak is the most prominent higher-level application sandbox stack using bubblewrap.
  • xdg-app helper is part of bubblewrap's code lineage.
  • linux-user-chroot is an older related sandbox/chroot tool in the lineage.
  • Firejail is a comparable desktop sandboxing project discussed in the bubblewrap README.
  • xdg-dbus-proxy is commonly paired with bubblewrap to mediate D-Bus access.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 2 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 5 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
bwrapcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版0.11.2
マネージャ更新日2026-06-11
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/containers/bubblewrap

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:bubblewrap
バージョン0.11.2
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/bubblewrap
ホームページhttps://github.com/containers/bubblewrap
リポジトリhttps://github.com/containers/bubblewrap
上流ドキュメントhttps://github.com/containers/bubblewrap#readme
ライセンスLGPL-2.0-or-later
ソースアーカイブhttps://github.com/containers/bubblewrap/releases/download/v0.11.2/bubblewrap-0.11.2.tar.xz
最終更新2026-06-11T17:22:39Z
Pulseupdated
依存関係libcap
ビルド依存関係docbook-xsl, libxslt, meson, ninja, pkgconf
Bottle利用可能 (対象 arm64_linux, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namebubblewrap
Version Scheme0
Revision0
Head VersionHEAD
Requirements
  • linux
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

bubblewrap 0.11.0-2+deb13u1

utility for unprivileged chroot and namespace manipulation

https://github.com/containers/bubblewrap

sudo apt install bubblewrap
  • Section: admin
  • Architecture: amd64
  • 3 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Bubblewrap
Debian stable package indexes · deb.debian.org · Debian stable package indexes: bubblewrap from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

bubblewrap

nix profile install nixpkgs#bubblewrap
  • normalized package name match
  • 一致条件: Bubblewrap
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/bu/bubblewrap/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

bubblewrap 0.9.0-1build1

utility for unprivileged chroot and namespace manipulation

https://github.com/containers/bubblewrap

sudo apt install bubblewrap
  • Section: admin
  • Architecture: amd64
  • 3 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Bubblewrap
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: bubblewrap from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk95%

bubblewrap 0.11.2-r0

Unprivileged sandboxing tool

https://github.com/containers/bubblewrap

sudo apk add bubblewrap
  • License: LGPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: bubblewrap
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Bubblewrap
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: bubblewrap from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

bubblewrap-bash-completion 0.11.2-r0

Bash completions for bubblewrap

https://github.com/containers/bubblewrap

sudo apk add bubblewrap-bash-completion
  • License: LGPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: bubblewrap
  • normalized package name match
  • 一致条件: Bubblewrap
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: bubblewrap-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

bubblewrap-doc 0.11.2-r0

Unprivileged sandboxing tool (documentation)

https://github.com/containers/bubblewrap

sudo apk add bubblewrap-doc
  • License: LGPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: bubblewrap
  • normalized package name match
  • 一致条件: Bubblewrap
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: bubblewrap-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

bubblewrap-static 0.11.2-r0

Unprivileged sandboxing tool (static binary)

https://github.com/containers/bubblewrap

sudo apk add bubblewrap-static
  • License: LGPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: bubblewrap
  • 1 提供
  • normalized package name match
  • 一致条件: Bubblewrap
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: bubblewrap-static from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
apk95%

bubblewrap-zsh-completion 0.11.2-r0

Zsh completions for bubblewrap

https://github.com/containers/bubblewrap

sudo apk add bubblewrap-zsh-completion
  • License: LGPL-2.0-or-later
  • Architecture: x86_64
  • Source Package: bubblewrap
  • normalized package name match
  • 一致条件: Bubblewrap
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: bubblewrap-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf95%

bubblewrap 0.11.0-4.fc44

Core execution tool for unprivileged containers

https://github.com/containers/bubblewrap/

sudo dnf install bubblewrap
  • License: LGPL-2.0-or-later
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: bubblewrap
  • 5 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Bubblewrap
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: bubblewrap from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

bubblewrap 0.11.2-1

Unprivileged sandboxing tool

https://github.com/containers/bubblewrap

sudo pacman -S bubblewrap
  • License: LGPL-2.0-or-later
  • Architecture: x86_64
  • 3 依存関係
  • normalized package name match
  • 一致条件: Bubblewrap
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: bubblewrap from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

bubblewrap 0.11.2-1.1

Core execution tool for unprivileged containers

https://github.com/containers/bubblewrap

sudo zypper install bubblewrap
  • License: LGPL-2.0-or-later
  • Category: Productivity/Security
  • Architecture: x86_64
  • Source Package: bubblewrap
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Bubblewrap
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: bubblewrap from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

bubblewrap-zsh-completion 0.11.2-1.1

Zsh tab-completion for bubblewrap

https://github.com/containers/bubblewrap

sudo zypper install bubblewrap-zsh-completion
  • License: LGPL-2.0-or-later
  • Category: System/Shells
  • Architecture: x86_64
  • Source Package: bubblewrap
  • 1 提供
  • normalized package name match
  • 一致条件: Bubblewrap
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: bubblewrap-zsh-completion from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment