# Installer goredo avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:goredo
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install goredo
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#goredo
```

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

## Faits du paquet

- **Clé du paquet:** brew:goredo
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/goredo>
- **Version:** 2.9.2
- **Résumé source:** Go implementation of djb's redo, a Makefile replacement that sucks less
- **Page d'accueil:** <http://www.goredo.stargrave.org/>
- **Docs amont:** <http://www.goredo.stargrave.org/>
- **Licence:** GPL-3.0-only
- **Archive source:** <http://www.goredo.stargrave.org/download/goredo-2.9.2.tar.zst>
- **Dernière mise à jour:** 2026-07-25T20:55:26-04:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- goredo (cli)
- redo-affects (cli)
- redo-cleanup (cli)
- redo-dep2rec (cli)
- redo-depfix (cli)
- redo-dot (cli)
- redo-inode (cli)
- goredo (alias)
- redo-affects (alias)
- redo-cleanup (alias)
- redo-dep2rec (alias)
- redo-depfix (alias)
- redo-dot (alias)
- redo-inode (alias)

## Dépendances de compilation

- go

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 2.9.2
- gestionnaire mis à jour: 2026-07-25
- données locales: OK
- dépôt amont: http://www.goredo.stargrave.org/
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

goredo is Sergey Matveev's Go implementation of Daniel J. Bernstein's redo build-system design, positioned by its own documentation as a make replacement for POSIX-like systems.

### Historique du projet

The project began as a rewrite of redo-c and then grew to include many features from apenwarr/redo, another influential implementation of Bernstein's unreleased redo idea. Its public NEWS file records an initial tarballed release at 0.10.0, then a 1.0.0 series that changed state-file storage and out-of-date detection, and a later 2.0.0 release that replaced recfile dependency storage with a smaller binary dependency format.

### Historique d'adoption

goredo occupies the smaller redo ecosystem rather than the mainstream make/CMake/Ninja ecosystem. Its official install page nevertheless documents packaging across distribution channels including Arch AUR, FreeBSD ports, Homebrew, NetBSD packages, NixOS, Fedora RPM Sphere, and container images.

### Modes d'utilisation

Users write redo .do scripts and invoke the goredo-provided redo commands to rebuild targets recursively. The project emphasizes dependency tracking, checksum-based change detection, parallel builds, serialized logs, jobserver compatibility with GNU Make and NetBSD bmake, and diagnostic commands such as redo-affects, redo-cleanup, redo-dot, and redo-inode.

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

For package-manager users, goredo is interesting because it packages an intentionally small but opinionated alternative build model: shell-script rules, explicit dependencies, POSIX portability, BLAKE3-based change checks, and Make jobserver interoperation without adopting a large build framework.

### Chronologie

- 0.10.0: Initial tarballed release
- 1.0.0: State storage changed for faster out-of-date detection
- 1.7.0: Added optional GNU Make and NetBSD bmake jobserver compatibility
- 2.0.0: Introduced binary dependency files and performance optimizations
- 2.9.2: Changed Go module namespace to go.stargrave.org

### Related projects

- Daniel J. Bernstein's redo design is the conceptual origin.
- redo-c was the initial implementation goredo rewrote.
- apenwarr/redo supplied many feature and behavior references.
- redo-sh supplies tests referenced by the goredo documentation.

### Sources

- <http://www.goredo.stargrave.org/>
- <http://www.goredo.stargrave.org/Features.html>
- <http://www.goredo.stargrave.org/INSTALL.html>
- <http://www.goredo.stargrave.org/NEWS.html>


## Notes de sécurité

generalized runtime or code generation signal.

- **Risque Geiger:** yellow / moyen
- generalized runtime or code generation signal

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** goredo
- **Version Scheme:** 0
- **Revision:** 0
- **Conflicts With:** redo
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** yes
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Autres enregistrements de gestionnaires de paquets

- Nix - goredo: normalized package name match | nixpkgs package indexes: pkgs/by-name/go/goredo/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Liens liés

- [Secret-risk packages](https://pkg.so/fr/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://pkg.so/fr/brew/go/) - Build dependency declared by Homebrew.
- [mage](https://pkg.so/fr/brew/mage/) - Shares pkgdb curated category or tags: build-system, cli, developer-tools, go, make-alternative.
- [redo](https://pkg.so/fr/brew/redo/) - Shares pkgdb curated category or tags: build-system, cli, developer-tools, make-alternative.
- [cmake](https://pkg.so/fr/brew/cmake/) - Shares pkgdb curated category or tags: build-system, cli, developer-tools.
- [fzf](https://pkg.so/fr/brew/fzf/) - Shares pkgdb curated category or tags: cli, developer-tools, go.
- [ninja](https://pkg.so/fr/brew/ninja/) - Shares pkgdb curated category or tags: build-system, cli, developer-tools.
- [autoconf](https://pkg.so/fr/brew/autoconf/) - Shares pkgdb curated category or tags: build-system, cli, developer-tools.
- [automake](https://pkg.so/fr/brew/automake/) - Shares pkgdb curated category or tags: build-system, cli, developer-tools.
- [meson](https://pkg.so/fr/brew/meson/) - Shares pkgdb curated category or tags: build-system, cli, developer-tools.
- [go-task](https://pkg.so/fr/brew/go-task/) - Local metadata places this package in an adjacent workflow. Shared terms: alternative, build, cli, developer, developer-tools.

## Combined YAML source

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


## Sources

- 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
