macOS
brew install haxelocal Homebrew formula metadata
安装
brew install haxelocal Homebrew formula metadata
sudo apk add haxeAlpine Linux edge package indexes · haxe · 来源: dl-cdn.alpinelinux.org
sudo dnf install haxeFedora Rawhide package metadata · haxe · 来源: dl.fedoraproject.org
nix profile install nixpkgs#haxenixpkgs package indexes · haxe · 来源: raw.githubusercontent.com
sudo pacman -S haxeArch Linux sync databases · haxe · 来源: geo.mirror.pkgbuild.com
sudo zypper install haxeopenSUSE Tumbleweed package metadata · haxe · 来源: download.opensuse.org
choco install haxeChocolatey community package catalog · haxe · 来源: community.chocolatey.org
scoop install main/haxeScoop official bucket manifest trees · bucket/haxe.json · 来源: api.github.com
winget install --id HaxeFoundation.Haxe -eWindows Package Manager source index · HaxeFoundation.Haxe · 来源: cdn.winget.microsoft.com
概览
Multi-platform programming language
历史
Haxe is an open-source programming language, compiler, standard library, and package ecosystem built around compiling one codebase to many targets. In package-manager culture it sits at the intersection of language runtime, cross-compiler, transpiler, and game/tooling ecosystem.
The Haxe manual traces the project to 22 October 2005, when Nicolas Cannasse started it as a successor to MTASC, the Motion-Twin Action Script Compiler, and to Motion-Twin's in-house MTypes language experiments. The early spelling was haXe, and the beta appeared in February 2006 with AVM bytecode and Neko as the first targets.
Haxe 1.0 followed in May 2006 with JavaScript code generation and early versions of defining language features such as type inference and structural subtyping. Later Haxe 1 releases added the Flash AVM2 target, haxelib, and ActionScript 3 support, tying the language to both Flash-era workflows and package-oriented reuse.
Haxe 2.0 arrived in July 2008 with a PHP target, and Haxe 2.04 added C++ in July 2009. The 2.x line also brought macros in 2011, major JavaScript target maintenance, and work that led toward Java and C# targets before the final Haxe 2.10 release in July 2012.
The Haxe Foundation was established after years of open-source development to fund long-term work, support the ecosystem, and provide a contact point for companies evaluating Haxe. With that backing, the Haxe compiler team moved to Haxe 3, released in May 2013.
The GitHub repository under HaxeFoundation was created in May 2013, matching the foundation-era source-hosting move. The repository README frames Haxe as a toolkit containing the language, cross-compiler, and standard library, with targets including JavaScript, C++, JVM, Lua, PHP, Python, HashLink, NekoVM, Flash bytecode, and the interpreter.
Haxe adoption grew first from Flash and game-development needs, then broadened with server, desktop, mobile, and command-line targets. The official use-case pages highlight games such as Dead Cells, Northgard, Papers, Please, Rymdkapsel, Defender's Quest, and Evoland, and also point to OpenFL, Heaps, Kha, Flambe, HaxeFlixel, and HaxePunk showcases.
The Haxe site describes use by independent developers and large corporate teams, and the Foundation page lists enterprise and professional partners. That mix explains Haxe's unusual package profile: it is a compiler in system package managers, a library ecosystem through haxelib, and an application/game tooling stack through frameworks built on top of it.
Haxelib is documented as the package manager for the Haxe Toolkit and a place to find and share Haxe libraries. That gives Haxe a two-layer adoption story for package nerds: operating-system package managers distribute the compiler, while haxelib distributes Haxe libraries and frameworks.
Users install the Haxe compiler and invoke haxe to compile programs to a chosen target. haxelib manages libraries, and the official manual plus API documentation cover the language, compiler flags, target-specific details, standard library, and package manager workflow.
Haxe is commonly used when a team wants strong typing and one source language while producing JavaScript, native, VM, or bytecode outputs. Its package-manager footprint matters because language versions, target runtimes, and haxelib libraries have to line up cleanly for repeatable builds.
Haxe is interesting to package maintainers because it is both a compiler and an ecosystem root. A package formula has to expose the compiler and haxelib tools, while downstream projects may depend on target-specific runtimes such as Neko or HashLink and on libraries installed through haxelib.
Its history also explains why Haxe appears in many package indexes despite being niche compared with larger general-purpose languages: game frameworks, Flash migration paths, cross-platform app code, and generated-output workflows all created real demand for a portable compiler package.
安全态势
generalized runtime or code generation signal.
yellow 风险 · 中 置信度 · runtime
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
haxe | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
haxelib | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:haxe |
|---|---|
| 版本 | 4.3.7 |
| 软件包管理器 | Homebrew |
| 主页 | https://haxe.org/ |
| 仓库 | https://github.com/HaxeFoundation/haxe |
| 最后更新 | 2026-07-13T05:11:30Z |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
haxe 1:4.3.6-3
multi-target universal programming language
sudo apt install haxehaxe
nix profile install nixpkgs#haxehaxe 1:4.3.3-1build2
multi-target universal programming language
sudo apt install haxehaxe 4.3.3-r5
The Cross-Platform Toolkit
sudo apk add haxehaxe-doc 4.3.3-r5
The Cross-Platform Toolkit (documentation)
sudo apk add haxe-dochaxe 4.3.7-8.fc45
Multi-target universal programming language
sudo dnf install haxehaxe-stdlib 4.3.7-8.fc45
The Haxe standard library
sudo dnf install haxe-stdlibhaxe 4.3.7-5
Cross-platform toolkit and programming language
sudo pacman -S haxehaxe 4.3.7-4.2
Multiplatform programming language
sudo zypper install haxehaxe
choco install haxemain/haxe
scoop install main/haxeHaxeFoundation.Haxe
winget install --id HaxeFoundation.Haxe -e来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.