README.md

April 2, 2026 ยท View on GitHub

SoulverCore Multiplatform

This repository contains releases of SoulverCore built for non-Apple platforms.

Supported Platforms

PlatformArchitecturesFormat
Linuxx86_64, ARM64.so (shared library)
Androidaarch64, x86_64.so (shared library)
Windowsx86, ARM.dll + .lib

Downloads

See the Releases page for the latest builds.

Each release zip contains:

  • The SoulverCore dynamic library (.so or .dll)
  • The SoulverCore_SoulverCore.resources bundle (required at runtime)
  • Windows builds also include a .lib import 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+).