# Installer openclaw-cli avec Homebrew, dnf, Nix

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

## installation

```sh
sudo av install brew:openclaw-cli
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install openclaw-cli
```

  Preuve: local Homebrew formula metadata

### Linux

- dnf (92%):

```sh
sudo dnf install openclaw
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#openclaw
```

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

## Faits du paquet

- **Clé du paquet:** brew:openclaw-cli
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2026.7.1
- **Résumé source:** Your own personal AI assistant
- **Page d'accueil:** <https://openclaw.ai/>
- **Dernière mise à jour:** 2026-07-14T18:47:59Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- openclaw (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 2026.7.1
## Historique du projet et usages

OpenClaw is packaged around the `openclaw` command and documented as a self-hosted gateway for personal AI assistance. The official docs describe a single Gateway process that connects chat apps and channel plugins to AI coding agents, with sessions, memory, tool use, multi-agent routing, and local control as the central design points.

### Historique du projet

The public project materials emphasize architecture and setup more than origin chronology. The repository and docs present OpenClaw as an MIT-licensed, community-driven project with a Node-based CLI onboarding flow, a long-running Gateway daemon, a browser dashboard, and channel integrations for messaging surfaces such as Discord, iMessage, Signal, Slack, Telegram, WhatsApp, Matrix, and others.

### Modes d'utilisation

Operators install the CLI with a JavaScript package manager such as npm, pnpm, or bun, then run `openclaw onboard` to configure the gateway, workspace, channels, and skills. The recommended daemon mode installs the Gateway as a user service through launchd or systemd so the assistant remains reachable from configured chat surfaces.

### Pourquoi les passionnés de paquets s'y intéressent

For package metadata, OpenClaw is notable less as a standalone model client and more as a local agent gateway: the package exposes a CLI, installs a daemon-style service, and bridges external chat channels to local or provider-backed coding agents. Its history is thinly documented in primary sources, so the useful enrichment is mostly about packaging shape and operating model.

### Sources

- <https://docs.openclaw.ai/cli>
- <https://github.com/openclaw/openclaw>
- <https://github.com/openclaw/openclaw/blob/main/docs/index.md>
- <https://github.com/openclaw/openclaw/releases>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour openclaw-cli. Les métadonnées de paquet Nucleus 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: ~/.openclaw/openclaw.json

## Credential files

- Unix: ~/.openclaw/openclaw.json, auth-profiles.json, .env, agents/*/agent/models.json
## Autres enregistrements de gestionnaires de paquets

- Nix - openclaw: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/op/openclaw/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - openclaw - 2026.5.7-5.fc45: installed executable or alias match | Fedora Rawhide package metadata: openclaw from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Your own personal AI assistant | https://github.com/openclaw/openclaw


## Combined YAML source

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


## Sources

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