# comby mit Homebrew, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für comby in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:comby
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install comby
```

  Evidenz: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#comby
```

  Evidenz: nixpkgs package indexes: comby from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

## Paketfakten

- **Paketschlüssel:** brew:comby
- **Paketmanager:** Homebrew
- **Version:** 1.8.1
- **Quellzusammenfassung:** Tool for changing code across many languages
- **Homepage:** <https://comby.dev>
- **Repository:** <https://github.com/comby-tools/comby>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- comby (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 1.8.1
## Projektgeschichte und Nutzung

Comby is a structural search-and-replace tool for source code. It occupies the space between regex-based text replacement and full language-specific refactoring engines.

### Projektgeschichte

Comby's documentation presents the core idea as lightweight matching of syntactic structures such as balanced delimiters, strings, and comments across many languages. The README frames it as a practical alternative when regular expressions become fragile for nested code constructs.

### Adoptionsgeschichte

The official README documents Homebrew installation on macOS, binaries for Ubuntu-like Linux systems, Docker images, Windows use through WSL, and source builds through OCaml/opam. The supplied package-manager metadata lists Homebrew and Nix, while the upstream distribution story emphasizes prebuilt binaries and containers.

### Wie es verwendet wird

Users write templates with holes such as `:[condition]` to match code structures and replacements that preserve or transform matched parts. Comby is commonly used for large mechanical code changes, interactive review of rewrites, and language-aware searches where plain `sed` or regexes are too coarse.

### Warum Paket-Nerds sich dafür interessieren

Comby matters to package nerds because it packages a source-to-source transformation engine as a single CLI spanning many languages. Its OCaml implementation, PCRE linkage, binary distribution, Docker image, and Homebrew/Nix formulas make it a useful case study in shipping a specialized developer tool beyond one language ecosystem.

### Zeitleiste

- 2019: Public Comby materials and README examples emphasized structural matching compared with regex approaches.
- 2020: The Comby website and documentation moved into a refreshed Docusaurus site.
- 2022: Comby blog posts documented experiments with type information for safer rewrites.

### Related projects

- Comby is related to `sed`, regular-expression search tools, language-server and code-intelligence workflows, Sourcegraph-style code search, and language-specific refactoring engines.

### Quellen

- <https://comby.dev/docs/overview>
- <https://github.com/comby-tools/comby>
- <https://raw.githubusercontent.com/comby-tools/comby/master/README.md>
- <https://comby.dev/blog/>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

- **Geiger-Risiko:** grün / niedrig
- narrow executable package without higher-risk signals

## Andere Paketmanager-Einträge

- Nix - comby: normalized package name match | nixpkgs package indexes: comby from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix


## Combined YAML source

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


## Quellen

- 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
