# 使用 Homebrew, MacPorts 安装 etsh

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

## 安装

```sh
sudo av install brew:etsh
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install etsh
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install etsh
```

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

## 软件包事实

- **软件包键:** brew:etsh
- **软件包管理器:** Homebrew
- **版本:** 5.4.0
- **来源摘要:** Two ports of /bin/sh from V6 UNIX (circa 1975)
- **主页:** <https://etsh.dev/>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- etsh (别名)
- sh6 (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

Etsh is a historical Unix shell package that maintains two ports of the Thompson shell from Sixth Edition Unix: an enhanced interactive-compatible shell named etsh and an unenhanced port named tsh. It is packaged less as a mainstream login shell and more as a living, buildable preservation of early Unix shell behavior.

### 项目历史

The project is explicitly dedicated to preserving the Version 6 Unix `sh(1)` lineage. Its sources trace back to the Thompson shell, principally written by Ken Thompson at Bell Labs, with related V6 utilities such as glob, if, and goto included because they were part of the shell's practical command-file environment.

Jeffrey Allen Neitzel has maintained the etsh project since July 2003. The project keeps the historical interface available while adding enough portability and interactive-shell improvements for modern POSIX-like systems.

### 采用历史

Etsh's adoption is niche and heritage-oriented rather than mass-market. Official project notes emphasize successful builds on DragonFly BSD, FreeBSD, macOS, NetBSD, OpenBSD, OpenIndiana, and GNU/Linux, and the package appears in Unix-like ports systems for users who want the V6 shell experience on modern machines.

### 使用方式

Users run etsh or tsh as command interpreters, either interactively or for scripts that fit the V6 shell model. The usage guide frames the shells as a way to do useful work with a small shell plus classic Unix pipelines and external tools such as awk, expr, grep, and sed.

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

Etsh matters to package nerds because it is both software and executable computing history. Installing it through a package manager gives modern systems a maintained port of a pre-Bourne-shell command language, complete with the companion utilities needed for authentic behavior.

It is also a reminder that shell packaging is not just about default user shells: small historical interpreters need careful source provenance, licensing, manpages, and installation paths so they can coexist with modern `/bin/sh` implementations.

### 时间线

- 1975: Sixth Edition Unix shipped with the Thompson shell as `/bin/sh`.
- 1979: Seventh Edition Unix replaced the Thompson shell with the Bourne shell, while retaining the older shell as `osh`.
- 2003: Jeffrey Allen Neitzel became principal developer and maintainer of the etsh project.
- 2019: Etsh 5.4.0 manual pages documented the maintained ports and their V6 shell lineage.

### Related projects

- tsh is the unenhanced Thompson shell port shipped by the same project, while glob, if, goto, and fd2 provide supporting shell functionality.
- The V6 Sh History site and TUHS source materials provide historical context for the original Thompson shell and related Unix manuals.

### 来源

- <https://etsh.dev/>
- <https://etsh.dev/about/>
- <https://etsh.dev/anoncvs/>
- <https://etsh.dev/usage/>
- <https://etsh.dev/man/_etsh.1.html>
- <https://v6sh.org/>


## 安全说明

narrow executable package without higher-risk signals.

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

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

- MacPorts - etsh: normalized package name match | MacPorts ports tree: shells/etsh/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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