Download RLAMA
Get started with RLAMA, the Retrieval-Augmented Local Assistant Model Agent. Follow the instructions below for your operating system.
Community Downloads:2,000+
users have already installed RLAMA
Install RLAMA on MacOS
Make sure you have Ollama installed on your system before running this command.
curl -fsSL https://raw.githubusercontent.com/dontizi/rlama/main/install.sh | sh
Prerequisites
- Ollama (download here)
- llama3.2:3b model (or any other model you want to use) (
ollama run llama3.2:3b
)