The Fastest Python
Package Manager

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

pip install rx-pro
10-100x
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 rx-pro safely with sandboxed plugins. Run custom hooks at any lifecycle stage.

🐳

Docker Integration

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

How rx-pro Compares

The best features from all tools, none of the compromises

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

Benchmarks

Resolving and installing a fresh Django project (Django + 50 dependencies)

Tool Cold Resolve Install Total
rx-pro 0.4s 1.8s 2.2s
uv 0.5s 2.1s 2.6s
Poetry 8.2s 12.4s 20.6s
pip 6.1s 15.2s 21.3s

Benchmarks run on M1 MacBook Pro, warm cache disabled

Simple, Powerful Commands

rx-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?

Start using rx-pro today for faster, safer Python development.

Get Started Read the Docs