Downloads

SST Release Downloads (Latest Release)

Item File Description Released Size SHA Checksums
SST Core 16.0.0 sstcore-16.0.0.tar.gz SST Core Release Version 16.0.0 2026-05-19 3.63MB sha1:4af120dba7aea85cf2b13e22a62aca390cf7624b
sha256:20733d6334bc80dd8cf5695d1eb3bd32ada80dcf3151695b8dbdbbac28ead616
SST Elements 16.0.0 sstelements-16.0.0.tar.gz SST Elements Release Version 16.0.0 2026-05-19 29M sha1:a79a438ce35400c609746e00a7857b0c8a929202
sha256:e0f72777df2d0619bd529334994132d919bd0cdc8f1e84bcbc4200564482258f
SST Macro 16.0.0 sstmacro-16.0.0.tar.gz SST Macro Release Version 16.0.0 2026-05-19 18M sha1:06cca857c1b1c41559550f555ae3f2ac89d9ec70
sha256:4d8c45b0a103b173d2efc7c692a2aad06bcec19d8bec20bc835261a7aabead3a



Click Here For Older SST Release Downloads



Patches for SST External Dependencies

Item File Description Released Size SHA1 Checksum
Ramulator
SHA: 7d2e723
ramulator_sha_7d2e723_gcc48Patch.patch Ramulator SHA: 7d2e723 GCC 4.8 Patch 2018-APR-25 7 KB 63c6be930973b444a0de3b646313cb5eeff96f83
Ramulator
SHA: 7d2e723
ramulator_sha_7d2e723_libPatch.patch Ramulator SHA: 7d2e723 linux library Patch 2018-APR-25 0.7 KB 116a01b8f5ee257180159ab16a6e4f14597f1e21

SST Tutorials

SST tutorial material is maintained in the SST-Tutorials repository.



Snapshot of SST Core or SST Elements

A snapshot of the latest STABLE versions of SST Core and SST Elements can be cloned.

NOTE: These snapshots will have passed nightly testing and are considered stable but not released.


GitHub Access

SST is developed and maintained on GitHub

There are three main repositories for SST and a number of support repositories:

To get (using git) the latest DEVELOPMENT branches of the SST Core, Elements or Macro perform the following command(s): WARNING: These branches may be unstable at any time

> cd <development directory>
> git clone https://github.com/sstsimulator/sst-core.git
> cd sst-core
> git checkout devel

> cd <development directory>
> git clone https://github.com/sstsimulator/sst-elements.git
> cd sst-elements
> git checkout devel

> cd <development directory>
> git clone https://github.com/sstsimulator/sst-macro.git
> cd sst-macro
> git checkout devel

To get (using git) the latest STABLE branches of the SST Core, Elements, or Macro perform the following command(s): NOTE: These branches will have passed nightly testing and are considered stable but not released.

> cd <development directory>
> git clone https://github.com/sstsimulator/sst-core.git
> cd sst-core
> git checkout master

> cd <development directory>
> git clone https://github.com/sstsimulator/sst-elements.git
> cd sst-elements
> git checkout master

> cd <development directory>
> git clone https://github.com/sstsimulator/sst-macro.git
> cd sst-macro
> git checkout master