Skip to content

Installation

Requirements

Python ≥ 3.11

Basic installation

pip install orama

Optional extras

Extra Installs
orama[web] WTForms (web binding for orama.web)
orama[demo] orama[web] + Flask, Flask-WTF (for the demo application)
orama[docs] Sphinx and MkDocs Material (for building this documentation)

Install with web support

pip install 'orama[web]'

Install with uv

uv add orama
uv add 'orama[web]'