# Installer cai avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:cai
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install cai
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#cai
```

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

## Faits du paquet

- **Clé du paquet:** brew:cai
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.13.0
- **Résumé source:** CLI tool for prompting LLMs
- **Page d'accueil:** <https://github.com/ad-si/cai>
- **Dépôt:** <https://github.com/ad-si/cai>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- cai (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

cai is a Rust CLI for running LLM, image, OCR, speech, coding-context, and automation prompts from the terminal.

### Historique du projet

The public repository was created on 2024-03-28 and the changelog marks 0.1.0 as the initial release on the same date. Early releases added provider subcommands, proper clap-based argument handling, local Ollama support, stdin prompt input, Anthropic support, multi-model prompting through cai all, and markdown syntax highlighting.

Through 2024 and 2025 cai expanded from a simple prompt CLI into a multi-provider terminal assistant, adding JSON output, raw output, OCR, file renaming, changelog generation, programming-language context commands, DeepSeek, Cerebras, xAI, Google Gemini, image generation, transcription, rewrite, and shell-adjacent helper commands.

### Historique d'adoption

cai belongs to the wave of post-ChatGPT command-line LLM clients. Its official README positions it as a user-friendly CLI with providers including Anthropic, OpenAI, Google, Groq, Cerebras, DeepSeek, xAI, Ollama, and Llamafile, and it is distributed through Cargo and Homebrew.

### Modes d'utilisation

Typical usage is short natural-language prompts, stdin pipelines, provider-specific model shortcuts, simultaneous prompting across providers, OCR, image generation, shell command generation, database querying, and coding-context prompts. The README documents API key setup on first run and support for local LLM servers.

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

cai is a good snapshot of how AI tooling entered package managers: a fast-moving Rust CLI that maps commercial and local model providers into Unix-style commands, stdin/stdout workflows, and package-manager installation.

### Chronologie

- 2024: Initial 0.1.0 release.
- 2024: Provider subcommands, Ollama, Anthropic, multi-model prompts, and JSON/raw output added.
- 2025: OCR, file renaming, programming contexts, DeepSeek, Cerebras, xAI, Gemini, image generation, and transcription features added.
- 2026: 0.13.0 adds more commands including photo, say, config, query, edit, and commit.

### Related projects

- The official README lists related CLI LLM tools such as AIChat, clai, Ell, Goose, llm, smartcat, and tgpt.
- cai integrates with hosted providers and local runtimes including OpenAI, Anthropic, Google Gemini, Groq, Cerebras, DeepSeek, xAI, Ollama, and Llamafile.

### Sources

- <https://api.github.com/repos/ad-si/cai>
- <https://github.com/ad-si/cai#readme>
- <https://github.com/ad-si/cai/blob/main/changelog.md>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals


## 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: $XDG_CONFIG_HOME/cai/config.yaml, ~/.config/cai/config.yaml

## Credential files

- Unix: $XDG_CONFIG_HOME/cai/secrets.yaml, ~/.config/cai/secrets.yaml
## Autres enregistrements de gestionnaires de paquets

- Nix - cai: normalized package name match | nixpkgs package indexes: pkgs/by-name/ca/cai/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/cai.yml](https://github.com/mxcl/pkgdb/blob/main/combined/cai.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
