From 7a43e574f1cc9874efbb190bc1eadb2f3fd62242 Mon Sep 17 00:00:00 2001 From: jessebot Date: Sat, 21 Mar 2026 12:49:26 +0100 Subject: [PATCH] move brew to package managers section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7209e31..fb37764 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,6 @@ This is a section for repos that are similar to this one either because they are | [`wild` linker](https://github.com/wild-linker/wild) | GNU ld, LLVM ld | [Allows AI use](https://github.com/wild-linker/wild/blob/9027437a8776afea1a1f0840fcda3fd6895f6f55/CONTRIBUTING.md), [doesn't require disclosure](https://github.com/wild-linker/wild/pull/1653#issuecomment-4017584459), [accepts AI code](https://github.com/wild-linker/wild/pull/912) | | [`curl`](https://curl.se) | An older version; [wget](https://www.gnu.org/software/wget/)? | Core maintainer uses LLMs for code review (e.g. [1](https://github.com/curl/curl/pull/20797), [2](https://github.com/curl/curl/pull/20798), [3](https://github.com/curl/curl/pull/20787)), and is quoted in the description of the [Aisle Research Bot](https://github.com/apps/aisle-research-bot) LLM. See also [this post](https://mastodon.social/@bagder/116204333476519757) | | [`rsync`](https://rsync.samba.org/) | An older version: 3.4.1 and below; Maybe `scp` or FTP client? (not applicable to the all cases) | For now (2026-03-15) two top commits at 2026-03-01 were "coauthored" by Claude LLM, see: [1](https://github.com/RsyncProject/rsync/commit/aa142f08ef31d3ffa8d6b3b8af16d00324a98c1b) and [2](https://github.com/RsyncProject/rsync/commit/b905ab23af2d71363271e99e446e8fe0bfc77f7f) | -| [`brew`](https://github.com/Homebrew/brew) | Build packages from source or switch from macOS | [`AGENTS.md`](https://github.com/Homebrew/brew/blob/main/AGENTS.md) in repository | > [!NOTE] > #### On task runners and `make(1)` implementations: @@ -343,6 +342,7 @@ Also, there is an advistory database of Rust slopware crates, which you can use | Name | Alternative(s) | Evidence | |---|---|---| +| [`brew`](https://github.com/Homebrew/brew) | Build packages from source or switch from macOS | [`AGENTS.md`](https://github.com/Homebrew/brew/blob/main/AGENTS.md) in repository | | [Pi-Apps](https://pi-apps.io/) | Use system repositories provided by your distro or manual installation of software | Includes known AI vibe-coding app [Google Antigravity](https://antigravity.google) in the [Pi-Apps repositories](https://github.com/Botspot/pi-apps/tree/master/apps/Antigravity), install scripts like for [Boxy SVG](https://github.com/Botspot/pi-apps/blob/f2dc4d272e777602c4e15831d0d707864c6aef7d/apps/Boxy%20SVG/install#L40) have AI code in them | | [PiKISS](https://github.com/jmcerrejon/PiKISS) | Use system repositories provided by your distro or manual installation of software | Use Sourcery AI for reviews ([example](https://github.com/jmcerrejon/PiKISS/pull/240)) |