Automic VaultAutomic Vault

brew

gobject-introspection を Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install gobject-introspection

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install gobject-introspection

MacPorts ports tree · gnome/gobject-introspection/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add gobject-introspection

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

Debian apt確認済み · 92%
sudo apt install gobject-introspection

Debian stable package indexes · gobject-introspection · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install gobject-introspection

Fedora Rawhide package metadata · gobject-introspection · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#gobject-introspection

nixpkgs package indexes · gobject-introspection · ソース: raw.githubusercontent.com

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

Arch Linux sync databases · gobject-introspection · ソース: geo.mirror.pkgbuild.com

openSUSE zypper確認済み · 92%
sudo zypper install gobject-introspection

openSUSE Tumbleweed package metadata · gobject-introspection · ソース: download.opensuse.org

概要

パッケージ概要

Generate introspection data for GObject libraries

コマンドとエイリアス

  • g-ir-annotation-tool
  • g-ir-compiler
  • g-ir-doc-tool
  • g-ir-generate
  • g-ir-inspect
  • g-ir-scanner

履歴

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

GObject Introspection is GNOME infrastructure that turns C libraries using GObject conventions into machine-readable metadata. It provides GIR XML, compiled typelib files, scanner/compiler tools, and libgirepository so higher-level language bindings can call C APIs without each binding maintaining its own handwritten metadata.

For package maintainers it is not just another developer tool. It is build-time and runtime plumbing that many GNOME-adjacent packages need so Python, JavaScript, Vala, Perl, Ruby, Lua, Haskell, and other bindings can consume the same library metadata.

プロジェクトの歴史

The project grew out of GNOME's long-standing need to share binding metadata instead of duplicating hand-maintained fixes across language bindings. The official goals page frames the work as a bridge between low-level C libraries and higher-level runtimes, and as a way to keep binding metadata inside the libraries through annotations.

GNOME's source archive records the 0.5.0 tarball on September 1, 2008. By the 1.30.0 release on September 20, 2011, the project had entered the 1.x line used alongside the GNOME 3 era. The documentation describes the core toolchain as g-ir-scanner, g-ir-compiler, g-ir-generate, g-ir-annotation-tool, GIR XML, typelib files, and libgirepository.

採用の歴史

GObject Introspection became a shared foundation for language bindings rather than a user-facing app. The official users page lists bindings and consumers including Vala, Genie, PyGObject, GTK-Perl/Introspection, JGIR, GJS, Seed, GirFFI, Ruby-GNOME, Guile GI, lgi, node-gir, go-gir, haskell-gi, Common Lisp, Free Pascal, Prolog, Harbour, C++, and Crystal projects.

Distribution packaging reflects that infrastructure role. Homebrew packages it as gobject-introspection with dependencies on GLib, Cairo, pkgconf, and Python, while the input package facts map it across multiple Unix packaging systems under names such as gobject-introspection, gir1.2-freedesktop, and girepository-1_0.

使われ方

Library authors enable introspection during the build, annotate APIs, and generate GIR files and typelibs. Binding authors and runtime libraries then consume those artifacts to expose the same C APIs in languages such as Python via PyGObject or JavaScript via GJS.

Package builders care about it because it can affect cross-compilation, build ordering, and split packages: GIR development metadata and compiled typelibs often need to land in different package outputs. The official documentation includes dedicated build-system integration material for Meson and Autotools, and the changelog records build-system transitions such as the end of autotools support after the 1.60 line and the later drop of autotools in the 1.61 development series.

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

GObject Introspection is one of the packages that explains why GNOME stacks look the way they do in package managers: many applications do not depend on it directly for a command-line interface, but their language bindings, generated metadata, and typelibs depend on it being present and correctly split.

It is also a recurring example of packaging complexity caused by generated ABI metadata. The same package participates in compiler-like scanning, documentation, runtime reflection, language bindings, and cross-build work, so small changes in it can ripple through GTK, GStreamer, GJS, PyGObject, and desktop application builds.

