Skip to content

Download Sad Language

الإصدار v1.0.0

Version 1.0.0 — First Official Release

Release Date: April 9, 2025
MIT License · View Release Notes


Direct Downloads

🪟

Windows

v1.0.0 • x64

SHA256: 9DDCBFD4B6D7E6E8F309AB894408AB00F5EDE0E9EC08D5D3F1E8558BCAD90B8A

irm https://sad-lang.org/install.ps1 | iex
🐧

Linux

v1.0.0 • x86_64

SHA256: 851DCD17D3C5F002CE875BA93850AD3F69CC40D900CC7D783FD090F04A310663

curl -fsSL https://sad-lang.org/install.sh | bash

macOS — Coming Soon

macOS builds are in preparation and will be released soon. Follow GitHub Releases for updates.


Quick Install

powershell
# One-line install (PowerShell — Windows)
irm https://sad-lang.org/install.ps1 | iex
bash
# One-line install (Bash — Linux)
curl -fsSL https://sad-lang.org/install.sh | bash
bash
# DEB package (Debian/Ubuntu)
sudo dpkg -i sad-lang_1.0.0_amd64.deb

System Requirements

RequirementWindowsLinux
OSWindows 10 x64+Ubuntu 20.04+, Debian 11+, Fedora 38+
Disk Space120 MB (with compiler), 15 MB (interpreter only)15 MB
RAM256 MB256 MB
Architecturex86_64 (64-bit)x86_64 (64-bit)

Released under MIT License