Installation
Get BustAPI up and running in seconds.
Quick Install
That's it!
Pre-built wheels are available. No Rust toolchain required.
Requirements
| Requirement | Versions |
|---|---|
| Python | 3.10, 3.11, 3.12, 3.13, 3.14 |
| OS | Linux, macOS, Windows |
| Architecture | x86_64, arm64 (Apple Silicon) |
Platform Support
-
Linux (Recommended)
Best performance with native multiprocessing.
- 100,000+ RPS with 4 workers
-
SO_REUSEPORTkernel load balancing - Optimal for production
-
macOS
Fully supported for development.
- ~35,000 RPS (single-process)
- Apple Silicon native
- Great for local development
-
Windows
Fully supported for development.
- ~17,000 RPS (single-process)
- x64 pre-built wheels
- Great for local development
Production Recommendation
For maximum performance, deploy on Linux servers.
macOS and Windows are ideal for development.
Development Install
To build from source (requires Rust):
Verify Installation
Next Steps
Ready to build something? Check out the Quickstart Guide!