README.md
April 2, 2026 ยท View on GitHub
SoulverCore Multiplatform
This repository contains releases of SoulverCore built for non-Apple platforms.
Supported Platforms
| Platform | Architectures | Format |
|---|---|---|
| Linux | x86_64, ARM64 | .so (shared library) |
| Android | aarch64, x86_64 | .so (shared library) |
| Windows | x86, ARM | .dll + .lib |
Downloads
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
Usage
More details about SoulverCore, including how to use the API and license information, can be found in the main SoulverCore repository.
Build Details
Android builds use the official Swift SDK for Android (Swift 6.3+).