# Installer ramalama avec Homebrew, dnf, MacPorts, Nix, pacman

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de ramalama pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:ramalama
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install ramalama
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ramalama
```

  Preuve: MacPorts ports tree: llm/ramalama/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- dnf (92%):

```sh
sudo dnf install ramalama
```

  Preuve: Fedora Rawhide package metadata: ramalama from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#ramalama
```

  Preuve: nixpkgs package indexes: pkgs/by-name/ra/ramalama/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S ramalama
```

  Preuve: Arch Linux sync databases: ramalama from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Faits du paquet

- **Clé du paquet:** brew:ramalama
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/ramalama>
- **Version:** 0.23.0
- **Résumé source:** Goal of RamaLama is to make working with AI boring
- **Page d'accueil:** <https://ramalama.ai>
- **Docs amont:** <https://ramalama.ai>
- **Licence:** MIT
- **Archive source:** <https://files.pythonhosted.org/packages/75/3b/840e5bd99acfbb5bf6e7072e2faf2e161fbbebb9e2218b4abb34ab16ace1/ramalama-0.23.0.tar.gz>
- **Dernière mise à jour:** 2026-06-26T00:46:27Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- ramalama (cli)
- ramalama (alias)

## Dépendances

- libyaml
- llama.cpp
- python@3.14
- rpds-py

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.23.0
- gestionnaire mis à jour: 2026-06-26
- données locales: OK
- dépôt amont: https://ramalama.ai
- info: Release/tag comparison is only available for GitHub repositories.

## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour ramalama. Les métadonnées de paquet restent publiées ici afin que la couverture future dispose d'une URL stable.



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: /usr/share/ramalama/ramalama.conf, /usr/local/share/ramalama/ramalama.conf, /etc/ramalama/ramalama.conf, /etc/ramalama/ramalama.conf.d/*.conf, ~/.local/pipx/venvs/ramalama/share/ramalama/ramalama.conf, $XDG_DATA_HOME/ramalama/ramalama.conf, $XDG_DATA_HOME/ramalama/ramalama.conf.d/*.conf, ~/.local/share/ramalama/ramalama.conf, ~/.local/share/ramalama/ramalama.conf.d/*.conf, $XDG_CONFIG_HOME/ramalama/ramalama.conf, $XDG_CONFIG_HOME/ramalama/ramalama.conf.d/*.conf, ~/.config/ramalama/ramalama.conf, ~/.config/ramalama/ramalama.conf.d/*.conf, $RAMALAMA_CONFIG

## Credential files

- Unix: /usr/share/ramalama/ramalama.conf, /usr/local/share/ramalama/ramalama.conf, /etc/ramalama/ramalama.conf, /etc/ramalama/ramalama.conf.d/*.conf, ~/.local/pipx/venvs/ramalama/share/ramalama/ramalama.conf, $XDG_DATA_HOME/ramalama/ramalama.conf, $XDG_DATA_HOME/ramalama/ramalama.conf.d/*.conf, ~/.local/share/ramalama/ramalama.conf, ~/.local/share/ramalama/ramalama.conf.d/*.conf, $XDG_CONFIG_HOME/ramalama/ramalama.conf, $XDG_CONFIG_HOME/ramalama/ramalama.conf.d/*.conf, ~/.config/ramalama/ramalama.conf, ~/.config/ramalama/ramalama.conf.d/*.conf, $RAMALAMA_CONFIG
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** ramalama
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## Autres enregistrements de gestionnaires de paquets

- Nix - ramalama: normalized package name match | nixpkgs package indexes: pkgs/by-name/ra/ramalama/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - ramalama - 0.23.0-2.fc45: normalized package name match | Fedora Rawhide package metadata: ramalama from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/210a2053c8e007daf9ae39c2a21daaed9b2ddd07d63ecffa597050361e73650c-primary.xml.zst | Command line tool for working with AI LLM models | https://github.com/containers/ramalama
- pacman - ramalama - 0.23.0-1: normalized package name match | Arch Linux sync databases: ramalama from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Simple local AI using OCI containers | https://github.com/containers/ramalama
- MacPorts - ramalama: normalized package name match | MacPorts ports tree: llm/ramalama/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Liens liés

- [Cloud CLI packages](https://pkg.so/fr/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [MCP tool packages](https://pkg.so/fr/mcp-tools/) - Mentions MCP or Model Context Protocol.
- [AI and agent packages](https://pkg.so/fr/ai-agent-tools/) - Matched AI model, agent, coding-agent, orchestration, or MCP metadata.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [python@3.14](https://pkg.so/fr/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [llama.cpp](https://pkg.so/fr/brew/llama-cpp/) - Runtime dependency declared by Homebrew.
- [localai](https://pkg.so/fr/brew/localai/) - Shares pkgdb curated category or tags: ai, cli, inference, llm, model-tools.
- [ollama](https://pkg.so/fr/brew/ollama/) - Shares pkgdb curated category or tags: ai, cli, llm, model-tools.
- [llmfit](https://pkg.so/fr/brew/llmfit/) - Shares pkgdb curated category or tags: ai, cli, llm, model-tools.
- [promptfoo](https://pkg.so/fr/brew/promptfoo/) - Shares pkgdb curated category or tags: ai, cli, llm, model-tools.
- [mlx-lm](https://pkg.so/fr/brew/mlx-lm/) - Shares pkgdb curated category or tags: ai, cli, inference, model-tools.
- [oterm](https://pkg.so/fr/brew/oterm/) - Shares pkgdb curated category or tags: ai, cli, llm, model-tools.
- [gollama](https://pkg.so/fr/brew/gollama/) - Shares pkgdb curated category or tags: ai, cli, llm, model-tools.
- [kubectl-ai](https://pkg.so/fr/brew/kubectl-ai/) - Shares pkgdb curated category or tags: ai, cli, llm, model-tools.
- [rapid-mlx](https://pkg.so/fr/brew/rapid-mlx/) - Both packages touch the same language runtime or ecosystem. Shared terms: ai, cli, inference, libyaml, llm.
- [sysaidmin](https://pkg.so/fr/brew/sysaidmin/) - Both packages touch the same language runtime or ecosystem. Shared terms: ai, cli, llm, model, model-tools.

## Combined YAML source

View the package source record on GitHub. [combined/ramalama.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ramalama.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
