pkg.soopen package index

brew / 順位 670

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

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install thrift

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install thrift

MacPorts ports tree · devel/thrift/Portfile · ソース: api.github.com

Linux

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

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

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

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

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

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

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

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

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

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

Debian apt確認済み · 92%
sudo apt install golang-thrift-dev

Debian stable package indexes · golang-thrift-dev · ソース: deb.debian.org

Windows

Scoop確認済み · 92%
scoop install main/thrift

Scoop official bucket manifest trees · bucket/thrift.json · ソース: api.github.com

概要

パッケージ概要

Framework for scalable cross-language services development

コマンドとエイリアス

  • thrift

履歴

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

Apache Thrift is a cross-language serialization, interface-definition, and RPC framework built around a compiler that turns `.thrift` IDL files into client/server code and data types for many programming languages.

プロジェクトの歴史

Thrift began at Facebook, was open sourced in April 2007, entered the Apache Incubator in May 2008, and became an Apache top-level project in October 2010. Apache's own project page describes the goal as efficient, reliable communication and data serialization across languages.

The project settled into the classic compiler-plus-runtime model: developers write service and type definitions in Thrift IDL, run the Thrift compiler, and combine the generated code with the runtime library for each target language. Apache's README describes Thrift as a lightweight, language-independent software stack for point-to-point RPC, with clean abstractions for transport, serialization, and application processing.

採用の歴史

Thrift's adoption pattern follows its cross-language design. Apache documentation says each supported language needs both the generated code from the compiler and the Apache Thrift library for that language, while the language matrix notes broad language support and a large cross-language test matrix.

In package-manager culture, Thrift is widely packaged because it is both a CLI compiler and a family of language runtimes. The input package facts list Homebrew, Debian/Ubuntu, Fedora, Arch, MacPorts, Nix, Scoop, and openSUSE-family packages, often with language-specific package names.

使われ方

A typical workflow is to define structs, exceptions, constants, and services in a `.thrift` IDL file, then run the compiler with a target such as `--gen go`, `--gen java`, or another supported backend. The generated code becomes the typed contract used by clients and servers.

Package maintainers care about the compiler/runtime split: projects may need the `thrift` executable at build time, runtime libraries in specific languages, and matching versions so generated code and library APIs agree.

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

Apache Thrift is significant to package nerds because it is a dependency bridge rather than just one executable. A single version bump can matter to C++, Java, Python, Go, Ruby, Node.js, and other ecosystems that consume generated bindings.

It also illustrates why package managers keep code generators around as first-class developer tools: Thrift IDL is often checked into source trees, but the generated output, runtime library, and compiler version still affect reproducibility.

タイムライン

  • 2007: Facebook open sourced Thrift.
  • 2008: Thrift entered the Apache Incubator.
  • 2010: Thrift graduated as an Apache top-level project.
  • 2026: Apache Thrift v0.23.0 published on GitHub releases.

Related projects

  • Facebook's fbthrift repository is an evolved internal branch that Facebook re-released in 2014 and explicitly describes as not being a distribution of Apache Thrift.
  • CloudWeGo thriftgo is a Go implementation of a Thrift IDL compiler used by the CloudWeGo toolchain.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

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

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

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

実行可能ファイル

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

コマンド種類公開範囲メモ
thrift実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

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

ページ生成日2026-08-03
マネージャ版0.24.0
マネージャ更新日2026-07-12
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:thrift
バージョン0.24.0
パッケージマネージャHomebrew
ホームページhttps://thrift.apache.org/
リポジトリhttps://github.com/apache/thrift
最終更新2026-07-12T03:22:20Z
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

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

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

Debian apt95%

golang-thrift-dev 0.19.0-4

Go language support for Thrift

https://thrift.apache.org/

sudo apt install golang-thrift-dev
  • Section: golang
  • Architecture: all
  • Source Package: thrift
  • normalized package name match
  • 一致条件: Thrift
Debian stable package indexes · deb.debian.org · Debian stable package indexes: golang-thrift-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libthrift-0.19.0t64 0.19.0-4+b1

