macOS
brew install hashlinklocal Homebrew formula metadata
brew / rank 4976
Virtual machine for Haxe. Version 1.16 via Homebrew; verified 2026-09-14. Also installable with nix: nix profile install nixpkgs#hashlink.
install
brew install hashlinklocal Homebrew formula metadata
nix profile install nixpkgs#hashlinknixpkgs package indexes · pkgs/by-name/ha/hashlink/package.nix · source: api.github.com
sudo zypper install hashlinkopenSUSE Tumbleweed package metadata · hashlink · source: download.opensuse.org
scoop install main/hashlinkScoop official bucket manifest trees · bucket/hashlink.json · source: api.github.com
overview
Virtual machine for Haxe
No executable aliases were found in the local package database.
history
HashLink is the Haxe Foundation's virtual machine and native-code target for running Haxe applications through JIT-compiled bytecode or generated C.
Nicolas Cannasse developed HashLink for roughly a year before announcing it as a new Haxe target in 2016. He described it as a conceptual successor to NekoVM for system, server, and desktop applications, but with a different and incompatible architecture.
HashLink supports direct bytecode execution through HL/JIT and conversion to C through HL/C. The Haxe Foundation later sponsored work on an Immix-derived garbage collector to improve allocation-heavy performance.
HashLink became an official Haxe target for system, server, desktop, and game workloads. The official case study documents Shiro Games moving Northgard from Adobe AIR to HashLink and HLSDL while retaining cross-platform releases.
source_facts.package-manager records availability through Homebrew, Nix, Arch, Scoop, and openSUSE-related packaging.
Compile bytecode with `haxe -hl output.hl -main MyApp` and execute it with `hl output.hl`. For native release builds, generate C with the Haxe compiler and compile that output against the HashLink runtime.
The runtime supplies standard Haxe facilities and optional libraries for graphics, audio, networking, databases, cryptography, and other native integrations.
HashLink gives Haxe users a runtime package separate from the compiler, with a compact `hl` command, native libraries, JIT execution, and a C-generation path. It is especially interesting to runtime packagers because optional multimedia, database, networking, and cryptographic libraries affect builds.
Its dual execution model lets developers use bytecode and JIT compilation for quick iteration, then generate C for optimized release binaries while retaining the same runtime semantics.
security posture
No matching local secret-handling manifest was found for hashlink. Package metadata is still published here so future coverage has a stable package URL.
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 |
|---|---|---|---|
| No executable data was present. | |||
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/HaxeFoundation/hashlink
install metadata
| Package key | brew:hashlink |
|---|---|
| Version | 1.16 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/hashlink |
| Homepage | https://hashlink.haxe.org/ |
| Repository | https://github.com/HaxeFoundation/hashlink |
| Upstream docs | https://hashlink.haxe.org/ |
| License | MIT |
| Source archive | https://github.com/HaxeFoundation/hashlink/archive/refs/tags/1.16.tar.gz |
| Last updated | 2026-09-14T13:44:04+02:00 |
| Pulse | updated |
| Dependencies | jpeg-turbo, libogg, libpng, libuv, libvorbis, mbedtls@3, openal-soft, sdl3 |
| Build dependencies | pkgconf |
| Uses from macOS | sqlite |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
| Caveats | The HashLink/JIT virtual machine (hl) is not installed as only HashLink/C native compilation is supported on ARM processors. See https://github.com/HaxeFoundation/hashlink/issues/557 |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | hashlink |
| 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.
hashlink
nix profile install nixpkgs#hashlinkhashlink 1.15-4.3
A virtual machine for Haxe
sudo zypper install hashlinkhashlink-devel 1.15-4.3
Development files for hashlink
sudo zypper install hashlink-develhashlink-hdlls 1.15-4.3
Hdll libraries for HashLink
sudo zypper install hashlink-hdllslibhl1 1.15-4.3
HashLink library
sudo zypper install libhl1main/hashlink
scoop install main/hashlinksource 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.