Installation¶
From PyPI¶
Pre-built wheels are published for Linux x86_64, macOS (arm64 + x86_64), and Windows x86_64. The wheel includes the compiled Rust extension so no Rust toolchain is required.
Verify the Rust extension¶
Building from source¶
If no pre-built wheel matches your platform, pip will build from source. This requires the Rust toolchain.
Prerequisites¶
- Python ≥ 3.10
- Rust (stable)
Build the Rust core¶
Or use maturin develop during development:
Supported platforms¶
| Platform | Wheel |
|---|---|
| Linux x86_64 | ✅ |
| macOS arm64 | ✅ |
| macOS x86_64 | ✅ |
| Windows x86_64 | ✅ |