pkg.soopen package index

brew / 順位 8890

fst を Homebrew, Nix, apt でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install fst

local Homebrew formula metadata

Linux

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

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

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

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

概要

パッケージ概要

Represent large sets and maps compactly with finite state transducers

コマンドとエイリアス

  • fst

履歴

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

fst is Andrew Gallant's Rust crate and CLI package for compact ordered sets and maps backed by finite state transducers.

プロジェクトの歴史

The public repository was created in 2015. The README describes fst as a fast implementation of ordered sets and maps using finite state machines, specifically finite state transducers that map keys to values as the machine is executed.

The crate documentation emphasizes very large key sets and maps, including billions of byte-string keys, with a design focus on memory-efficient operations and searchable compact storage.

採用の歴史

fst became part of the Rust package ecosystem through crates.io and docs.rs documentation, while the supplied package data records downstream operating-system packaging in Homebrew, Debian, Ubuntu, and Nix.

The README documents normal Rust dependency usage through Cargo.toml and points to docs.rs for examples and API reference, making it usable as a library as well as through the packaged fst executable.

使われ方

The library builds ordered sets or maps and supports fast search operations over the resulting automata. The README example builds an in-memory set and runs a Levenshtein fuzzy query.

The documentation also connects fst to regex-automata through implementations of the fst::Automata trait, allowing deterministic automata to search transducers produced by the crate.

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

fst is significant because it turned a specialized data structure into a reusable Rust package with practical package-manager reach. It is especially interesting to search, indexing, and CLI-data users who care about memory-mapped, compact dictionaries rather than database-sized dependencies.

タイムライン

  • 2015: Public GitHub repository created.
  • 2015: README documented the project as a Rust implementation of compact ordered sets and maps using finite state transducers.
  • 2026: docs.rs listed fst 0.4.7 with full crate documentation.

Related projects

  • The README links to regex-automata as an integration point for automata-based search.
  • The README also points to the author's transducers article for background, examples, and experiments around large automata-backed indexes.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

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

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

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

推奨レビュー

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

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

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:fst
バージョン0.4.3
パッケージマネージャHomebrew
ホームページhttps://github.com/BurntSushi/fst
リポジトリhttps://github.com/BurntSushi/fst
Bottle未記録
サービス宣言なし

ソースデータベース一致

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

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

Debian apt95%

fst-dev 0.177.0-1

Free Studio Technology for audio plugins (development files)

https://git.iem.at/zmoelnig/FST/

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

fst

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

fst-dev 0.123.0-1

Free Studio Technology for audio plugins (development files)

https://git.iem.at/zmoelnig/FST/

sudo apt install fst-dev
  • Section: universe/libdevel
  • Architecture: all
  • Source Package: fst
  • normalized package name match
  • 一致条件: Fst
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: fst-dev 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