# 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
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/kuto>
- **Version:** 0.3.6
- **Quellzusammenfassung:** Reverse JS bundler
- **Homepage:** <https://github.com/samthor/kuto>
- **Repository:** <https://github.com/samthor/kuto>
- **Upstream-Dokumentation:** <https://github.com/samthor/kuto#readme>
- **Lizenz:** Apache-2.0
- **Quellarchiv:** <https://registry.npmjs.org/kuto/-/kuto-0.3.6.tgz>
- **Zuletzt aktualisiert:** 2026-06-13T23:35:01+02:00
- **Generiert:** 2026-07-26T07:20:29+00:00

## Executables

- kuto (cli)
- kuto (Alias)

## Abhängigkeiten

- node

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Bottle: verfügbar auf all

## Version und Aktualität

- Seite generiert: 2026-07-26
- Manager-Version: 0.3.6
- Manager aktualisiert: 2026-06-13
- lokale Daten: OK
- Upstream-Repository: https://github.com/samthor/kuto
- Info: No cached GitHub release or tag data was available.
## 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

## Details aus der Quelldatenbank

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


## Verwandte Links

- [Source-control packages](https://www.automicvault.com/de/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/de/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/de/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/de/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [node](https://www.automicvault.com/de/pkg/brew/node/) - Runtime dependency declared by Homebrew.
- [esbuild](https://www.automicvault.com/de/pkg/brew/esbuild/) - Shares av.db curated category or tags: bundler, cli, developer-tools, javascript.
- [ncc](https://www.automicvault.com/de/pkg/brew/ncc/) - Shares av.db curated category or tags: bundler, cli, developer-tools, javascript.
- [rollup](https://www.automicvault.com/de/pkg/brew/rollup/) - Shares av.db curated category or tags: bundler, cli, developer-tools, javascript.
- [webpack](https://www.automicvault.com/de/pkg/brew/webpack/) - Shares av.db curated category or tags: bundler, cli, developer-tools, javascript.
- [addons-linter](https://www.automicvault.com/de/pkg/brew/addons-linter/) - Shares av.db curated category or tags: cli, developer-tools, javascript.
- [angular-cli](https://www.automicvault.com/de/pkg/brew/angular-cli/) - Shares av.db curated category or tags: cli, developer-tools, javascript.
- [astgen](https://www.automicvault.com/de/pkg/brew/astgen/) - Shares av.db curated category or tags: cli, developer-tools, javascript.
- [aube](https://www.automicvault.com/de/pkg/brew/aube/) - Shares av.db curated category or tags: cli, developer-tools, javascript.
- [pulp](https://www.automicvault.com/de/pkg/brew/pulp/) - Both packages touch the same language runtime or ecosystem. Shared terms: build, cli, developer, developer-tools, javascript.

## Combined YAML source

View the package source record on GitHub. [combined/kuto.yml](https://github.com/automic-vault/db/blob/main/combined/kuto.yml)


## Quellen

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- cross-ecosystem install command graph