タイムライン

  • 2008-09-01: GNOME source archive records gobject-introspection 0.5.0
  • 2011-09-20: GNOME source archive records gobject-introspection 1.30.0
  • 2018-02-08: GNOME GitLab project record created during GNOME's GitLab-hosted era
  • 2019-03-10: 1.60.0 changelog notes the final release supporting autotools
  • 2019-08-07: 1.61.1 changelog notes the autotools build system was dropped
  • 2025-09-13: 1.86.0 appears in the official changelog and GNOME source archive

Related projects

  • GLib and GObject are the underlying object-system layer whose APIs are described by introspection metadata.
  • PyGObject, GJS, Vala, Ruby-GNOME, lgi, haskell-gi, and other bindings are documented users of the introspection repository.
  • GTK and GStreamer are common examples of GObject-based libraries whose bindings and applications rely on introspection data in GNOME-oriented distributions.

セキュリティ状態

保護ツール対応はまだ見つかっていません

gobject-introspection に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

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

推奨レビュー

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

実行可能ファイル

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

コマンド種類公開範囲メモ
g-ir-annotation-toolcliグローバル実行可能ファイル
g-ir-compilercliグローバル実行可能ファイル
g-ir-doc-toolcliグローバル実行可能ファイル
g-ir-generatecliグローバル実行可能ファイル
g-ir-inspectcliグローバル実行可能ファイル
g-ir-scannercliグローバル実行可能ファイル

鮮度

バージョンと鮮度

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

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

https://gi.readthedocs.io/en/latest/

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:gobject-introspection
バージョン1.86.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/gobject-introspection
ホームページhttps://gi.readthedocs.io/en/latest/
リポジトリhttps://gitlab.gnome.org/GNOME/gobject-introspection
上流ドキュメントhttps://gi.readthedocs.io/en/latest
ライセンスGPL-2.0-or-later AND LGPL-2.0-or-later AND MIT
ソースアーカイブhttps://download.gnome.org/sources/gobject-introspection/1.86/gobject-introspection-1.86.0.tar.xz
最終更新2026-06-08T19:08:53-04:00
Pulseupdated
依存関係cairo, glib, pkgconf, python@3.14
ビルド依存関係bison, meson, ninja
macOS 提供ライブラリlibffi
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namegobject-introspection
Version Scheme0
Revision2
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

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

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

Debian apt95%

gir1.2-freedesktop 1.84.0-1

Introspection data for some FreeDesktop components

https://wiki.gnome.org/GObjectIntrospection

sudo apt install gir1.2-freedesktop
  • Section: introspection
  • Architecture: amd64
  • Source Package: gobject-introspection
  • 2 依存関係
  • 12 提供
  • normalized package name match
  • 一致条件: Gobject Introspection
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gir1.2-freedesktop from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

gir1.2-freedesktop-dev 1.84.0-1

GIR XML for some FreeDesktop components

https://wiki.gnome.org/GObjectIntrospection

sudo apt install gir1.2-freedesktop-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: gobject-introspection
  • 2 依存関係
  • 12 提供
  • normalized package name match
  • 一致条件: Gobject Introspection
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gir1.2-freedesktop-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

gir1.2-girepository-2.0 1.84.0-1

Introspection data for GIRepository library

https://wiki.gnome.org/GObjectIntrospection

sudo apt install gir1.2-girepository-2.0
  • Section: introspection
  • Architecture: amd64
  • Source Package: gobject-introspection
  • 2 依存関係
  • normalized package name match
  • 一致条件: Gobject Introspection
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gir1.2-girepository-2.0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

gir1.2-girepository-2.0-dev 1.84.0-1

GIR XML for GIRepository library

https://wiki.gnome.org/GObjectIntrospection

sudo apt install gir1.2-girepository-2.0-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: gobject-introspection
  • 2 依存関係
  • normalized package name match
  • 一致条件: Gobject Introspection
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gir1.2-girepository-2.0-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

