--- title: Download 3D Slicer subtitle: layout: page permalink: show_sidebar: false animated_navbar: false ---
We’ll be back very soon! Scheduled maintenance happening on {{ site.slicer_download_maintenance.date }}.
Sorry for the inconvenience, but we are performing some maintenance at the moment. If you have questions or would like to learn more, see here, otherwise we anticipate the maintenance to last for approximately {{ site.slicer_download_maintenance.duration }}, from {{ site.slicer_download_maintenance.start_time }} to {{ site.slicer_download_maintenance.end_time }} {{ site.slicer_download_maintenance.timezone }} on {{ site.slicer_download_maintenance.date }}.
In the meantime, explore our documentation for tips on how to use Slicer or join our forum to connect with other users.
Windows |
macOS |
Linux |
|
---|---|---|---|
Stable Release access older releases |
{%- assign release_type = "release" -%}
{%- assign operating_system = "win" -%}
{% include download_table_td.html %}
{%- assign operating_system = "macosx" -%}
{% include download_table_td.html %}
{%- assign operating_system = "linux" -%}
{% include download_table_td.html %}
|||
Preview Release | {%- assign release_type = "nightly" -%} {%- assign operating_system = "win" -%} {% include download_table_td.html %} {%- assign operating_system = "macosx" -%} {% include download_table_td.html %} {%- assign operating_system = "linux" -%} {% include download_table_td.html %}
It is a good practice to verify the integrity of your downloaded Slicer package by checking its checksum against the expected values.
Package | SHA512 Checksum |
---|
For each Slicer package listed above, we provide a SHA512 checksum. You can use this checksum to validate that your downloaded file has not been tampered with or corrupted during the download process.
To verify the integrity of your downloaded package using the checksum, follow these general steps:
Get-FileHash {package filename} -Algorithm SHA512
shasum -a 512 {package filename}
sha512sum {package filename}
By verifying the checksum of your downloaded package, you can ensure that it has not been tampered with during the download process or otherwise corrupted.
Slicer packages are named based on the following naming convention:
For Stable Builds:
Slicer-X.Y.Z-<os>-<arch>.<extension>
For Preview Builds:
Slicer-X.Y.Z-YYYY-MM-DD-<os>-<arch>.<extension>
where:
X.Y.Z |
The version number of the application |
YYYY-MM-DD |
(only for Preview Builds) The date of the commit from which the package was built |
<os> |
The operating system for which the package was built (e.g. "win" for Windows, "macosx" for macOS, and "linux" for Linux) |
<arch> |
The architecture for which the package was built (e.g. "amd64" for 64-bit x86 architecture, and "arm64" for 64-bit ARM architecture) |
<extension> |
The extension indicating the file format of the package (e.g. ".tar.gz" for a compressed archive, or ".exe" for a Windows executable) |