--- title: Download 3D Slicer subtitle: layout: page permalink: show_sidebar: false animated_navbar: false ---
You are one click away from downloading 3D Slicer, a free and open-source platform for analyzing and understanding medical image data. Created through multiple grants from the US National Institutes of Health (NIH) over almost two decades, Slicer brings powerful medical image processing, visualization, and data analysis tools within reach of everyone.

Slicer is built and tested on many hardware and software platforms. 3D Slicer runs on modern Windows, macOS, and a variety of Linux distributions.
Read about system requirements.
{% if site.slicer_download_maintenance.enabled %}

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.

{% else %}
{%- 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 %} {%- 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 %}
Windows

Windows

macOS

macOS

Linux

Linux
prerequisites

Stable Release
access older releases
Preview Release

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)
{% endif %}