Skip to main content
Display information about the system, workspace, and environments.

Usage

Description

The pixi info command provides comprehensive information about:
  • System information (platform, virtual packages, cache directories)
  • Global pixi configuration (bin directory, environment directory)
  • Workspace information (name, version, manifest path)
  • Environment details (features, dependencies, platforms, tasks)

Options

boolean
Show cache and environment sizes. This may take some time to calculate.
boolean
Output in JSON format for programmatic access.

Examples

Basic system information

Show system and workspace information:
Example output:

Extended information with sizes

Show detailed information including directory sizes:
Additional output:

JSON output

Get structured output for automation:
Example JSON output:

Information Sections

System

string
The version of pixi currently installed.
string
The TLS implementation being used (native-tls or rustls).
string
The current platform (e.g., linux-64, osx-arm64, win-64).
array
System virtual packages detected (e.g., __unix, __linux, __glibc, __osx, __cuda).
path
Location of the rattler cache directory.
string
Size of the cache directory (only with --extended).
path
Location of authentication credentials.
array
Paths to configuration files being used.

Global

path
Directory where globally installed binaries are stored.
path
Directory where global environments are stored.
path
Location of the global manifest file.

Workspace

string
The workspace name from the manifest.
string
The workspace version.
path
Path to the pixi.toml or pyproject.toml.
string
Last modification time of the lock file.

Environments

string
Name of the environment.
array
Features included in this environment.
string
The solve group this environment belongs to (if any).
string
Size of the environment directory (only with --extended).
integer
Number of dependencies in the environment.
array
List of conda dependencies.
array
List of PyPI dependencies.
array
Platforms this environment supports.
path
Full path to the environment directory.
object
System requirements specified for the environment.
array
Available tasks in this environment.

Use Cases

Debugging environment issues

Check environment configuration:

Checking cache usage

See how much disk space is used:

CI/CD integration

Extract information programmatically:

Reporting bugs

Include system information when reporting issues: