Download Soplang 2.0

Download and install the latest version of Soplang for your platform.

Soplang 2.0

Released on March 15, 2024 | View Release Notes

Get Started Guide

What's New in Soplang 2.0

  • Enhanced standard library with advanced math functions
  • Improved error messages with contextual hints
  • 50% faster execution engine for improved performance
  • New built-in web API framework for backend development
  • Expanded language documentation in both English and Somali

Download Options

Windows

64-bit (28.6 MB)

Installation Instructions:

  1. Download the Windows installer (.msi file)
  2. Run the installer and follow the on-screen instructions
  3. Add Soplang to your PATH if not done automatically
  4. Open Command Prompt or PowerShell and type 'soplang --version' to verify installation
Download for Windows

macOS

Universal (26.2 MB)

Installation Instructions:

  1. Download the macOS installer (.pkg file)
  2. Open the installer package and follow the installation wizard
  3. Alternatively, use Homebrew: brew install soplang
  4. Open Terminal and type 'soplang --version' to verify installation
Download for macOS

Linux

x86_64 (23.8 MB)

Installation Instructions:

  1. For Debian/Ubuntu: sudo apt-get install soplang
  2. For Fedora: sudo dnf install soplang
  3. For Arch Linux: sudo pacman -S soplang
  4. Alternatively, download the tarball and extract it
  5. Run './configure && make && sudo make install' from the extracted directory
  6. Verify installation with 'soplang --version'
Download for Linux

Install via Package Managers

Soplang can also be installed using various package managers:

npm (Node.js)
Terminal
npm install -g soplang@2.0
Homebrew (macOS)
Terminal
brew install soplang
APT (Debian/Ubuntu)
Terminal
sudo apt install soplang
Docker
Terminal
docker pull soplang/soplang:latest

Build from Source

For developers who want to build from source:

GitHub Repository
View on GitHub
Terminal
git clone https://github.com/soplang/soplang.git

Need Help?

Having trouble with installation or setup? Check out our resources or reach out to the community for assistance.