Thrift C++ library

https://thrift.apache.org/

sudo apt install libthrift-0.19.0t64
  • Section: libs
  • Architecture: amd64
  • Source Package: thrift
  • 7 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Thrift
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libthrift-0.19.0t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libthrift-c-glib-dev 0.19.0-4+b1

Thrift glib library (development headers)

https://thrift.apache.org/

sudo apt install libthrift-c-glib-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: thrift
  • 2 依存関係
  • normalized package name match
  • 一致条件: Thrift
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libthrift-c-glib-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libthrift-c-glib0t64 0.19.0-4+b1

Thrift glib library

https://thrift.apache.org/

sudo apt install libthrift-c-glib0t64
  • Section: libs
  • Architecture: amd64
  • Source Package: thrift
  • 4 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Thrift
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libthrift-c-glib0t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libthrift-dev 0.19.0-4+b1

Thrift C++ library (development headers)

https://thrift.apache.org/

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

libthrift-perl 0.19.0-4

Perl language support for Thrift

https://thrift.apache.org/

sudo apt install libthrift-perl
  • Section: perl
  • Architecture: all
  • Source Package: thrift
  • 1 依存関係
  • normalized package name match
  • 一致条件: Thrift
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libthrift-perl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

php-thrift 0.19.0-4+b1

PHP language support for Thrift

https://thrift.apache.org/

sudo apt install php-thrift
  • Section: php
  • Architecture: amd64
  • Source Package: thrift
  • 4 依存関係
  • normalized package name match
  • 一致条件: Thrift
Debian stable package indexes · deb.debian.org · Debian stable package indexes: php-thrift from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

python3-thrift 0.19.0-4+b1

Python 3 library for Thrift

https://thrift.apache.org/

sudo apt install python3-thrift
  • Section: python
  • Architecture: amd64
  • Source Package: thrift
  • 5 依存関係
  • normalized package name match
  • 一致条件: Thrift
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-thrift from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

thrift-compiler 0.19.0-4+b1

code generator/compiler for Thrift definitions

https://thrift.apache.org/

sudo apt install thrift-compiler
  • Section: devel
  • Architecture: amd64
  • Source Package: thrift
  • 3 依存関係
  • normalized package name match
  • 一致条件: Thrift
Debian stable package indexes · deb.debian.org · Debian stable package indexes: thrift-compiler from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

thrift

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

golang-thrift-dev 0.19.0-2.1build5

Go language support for Thrift

https://thrift.apache.org/

sudo apt install golang-thrift-dev
  • Section: universe/devel
  • Architecture: all
  • Source Package: thrift
  • normalized package name match
  • 一致条件: Thrift
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: golang-thrift-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libthrift-0.19.0t64 0.19.0-2.1build5

Thrift C++ library

https://thrift.apache.org/

sudo apt install libthrift-0.19.0t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: thrift
  • 7 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Thrift
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libthrift-0.19.0t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libthrift-c-glib-dev 0.19.0-2.1build5

Thrift glib library (development headers)

https://thrift.apache.org/

sudo apt install libthrift-c-glib-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: thrift
  • 2 依存関係
  • normalized package name match
  • 一致条件: Thrift
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libthrift-c-glib-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libthrift-c-glib0t64 0.19.0-2.1build5

Thrift glib library

https://thrift.apache.org/

sudo apt install libthrift-c-glib0t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: thrift
  • 4 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Thrift
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libthrift-c-glib0t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libthrift-dev 0.19.0-2.1build5

Thrift C++ library (development headers)

https://thrift.apache.org/

sudo apt install libthrift-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: thrift
  • 2 依存関係
  • normalized package name match
  • 一致条件: Thrift
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libthrift-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libthrift-perl 0.19.0-2.1build5

Perl language support for Thrift

https://thrift.apache.org/

sudo apt install libthrift-perl
  • Section: universe/perl
  • Architecture: all
  • Source Package: thrift
  • 1 依存関係
  • normalized package name match
  • 一致条件: Thrift
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libthrift-perl from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

ソース経路

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

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

使用ソース

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