Automic VaultAutomic Vault

brew

Install futhark with Homebrew, apk, apt, Nix

Data-parallel functional programming language. Version 0.26.4 via Homebrew; verified 2026-07-04.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install futhark

local Homebrew formula metadata

overview

Package summary

Data-parallel functional programming language

Commands and aliases

  • futhark

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • 2013: Official publications list early fusion work that feeds into the Futhark research line.
  • 2014: Papers on size inference and bounds checking appear in the Futhark publication list.
  • 2016: Papers document redomap and APL-on-GPU work in Futhark.
  • 2017: PLDI paper presents Futhark as purely functional GPU programming with nested parallelism and in-place array updates.
  • 2019-2026: Official publications continue across compiler implementation, memory optimization, automatic differentiation, type systems, and applications.

Related projects

  • The official docs list bridges and tools including futhask, futhark-pycffi, genfut, futhark-bindgen, cargo-futhark, futhark-server-sml, smlfut, futhark-mode, futhark-vim, and futhark-vscode.
  • The homepage also points to the futhark-benchmarks repository and to the Futhark package collection.

security posture

Risk level: yellow

generalized runtime or code generation signal.

Risk classifier

yellow risk · medium confidence · runtime

Why

  • generalized runtime or code generation signal

Signals

  • text:programming language

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 1 runtime dependencies.
  • Build metadata lists 3 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
futharkcliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version0.26.4
manager updated2026-07-04
local dataok
upstreamcurrent
latest detectedv0.26.4

https://github.com/diku-dk/futhark

  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:futhark
Version0.26.4
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/futhark
Homepagehttps://futhark-lang.org/
Repositoryhttps://github.com/diku-dk/futhark
Upstream docshttps://futhark-lang.org/docs.html
LicenseISC
Source archivehttps://github.com/diku-dk/futhark/archive/refs/tags/v0.26.4.tar.gz
Last updated2026-07-04T09:45:58Z
Pulseupdated
Dependenciesgmp
Build dependenciescabal-install, ghc, sphinx-doc
Uses from macOSlibffi, ncurses
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

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

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

futhark 0.25.27-1+b1

optimising compiler for Futhark programming language

https://futhark-lang.org

sudo apt install futhark
  • Section: devel
  • Architecture: amd64
  • Source Package: haskell-futhark
  • 8 dependencies
  • 2 optional deps
  • normalized package name match
  • Matched by: Futhark
Debian stable package indexes · deb.debian.org · Debian stable package indexes: futhark from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

futhark

nix profile install nixpkgs#futhark
  • normalized package name match
  • Matched by: Futhark
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: futhark from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
apk95%

futhark 0.25.34-r0

A data-parallel functional programming language

https://futhark-lang.org/

sudo apk add futhark
  • License: ISC
  • Architecture: x86_64
  • Source Package: futhark
  • 1 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Futhark
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: futhark from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • 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