Back to Home

Download Sacalon

Get started with Sacalon on your preferred platform

Latest Release
Sacalon v1.4.1 - Latest stable version
Latest

Release Date: February 20, 2023

What's New: Bug fixes, performance improvements, and enhanced C++ interoperability

Previous Releases
Access older versions and release history

Need an older version of Sacalon? Browse our complete release history on GitHub to find the version that works best for your project.

Release Archive

Complete list of all Sacalon releases with changelogs and download links

View All Releases

Release Notes

Detailed changelog and migration guides for each version

Read Changelogs

Recent Versions

v1.4.1February 20, 2023
v1.4.0January 20, 2023
v1.3.2December 15, 2022
Package Managers
Install using your favorite package manager

Homebrew (macOS/Linux)

brew install sacalon

Chocolatey (Windows)

choco install sacalon

Snap (Linux)

sudo snap install sacalon
Build from Source
Compile Sacalon from the latest source code
git clone https://github.com/sacalon/sacalon.git
cd sacalon
make install

Requirements:

  • C++ compiler (GCC 9+ or Clang 10+)
  • CMake 3.16+
  • Python 3.8+ (for build scripts)
Getting Started
Your first steps with Sacalon

1. Verify Installation

sacalon --version

This should output the installed version of Sacalon.

2. Create Your First Program

// hello.sa
function main(): int {
print("Hello World!")
return 0
}

3. Compile and Run

sacalon compile hello.sacalon
./hello
System Requirements
Minimum requirements to run Sacalon

Windows

  • Windows 10 or later
  • x64 architecture
  • 4GB RAM minimum
  • Visual Studio Build Tools

macOS

  • macOS 10.15 or later
  • Intel or Apple Silicon
  • 4GB RAM minimum
  • Xcode Command Line Tools

Linux

  • Ubuntu 18.04+ / CentOS 8+
  • x64 architecture
  • 4GB RAM minimum
  • GCC or Clang compiler

Need Help?

Having trouble with installation or getting started? We're here to help!