SDK Downloads
The canonical Plugin SDK v2 source is under sdk/ in this public repository. You can clone it directly or download a language archive from the matching Release. Stable 2.0.0 SDK interfaces follow semantic versioning.
Download entry:
Main application package names:
| Platform | File name |
|---|---|
| Windows x64 | ISkyPro-2.0.0-win-x64.zip |
| Windows ARM64 | ISkyPro-2.0.0-win-arm64.zip |
| Linux x64 | ISkyPro-2.0.0-linux-x64.tar.gz |
SDK archive names:
| SDK | File name |
|---|---|
| ISky v1 SDK (EPL) | SDK-V1-EPL-2.0.0.zip |
| C# Plugin SDK v2 | SDK-V2-CSharp-2.0.0.zip |
| Python Plugin SDK v2 | SDK-V2-Python-2.0.0.zip |
| Node.js Plugin SDK v2 | SDK-V2-NodeJS-2.0.0.zip |
| Go Plugin SDK v2 | SDK-V2-Go-2.0.0.zip |
SDK archives are for plugin development, not application installation or updates. The C# archive includes NuGet packages, public contracts, SDK source, and a runnable sample. Other archives preserve the relative sdk/<language> and samples/<sample> layout so their samples build immediately after extraction.