Automic VaultAutomic Vault

brew

halide を Homebrew, Nix, apt, pacman でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install halide

local Homebrew formula metadata

Linux

Nix確認済み · 92%
nix profile install nixpkgs#halide

nixpkgs package indexes · pkgs/by-name/ha/halide/package.nix · ソース: api.github.com

Debian apt確認済み · 92%
sudo apt install halide19-api-doc

Debian stable package indexes · halide19-api-doc · ソース: deb.debian.org

Ubuntu apt確認済み · 92%
sudo apt install halide17-api-doc

Ubuntu 24.04 LTS package indexes · halide17-api-doc · ソース: archive.ubuntu.com

Arch Linux pacman確認済み · 92%
sudo pacman -S gengen

Arch Linux sync databases · gengen · ソース: geo.mirror.pkgbuild.com

概要

パッケージ概要

Language for fast, portable data-parallel computation

コマンドとエイリアス

  • adams2019_retrain_cost_model
  • adams2019_weightsdir_to_weightsfile
  • anderson2021_retrain_cost_model
  • anderson2021_weightsdir_to_weightsfile
  • featurization_to_sample
  • gengen
  • get_host_target

履歴

プロジェクトの歴史と使われ方

Halide is a language and compiler system for fast, portable image and array processing. It is embedded in C++ and also provides Python bindings, letting developers define the algorithm separately from the schedule that controls locality, vectorization, parallelism, and target-specific code generation.

プロジェクトの歴史

MIT News introduced Halide in 2012 as a programming language for image-processing software, reporting that MIT researchers used it to express common image-processing algorithms with shorter code and significant speedups. The Halide site presents the same core idea in tool form: write a pipeline in C++ using Halide's API, then JIT-compile it or compile it ahead of time.

The research lineage is central to the project. The Halide site lists publications on decoupling algorithms from schedules, the 2013 PLDI language and compiler paper, automatic scheduling work from 2016, differentiable programming work from 2018, and machine-learning-based autoscheduling in 2019. Those papers explain why Halide is not just a library of filters but a compiler approach to high-performance pipelines.

The release history shows the compiler growing from research artifact into a packaged toolchain. A 2013 GitHub release provided precompiled Halide builds. Later releases added WebAssembly, Direct3D, automatic differentiation, PyTorch custom-op generation, multiple autoschedulers as plugins, C++17 requirements, Vulkan and WebGPU work, RISC-V vector support, Python packaging through PyPI, and alignment of major version numbers with bundled LLVM versions.

採用の歴史

Halide's adoption spans research, imaging applications, compiler experimentation, and performance-sensitive production code. The official site points users to tutorials, example apps, tests, GitHub Discussions, CppCon material, CVPR course notes, and API docs, which reflects a community built around learning the scheduling model as much as installing a binary.

For package managers, Halide became more approachable as upstream added binary tarballs, Homebrew installation instructions, vcpkg support, and PyPI wheels for C++ and Python use. Those distribution paths matter because building Halide from source requires a compatible LLVM toolchain and substantial compiler infrastructure.

使われ方

Users define Halide Func, Var, and schedule objects in host code, then compile pipelines for CPU, GPU, mobile, and other targets. The official README describes supported CPU architectures, operating systems, GPU compute APIs, C++17 requirements, Python bindings, tutorials, apps, and build instructions.

Installed package binaries are often used by developers who want headers, libraries, tools such as generators, and CMake integration without managing a custom LLVM build. The Homebrew formula is especially useful on macOS where LLVM discovery and CMake presets can otherwise dominate the first build.

パッケージ好きにとっての重要性

Halide is significant because it turns a compiler research system into a package-manager-installable dependency. The formula is not just a CLI; it packages a DSL runtime, compiler libraries, generators, examples, and an LLVM-facing build surface.

It also shows why some packages are hard to reduce to a single executable. Halide's value is in the development workflow: stable headers, linkable libraries, target backends, Python wheels, CMake discovery, and compatibility with the LLVM versions upstream supports.

タイムライン

  • 2012: MIT News described Halide as a language for easier and faster image-processing software.
  • 2013: PLDI paper described Halide as a language and compiler for optimizing parallelism, locality, and recomputation.
  • 2013: GitHub release provided precompiled Halide builds.
  • 2016: Automatic scheduling research expanded the Halide scheduling workflow.
  • 2018: Halide release added features such as PyTorch custom-op generation, automatic differentiation, and WebAssembly support.
  • 2019: SIGGRAPH autoscheduler work applied tree search and random programs to Halide optimization.
  • 2021: Halide 13 required C++17 and documented Homebrew and vcpkg package paths.
  • 2023: Halide 15 added PyPI-distributed Python builds and RISC-V vector support.
  • 2023: Halide 16 added Vulkan support, experimental WebGPU support, and a GPU autoscheduler.
  • 2025: Halide 21 aligned the major version with LLVM and continued Python-binding improvements.

Related projects

  • LLVM: compiler infrastructure used by Halide for code generation.
  • CMake and vcpkg: build and packaging paths documented by Halide.
  • PyPI halide package: binary distribution route for C++ and Python use.
  • PyTorch: target ecosystem referenced by Halide release notes for custom operators.
  • CUDA, OpenCL, Metal, DirectX, Vulkan, WebAssembly, and Hexagon: target backends or platforms represented in Halide documentation and releases.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 8 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 2 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
adams2019_retrain_cost_modelcliグローバル実行可能ファイル
adams2019_weightsdir_to_weightsfilecliグローバル実行可能ファイル
anderson2021_retrain_cost_modelcliグローバル実行可能ファイル
anderson2021_weightsdir_to_weightsfilecliグローバル実行可能ファイル
featurization_to_samplecliグローバル実行可能ファイル
gengencliグローバル実行可能ファイル
get_host_targetcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版21.0.0
マネージャ更新日
ローカルデータOK
上流最新
検出された最新v21.0.0

