macOS
brew install wuchalelocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für wuchale in AI-Agent-Workflows.
Installation
brew install wuchalelocal Homebrew formula metadata
Überblick
Protobuf-like i18n from plain code
Verlauf
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.
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.
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.
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.
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.
Sicherheitslage
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.
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
local files
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.
Config paths the tool may read or write during local use.
wuchale.config.jswuchale.config.tswuchale.config.jswuchale.config.tsExecutables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
wuchale | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:wuchale |
|---|---|
| Version | 0.25.6 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/wuchale |
| Homepage | https://wuchale.dev/ |
| Repository | https://github.com/wuchalejs/wuchale |
| Upstream-Dokumentation | https://github.com/wuchalejs/wuchale#readme |
| Lizenz | MIT |
| Quellarchiv | https://registry.npmjs.org/wuchale/-/wuchale-0.25.6.tgz |
| Zuletzt aktualisiert | 2026-07-05T09:59:45Z |
| Pulse | updated |
| Abhängigkeiten | node |
| Bottle | verfügbar (auf all) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | wuchale |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Quellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.