Automic VaultAutomic Vault

brew

使用 Homebrew, apk, apt, Nix 安装 futhark

查看 futhark 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install futhark

local Homebrew formula metadata

概览

软件包摘要

Data-parallel functional programming language

命令和别名

  • futhark

历史

项目历史与用法

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.

时间线

  • 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.

安全态势

风险级别:yellow

generalized runtime or code generation signal.

风险分类器

yellow 风险 · 中 置信度 · runtime

原因

  • generalized runtime or code generation signal

信号

  • text:programming language

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 1 个运行时依赖。
  • 构建元数据列出 3 个构建依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
futharkcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-25
管理器版本0.26.4
管理器更新时间2026-07-22
本地数据OK
上游当前
检测到的最新版本v0.26.4

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

  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:futhark
版本0.26.4
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/futhark
主页https://futhark-lang.org/
仓库https://github.com/diku-dk/futhark
上游文档https://futhark-lang.org/docs.html
许可证ISC
源码归档https://github.com/diku-dk/futhark/archive/refs/tags/v0.26.4.tar.gz
最后更新2026-07-22T05:42:05Z
Pulseupdated
依赖gmp
构建依赖cabal-install, ghc, sphinx-doc
macOS 提供的库libffi, ncurses
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

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 依赖
  • 2 可选依赖
  • normalized package name match
  • 匹配方式: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
  • 匹配方式: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 依赖
  • 1 提供
  • normalized package name match
  • 匹配方式: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

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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