# Installer intelli-shell avec Homebrew, Nix, pacman

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

## installation

```sh
sudo av install brew:intelli-shell
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install intelli-shell
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#intelli-shell
```

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

- pacman (92%):

```sh
sudo pacman -S intelli-shell
```

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

## Faits du paquet

- **Clé du paquet:** brew:intelli-shell
- **Gestionnaire de paquets:** Homebrew
- **Version:** 3.4.5
- **Résumé source:** Like IntelliSense, but for shells
- **Page d'accueil:** <https://lasantosr.github.io/intelli-shell/>
- **Dépôt:** <https://github.com/lasantosr/intelli-shell>
- **Dernière mise à jour:** 2026-06-26T12:48:34Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- intelli-shell (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

IntelliShell is a Rust command-template and snippet manager for shells. Its official docs position it as complementary to shell history: history recalls what a user already typed, while IntelliShell stores reusable command recipes with variables, aliases, sharing, TLDR imports, and optional AI-assisted generation.

### Historique du projet

The GitHub repository was created in January 2023. Early public releases in March and May 2023 show the project beginning as a focused terminal productivity tool, while later 3.x releases expanded its template, suggestion, shell-integration, and AI features. The project documentation grew into an mdBook hosted on GitHub Pages.

### Historique d'adoption

IntelliShell spread through direct install scripts, standalone binaries, Homebrew, Nix, and Arch packaging. Its official README advertises support for Bash, Zsh, Fish, Nushell, and PowerShell, which helps explain why it is packaged as a cross-shell tool rather than as a plugin for one shell ecosystem.

### Modes d'utilisation

The normal workflow is interactive: users bookmark commands from the terminal, search them through keybindings, fill `{{variables}}`, and import or export reusable command libraries. Project-local `.intellishell` files let teams share task recipes without adding a separate task runner.

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

For package nerds, IntelliShell is part of the post-Atuin wave of shell-history-adjacent tools: it does not replace chronological history, but turns repeated command lines into structured data. It is also a tidy Rust CLI packaging case because it ships one binary, cross-shell integration, completions, and prebuilt release assets.

### Chronologie

- 2023: The repository was created and early 0.1/0.2 releases were published.
- 2025: The 3.3 release series was published through GitHub releases.
- 2026: The 3.4 release series continued the tool's cross-shell command-library workflow.

### Related projects

- The docs explicitly compare IntelliShell with built-in shell history and Atuin. Its TLDR import feature also places it near tldr-pages, cheatsheet tools, and command-snippet managers.

### Sources

- Official README, official mdBook, GitHub release metadata, GitHub repository metadata, and Homebrew formula metadata.


## Notes de sécurité

generalized runtime or code generation signal.

- **Risque Geiger:** yellow / moyen
- generalized runtime or code generation signal

## Autres enregistrements de gestionnaires de paquets

- Nix - intelli-shell: normalized package name match | nixpkgs package indexes: pkgs/by-name/in/intelli-shell/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - intelli-shell - 3.4.5-1: normalized package name match | Arch Linux sync databases: intelli-shell from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Like IntelliSense, but for shells | https://github.com/lasantosr/intelli-shell


## Combined YAML source

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


## Sources

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