# Installer go-statik avec Homebrew, MacPorts, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de go-statik pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install go-statik
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install statik
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#statik
```

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

## Faits du paquet

- **Clé du paquet:** brew:go-statik
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.1.8
- **Résumé source:** Embed files into a Go executable
- **Page d'accueil:** <https://github.com/rakyll/statik>
- **Dépôt:** <https://github.com/rakyll/statik>
- **Dernière mise à jour:** 2026-07-29T16:05:04+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- statik (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.1.8
## Historique du projet et usages

statik is a Go command-line tool and library for embedding a directory of static files into a Go executable and serving them through an http.FileSystem.

### Historique du projet

The statik repository was created in 2014 by rakyll. Its README says the idea and implementation were taken from Camlistore and split out because the author needed the pattern across multiple projects.

### Historique d'adoption

statik became part of the pre-Go-1.16 static-asset embedding ecosystem, especially for Go services with a small web component that wanted a single binary instead of separate CSS, JavaScript, image, or HTML deployment steps.

### Modes d'utilisation

Practitioners run statik against a public directory, import the generated statik package for side effects, initialize the statik filesystem, and pass it to http.FileServer or open individual embedded files.

### Pourquoi les passionnés de paquets s'y intéressent

The package remains a concise example of the generated-source approach that the Go 1.16 embed feature later made part of the standard toolchain.

### Chronologie

- 2014: GitHub repository created for statik.
- 2021: Go 1.16 added standard static-file embedding through //go:embed.

### Related projects

- statik is related to Camlistore, go.rice, and the Go standard library embed package.

### Sources

- <https://api.github.com/repos/rakyll/statik>
- <https://formulae.brew.sh/formula/go-statik>
- <https://github.com/rakyll/statik>
- <https://go.dev/doc/go1.16>


## Notes de sécurité

library-like package without higher-risk signals.

- **Risque Geiger:** vert / faible
- library-like package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- MacPorts - statik: installed executable or alias match | MacPorts ports tree: devel/statik/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Nix - statik: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/st/statik/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

- 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
