Install guides
One guide per package: download, unpack, licence, first PDF. The platform lists come from the same catalog the licence keys are minted from, so a guide cannot disagree with what your key actually covers.
| Package | Licensed platforms | Download |
|---|---|---|
| Windows C/C++ The engine as a DLL, with the header and both bitnesses. |
win-x86
win-x64
|
windows-cpp.zip |
| Windows on ARM64 A native ARM64 build of the engine for Windows. |
win-arm64
|
windows-arm64.zip |
| Windows ActiveX / COM A registered COM server, for hosts that cannot call a C DLL. |
win-x86
win-x64
|
windows-activex.zip |
| .NET (source P/Invoke) The C# and VB.NET bindings as source, plus both engines. |
win-x86
win-x64
|
windows-dotnet.zip |
| NuGet package One package, native engines for every runtime identifier. |
win-x86
win-x64
win-arm64
linux-x64
linux-arm64
macos
|
nuget.zip |
| Linux on Intel Shared objects for 64-bit and 32-bit Intel Linux. |
linux-x86
linux-x64
|
linux-x86-x64.zip |
| Linux on ARM Shared objects for 64-bit and 32-bit ARM Linux. |
linux-arm32
linux-arm64
|
linux-arm.zip |
| macOS One universal dylib covering Intel and Apple Silicon. |
macos
|
macos.zip |
| iOS Static archives for device and simulator. |
ios
|
ios.zip |
| Android Shared objects for all four Android ABIs. |
android
|
android.zip |
| PHP A pure-PHP binding over FFI: no compiled extension to match. |
win-x64
linux-x86
linux-x64
linux-arm32
linux-arm64
macos
|
php.zip |
| Python A ctypes binding: no compiled module, no build step. |
win-x86
win-x64
linux-x64
macos
|
python.zip |
| Delphi / Object Pascal Two bindings: the flat DLL unit and an object wrapper. |
win-x86
win-x64
|
pascal.zip |
| ASP.NET Core A self-contained web sample with the package bundled. |
win-x86
win-x64
win-arm64
linux-x64
linux-arm64
macos
|
aspnet.zip |
| Flutter A dart:ffi package with natives for five platforms. |
win-x64
linux-x64
macos
ios
android
|
flutter.zip |
| Node.js A JavaScript binding with TypeScript declarations included. |
win-x64
linux-x64
macos
|
javascript.zip |
| TypeScript The Node binding with a typed surface and a TS example. |
win-x64
linux-x64
macos
|
typescript.zip |
Not sure which package fits your stack? Compare all packages or see the platform matrix.