This repository contains releases of SoulverCore built for non-Apple platforms.
| Platform | Architectures | Format |
|---|---|---|
| Linux | x86_64, ARM64 | .so (shared library) |
| Android | aarch64, x86_64 | .so (shared library) |
| Windows | x86, ARM | .dll + .lib |
See the Releases page for the latest builds.
Each release zip contains:
- The SoulverCore dynamic library (
.soor.dll) - The
SoulverCore_SoulverCore.resourcesbundle (required at runtime) - Windows builds also include a
.libimport library,.swiftinterface, and Swift runtime dependencies
More details about SoulverCore, including how to use the API and license information, can be found in the main SoulverCore repository.
Android builds use the official Swift SDK for Android (Swift 6.3+).