Ratel Docs
Python SDK

Install

Install ratel-ai: requirements, prebuilt wheels, the mcp and otlp extras, and the embedding model download.

One package, no service:

pip install ratel-ai

The base SDK needs Python 3.10 or newer for the examples in these guides and has no runtime dependencies.

Prebuilt wheels

The SDK bundles Ratel's Rust core as a native module. Prebuilt abi3 wheels ship for:

  • macOS: darwin-arm64, darwin-x64
  • Linux (glibc): linux-x64-gnu, linux-arm64-gnu
  • Windows: win32-x64-msvc

On these targets nothing compiles at install time and no Rust toolchain is needed.

Extras

Next steps

On this page