# 使用 Homebrew, Nix, pacman 安装 intelli-shell

查看 intelli-shell 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

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

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

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

  证据: 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
```

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

## 软件包事实

- **软件包键:** brew:intelli-shell
- **软件包管理器:** Homebrew
- **版本:** 3.4.5
- **来源摘要:** Like IntelliSense, but for shells
- **主页:** <https://lasantosr.github.io/intelli-shell/>
- **仓库:** <https://github.com/lasantosr/intelli-shell>
- **最后更新:** 2026-06-26T12:48:34Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- intelli-shell (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 3.4.5
## 项目历史与用法

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.

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 时间线

- 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.

### 来源

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


## 安全说明

generalized runtime or code generation signal.

- **Geiger 风险:** yellow / 中
- generalized runtime or code generation signal

## 其他软件包管理器记录

- 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)


## 来源

- 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
