# 使用 Homebrew, Nix 安装 goredo

查看 goredo 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install goredo
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## 软件包事实

- **软件包键:** brew:goredo
- **软件包管理器:** Homebrew
- **版本:** 2.9.2
- **来源摘要:** Go implementation of djb's redo, a Makefile replacement that sucks less
- **主页:** <http://www.goredo.stargrave.org/>
- **最后更新:** 2026-07-25T20:55:26-04:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- goredo (别名)
- redo-affects (别名)
- redo-cleanup (别名)
- redo-dep2rec (别名)
- redo-depfix (别名)
- redo-dot (别名)
- redo-inode (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 2.9.2
## 项目历史与用法

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.

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 时间线

- 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.

### 来源

- <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>


## 安全说明

generalized runtime or code generation signal.

- **Geiger 风险:** yellow / 中
- generalized runtime or code generation signal

## 其他软件包管理器记录

- 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


## Combined YAML source

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


## 来源

- 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
