# jxl-oxide を Homebrew でインストール

jxl-oxide のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:jxl-oxide
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install jxl-oxide
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:jxl-oxide
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/jxl-oxide>
- **バージョン:** 0.12.6
- **ソース概要:** JPEG XL decoder
- **ホームページ:** <https://github.com/tirr-c/jxl-oxide>
- **リポジトリ:** <https://github.com/tirr-c/jxl-oxide>
- **上流ドキュメント:** <https://github.com/tirr-c/jxl-oxide>
- **ライセンス:** MIT OR Apache-2.0
- **ソースアーカイブ:** <https://github.com/tirr-c/jxl-oxide/archive/refs/tags/0.12.6.tar.gz>
- **最終更新:** 2026-06-22T14:03:51-07:00
- **生成日時:** 2026-07-08T18:08:21+00:00

## 実行可能ファイル

- jxl-oxide (cli)
- jxl-oxide (エイリアス)

## 依存関係

- little-cms2

## ビルド依存関係

- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-08
- マネージャ版: 0.12.6
- マネージャ更新日: 2026-06-22
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/tirr-c/jxl-oxide
- 検出された最新: 0.12.6 (最新)
## プロジェクトの歴史と使われ方

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.

### タイムライン

- 2023-05-17: 0.1.0 first official release.
- 2023-11-21: 0.5.0 introduces parallelism and a pushed-data decoder API.
- 2024-01-13: 0.6.0 adds HDR tone mapping and color-management integration points.
- 2024-02-24: 0.7.0 adds WebAssembly bindings.
- 2024-12-28: 0.11.0 implements JPEG bitstream reconstruction.
- 2025-09-30: 0.12.5 adds an `image` crate decoding hook.
- 2026-05-29: 0.12.6 fixes several security and correctness issues.

### Related projects

- Related projects include the JPEG XL standard and libjxl reference implementation, Rust image-processing crates that can consume decoder hooks, and color-management libraries such as lcms2 and moxcms.

### ソース

- <https://crates.io/crates/jxl-oxide>
- <https://docs.rs/crate/jxl-oxide/>
- <https://github.com/tirr-c/jxl-oxide>
- <https://github.com/tirr-c/jxl-oxide/blob/main/CHANGELOG.md>
- <https://jpeg.org/jpegxl/>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **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:** stable


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://www.automicvault.com/ja/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://www.automicvault.com/ja/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [little-cms2](https://www.automicvault.com/ja/pkg/brew/little-cms2/) - Runtime dependency declared by Homebrew.
- [rust](https://www.automicvault.com/ja/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [jpeg-xl](https://www.automicvault.com/ja/pkg/brew/jpeg-xl/) - Shares av.db curated category or tags: cli, codec, image-codec, jpeg-xl, media.
- [jpeg-turbo](https://www.automicvault.com/ja/pkg/brew/jpeg-turbo/) - Shares av.db curated category or tags: cli, codec, image-codec, media.
- [jasper](https://www.automicvault.com/ja/pkg/brew/jasper/) - Shares av.db curated category or tags: cli, image-codec, media.
- [openjpeg](https://www.automicvault.com/ja/pkg/brew/openjpeg/) - Shares av.db curated category or tags: cli, image-codec, media.
- [openjph](https://www.automicvault.com/ja/pkg/brew/openjph/) - Shares av.db curated category or tags: cli, image-codec, media.
- [a52dec](https://www.automicvault.com/ja/pkg/brew/a52dec/) - Shares av.db curated category or tags: cli, codec, media.
- [basis_universal](https://www.automicvault.com/ja/pkg/brew/basis-universal/) - Shares av.db curated category or tags: cli, codec, media.
- [dav1d](https://www.automicvault.com/ja/pkg/brew/dav1d/) - Shares av.db curated category or tags: cli, codec, media.
- [grokj2k](https://www.automicvault.com/ja/pkg/brew/grokj2k/) - Both packages work with overlapping file formats or content types. Shared terms: cli, cms2, codec, image, image-codec.
- [vips](https://www.automicvault.com/ja/pkg/brew/vips/) - Both packages work with overlapping file formats or content types. Shared terms: cli, cms2, image, jpeg, jpeg-xl.

## Combined YAML source

View the package source record on GitHub. [combined/jxl-oxide.yml](https://github.com/automic-vault/db/blob/main/combined/jxl-oxide.yml)


## ソース

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- cross-ecosystem install command graph
