docs/integration/extensions/pixi_browse.md
pixi-browse is an interactive terminal UI for browsing conda package metadata. Explore packages, versions, dependencies, and more from any conda channel, right from your terminal.
about.json extracted directly from artifactspixi global install pixi-browse
Or use it without installation:
pixi exec pixi-browse
# Browse conda-forge (default)
pixi browse
# Browse a different channel
pixi browse -c prefix.dev/conda-forge
# Restrict to specific platforms
pixi browse -p linux-64 -p osx-arm64