Automic VaultAutomic Vault

brew

babelfish mit Homebrew, apt, Nix installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install babelfish

local Homebrew formula metadata

Linux

Debian aptverifiziert · 92%
sudo apt install python3-babelfish

Debian stable package indexes · python3-babelfish · Quelle: deb.debian.org

Nixverifiziert · 92%
nix profile install nixpkgs#babelfish

nixpkgs package indexes · babelfish · Quelle: raw.githubusercontent.com

Überblick

Paketzusammenfassung

Translate bash scripts to fish

Befehle und Aliase

  • babelfish

Verlauf

Projektgeschichte und Nutzung

babelfish is a small command-line translator that converts bash shell snippets or scripts into fish shell code. Its README frames it as a faster alternative to running bash-backed compatibility layers every time fish needs to source shell setup code.

Projektgeschichte

The project was created by Bouke Haarsma to avoid relying on fish-foreign-env or bass for repeated bash process execution. Instead, babelfish parses shell code with mvdan.cc/sh and emits equivalent fish code where possible.

The public GitHub releases show a 1.0.0 release in January 2021, a 1.1.0 release shortly after, and a 1.2.0 release in June 2023. The README still describes limitations, including untranslated variables such as BASH_SOURCE and incomplete arithmetic-expression support.

Adoptionsgeschichte

babelfish's adoption is niche and shell-specific. The README documents Homebrew and Go installation, and the package metadata in this batch shows Homebrew and Nix packaging for this Go-based translator.

Its practical audience is fish users who need to consume bash-oriented environment setup scripts, version-manager hooks, or shell snippets without leaving fish or spawning bash repeatedly.

Wie es verwendet wird

Users pipe bash code into babelfish and can then inspect or source the generated fish code. The README demonstrates translating a function, exporting SSH_AUTH_SOCK, setting local variables, and using a shell hook to source bash-oriented setup scripts in fish.

Because its translation coverage is incomplete, babelfish is best treated as a pragmatic bridge for common shell setup patterns rather than a perfect bash interpreter.

Warum Paket-Nerds sich dafür interessieren

babelfish is package-nerd interesting in the small-tool sense: it exists to smooth over the mismatch between package ecosystems that ship bash activation scripts and users who prefer fish.

It also shows a common CLI pattern in modern packaging: take a mature parser library, here mvdan.cc/sh, and wrap it in a focused translator that solves one irritating shell integration problem.

Zeitleiste

  • 2021: babelfish 1.0.0 is released on GitHub.
  • 2021: babelfish 1.1.0 follows with continued maintenance.
  • 2023: babelfish 1.2.0 is released on GitHub.
  • 2026: Package metadata in this batch shows babelfish still present in Homebrew and Nix.

Related projects

  • fish is the target shell for generated output.
  • bash is the source shell language babelfish translates from.
  • fish-foreign-env and bass are named by the README as earlier approaches babelfish was intended to avoid for performance reasons.
  • mvdan.cc/sh provides the shell parser used by babelfish.

Sicherheitslage

Risikostufe: grün

narrow executable package without higher-risk signals.

Risikoklassifikator

grün Risiko · niedrig Konfidenz · appliance

Warum

  • narrow executable package without higher-risk signals

Signale

  • metadata:no-higher-risk-signals

Installationsverhalten

  • In den Formelmetadaten ist kein Homebrew-Post-install-Hook erfasst.
  • Homebrew-Bottle-Metadaten sind für 8 Plattformziele verfügbar.
  • Build-Metadaten listen 1 Build-Abhängigkeiten.

Empfohlene Prüfung

Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.

Executables

Installierte Executables

BefehlArtSichtbarkeitHinweis
babelfishcliglobales Executable

Aktualität

Version und Aktualität

Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.

Seite generiert2026-07-08
Manager-Version1.2.1
Manager aktualisiert
lokale DatenOK
Upstreamaktuell
neueste erkannte Versionv1.2.1

https://github.com/bouk/babelfish

  • InfoNo package-manager update timestamp was available.niedrig Konfidenz

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:babelfish
Version1.2.1
PaketmanagerHomebrew
Paketmanager-Seitehttps://formulae.brew.sh/formula/babelfish
Homepagehttps://github.com/bouk/babelfish
Repositoryhttps://github.com/bouk/babelfish
Upstream-Dokumentationhttps://github.com/bouk/babelfish#readme
LizenzMIT
Quellarchivhttps://github.com/bouk/babelfish/archive/refs/tags/v1.2.1.tar.gz
Build-Abhängigkeitengo
Bottleverfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux)
Homebrew post-installnicht definiert
Dienstkeiner deklariert
EinschränkungenThe shell hook has been installed, you can use it by running: $ source $HOMEBREW_PREFIX/share/fish/vendor_functions.d/babel.fish

Registry-Fakten

Details aus der Quelldatenbank

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

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.

Debian apt95%

python3-babelfish 0.6.1-1

library to work with countries and languages (Python 3)

https://github.com/Diaoul/babelfish

sudo apt install python3-babelfish
  • Section: python
  • Architecture: all
  • Source Package: babelfish
  • 4 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Babelfish
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-babelfish from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

babelfish

nix profile install nixpkgs#babelfish
  • normalized package name match
  • Abgeglichen nach: Babelfish
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: babelfish from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt95%

python3-babelfish 0.6.0-2

library to work with countries and languages (Python 3)

https://github.com/Diaoul/babelfish

sudo apt install python3-babelfish
  • Section: universe/python
  • Architecture: all
  • Source Package: babelfish
  • 2 Abhängigkeiten
  • normalized package name match
  • Abgeglichen nach: Babelfish
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-babelfish from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

Quellspur

Aus Repository-Daten generiert

Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.

Verwendete Quellen

  • 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