macOS
brew install halidelocal Homebrew formula metadata
brew
halide のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install halidelocal Homebrew formula metadata
nix profile install nixpkgs#halidenixpkgs package indexes · pkgs/by-name/ha/halide/package.nix · ソース: api.github.com
sudo apt install halide19-api-docDebian stable package indexes · halide19-api-doc · ソース: deb.debian.org
sudo apt install halide17-api-docUbuntu 24.04 LTS package indexes · halide17-api-doc · ソース: archive.ubuntu.com
sudo pacman -S gengenArch Linux sync databases · gengen · ソース: geo.mirror.pkgbuild.com
概要
Language for fast, portable data-parallel computation
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
adams2019_retrain_cost_model | cli | グローバル実行可能ファイル | |
adams2019_weightsdir_to_weightsfile | cli | グローバル実行可能ファイル | |
anderson2021_retrain_cost_model | cli | グローバル実行可能ファイル | |
anderson2021_weightsdir_to_weightsfile | cli | グローバル実行可能ファイル | |
featurization_to_sample | cli | グローバル実行可能ファイル | |
gengen | cli | グローバル実行可能ファイル | |
get_host_target | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/halide/Halide
インストールメタデータ
| パッケージキー | 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 Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | halide |
| Version Scheme | 0 |
| Revision | 1 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
halide19-api-doc 19.0.0-6
fast, portable computation on images and tensors (Doxygen documentation)
sudo apt install halide19-api-doclibhalide19-0 19.0.0-6
fast, portable computation on images and tensors
sudo apt install libhalide19-0libhalide19-dev 19.0.0-6
fast, portable computation on images and tensors -- Development files
sudo apt install libhalide19-devlibhalide19-doc 19.0.0-6
fast, portable computation on images and tensors (C++ documentation)
sudo apt install libhalide19-doclibhalideaot19-0 19.0.0-6
fast, portable computation on images and tensors (virtual library)
sudo apt install libhalideaot19-0python3-halide 19.0.0-6
fast, portable computation on images and tensors -- Python3 bindings
sudo apt install python3-halidepython3-halide-doc 19.0.0-6
fast, portable computation on images and tensors (Python3 documentation)
sudo apt install python3-halide-docpython3-halide19-dev 19.0.0-6
fast, portable computation on images and tensors (Python3 Bindings Dev files)
sudo apt install python3-halide19-devhalide
nix profile install nixpkgs#halidehalide17-api-doc 17.0.1-1build1
fast, portable computation on images and tensors (Doxygen documentation)
sudo apt install halide17-api-doclibhalide17-1 17.0.1-1build1
fast, portable computation on images and tensors
sudo apt install libhalide17-1libhalide17-1-dev 17.0.1-1build1
fast, portable computation on images and tensors -- Development files
sudo apt install libhalide17-1-devlibhalide17-doc 17.0.1-1build1
fast, portable computation on images and tensors (C++ documentation)
sudo apt install libhalide17-doclibhalideaot17-1 17.0.1-1build1
fast, portable computation on images and tensors (virtual library)
sudo apt install libhalideaot17-1python3-halide 17.0.1-1build1
fast, portable computation on images and tensors -- Python3 bindings
sudo apt install python3-halidepython3-halide-doc 17.0.1-1build1
fast, portable computation on images and tensors (Python3 documentation)
sudo apt install python3-halide-docソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.