Latest Version v2.0.0

Install Soplang

Get started with the first programming language designed for the Somali community. Choose your platform below.

Windows

v2.0.0Installer

10.7 MB

Download .exe
Windows 10/11 (64-bit)
500MB Disk Space
Download the installer.
Run the .exe or .msi file.
Follow the setup wizard.

Linux

v2.0.0Archive/Package

Source

Download .tar.gz
Linux (x86_64)
GLIBC 2.27+
Download the package.
Extract tarball or install .deb/.rpm.
Add to PATH if needed.

Other Ways to Download

Install via command line for quick setup.

winget

Windows Package Manager

Terminal
winget install soplang

Docker

Container Image

Terminal
# Run the interactive shell
docker run -it --rm soplang/soplang

# Run a Soplang script
docker run -it --rm -v $(pwd):/scripts soplang/soplang my_script.sop

Open Source

Soplang is built for the community. Contributing is simple and encouraged.

Terminal
git clone https://github.com/soplang/soplang.git