gobject-introspection 1.84.0-1

Generate interface introspection data for GObject libraries

https://wiki.gnome.org/GObjectIntrospection

sudo apt install gobject-introspection
  • Section: devel
  • Architecture: amd64
  • 14 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Gobject Introspection
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gobject-introspection from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

gobject-introspection-bin 1.84.0-1

Executables for gobject-introspection

https://wiki.gnome.org/GObjectIntrospection

sudo apt install gobject-introspection-bin
  • Section: devel
  • Architecture: amd64
  • Source Package: gobject-introspection
  • 11 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Gobject Introspection
Debian stable package indexes · deb.debian.org · Debian stable package indexes: gobject-introspection-bin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgirepository-1.0-1 1.84.0-1

Library for handling GObject introspection data (runtime library)

https://wiki.gnome.org/GObjectIntrospection

sudo apt install libgirepository-1.0-1
  • Section: libs
  • Architecture: amd64
  • Source Package: gobject-introspection
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Gobject Introspection
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgirepository-1.0-1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgirepository-1.0-dev 1.84.0-1

Library for handling GObject introspection data (development files)

https://wiki.gnome.org/GObjectIntrospection

sudo apt install libgirepository-1.0-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: gobject-introspection
  • 4 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Gobject Introspection
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgirepository-1.0-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgirepository1.0-dev 1.84.0-1

Library for handling GObject introspection data (complete development files)

https://wiki.gnome.org/GObjectIntrospection

sudo apt install libgirepository1.0-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: gobject-introspection
  • 11 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Gobject Introspection
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgirepository1.0-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libgirepository1.0-doc 1.84.0-1

Library for handling GObject introspection data (documentation)

https://wiki.gnome.org/GObjectIntrospection

sudo apt install libgirepository1.0-doc
  • Section: doc
  • Architecture: all
  • Source Package: gobject-introspection
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Gobject Introspection
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libgirepository1.0-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

gobject-introspection

nix profile install nixpkgs#gobject-introspection
  • normalized package name match
  • 一致条件: Gobject Introspection
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: gobject-introspection from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

gir1.2-freedesktop 1.80.1-1

Introspection data for some FreeDesktop components

https://wiki.gnome.org/GObjectIntrospection

sudo apt install gir1.2-freedesktop
  • Section: introspection
  • Architecture: amd64
  • Source Package: gobject-introspection
  • 2 依存関係
  • 12 提供
  • normalized package name match
  • 一致条件: Gobject Introspection
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: gir1.2-freedesktop from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

gir1.2-freedesktop-dev 1.80.1-1

GIR XML for some FreeDesktop components

https://wiki.gnome.org/GObjectIntrospection

sudo apt install gir1.2-freedesktop-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: gobject-introspection
  • 2 依存関係
  • 12 提供
  • normalized package name match
  • 一致条件: Gobject Introspection
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: gir1.2-freedesktop-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

gir1.2-girepository-2.0 1.80.1-1

Introspection data for GIRepository library

https://wiki.gnome.org/GObjectIntrospection

sudo apt install gir1.2-girepository-2.0
  • Section: introspection
  • Architecture: amd64
  • Source Package: gobject-introspection
  • 2 依存関係
  • normalized package name match
  • 一致条件: Gobject Introspection
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: gir1.2-girepository-2.0 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

gir1.2-girepository-2.0-dev 1.80.1-1

GIR XML for GIRepository library

https://wiki.gnome.org/GObjectIntrospection

sudo apt install gir1.2-girepository-2.0-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: gobject-introspection
  • 2 依存関係
  • normalized package name match
  • 一致条件: Gobject Introspection
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: gir1.2-girepository-2.0-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

gobject-introspection 1.80.1-1

Generate interface introspection data for GObject libraries

https://wiki.gnome.org/GObjectIntrospection

sudo apt install gobject-introspection
  • Section: devel
  • Architecture: amd64
  • 14 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Gobject Introspection
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: gobject-introspection from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz

ソース経路

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

このページは 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