Skip to main content
Anaconda Desktop lets you view and prioritize channels to manage your package installations.
Most channels on Anaconda.org are completely free to use. However, Anaconda does provide mirrors of three default channels that are subject to Anaconda’s Terms of Service: main, msys2 (End of Support as of September 2026), and r (End of Support as of November 2025).

The main-x channel

main-x is an Anaconda-hosted authenticated channel that provides thousands of additional conda packages built by Anaconda. It is designed to be used alongside the main channel, extending the set of packages available through Anaconda’s default channels. New Desktop users automatically have main-x configured alongside main in their default channels. If you are an existing user and do not have main-x configured, you can add it from the Channels modal:
  1. Click Add Channel.
  2. Enter either the Name or URL for the channel:
    • Name: main-x
    • URL: https://repo.anaconda.cloud/repo/main-x
  3. Click Add.
main-x requires authentication with your Anaconda account. If you are not signed in, you are prompted to sign in before packages from main-x can be resolved. For more information about main-x, including setup for Anaconda Platform and Package Security Manager users, see Using the main-x channel.

Viewing channels

You can access channel management from multiple locations:
Although you can access channel management from multiple locations, any changes you make apply to all environments, not just the one you’re currently working in.
On the Environments page, click Channels:
Channels button on the environments page
Clicking Channels opens the Channels modal, which displays a list of your channels.
Channels modal in Anaconda Desktop

Adding a channel

From the Channels modal, click Add Channel to add a new channel to the bottom of your channels list. When managing channels in Desktop, you can refer to a channel either by its full URL or by its name. For example, let’s say you want to look for packages on the “conda-forge” channel of Anaconda.org. Either of these channel variations will look for packages in the same place:
  • By name: conda-forge
  • By URL: https://conda.anaconda.org/conda-forge
If you belong to an organization in Anaconda Platform, you must supply your access inside the channel URL to authenticate yourself and prove you are allowed to access the channels: https://repo.anaconda.cloud/t/<TOKEN>/repo/<ORG_ID>/<CHANNEL>. For more information, see Authenticating to Anaconda in the Anaconda Platform guide.

Setting channel priority

Channel priority can be established by adjusting the order of the channels listed in the table. You can establish channel priority in multiple ways:
Select beside a channel to drag it to a new position.
Drag and drop to reorder channels

Deleting a channel

To delete a channel, click Actions on a channel row, then select Delete.
Delete a channel
Click Delete again to confirm you want to delete the channel.

Additional resources