How to install napari as a bundled app#
napari can be installed as a bundled app on MacOS, Windows, and Linux with a simple one click download and guided installation process. This installation method is best if you mainly want to use napari as a standalone GUI app. However, certain plugins may not be supported.
Note
If you want to use napari from Python to programmatically interact with the app, please follow the Python package installation guide. This installation method is recommended to take full advantage of napari’s features and to access additional plugins.
Note
If you want to contribute code back into napari, please follow the development installation instructions in the contributing guide.
To start, visit the latest napari release page and go to the ‘Assets’ tab and download the file that corresponds to your operating system:
Windows users will want the
*-Windows-x86_64.exe
installer.For macOS users, it depends on the processor. This can be checked by going to Apple menu > About This Mac.
For Intel processors, download the
*-macOS-x86_64.pkg
installerFor Apple processors, download the
*-macOS-arm64.pkg
installer.
Linux users will need to choose the
*-Linux-x86_64.sh
installer.
Note
If you are interested in an earlier version of napari, you may access those files by scrolling below the latest release on the napari release page. The instructions below will work for napari versions 0.4.15 and above.
Prerequisites#
This installation method does not have any prerequisites.
How to install the macOS bundle#
Once you have downloaded the appropriate macOS package file, you will have a file with a name like napari-0.5.0-macOS-x86_64.pkg
. Double click this file to open the installer.
Click ‘Continue’ to open the Software License Agreement.
After reading this agreement, click ‘Continue’ to be prompted to agree to the Software License Agreement in order to proceed with installation.
Click on ‘Agree’. On the following page, you will be shown how much space the installation will use and can begin the standard installation by clicking ‘Install.’
However, if you would like to change the default location for the installation, you may specify a different location by clicking ‘Change Install Location…’ and following the subsequent prompts before starting the installation.
You can also optionally click on ‘Customize’ to disable or enable some aspects of the installation process.
The installation progress can be monitored on the following window. Some notifications will appear in the top right corner of your display with further details.
Note
If an error ocurred during the installation, do not close the installer immediately. Before doing so, please inspect the logs by clicking on Window > Installer log or pressing ⌘ + L. In the Detail Level dropdown, choose ‘Show All Logs’ and click on Save to keep a copy of the contents in a text file. This will be useful if you want to submit an issue.
After finishing with no errors, a new page with the text “The installation was successful” will appear, as shown below.
Click Close to finish. You can now get started using napari! Use Launchpad to open the application.
Note
The first time you open napari you must use the Launchpad, but in subsequent uses, the napari application should show up in Spotlight search (⌘ + spacebar). The application shortcut will also be available in Finder, under 🏠 [User directory] > Applications.
napari comes installed with sample images from scikit-image. Use the dropdown menu File > Open Sample > napari to open a sample image, or open one of your own images using File > Open or dragging and dropping your image onto the canvas.
Next check out our tutorial on the viewer or explore any of the pages under the Usage tab.
How to Install the Windows bundle#
Once you have downloaded the Windows executable file, you will have a file with a name like napari-0.5.0-Windows-x86_64.exe
. Double click this file to open the napari Setup.
Click Next to continue and go to the License page. Read the contents and, if you agree, continue by clicking ‘I Agree’.
The recommended installation method is to install napari just for the current user (“Just Me”):
On the next page you will be shown how much space will be used by the installation and the default destination folder, which can be changed by using the ‘Browse’ button. Click ‘Next’ to continue.
On the next page, click ‘Install’ to start the installation process. Installation progress can be monitored on the following page. By clicking on ‘Show details’, you can obtain more information on the ongoing tasks. You can right-click on this new text area to copy the contents to the clipboard if needed.
Once installation is complete, you will see the page below. Click ‘Finish’ to close the installation wizard.
You can now get started using napari! A shortcut to launch napari can be found in the Windows Start menu.
napari comes installed with sample images from scikit-image. Use the dropdown menu File > Open Sample > napari to open a sample image, or open one of your own images using File > Open or dragging and dropping your image onto the canvas.
Next check out our tutorial on the viewer or explore any of the pages under the Usage tab.
How to Install the Linux bundle#
Once you have downloaded the Linux SH file, you will have a file with a name like napari-0.5.0-Linux-x86_64.sh
. Open a new terminal window, navigate to the downloads folder (usually cd ~/Downloads
) and run the command bash napari-*-Linux-x86_64.sh
.
Press Enter to display the License Agreement.
Read through the agreement shown below. You must agree to the terms by typing out yes
and pressing Enter to continue.
Next you will be shown the default location for the installation. You may confirm this location by pressing Enter. Alternatively, specify a different location by typing out its absolute path. If it does not exist, it will be created. The terminal will then begin the installation process.
If the installation is successful, the terminal will display a message with the text ‘Installation finished’.
You can now get started using napari! A shortcut to launch napari should appear on your desktop or application menu. Under some Linux desktop environments, you can also search for ‘napari’ using the desktop search bar.
napari comes installed with sample images from scikit-image. Use the dropdown menu File > Open Sample > napari to open a sample image, or open one of your own images using File > Open or dragging and dropping your image onto the canvas.
Next check out our tutorial on the viewer or explore any of the pages under the Usage tab.