macOS
brew install go-bindatalocal Homebrew formula metadata
sudo port install go-bindataMacPorts ports tree · devel/go-bindata/Portfile · source: api.github.com
brew / rank 3985
Small utility that generates Go code from any file. Version 4.0.2 via Homebrew; verified 2026-07-25. Also installable with debian: sudo apt install go-bindata.
install
brew install go-bindatalocal Homebrew formula metadata
sudo port install go-bindataMacPorts ports tree · devel/go-bindata/Portfile · source: api.github.com
sudo apk add go-bindataAlpine Linux edge package indexes · go-bindata · source: dl-cdn.alpinelinux.org
sudo apt install go-bindataDebian stable package indexes · go-bindata · source: deb.debian.org
nix profile install nixpkgs#go-bindatanixpkgs package indexes · pkgs/by-name/go/go-bindata/package.nix · source: api.github.com
sudo zypper install golang-github-jteeuwen-go-bindataopenSUSE Tumbleweed package metadata · golang-github-jteeuwen-go-bindata · source: download.opensuse.org
overview
Small utility that generates Go code from any file
history
go-bindata is a Go code-generation utility for embedding files into Go programs. It belongs to an older pre-embed generation of Go asset tooling: developers ran a command over static assets, committed or built the generated Go file, and accessed assets through generated helper functions.
The project lineage began with jteeuwen/go-bindata, whose README described conversion of arbitrary files into manageable Go source code. Kevin Burke's fork became the Homebrew-trusted version and documented maintenance changes such as atomic writes, SHA-256 hashes for embedded files, generated code formatting, size reporting, and safer file-mode handling.
The tool spread through package-manager ecosystems because it solved a common deployment problem for Go services before Go added native file embedding. Homebrew, Debian-family packages, Nix, MacPorts, and other distributions carried go-bindata or its original jteeuwen package name, which made it a familiar build-time dependency for Go web services and single-binary CLIs.
Practitioners use go-bindata by pointing the CLI at one or more directories, often with recursive `...` patterns, and then importing the generated `bindata.go` output into an application. The README highlights common production and development patterns: debug mode loads assets from disk during iteration, release mode embeds them into the binary, and flags such as `-o`, `-ignore`, `-prefix`, `-nocompress`, and `-nomemcopy` tune output shape and runtime tradeoffs.
For package maintainers, go-bindata is notable as a maintained fork of a once widely packaged Go asset tool. Its presence in Homebrew under Kevin Burke's fork records the practical packaging move from an older upstream identity to a maintained distribution target.
security posture
library-like package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
go-bindata | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:go-bindata |
|---|---|
| Version | 4.0.2 |
| Package manager | Homebrew |
| Homepage | https://github.com/kevinburke/go-bindata |
| Repository | https://github.com/kevinburke/go-bindata |
| Last updated | 2026-07-25T20:55:23-04:00 |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
go-bindata 3.0.7+git20151023.72.a0ff256-4+b16
embed data in a Go program
https://github.com/jteeuwen/go-bindata
sudo apt install go-bindatago-bindata
nix profile install nixpkgs#go-bindatago-bindata 3.0.7+git20151023.72.a0ff256-4build1
embed data in a Go program
https://github.com/jteeuwen/go-bindata
sudo apt install go-bindatago-bindata 3.1.3-r45
A small utility which generates Go code from any file
https://github.com/go-bindata/go-bindata
sudo apk add go-bindatagolang-github-jteeuwen-go-bindata 3.0.7+git20151023.72.a0ff256-5.26
A small utility which generates Go code from any file
https://github.com/jteeuwen/go-bindata
sudo zypper install golang-github-jteeuwen-go-bindatago-bindata
sudo port install go-bindatasource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.