# 使用 Homebrew, Nix 安装 lla

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

## 安装

```sh
sudo av install brew:lla
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install lla
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#lla
```

  证据: nixpkgs package indexes: pkgs/by-name/ll/lla/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:lla
- **软件包管理器:** Homebrew
- **版本:** 0.5.9
- **来源摘要:** High-performance, extensible alternative to ls
- **主页:** <https://github.com/chaqchase/lla>
- **仓库:** <https://github.com/chaqchase/lla>
- **最后更新:** 2026-07-05T01:17:09Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- lla (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

lla is a Rust command-line file-listing tool in the long line of ls replacements. Its distinctive angle is combining multiple display modes, Git-aware views, configuration, and a plugin system under one executable.

### 项目历史

The chaqchase/lla repository was created on GitHub in July 2023, with v0.1.0 published the same day. The README describes lla as a modern, customizable, feature-rich, extensible ls replacement.

The project grew from basic listing modes into a broader filesystem dashboard: long, tree, table, grid, timeline, storage-analysis, directory-jump, search, diff, and plugin-backed metadata views are described in the upstream README.

### 采用历史

The README documents installation through Cargo, Homebrew, Arch's paru, NetBSD pkgin, X-CMD, direct binary downloads, and a shell installer. That spread is typical of Rust CLIs that start with cargo install and then acquire native package-manager formulae.

GitHub release packaging for lla includes checksums and platform artifacts, which supports package-manager maintainers and users who prefer pinned binary installs over building from source.

### 使用方式

lla is used as an interactive and scriptable replacement for ls, especially by users who want rich metadata, Git status, tree views, filtering, and themed output without combining several separate filesystem tools.

The documented config path is ~/.config/lla/config.toml, and the README shows lla init and lla config workflows for creating and inspecting that file.

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

lla belongs to the modern Rust CLI packaging wave: a traditional Unix command is reworked with colored output, richer metadata, and a distribution story that spans Cargo, Homebrew, Linux packages, and standalone release assets.

Its plugin model is the package-nerd hook: instead of being only a prettier ls, it treats directory listings as an extensible surface for Git, file operations, metadata, themes, and custom fields.

### 时间线

- 2023: chaqchase/lla repository and v0.1.0 release published on July 31.
- 2025: v0.5.0 release line introduced during a period of expanded package artifacts and plugin assets.
- 2026: v0.5.7 release published with packaged binaries, package files, plugin archives, themes, and SHA256 checksums.

### Related projects

- lla is related to other ls replacements and filesystem explorers such as exa/eza, lsd, broot, dust, and tree, though its upstream documentation emphasizes its own plugin system and Git-aware listing features.
- Its Rust implementation and package layout put it near other cargo-first command-line utilities that later gain Homebrew and distro packaging.

### 来源

- <https://api.github.com/repos/chaqchase/lla>
- <https://formulae.brew.sh/formula/lla>
- <https://github.com/chaqchase/lla>
- <https://github.com/chaqchase/lla/releases/tag/v0.1.0>
- <https://github.com/chaqchase/lla/releases/tag/v0.5.7>
- <https://lla.chaqchase.com/docs/about/introduction>
- <https://lla.chaqchase.com/docs/reference/cli-reference>
- <https://raw.githubusercontent.com/chaqchase/lla/main/README.md>


## 安全说明

没有找到 lla 的匹配本地密钥处理 manifest。Nucleus 软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



## 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: ~/.config/lla/config.toml
## 其他软件包管理器记录

- Nix - lla: normalized package name match | nixpkgs package indexes: pkgs/by-name/ll/lla/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/lla.yml](https://github.com/mxcl/pkgdb/blob/main/combined/lla.yml)


## 来源

- 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
