# wuchale mit Homebrew installieren

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

## Installation

```sh
sudo av install brew:wuchale
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install wuchale
```

  Evidenz: local Homebrew formula metadata

## Paketfakten

- **Paketschlüssel:** brew:wuchale
- **Paketmanager:** Homebrew
- **Version:** 0.25.6
- **Quellzusammenfassung:** Protobuf-like i18n from plain code
- **Homepage:** <https://wuchale.dev/>
- **Zuletzt aktualisiert:** 2026-07-05T09:59:45Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- wuchale (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

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

wuchale is a compile-time internationalization toolkit for JavaScript and TypeScript projects. Its project README positions it around writing normal component code and letting the build step extract and replace translatable messages, with catalog storage based on compact arrays and standard PO files.

### Projektgeschichte

The project is organized as the `wuchalejs/wuchale` monorepo and includes the core CLI plus official adapter packages for JSX, Svelte, Astro, JSON storage, and vanilla JavaScript or TypeScript. The official documentation and README emphasize a zero-wrapper approach: developers write literal UI text, then wuchale scans source code with AST analysis and rewrites build output for localization.

### Adoptionsgeschichte

Public adoption signals are still modest compared with older i18n libraries, but the project has a real documentation surface, examples, changelog, Discord link, and hundreds of GitHub stars. Its niche is newer front-end stacks where developers want i18n without `t()` calls, wrapper components, or manually named message keys.

### Wie es verwendet wird

The documented workflow is to install the base package and any framework adapter, add the Vite plugin when applicable, create `wuchale.config.js`, run `npx wuchale`, and let the tool extract messages into catalogs. Translators edit the extracted PO files, and wuchale compiles compact catalogs for the application build.

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

For package maintainers and front-end tooling watchers, wuchale is interesting because it treats i18n as a compiler transform rather than a runtime library convention. It belongs near Vite plugins, AST-based source transforms, gettext-style catalog tooling, and framework adapters for React, Preact, Svelte, SolidJS, Astro, and plain JS/TS.

### Zeitleiste

- 0.9.0: Earliest version listed in the official core changelog.
- 2026: The official changelog lists the 0.25.x series and recent fixes around nested messages and build behavior.
- 2026: The README describes official packages for the core CLI, JSX, Svelte, Astro, and JSON storage.

### Related projects

- wuchale overlaps conceptually with gettext and PO-file workflows, but targets modern JavaScript build pipelines. Its README contrasts its normal-code workflow with traditional calls such as `t('Hello')` or wrapper components such as `Trans`.

### Quellen

- <https://github.com/wuchalejs/wuchale>
- <https://wuchale.dev/changelogs/wuchale/>
- <https://wuchale.dev/intro/start/>


## Sicherheitshinweise

Für wuchale wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: wuchale.config.js, wuchale.config.ts
- Windows: wuchale.config.js, wuchale.config.ts

## Combined YAML source

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


## Quellen

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