Installing Navigator#
This topic explains how to install or uninstall Anaconda Navigator.
System requirements
Navigator supports the same operating systems as Anaconda Distribution. These include:
Windows 10 x86_64 or later
macOS 10.14+, 64-bit
Ubuntu 18+/Centos7+, 64-bit
The most current installation of Navigator also supports Python versions 3.9+.
Installing Navigator#
Navigator is automatically installed when you install Anaconda Distribution version 4.0.0 or later.
If you have Miniconda or Anaconda Distribution version 4.0.0 or older installed, install Navigator manually:
Open Anaconda Prompt (Terminal on macOS/Linux).
Run the following command:
conda install anaconda-navigator
For more information on using Navigator, see the Getting started section of this documentation.
Using Navigator with a network firewall?
To use Navigator in online mode, you must be able to reach the following sites:
https://repo.anaconda.com for repositories and installers
https://anaconda.org for conda-forge and other channels on anaconda.org
google-public-dns-a.google.com (8.8.8.8:53) to check internet connectivity with Google Public DNS
If necessary, add these URLs to an allowlist in your network’s firewall settings.
For more information on offline mode, see Enabling offline mode.