# 使用 Homebrew, apk, MacPorts, Nix, scoop 安装 csview

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

## 安装

```sh
sudo av install brew:csview
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install csview
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install csview
```

  证据: MacPorts ports tree: textproc/csview/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add csview
```

  证据: Alpine Linux edge package indexes: csview from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#csview
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/csview
```

  证据: Scoop official bucket manifest trees: bucket/csview.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:csview
- **软件包管理器:** Homebrew
- **版本:** 1.3.4
- **来源摘要:** High performance csv viewer for cli
- **主页:** <https://github.com/wfxr/csview>
- **仓库:** <https://github.com/wfxr/csview>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- csview (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

csview is a Rust command-line CSV viewer focused on fast, memory-efficient table rendering with CJK and emoji alignment support.

### 项目历史

The README positions csview as a formatter and viewer rather than an analysis tool, explicitly distinguishing it from xsv. The changelog shows a 1.0.0 release in February 2022 after the 0.3 series, followed by packaging and usability work such as Homebrew documentation, line numbers, alignment options, pager support, and additional Apple Silicon release targets.

### 采用历史

The official README documents installation through Homebrew, Arch AUR, NetBSD pkgsrc, Scoop, prebuilt GitHub releases, and cargo. That spread is meaningful for a small terminal viewer because users often install it as a standalone binary on machines where Python-heavy CSV tools are too slow or too large.

### 使用方式

csview formats CSV, TSV, and custom-delimited data into aligned terminal tables, with styles including markdown table output. The README benchmarks it against xsv table, util-linux column, and csvkit's csvlook, emphasizing startup speed and memory use for viewing rather than transformation.

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

For package nerds, csview is a compact example of the Rust single-binary CLI pattern: published to crates.io, distributed through system package managers, and aimed at replacing heavier table viewers in shell pipelines.

### 时间线

- 2020: 0.3.x releases are published on GitHub.
- 2022: 1.0.0 is released.
- 2022: Changelog notes csview entering Homebrew core documentation.
- 2024: 1.3.0 adds pager support.
- 2024: 1.3.2 adds an aarch64-apple-darwin target.

### Related projects

- csview is compared upstream with xsv, util-linux column, and csvkit csvlook; it complements CSV transformation tools by focusing on display.

### 来源

- <https://github.com/wfxr/csview#readme>
- <https://github.com/wfxr/csview/blob/master/CHANGELOG.md>
- <https://github.com/wfxr/csview/releases>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

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

- Nix - csview: normalized package name match | nixpkgs package indexes: pkgs/by-name/cs/csview/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - csview - 1.3.4-r0: normalized package name match | Alpine Linux edge package indexes: csview from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Pretty csv viewer for cli with cjk/emoji support | https://github.com/wfxr/csview
- apk - csview-bash-completion - 1.3.4-r0: normalized package name match | Alpine Linux edge package indexes: csview-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Bash completions for csview | https://github.com/wfxr/csview
- apk - csview-fish-completion - 1.3.4-r0: normalized package name match | Alpine Linux edge package indexes: csview-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Fish completions for csview | https://github.com/wfxr/csview
- apk - csview-zsh-completion - 1.3.4-r0: normalized package name match | Alpine Linux edge package indexes: csview-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Zsh completions for csview | https://github.com/wfxr/csview
- MacPorts - csview: normalized package name match | MacPorts ports tree: textproc/csview/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/csview: normalized package name match | Scoop official bucket manifest trees: bucket/csview.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

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