https://github.com/halide/Halide

  • 情報No package-manager update timestamp was available.信頼度 低

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:halide
バージョン21.0.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/halide
ホームページhttps://halide-lang.org
リポジトリhttps://github.com/halide/Halide
上流ドキュメントhttps://halide-lang.org/docs
ライセンスMIT
ソースアーカイブhttps://github.com/halide/Halide/archive/refs/tags/v21.0.0.tar.gz
依存関係flatbuffers, jpeg-turbo, libpng, lld@21, llvm@21, openssl@3, python@3.14, wabt
ビルド依存関係cmake, pybind11
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namehalide
Version Scheme0
Revision1
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

halide19-api-doc 19.0.0-6

fast, portable computation on images and tensors (Doxygen documentation)

https://halide-lang.org/

sudo apt install halide19-api-doc
  • Section: doc
  • Architecture: all
  • Source Package: halide
  • normalized package name match
  • 一致条件: Halide
Debian stable package indexes · deb.debian.org · Debian stable package indexes: halide19-api-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libhalide19-0 19.0.0-6

fast, portable computation on images and tensors

https://halide-lang.org/

sudo apt install libhalide19-0
  • Section: libs
  • Architecture: amd64
  • Source Package: halide
  • 4 依存関係
  • normalized package name match
  • 一致条件: Halide
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libhalide19-0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libhalide19-dev 19.0.0-6

fast, portable computation on images and tensors -- Development files

https://halide-lang.org/

sudo apt install libhalide19-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: halide
  • 5 依存関係
  • 3 任意依存関係
  • normalized package name match
  • 一致条件: Halide
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libhalide19-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libhalide19-doc 19.0.0-6

fast, portable computation on images and tensors (C++ documentation)

https://halide-lang.org/

sudo apt install libhalide19-doc
  • Section: doc
  • Architecture: all
  • Source Package: halide
  • normalized package name match
  • 一致条件: Halide
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libhalide19-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libhalideaot19-0 19.0.0-6

fast, portable computation on images and tensors (virtual library)

https://halide-lang.org/

sudo apt install libhalideaot19-0
  • Section: libs
  • Architecture: all
  • Source Package: halide
  • 1 依存関係
  • normalized package name match
  • 一致条件: Halide
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libhalideaot19-0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

python3-halide 19.0.0-6

fast, portable computation on images and tensors -- Python3 bindings

https://halide-lang.org/

sudo apt install python3-halide
  • Section: python
  • Architecture: amd64
  • Source Package: halide
  • 5 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Halide
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-halide from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

python3-halide-doc 19.0.0-6

fast, portable computation on images and tensors (Python3 documentation)

https://halide-lang.org/

sudo apt install python3-halide-doc
  • Section: doc
  • Architecture: all
  • Source Package: halide
  • normalized package name match
  • 一致条件: Halide
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-halide-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

python3-halide19-dev 19.0.0-6

fast, portable computation on images and tensors (Python3 Bindings Dev files)

https://halide-lang.org/

sudo apt install python3-halide19-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: halide
  • 2 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Halide
Debian stable package indexes · deb.debian.org · Debian stable package indexes: python3-halide19-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

halide

nix profile install nixpkgs#halide
  • normalized package name match
  • 一致条件: Halide
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/ha/halide/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

halide17-api-doc 17.0.1-1build1

fast, portable computation on images and tensors (Doxygen documentation)

https://halide-lang.org/

sudo apt install halide17-api-doc
  • Section: universe/doc
  • Architecture: all
  • Source Package: halide
  • normalized package name match
  • 一致条件: Halide
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: halide17-api-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libhalide17-1 17.0.1-1build1

fast, portable computation on images and tensors

https://halide-lang.org/

sudo apt install libhalide17-1
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: halide
  • 4 依存関係
  • normalized package name match
  • 一致条件: Halide
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libhalide17-1 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libhalide17-1-dev 17.0.1-1build1

fast, portable computation on images and tensors -- Development files

https://halide-lang.org/

sudo apt install libhalide17-1-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: halide
  • 5 依存関係
  • 2 任意依存関係
  • normalized package name match
  • 一致条件: Halide
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libhalide17-1-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libhalide17-doc 17.0.1-1build1

fast, portable computation on images and tensors (C++ documentation)

https://halide-lang.org/

sudo apt install libhalide17-doc
  • Section: universe/doc
  • Architecture: all
  • Source Package: halide
  • normalized package name match
  • 一致条件: Halide
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libhalide17-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libhalideaot17-1 17.0.1-1build1

fast, portable computation on images and tensors (virtual library)

https://halide-lang.org/

sudo apt install libhalideaot17-1
  • Section: universe/libs
  • Architecture: all
  • Source Package: halide
  • 1 依存関係
  • normalized package name match
  • 一致条件: Halide
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libhalideaot17-1 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

python3-halide 17.0.1-1build1

fast, portable computation on images and tensors -- Python3 bindings

https://halide-lang.org/

sudo apt install python3-halide
  • Section: universe/python
  • Architecture: amd64
  • Source Package: halide
  • 5 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Halide
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-halide from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

python3-halide-doc 17.0.1-1build1

fast, portable computation on images and tensors (Python3 documentation)

https://halide-lang.org/

sudo apt install python3-halide-doc
  • Section: universe/doc
  • Architecture: all
  • Source Package: halide
  • normalized package name match
  • 一致条件: Halide
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: python3-halide-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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