# naga-cli mit Homebrew, apt installieren

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

## Installation

```sh
sudo av install brew:naga-cli
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install naga-cli
```

  Evidenz: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install libnaga-java
```

  Evidenz: Debian stable package indexes: libnaga-java from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## Paketfakten

- **Paketschlüssel:** brew:naga-cli
- **Paketmanager:** Homebrew
- **Version:** 30.0.0
- **Quellzusammenfassung:** Shader translation command-line tool
- **Homepage:** <https://wgpu.rs/>
- **Repository:** <https://github.com/gfx-rs/wgpu>
- **Zuletzt aktualisiert:** 2026-07-01T21:39:00Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- naga (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

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

naga-cli is the command-line frontend for Naga, the Rust shader translation and validation library used by the gfx-rs/wgpu stack. The package installs a `naga` binary, which is why the Homebrew formula conflicts with the unrelated Snake-game formula named `naga`.

### Projektgeschichte

Naga began as part of the gfx-rs graphics stack, with docs and maintainer writing tying it to an earlier Javelin name and to the WebGPU/WGSL transition. The old standalone gfx-rs/naga repository is archived because development moved into the wgpu repository, but the docs still describe Naga as a standalone library. The naga crate was created on crates.io on February 27, 2020; the naga-cli crate was created on October 20, 2021.

### Adoptionsgeschichte

Naga adoption is mostly transitive through wgpu, not through direct CLI use. On July 1, 2026 the wgpu GitHub API showed 17,474 stars, 1,343 forks, and GitHub's rendered repository page showed it used by more than 46,000 dependents. crates.io reported 28,591,294 total downloads for the naga library crate and 43,842 for naga-cli. Homebrew reported 358 naga-cli installs over 365 days, which fits the CLI's role as a developer/debugging tool rather than the normal application dependency path.

### Wie es verwendet wird

The CLI is used to validate shaders and exercise conversion paths: WGSL validation, SPIR-V dumps, SPIR-V to Metal, WGSL to GLSL under a selected profile, and output formats such as WGSL, GLSL, Metal, HLSL, SPIR-V, and DOT. Graphics developers use it when debugging shader portability, testing Naga behavior at a particular wgpu commit, checking snapshots, or reducing shader translation bugs outside a full application.

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

naga-cli is significant because it exposes one of the key moving parts behind Rust WebGPU portability. wgpu uses Naga to translate WGSL into platform shading languages for native backends, and maintainer writing describes Naga as powering wgpu and transitively Gecko/Firefox. For package nerds, the formula is also a classic binary-name collision case: `brew install naga-cli` and `brew install naga` cannot coexist because both provide `naga`.

### Zeitleiste

- 2018-09-13: wgpu repository created.
- 2020-02-27: naga crate created on crates.io.
- 2021-10-07: gfx-rs announced wgpu v0.11 and naga v0.7, describing naga as the shader translation and validation layer.
- 2021-10-20: naga-cli crate created on crates.io.
- 2026-05-02: wgpu/naga v29.0.3 published.
- 2026-07-01: crates.io reported 28,591,294 naga downloads and 43,842 naga-cli downloads.

### Related projects

- wgpu
- WebGPU
- WGSL
- SPIR-V
- Tint
- Dawn
- Gecko
- Firefox

### Quellen

- <https://api.github.com/repos/gfx-rs/wgpu>
- <https://api.github.com/repos/gfx-rs/wgpu/releases/latest>
- <https://crates.io/api/v1/crates/naga>
- <https://crates.io/api/v1/crates/naga-cli>
- <https://docs.rs/crate/naga/latest>
- <https://formulae.brew.sh/api/formula/naga-cli.json>
- <https://formulae.brew.sh/formula/naga-cli>
- <https://gfx-rs.github.io/2021/10/07/release-0.11.html>
- <https://github.com/gfx-rs/naga>
- <https://github.com/gfx-rs/wgpu>
- <https://kvark.github.io/naga/shader/2022/02/17/shader-translation-benchmark.html>


## Sicherheitshinweise

narrow executable package without higher-risk signals.

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

## Andere Paketmanager-Einträge

- Debian apt - libnaga-java - 3.0+svn80-5: installed executable or alias match | Debian stable package indexes: libnaga-java from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Simplified Java NIO asynchronous sockets | https://code.google.com/archive/p/naga/
- Ubuntu apt - libnaga-java - 3.0+svn80-5: installed executable or alias match | Ubuntu 24.04 LTS package indexes: libnaga-java from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Simplified Java NIO asynchronous sockets | https://code.google.com/archive/p/naga/


## Combined YAML source

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


## Quellen

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