pkg.soopen package index

brew / Rang 7456

goawk mit Homebrew, apk, apt, MacPorts, Nix installieren

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

Installation

Weitere Installationsbefehle

macOS

Homebrewverifiziert · 100%
brew install goawk

local Homebrew formula metadata

MacPortsverifiziert · 94%
sudo port install goawk

MacPorts ports tree · lang/goawk/Portfile · Quelle: api.github.com

Linux

Alpine Linux apkverifiziert · 92%
sudo apk add goawk

Alpine Linux edge package indexes · goawk · Quelle: dl-cdn.alpinelinux.org

Debian aptverifiziert · 92%
sudo apt install goawk

Debian stable package indexes · goawk · Quelle: deb.debian.org

Nixverifiziert · 92%
nix profile install nixpkgs#goawk

nixpkgs package indexes · pkgs/by-name/go/goawk/package.nix · Quelle: api.github.com

Überblick

Paketzusammenfassung

POSIX-compliant AWK interpreter written in Go

Befehle und Aliase

  • goawk

Verlauf

Projektgeschichte und Nutzung

GoAWK is Ben Hoyt's POSIX-compatible AWK interpreter written in Go, with command-line and embeddable library use cases. It began as a compact interpreter inspired by The AWK Programming Language and later grew CSV/TSV support, a bytecode virtual machine, code coverage, and an experimental AWK-to-Go compiler.

Projektgeschichte

The repository was created in June 2018, and the author's November 2018 article described GoAWK as an AWK interpreter written in Go, explaining its lexer, parser, resolver, tree-walking interpreter, testing, and performance work. The README says it is feature-complete and tested against the one true AWK and GNU AWK test suites.

GoAWK moved beyond the original tree-walking interpreter in the v1.15 era, when it switched to a bytecode compiler and virtual machine for better performance. In May 2022, the author added native CSV and TSV support, including CSV input/output modes and named fields, while keeping the project POSIX-compatible.

The project continued to add package-nerd features that ordinary awk implementations rarely expose, including embeddable Go APIs, code coverage support in v1.21.0, and the experimental AWKGo compiler.

Adoptionsgeschichte

GoAWK is adopted as both a standalone awk-compatible command and an embeddable Go package. The README notes use in the Redpanda Connect stream processor and by the software team at the library of the University of Antwerp, the latter also sponsoring CSV work.

Distribution through Go modules, release binaries, Homebrew, Debian, MacPorts, Nix, and other package managers makes GoAWK a portable AWK option for users who want POSIX behavior, CSV-aware one-liners, or an AWK engine inside Go programs.

Wie es verwendet wird

As a CLI, GoAWK accepts ordinary awk programs and files, can be installed with go install, and supports CSV/TSV processing with -i and -o modes. As a library, Go programs can parse and execute AWK programs directly, reuse parsed programs, and configure interpreter behavior.

Warum Paket-Nerds sich dafür interessieren

GoAWK matters because it connects two package cultures: the old Unix text-processing tradition of awk one-liners and the modern Go preference for single static binaries and embeddable packages. It is a practical example of reimplementing a standard Unix language with Go's parser, module, testing, and distribution ecosystem.

Its CSV support is especially notable because classic awk field splitting is convenient but not CSV-safe. GoAWK gives package users a drop-in-ish awk command that handles real CSV and TSV data while still aiming at POSIX AWK compatibility.

Zeitleiste

  • 2018: The GoAWK repository was created and v1.0.0 was tagged.
  • 2018: The author published the original GoAWK design and performance article.
  • 2022: GoAWK adopted a bytecode compiler and virtual machine around the v1.15 release.
  • 2022: GoAWK added native CSV and TSV support.
  • 2022: GoAWK v1.21.0 added code coverage support.
  • 2025: GoAWK v1.31.0 was tagged with minor fixes and a minimum Go version update.

Related projects

  • GoAWK is related to AWK, BWK awk, GNU Awk, POSIX awk, Redpanda Connect, the Go module ecosystem, and AWKGo, the experimental AWK-to-Go compiler included in the repository.

Sicherheitslage

Risikostufe: yellow

generalized runtime or code generation signal.

Risikoklassifikator

yellow Risiko · mittel Konfidenz · runtime

Warum

  • generalized runtime or code generation signal

Signale

  • text:interpreter

Installationsverhalten

  • Es wurden keine Homebrew-Bottle-Metadaten erfasst.

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
goawkExecutableindexiertes ExecutableAus dem lokalen Executable-Index erkannt.

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-08-03
Manager-Version1.31.0
Manager aktualisiert2026-07-25
lokale Datenunbekannt
Upstreamnicht verfügbar
neueste erkannte Versionnicht erkannt
  • OKEs wurden keine Aktualitätswarnungen generiert.

Installationsmetadaten

Paketmetadaten

Paketschlüsselbrew:goawk
Version1.31.0
PaketmanagerHomebrew
Homepagehttps://benhoyt.com/writings/goawk/
Repositoryhttps://github.com/benhoyt/goawk
Zuletzt aktualisiert2026-07-25T20:55:24-04:00
Pulseupdated
Bottlenicht erfasst
Dienstkeiner deklariert

Source-Datenbank-Treffer

Andere Paketmanager-Einträge

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

Debian apt95%

goawk 1.29.0-1

POSIX-compliant AWK interpreter written in Go, with CSV support (program)

https://github.com/benhoyt/goawk

sudo apt install goawk
  • Section: interpreters
  • Architecture: amd64
  • normalized package name match
  • Abgeglichen nach: Goawk
Debian stable package indexes · deb.debian.org · Debian stable package indexes: goawk from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

golang-github-benhoyt-goawk-dev 1.29.0-1

POSIX-compliant AWK interpreter written in Go, with CSV support (library)

https://github.com/benhoyt/goawk

sudo apt install golang-github-benhoyt-goawk-dev
  • Section: golang
  • Architecture: all
  • Source Package: goawk
  • normalized package name match
  • Abgeglichen nach: Goawk
Debian stable package indexes · deb.debian.org · Debian stable package indexes: golang-github-benhoyt-goawk-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

goawk

nix profile install nixpkgs#goawk
  • normalized package name match
  • Abgeglichen nach: Goawk
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/go/goawk/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
apk95%

goawk 1.30.1-r7

POSIX-compliant AWK interpreter written in Go

https://github.com/benhoyt/goawk

sudo apk add goawk
  • License: MIT
  • Architecture: x86_64
  • Source Package: goawk
  • 1 stellt bereit
  • normalized package name match
  • Abgeglichen nach: Goawk
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: goawk from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

goawk-doc 1.30.1-r7

POSIX-compliant AWK interpreter written in Go (documentation)

https://github.com/benhoyt/goawk

sudo apk add goawk-doc
  • License: MIT
  • Architecture: x86_64
  • Source Package: goawk
  • normalized package name match
  • Abgeglichen nach: Goawk
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: goawk-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
MacPorts95%

goawk

sudo port install goawk
  • normalized package name match
  • Abgeglichen nach: Goawk
MacPorts ports tree · api.github.com · MacPorts ports tree: lang/goawk/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

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
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation