macOS
brew install jxl-oxidelocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für jxl-oxide in AI-Agent-Workflows.
Installation
brew install jxl-oxidelocal Homebrew formula metadata
Überblick
JPEG XL decoder
Verlauf
jxl-oxide is a pure-Rust, spec-conforming JPEG XL decoder distributed both as Rust crates and as a command-line decoder binary named `jxl-oxide`.
The project emerged during the broader JPEG XL adoption debate as an independent Rust implementation rather than a binding to the C++ libjxl reference implementation. Its changelog marks version 0.1.0 on May 17, 2023 as the first official release and says frequently used features were mostly implemented at that point.
The project then expanded from a basic decoder into a set of smaller crates and integrations. The changelog records cropped decoding and output-format options in 0.4.0, parallel decoding and SIMD work in 0.5.0, HDR tone mapping and external color-management hooks in 0.6.0, WebAssembly bindings in 0.7.0, image crate integration work in 0.10.0 and 0.12.5, JPEG bitstream reconstruction in 0.11.0, and Rust 2024 adoption in 0.12.0.
jxl-oxide matters because JPEG XL support often depends on embeddable decoder libraries. The README documents a blanket `jxl-oxide` crate for library users and a `jxl-oxide-cli` crate that installs the command-line binary, while the crates.io and docs.rs badges show it is distributed through Rust's normal package infrastructure.
Library users add the `jxl-oxide` crate to `Cargo.toml`; command-line users install `jxl-oxide-cli` with Cargo and run the `jxl-oxide` binary. Feature flags expose choices such as Rayon multithreading, Little CMS 2 integration, pure-Rust moxcms integration, and integration with the Rust `image` crate.
For package nerds, jxl-oxide is a signal package: it turns a modern image format with complicated browser and platform politics into a Rust-native decoder that can be packaged, audited, fuzzed, and embedded without C++ runtime assumptions.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
jxl-oxide | 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.
https://github.com/tirr-c/jxl-oxide
Installationsmetadaten
| Paketschlüssel | brew:jxl-oxide |
|---|---|
| Version | 0.12.6 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/jxl-oxide |
| Homepage | https://github.com/tirr-c/jxl-oxide |
| Repository | https://github.com/tirr-c/jxl-oxide |
| Upstream-Dokumentation | https://github.com/tirr-c/jxl-oxide |
| Lizenz | MIT OR Apache-2.0 |
| Quellarchiv | https://github.com/tirr-c/jxl-oxide/archive/refs/tags/0.12.6.tar.gz |
| Zuletzt aktualisiert | 2026-06-22T14:03:51-07:00 |
| Pulse | updated |
| Abhängigkeiten | little-cms2 |
| Build-Abhängigkeiten | rust |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | jxl-oxide |
| 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.