Skip to content

Plugin SDK

ISkyPro supports both ISky v1 plugins (EPL / x86) and ISkyPro v2+ plugins.

ISky v1 plugins are compatible with the original ISky framework v1 ABI. They continue to live in plugin/ and run in the isolated x86 isky.exe host. ISkyPro v2+ plugins provide the cross-language and cross-platform path through static manifests under plugins-v2/, stdio-jsonrpc or HTTP transport, and lifecycle management from Main.

Linux x64 packages support only the v2 plugin path. ISky v1 plugins depend on the Windows/x86 compatibility host and message.dll, so they require a Windows package.

What to Read

Plugin SDK v2 is stable starting with 2.0.0. Public SDK sources are under sdk/ in this repository, with runnable examples under samples/.