The easiest way to install RamaLama is using the universal install script:
curl -fsSL https://ramalama.ai/install.sh | bash
On Fedora systems, you can install RamaLama directly from the official repositories:
sudo dnf install ramalama
RamaLama is available on PyPI and can be installed using pip:
pip install ramalama
After installation, verify that RamaLama is working correctly:
ramalama version
Pull your first model:
ramalama pull smollm:135m
Run a model:
ramalama run smollm:135m
Explore available commands:
ramalama --help
ramalama info --shortnames
ramalama inspect smollm:135m
ramalama sandbox opencode --thinking=off smollm:135m
ramalama sandbox goose --thinking=off smollm:135m
ramalama stop --all