January 2026 Releases

The January 2026 releases included updates to conda, conda-build, and conda-pack! 🎉 All of these have been released to both defaults and conda-forge channels.

The January 2026 releases included updates to conda, conda-build, and conda-pack! 🎉 All of these have been released to both defaults and conda-forge channels.

The Q1 2026 Conda CLI roadmap update highlights faster performance, safer ways to work with PyPI packages, and progress toward more reproducible environments.
Welcome to another quarterly update on what shipped in conda CLI and what we're building next. These posts complement our project board by pulling out the highlights and showing where your feedback matters most.

Modern AI agents like Claude, Cursor, OpenCode, and Zed can fetch web content, run shell commands, and even install packages. But they lack direct access to the rich, structured metadata embedded in conda packages. This information is essential for solving complex packaging problems. conda-meta-mcp provides that missing link.

We're excited to announce a new beta feature in conda called sharded repodata. This optimized repodata format makes environment solves faster by reducing the time spent fetching package metadata. Conda-forge is already serving sharded repodata, so you can try it immediately when using conda with conda-forge. In this post, we'll show you how to enable it, explain how the work came together across the ecosystem, and share the performance improvements you can expect in everyday use.

The November 2025 releases included updates to conda, conda-build, and conda-libmamba-solver! 🎉 All of these have been released to both defaults and conda-forge channels.

Part 3 of our series "Conda Is Not PyPI: Understanding Conda as a User-Space Distribution".
In Part 1, we explained why conda is not just another Python package manager. In Part 2, we placed conda in the broader packaging spectrum, showing how it differs from pip, Docker, and Nix.
Now we turn to what makes conda practical and powerful: reproducibility, automation, layered workflows, and rolling distribution.
Understanding conda's theoretical advantages is one thing. Seeing how they translate into real-world benefits is another. In this final article, we explore how conda's design enables teams to build reliable, maintainable software environments that scale from personal projects to enterprise systems.
We'll cover how conda packages encode provenance, how lockfiles ensure reproducibility across time and teams, and how intelligent layering with pip/npm gives you the best of both worlds.

This is Part 2 of our series "Conda Is Not PyPI: Understanding Conda as a User-Space Distribution".
In Part 1, we explained why conda is not just another Python package manager. Conda packages are distribution units, not libraries. Environments are essentially mini distributions in user-space.

Part 1 of our series "Conda Is Not PyPI: Understanding Conda as a User-Space Distribution".
This is the first article in a three-part series exploring the fundamental differences between conda and PyPI, and why understanding these differences matters for your development workflow. Conda is not just another Python package manager—it's a multi-language, user-space distribution system. In this series, we'll unpack what that means, explore where conda fits in the broader packaging landscape (alongside pip, Docker, and Nix), and show you how to think about conda's role in your toolchain.
Part 1 (this article) clarifies why conda is a distribution, not a package registry, and what that distinction means in practice.

The Q4 2025 conda CLI roadmap highlights improvements coming soon, including sharded repodata support for faster installs, and work to improve integration with PyPI ecosystem.

The September 2025 releases included updates to conda and conda-build! 🎉 Both have been released to defaults and conda-forge channels.