# openfst mit Homebrew, apk, dnf, MacPorts, Nix, zypper, apt installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für openfst in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:openfst
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install openfst
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install openfst
```

  Evidenz: MacPorts ports tree: devel/openfst/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add openfst
```

  Evidenz: Alpine Linux edge package indexes: openfst from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install openfst
```

  Evidenz: Fedora Rawhide package metadata: openfst from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#openfst
```

  Evidenz: nixpkgs package indexes: pkgs/by-name/op/openfst/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install openfst
```

  Evidenz: openSUSE Tumbleweed package metadata: openfst from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

- Debian apt (92%):

```sh
sudo apt install libfst-dev
```

  Evidenz: Debian stable package indexes: libfst-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## Paketfakten

- **Paketschlüssel:** brew:openfst
- **Paketmanager:** Homebrew
- **Version:** 1.8.4
- **Quellzusammenfassung:** Library for weighted finite-state transducers
- **Homepage:** <https://www.openfst.org/twiki/bin/view/FST/WebHome>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- farcompilestrings (Alias)
- farconvert (Alias)
- farcreate (Alias)
- farencode (Alias)
- farequal (Alias)
- farextract (Alias)
- farinfo (Alias)
- farisomorphic (Alias)
- farprintstrings (Alias)
- fstarcsort (Alias)
- fstclosure (Alias)
- fstcompile (Alias)
- fstcompose (Alias)
- fstcompress (Alias)
- fstconcat (Alias)
- fstconnect (Alias)
- fstconvert (Alias)
- fstdeterminize (Alias)
- fstdifference (Alias)
- fstdisambiguate (Alias)
- fstdraw (Alias)
- fstencode (Alias)
- fstepsnormalize (Alias)
- fstequal (Alias)
- fstequivalent (Alias)
- fstinfo (Alias)
- fstintersect (Alias)
- fstinvert (Alias)
- fstisomorphic (Alias)
- fstlinear (Alias)
- fstloglinearapply (Alias)
- fstmap (Alias)
- fstminimize (Alias)
- fstprint (Alias)
- fstproject (Alias)
- fstprune (Alias)
- fstpush (Alias)
- fstrandgen (Alias)
- fstrelabel (Alias)
- fstreplace (Alias)
- fstreverse (Alias)
- fstreweight (Alias)
- fstrmepsilon (Alias)
- fstshortestdistance (Alias)
- fstshortestpath (Alias)
- fstspecial (Alias)
- fstsymbols (Alias)
- fstsynchronize (Alias)
- fsttopsort (Alias)
- fstunion (Alias)
- mpdtcompose (Alias)
- mpdtexpand (Alias)
- mpdtinfo (Alias)
- mpdtreverse (Alias)
- pdtcompose (Alias)
- pdtexpand (Alias)
- pdtinfo (Alias)
- pdtreplace (Alias)
- pdtreverse (Alias)
- pdtshortestpath (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 1.8.4
## Projektgeschichte und Nutzung

OpenFst is a C++ library and command-line toolkit for constructing, combining, optimizing, and searching weighted finite-state transducers.

### Projektgeschichte

The official OpenFst page says it was developed by contributors from Google Research and NYU's Courant Institute and distributed under the Apache license. It is intended to be comprehensive, reliable, flexible, efficient, and scalable.

The official download page asks users to cite the 2007 paper "OpenFst: A General and Efficient Weighted Finite-State Transducer Library." The modern Google Research GitHub repository exposes Bazel, CMake, Python-wrapper, and extension build documentation.

### Adoptionsgeschichte

The official page names applications in speech recognition and synthesis, machine translation, optical character recognition, pattern matching, string processing, machine learning, information extraction, and information retrieval. The supplied package metadata records packages across apk, Homebrew, Debian, Fedora/dnf, MacPorts, Nix, Ubuntu, and zypper.

### Wie es verwendet wird

Users can embed OpenFst as a C++ library or compose command-line tools such as fstcompile, fstcompose, fstdeterminize, fstminimize, fstshortestpath, and fstprint.

The official README describes building with GNU build tooling, Bazel, or CMake, and notes that command-line utilities are enabled by default unless configured out.

### Warum Paket-Nerds sich dafür interessieren

OpenFst is a package-catalog heavyweight because it turns specialized formal-language research software into a reusable system dependency with many executables, libraries, extensions, and downstream speech or NLP consumers.

### Zeitleiste

- 2007: OpenFst was presented as a general and efficient weighted finite-state transducer library.
- 2024-12-23: the official OpenFst home page revision listed OpenFst 1.8.4 as available.
- 2026-03-04: the official download page revision listed OpenFst 1.8.5 as the current version.

### Related projects

- Related areas and projects include OpenGrm-style grammars, finite-state morphology systems, speech-recognition lexicon and language-model pipelines, and weighted automata research.

### Quellen

- <https://github.com/google-research/openfst>
- <https://www.openfst.org/twiki/bin/view/FST/FstDownload>
- <https://www.openfst.org/twiki/bin/view/FST/WebHome>
- <https://www.openfst.org/twiki/pub/FST/FstDownload/README>
- source_facts.executables
- source_facts.package-manager


## Sicherheitshinweise

broad file, network, media, or database tool signal. generalized runtime or code generation signal.

- **Geiger-Risiko:** yellow / mittel
- broad file, network, media, or database tool signal
- generalized runtime or code generation signal

## Andere Paketmanager-Einträge

- Debian apt - libfst-dev - 1.8.4-3: normalized package name match | Debian stable package indexes: libfst-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | weighted finite-state transducers library (development) | https://www.openfst.org/
- Debian apt - libfst-tools - 1.8.4-3: normalized package name match | Debian stable package indexes: libfst-tools from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | weighted finite-state transducers library (tools) | https://www.openfst.org/
- Debian apt - libfst26 - 1.8.4-3: normalized package name match | Debian stable package indexes: libfst26 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | weighted finite-state transducers library (runtime) | https://www.openfst.org/
- Debian apt - libfst26-plugins-base - 1.8.4-3: normalized package name match | Debian stable package indexes: libfst26-plugins-base from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | weighted finite-state transducers library (base plugins) | https://www.openfst.org/
- Nix - openfst: normalized package name match | nixpkgs package indexes: pkgs/by-name/op/openfst/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libfst-dev - 1.7.9-5build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libfst-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | weighted finite-state transducers library (development) | https://www.openfst.org/
- Ubuntu apt - libfst-tools - 1.7.9-5build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libfst-tools from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | weighted finite-state transducers library (tools) | https://www.openfst.org/
- Ubuntu apt - libfst22 - 1.7.9-5build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libfst22 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | weighted finite-state transducers library (runtime) | https://www.openfst.org/
- Ubuntu apt - libfst22-plugins-base - 1.7.9-5build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libfst22-plugins-base from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | weighted finite-state transducers library (base plugins) | https://www.openfst.org/
- apk - libfst - 1.8.4-r0: normalized package name match | Alpine Linux edge package indexes: libfst from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Finite-state transducers library | https://www.openfst.org
- apk - libfstcompact - 1.8.4-r0: normalized package name match | Alpine Linux edge package indexes: libfstcompact from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Finite-state transducers library | https://www.openfst.org
- apk - libfstconst - 1.8.4-r0: normalized package name match | Alpine Linux edge package indexes: libfstconst from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Finite-state transducers library | https://www.openfst.org
- apk - libfstfar - 1.8.4-r0: normalized package name match | Alpine Linux edge package indexes: libfstfar from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Finite-state transducers library | https://www.openfst.org
- apk - libfstlookahead - 1.8.4-r0: normalized package name match | Alpine Linux edge package indexes: libfstlookahead from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Finite-state transducers library | https://www.openfst.org
- apk - libfstngram - 1.8.4-r0: normalized package name match | Alpine Linux edge package indexes: libfstngram from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Finite-state transducers library | https://www.openfst.org
- apk - openfst - 1.8.4-r0: normalized package name match | Alpine Linux edge package indexes: openfst from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Finite-state transducers library | https://www.openfst.org


## Combined YAML source

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


## Quellen

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