macOS
brew install futharklocal Homebrew formula metadata
brew
Data-parallel functional programming language. Version 0.26.4 via Homebrew; verified 2026-07-04.
install
brew install futharklocal Homebrew formula metadata
sudo apk add futharkAlpine Linux edge package indexes · futhark · source: dl-cdn.alpinelinux.org
sudo apt install futharkDebian stable package indexes · futhark · source: deb.debian.org
nix profile install nixpkgs#futharknixpkgs package indexes · futhark · source: raw.githubusercontent.com
overview
Data-parallel functional programming language
history
Futhark is a high-performance, purely functional, data-parallel array programming language and compiler. The project site describes it as a small ML-family language compiled to efficient parallel code for GPUs through CUDA and OpenCL or to multi-threaded CPU code.
Futhark is developed at DIKU and presented by its maintainers as an ongoing research project that is also usable for real programming. Its official publications page traces the language and compiler research line from early work on fusion and size inference through papers on redomap, nested parallelism, incremental flattening, memory optimization, automatic differentiation, and size-dependent types.
The project's design goal is not to replace general-purpose languages. The homepage says Futhark is intended for relatively small compute-intensive parts of larger applications, with the compiler generating C or Python modules that can be integrated through ordinary foreign-function or Python module boundaries.
The examples page says much Futhark code is still in its own tests and benchmarks, but it also maintains a list of projects using Futhark, including visual simulations, games, ray tracers, a webcam filter stack, Neptune GPU code for Filecoin's Poseidon hash implementation, lattice Boltzmann work, and a compiler implemented partly in Futhark.
The docs page lists bridges for Haskell, J, Python, Rust, Standard ML, and OCaml, along with editor and syntax-highlighting support. That ecosystem shows adoption beyond compiler research: users package Futhark as a language toolchain plus integration generators and editor support.
Users write Futhark array programs and compile them ahead of time, commonly targeting GPU backends or C/Python integration. The documentation points beginners to the online book, user guide, language reference, installation guide, generated prelude docs, examples, packages, and benchmarks.
The project presents Futhark as suitable for compute kernels embedded in larger systems, where developers want high-level functional array code but still need generated code that links into C, Python, or other host languages.
Futhark is significant as a package because it is not just a compiler binary; it is an experimental programming-language distribution with a standard library, generated documentation, package index, language server and editor ecosystem, benchmark suite, and code-generation targets. Package maintainers have to think about GPU backends, C toolchains, generated docs, and language integration at the same time.
security posture
generalized runtime or code generation signal.
yellow risk · medium confidence · runtime
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 |
|---|---|---|---|
futhark | 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/diku-dk/futhark
install metadata
| Package key | brew:futhark |
|---|---|
| Version | 0.26.4 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/futhark |
| Homepage | https://futhark-lang.org/ |
| Repository | https://github.com/diku-dk/futhark |
| Upstream docs | https://futhark-lang.org/docs.html |
| License | ISC |
| Source archive | https://github.com/diku-dk/futhark/archive/refs/tags/v0.26.4.tar.gz |
| Last updated | 2026-07-04T09:45:58Z |
| Pulse | updated |
| Dependencies | gmp |
| Build dependencies | cabal-install, ghc, sphinx-doc |
| Uses from macOS | libffi, ncurses |
| 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 | futhark |
| Version Scheme | 0 |
| Revision | 0 |
| 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.
futhark 0.25.27-1+b1
optimising compiler for Futhark programming language
sudo apt install futharkfuthark
nix profile install nixpkgs#futharkfuthark 0.25.34-r0
A data-parallel functional programming language
sudo apk add futharksource 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.