Installation¶
Requirements¶
- Python 3.10+ (tested on 3.11/3.12/3.13)
- uv (recommended) or pip
Install with uv (recommended)¶
Install with pip¶
Both install the rairos CLI entry point.
Initialize Database¶
Creates the SQLite database at ~/.ai_research_os/papers.db.
Ollama (Optional — for Semantic Dedup)¶
For dedup-semantic command, install Ollama and pull the embedding model:
The CLI will automatically use http://localhost:11434 for embeddings.