macOS
brew install halidelocal Homebrew formula metadata
brew
Language for fast, portable data-parallel computation. Version 21.0.0 via Homebrew; verified from local package data.
install
brew install halidelocal Homebrew formula metadata
sudo apt install halide19-api-docDebian stable package indexes · halide19-api-doc · source: deb.debian.org
nix profile install nixpkgs#halidenixpkgs package indexes · pkgs/by-name/ha/halide/package.nix · source: api.github.com
sudo apt install halide17-api-docUbuntu 24.04 LTS package indexes · halide17-api-doc · source: archive.ubuntu.com
sudo pacman -S gengenArch Linux sync databases · gengen · source: geo.mirror.pkgbuild.com
overview
Language for fast, portable data-parallel computation
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
adams2019_retrain_cost_model | cli | global executable | |
adams2019_weightsdir_to_weightsfile | cli | global executable | |
anderson2021_retrain_cost_model | cli | global executable | |
anderson2021_weightsdir_to_weightsfile | cli | global executable | |
featurization_to_sample | cli | global executable | |
gengen | cli | global executable | |
get_host_target | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/halide/Halide
install metadata
| Package key | brew:halide |
|---|---|
| Version | 21.0.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/halide |
| Homepage | https://halide-lang.org |
| Repository | https://github.com/halide/Halide |
| Upstream docs | https://halide-lang.org/docs |
| License | MIT |
| Source archive | https://github.com/halide/Halide/archive/refs/tags/v21.0.0.tar.gz |
| Dependencies | flatbuffers, jpeg-turbo, libpng, lld@21, llvm@21, openssl@3, python@3.14, wabt |
| Build dependencies | cmake, pybind11 |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
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-docsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.