The Fastest Python
Package Manager

Pro combines Rust-level performance with Poetry-like ergonomics. Native build backend, WebAssembly plugins, and full monorepo support.

pip install rx-pro
10-50x
Faster than Poetry
100%
Rust Native
PEP
Fully Compliant
Wasm
Plugin System

Everything You Need

A complete toolkit for modern Python development

Blazing Fast

Written in Rust with parallel downloads, smart caching, and native dependency resolution.

📦

Native Build Backend

Build pure Python packages without spawning Python. Wheels in milliseconds.

🔒

Security Audit

Scan dependencies against OSV database. Auto-fix vulnerabilities with one command.

🏗

Monorepo Support

Workspaces, unified lockfiles, and affected detection for large codebases.

🧩

WebAssembly Plugins

Extend Pro safely with sandboxed plugins. Run custom hooks at any lifecycle stage.

🐳

Docker Integration

Generate optimized Dockerfiles. Multi-stage builds. One command deployment.

How Pro Compares

The best features from all tools, none of the compromises

Feature Pro uv Poetry pip
Fast Resolution
Native Build Backend
WebAssembly Plugins
Monorepo Support Basic Basic
Security Audit Basic
Task Runner
Docker Integration

Simple, Powerful Commands

Pro's intuitive CLI makes Python development a joy. From project creation to deployment, every command is designed for speed and clarity.

View All Commands
# Create a new project
$ rx init my-project
Created my-project/

# Add dependencies
$ rx add requests pandas
Resolving... done (0.3s)

# Install & run
$ rx sync && rx run python app.py
Installed 47 packages (2.1s)

Ready to Speed Up Your Python?

Join thousands of developers using Pro for faster, safer Python development.

Get Started Read the Docs