# go-bindata を Homebrew, apk, apt, MacPorts, Nix, zypper でインストール

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

## インストール

```sh
sudo av install brew:go-bindata
```

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

### macOS

- Homebrew (100%):

```sh
brew install go-bindata
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install go-bindata
```

  証拠: MacPorts ports tree: devel/go-bindata/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add go-bindata
```

  証拠: Alpine Linux edge package indexes: go-bindata from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install go-bindata
```

  証拠: Debian stable package indexes: go-bindata from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#go-bindata
```

  証拠: nixpkgs package indexes: pkgs/by-name/go/go-bindata/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- zypper (92%):

```sh
sudo zypper install golang-github-jteeuwen-go-bindata
```

  証拠: openSUSE Tumbleweed package metadata: golang-github-jteeuwen-go-bindata from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

## パッケージ情報

- **パッケージキー:** brew:go-bindata
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/go-bindata>
- **バージョン:** 4.0.2
- **ソース概要:** Small utility that generates Go code from any file
- **ホームページ:** <https://github.com/kevinburke/go-bindata>
- **リポジトリ:** <https://github.com/kevinburke/go-bindata>
- **ライセンス:** BSD-2-Clause
- **ソースアーカイブ:** <https://github.com/kevinburke/go-bindata/archive/refs/tags/v4.0.2.tar.gz>
- **最終更新:** 2026-07-25T20:55:23-04:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- go-bindata (cli)
- go-bindata (エイリアス)

## 依存関係

- go

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 4.0.2
- マネージャ更新日: 2026-07-25
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/kevinburke/go-bindata
- 検出された最新: v4.0.2 (最新)
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 2016: Kevin Burke's fork was created on GitHub.
- 2017: The fork began publishing GitHub releases.
- 2023: v4 releases continued the module-era maintenance line.

### Related projects

- jteeuwen/go-bindata
- elazarl/go-bindata-assetfs
- Go embed package

### ソース

- <https://formulae.brew.sh/formula/go-bindata>
- <https://github.com/jteeuwen/go-bindata>
- <https://github.com/kevinburke/go-bindata>
- <https://github.com/kevinburke/go-bindata/releases>


## セキュリティノート

library-like package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- library-like package without higher-risk signals

## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** go-bindata
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

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

- Debian apt - go-bindata - 3.0.7+git20151023.72.a0ff256-4+b16: normalized package name match | Debian stable package indexes: go-bindata from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | embed data in a Go program | https://github.com/jteeuwen/go-bindata
- Nix - go-bindata: normalized package name match | nixpkgs package indexes: pkgs/by-name/go/go-bindata/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - go-bindata - 3.0.7+git20151023.72.a0ff256-4build1: normalized package name match | Ubuntu 24.04 LTS package indexes: go-bindata from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | embed data in a Go program | https://github.com/jteeuwen/go-bindata
- apk - go-bindata - 3.1.3-r45: normalized package name match | Alpine Linux edge package indexes: go-bindata from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | A small utility which generates Go code from any file | https://github.com/go-bindata/go-bindata
- zypper - golang-github-jteeuwen-go-bindata - 3.0.7+git20151023.72.a0ff256-5.26: normalized package name match | openSUSE Tumbleweed package metadata: golang-github-jteeuwen-go-bindata from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A small utility which generates Go code from any file | https://github.com/jteeuwen/go-bindata
- MacPorts - go-bindata: normalized package name match | MacPorts ports tree: devel/go-bindata/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://pkg.so/ja/brew/go/) - Runtime dependency declared by Homebrew.
- [protoc-gen-go](https://pkg.so/ja/brew/protoc-gen-go/) - Shares pkgdb curated category or tags: cli, code-generation, developer-tools, go.
- [mockery](https://pkg.so/ja/brew/mockery/) - Shares pkgdb curated category or tags: cli, code-generation, developer-tools, go.
- [protoc-gen-go-grpc](https://pkg.so/ja/brew/protoc-gen-go-grpc/) - Shares pkgdb curated category or tags: cli, code-generation, developer-tools, go.
- [sqlc](https://pkg.so/ja/brew/sqlc/) - Shares pkgdb curated category or tags: cli, code-generation, developer-tools, go.
- [goctl](https://pkg.so/ja/brew/goctl/) - Shares pkgdb curated category or tags: cli, code-generation, developer-tools, go.
- [go-blueprint](https://pkg.so/ja/brew/go-blueprint/) - Shares pkgdb curated category or tags: cli, code-generation, developer-tools, go.
- [jet](https://pkg.so/ja/brew/jet/) - Shares pkgdb curated category or tags: cli, code-generation, developer-tools, go.
- [kitex](https://pkg.so/ja/brew/kitex/) - Shares pkgdb curated category or tags: cli, code-generation, developer-tools, go.
- [go-rice](https://pkg.so/ja/brew/go-rice/) - Both packages touch the same language runtime or ecosystem. Shared terms: asset, asset-embedding, cli, developer, developer-tools.
- [go-statik](https://pkg.so/ja/brew/go-statik/) - Both packages touch the same language runtime or ecosystem. Shared terms: asset, asset-embedding, cli, developer, developer-tools.
- [counterfeiter](https://pkg.so/ja/brew/counterfeiter/) - Both packages touch the same language runtime or ecosystem. Shared terms: cli, code, code-generation, developer, developer-tools.

## Combined YAML source

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


## ソース

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