# kuto mit Homebrew installieren

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

## Installation

```sh
sudo av install brew:kuto
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install kuto
```

  Evidenz: local Homebrew formula metadata

## Paketfakten

- **Paketschlüssel:** brew:kuto
- **Paketmanager:** Homebrew
- **Version:** 0.3.6
- **Quellzusammenfassung:** Reverse JS bundler
- **Homepage:** <https://github.com/samthor/kuto>
- **Zuletzt aktualisiert:** 2026-06-13T23:35:01+02:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- kuto (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

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

Kuto is a small reverse JavaScript bundler that experiments with reusing code a client has already downloaded, especially for large ESM bundles.

### Projektgeschichte

Sam Thor published Kuto publicly with a March 2024 explanation of the idea: split a built JavaScript bundle into a main file plus cacheable corpus files, then reuse unchanged corpus code across later builds. The README says the `kuto info` command came first as a way to inspect ES modules for side effects.

### Adoptionsgeschichte

Kuto is a niche web-performance tool rather than a mainstream bundler replacement. Its own documentation frames it as a final pass after another bundler and asks users for real-world results, which matches a young experimental tool.

### Wie es verwendet wird

The CLI is used after bundling: `kuto split` reads a large ESM output file, writes a main part plus static corpus files, and can use previously generated output as the old corpus for later builds.

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

Kuto is interesting to package and web-build-system nerds because it reverses the usual bundling assumption. Instead of making one fresh optimized artifact per build, it tries to preserve previously shipped code as a reusable cache dictionary.

### Zeitleiste

- March 2024: Maintainer published the reverse-bundler write-up and linked it from the project README.
- Initial design: `kuto info` originated as an ES module side-effect inspection command before the split workflow.

### Related projects

- Kuto is designed to run after conventional JavaScript bundlers, and its README demonstrates a release process that uses esbuild before and after Kuto.

### Quellen

- <https://github.com/samthor/kuto>
- <https://samthor.au/2024/kuto/>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

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


## Combined YAML source

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


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
