ramalama
Enrichment pendingRamaLama is an open-source developer tool that simplifies the local serving of AI models from any source and facilitates their use for inference in production, all through the familiar language of con
GraphCanon updated today · GitHub synced today
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Very active (0d since push)
- As of today
- Provenance
- Not a fork · Organization account
- As of today
- Security (OSV)
- No lockfile
- As of today
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
pip install ramalama PyPISimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
RamaLama is an open-source developer tool that simplifies the local serving of AI models from any source and facilitates their use for inference in production, all through the familiar language of containers.
Capability facts
- CLI
- CLI entrypoint
Source: pyproject.toml:[project.scripts] · Jul 15, 2026
- Languages
- python
Source: github.language+pyproject.toml · Jul 15, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Jul 15, 2026)
Download the self-contained macOS installer that includes Python and all dependencies:Source link
Tags
README
Install on macOS (Self-Contained Installer)
Download the self-contained macOS installer that includes Python and all dependencies:
- Download the latest
.pkginstaller from Releases - Double-click to install, or run:
sudo installer -pkg RamaLama-*-macOS-Installer.pkg -target /
See macOS Installation Guide for detailed instructions.
Install on Fedora
RamaLama is available in Fedora and later. To install it, run:
sudo dnf install ramalama
Install via PyPI
RamaLama is available via PyPI at https://pypi.org/project/ramalama
pip install ramalama
Install script (Linux and macOS)
Install RamaLama by running:
curl -fsSL https://ramalama.ai/install.sh | bash
Install on Windows
RamaLama supports Windows with Docker Desktop or Podman Desktop:
pip install ramalama
Requirements:
- Python 3.9 or later
- Docker Desktop or Podman Desktop with WSL2 backend
- For GPU support, see NVIDIA GPU Setup for WSL2
Note: Windows support requires running containers via Docker/Podman. The model store uses hardlinks (no admin required) or falls back to file copies if hardlinks are unavailable.
Hardware Support
| Hardware | Enabled |
|---|---|
| CPU | ✓ |
| Apple Silicon GPU (Linux / Asahi) | ✓ |
| Apple Silicon GPU (macOS) | ✓ llama.cpp or MLX |
| Apple Silicon GPU (podman-machine) | ✓ |
| Nvidia GPU (cuda) | ✓ See note below |
| AMD GPU (rocm, vulkan) | ✓ |
| Ascend NPU (Linux) | ✓ |
| Intel ARC GPUs (Linux) | ✓ See note below |
| Intel GPUs (vulkan / Linux) | ✓ |
| Moore Threads GPU (musa / Linux) | ✓ See note below |
| Windows (with Docker/Podman) | ✓ Requires WSL2 |
For agents
This page has a .md twin and JSON over the API.