> ## Documentation Index
> Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Anaconda Navigator

*The Desktop Portal to Data Science*

<Tip>
  Want to try our newest graphical interface? Check out [Anaconda Desktop](/tools/anaconda-desktop/key-features), which combines environment management with local AI model capabilities.
</Tip>

Anaconda Navigator is a desktop graphical user interface (GUI) included in Anaconda® Distribution that allows you to launch applications and manage conda packages, <Tooltip tip="A self-contained, isolated space for installing and running software packages.">environments</Tooltip>, and <Tooltip tip="A location (URL or file path) in a repository where conda looks for packages.">channels</Tooltip> without using command line interface (CLI) commands. Navigator can search for packages on Anaconda.org or in a local Anaconda <Tooltip tip="Any storage location from which software or software assets, like packages, can be retrieved and installed on a local computer.">repository</Tooltip>. It is available for Windows, macOS, and Linux.

The Navigator documentation includes the following:

<CardGroup cols={3}>
  <Card title="Installing Navigator" href="/tools/anaconda-navigator/install" icon="download" />

  <Card title="Understanding Navigator" href="/tools/anaconda-navigator/overview" icon="street-view" />

  <Card title="Getting started with Navigator" href="/tools/anaconda-navigator/getting-started" icon="circle-play" />

  <Card title="Navigator preferences" href="/tools/anaconda-navigator/preferences" icon="gear" />

  <Card title="Tutorials" href="/tools/anaconda-navigator/tutorials/main" icon="list-ol" />

  <Card title="Updating Navigator" href="/tools/anaconda-navigator/update-navigator" icon="arrows-rotate" />

  <Card title="Downgrading Navigator" href="/tools/anaconda-navigator/downgrade-navigator" icon="down" />

  <Card title="Uninstalling Navigator" href="/tools/anaconda-navigator/uninstall-navigator" icon="trash" />

  <Card title="Release notes" href="/tools/anaconda-navigator/release-notes" icon="notes" />
</CardGroup>

<Frame>
  <img src="https://mintcdn.com/anaconda-29683c67/eSsEBS6xLmJK8V-1/images/nav-tabs.png?fit=max&auto=format&n=eSsEBS6xLmJK8V-1&q=85&s=8a6590199fa0e668d648ad21432aac58" alt="" width="3460" height="2162" data-path="images/nav-tabs.png" />
</Frame>

### Why use Navigator?

In order to run, many scientific packages depend on specific versions of other packages. Data scientists often use multiple versions of many packages and use multiple environments to separate these different versions.

The CLI program conda is both a <Tooltip tip="A collection of software tools that automates the process of installing, updating, configuring, and removing packages. Also known as a package management system.">package manager</Tooltip> and an environment manager. This helps data scientists ensure that each version of each package has all the dependencies it requires and works correctly.

Navigator is a graphical interface that enables you work with packages and environments without needing to type conda commands in a terminal window. You can use it to find the packages you want, install them in an environment, run the packages, and update them – all inside Navigator.

### What applications can I access using Navigator?

For information on what applications are available by default in Navigator, see [Home page](/tools/anaconda-navigator/overview#home-page).

Advanced conda users can also [build their own Navigator applications](/tools/anaconda-navigator/tutorials/nav-app).

### How can I run code with Navigator?

The simplest way is with Spyder. From the Navigator Home page, click the Spyder tile, and use the Spyder interface that opens to write and execute your code.

You can also use Jupyter Notebook the same way. Jupyter Notebook is an increasingly popular system that combines your code, descriptive text, output, images, and interactive interfaces into a single notebook file that is edited, viewed, and used in a web browser.

<Note>
  Anaconda Navigator does not support macOS 10.12 or older.
</Note>
