Documentation Index
Fetch the complete documentation index at: https://umbra.0xcreator.dev/llms.txt
Use this file to discover all available pages before exploring further.
Released April 26, 2026
New features
Plugins
The CLI now supports plugins — npm packages that add new commands toumbra. Install one and its commands are available immediately, no restart required:
plugin add— install a plugin from npmplugin list— see what’s installedplugin remove— uninstall a pluginplugin use— pin a plugin to a specific user
Interactive token picker
You can now omit the<mint> argument on token commands and pick from a list of supported mints fetched from the relayer. Common tokens like USDC, USDT, Wrapped SOL, and UMBRA are shown by symbol:
eta deposit and related commands for details.
Updates
Streamlined install
The post-install script has been removed. Installs are quieter and faster, and there’s nothing extra to configure afternpm install -g umbraprivacy-cli.
Release pipeline
Releases now ship to npm more reliably, so new versions land onnpm install without manual intervention.