Lambda Smalltalk - Version Archive

⚠️ No Backward Compatibility Guarantee

Lambda Smalltalk does not guarantee backward compatibility. Breaking changes may occur in any release.

For production stability:


Available Releases

VersionRelease DateWindows (x64)Linux (x64)
2026.2.22026-02-02ZIP (18.9 MB)TAR.GZ (20.4 MB)
2026.1.302026-01-30ZIP (18.9 MB)TAR.GZ (20.3 MB)

SHA256 Checksums

Version 2026.2.2

Windows: 61f264acc9476f4e0caef110efc559223cf77759681d357f97747d2c4f12dc45

Linux: cc21bb18b3b59f8b73da4e749f43c56ecebdbc0b5a5a510590c3ea6345f99ffc

Version 2026.1.30

Windows: 2f9c374a828168b671b90a0dfeccfc118c500bfef8aed0057d59575e0dce2920

Linux: 25b9bdac58f4fa5ab4f1f7d270ad7a83c4759992df122381bbeb22aff8f16349


Verify Download Integrity

To verify the download was not tampered with:

Windows (PowerShell):

(Get-FileHash lambda-st-windows-x64-YYYYMMDD.zip -Algorithm SHA256).Hash

Linux (Bash):

sha256sum lambda-st-linux-x64-YYYYMMDD.tar.gz

Compare with the SHA256 checksum in the table above.

Installation

Windows:

  1. Extract the zip file
  2. Add the folder to your PATH (optional)
  3. Run lambda-st --version to verify

Linux:

  1. Extract: tar xzf lambda-st-linux-x64-YYYYMMDD.tar.gz
  2. Add the folder to your PATH (optional)
  3. Run ./lambda-st --version to verify

The executable is fully self-contained - all standard libraries are embedded.