Download

Silk is a cross-platform open source language, which can run on Windows, MacOS and Linux.

Silk provides installer for Windows, which includes exe file, IDE and examples.
Windows platform
  • Version: 1.0
  • Size: 5328KB
  • Date: 2021-01-22
Download setup
Download zip (Extract exe file without installing it)

MacOS platform
  • Version: 1.0.2
  • Size: 5120KB
  • Date: 2021-11-25
Download on Mac App Store

Linux platform
  • Version: 1.0
  • Size: 6423KB
  • Date: 2021-01-22
Download Tar (Built on Ubuntu 18.04)
Because of different version with different libs on Linux, if you fail to run Silk, please download the source code to build it.

Build with source code

Build on Windows
Download source code at GitHub, and extract it into any folder, open the solution file Silk.sln with Microsoft Visual Studio 2013 or higher to build the Silk program.

Build on Linux
Download source code at GitHub, and extract it into any folder, please ensure you have installed gcc and g++, and run build.sh to build the Silk program.

Build on MacOS
Download source code at GitHub, and extract it into any folder, please ensure you have installed XCode, and open the project file Silk.xcodeproj to build the Silk program.