Installation
Installation
We provide several ways to install Strata AI. Choose the one that best suits your needs.
Supported Systems and Versions
System Version
Python Version
Supported
macOS 13.x
Python 3.9+
Yes
Windows 11
Python 3.9+
Yes
Ubuntu 22.04
Python 3.9+
Yes
Ensure that Python 3.9+ is installed on your system:
Install Stable Version
Recommended for most users:
Install Submodules
RAG:
pip install 'strataai[rag]'
OCR:
pip install 'strataai[ocr]'
Search-DDG:
pip install 'strataai[search-ddg]'
Search-Google:
pip install 'strataai[search-google]'
Selenium:
pip install 'strataai[selenium]'
Install Latest Development Version
For the newest features:
Install in Development Mode
For developers and researchers:
Install submodules:
Install with Docker
Use Default Strata AI Image:
Build Your Own Image:
Installation for Full Features
To generate diagrams like flowcharts and system designs:
Mermaid with Node.js:
Playwright:
Last updated