# 使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper, scoop 安装 joe

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

## 安装

```sh
sudo av install brew:joe
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install joe
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install joe
```

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

### Linux

- apk (92%):

```sh
sudo apk add joe
```

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

- Debian apt (92%):

```sh
sudo apt install joe
```

  证据: Debian stable package indexes: joe from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install joe
```

  证据: Fedora Rawhide package metadata: joe from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#joe
```

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

- pacman (92%):

```sh
sudo pacman -S joe
```

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

- zypper (92%):

```sh
sudo zypper install joe
```

  证据: openSUSE Tumbleweed package metadata: joe from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install extras/joe
```

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

## 软件包事实

- **软件包键:** brew:joe
- **软件包管理器:** Homebrew
- **版本:** 4.8
- **来源摘要:** Full featured terminal-based screen editor
- **主页:** <https://joe-editor.sourceforge.io/>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- jmacs (别名)
- joe (别名)
- jpico (别名)
- jstar (别名)
- rjoe (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

JOE, or Joe's Own Editor, is a long-running terminal text editor for Unix-like systems. Its official site says it has been around since 1988, blends WordStar-style editing with some EMACS-like features, is written in C, and uses only libc plus terminal-capability data rather than curses for screen control.

### 项目历史

Joseph H. Allen's official history traces JOE back to an editor called e written in 1988 for a local BBS system on an Encore Multimax at Worcester Polytechnic Institute. It was released on alt.sources around 1989 or 1990, renamed j after users objected that e collided with vi usage, and then named JOE after someone suggested Joe's Own Editor.

The history page describes joe1.0 as a rewrite around linked lists of gap buffers, termcap support, and the joerc key-binding file. Later 2.x releases included an MS-DOS port, and 2.8 became the last Allen release before a long pause.

Development resumed through SourceForge around joe2.9, when Marek Grac and Vitezslav Samel reformatted the code, put it under source control, and moved it to a standard configure build. Allen returned for joe3.0 in April 2004, adding syntax highlighting and UTF-8 support. The 4.x line added color schemes, Unicode updates, terminal behavior improvements, and many bug fixes.

### 采用历史

JOE became durable because it is small, familiar to users of WordStar-like keybindings, and practical on recovery systems. The official site says it comes standard with many Linux distributions, and package metadata lists it across Homebrew, Debian-family, Fedora, MacPorts, Nix, Arch, Scoop, and openSUSE-style ecosystems.

### 使用方式

Users invoke joe directly or through variants such as jmacs, jstar, jpico, and rjoe. The official site explains that the invoked name selects the matching rc file, and users can customize behavior by copying the system joerc into the home directory.

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

JOE is package-nerd significant because it is one of the classic rescue-shell editors: small C code, no heavy dependency stack, familiar full-screen editing, and decades of packaging history. It represents the side of Unix editor culture that prefers approachability and WordStar muscle memory over vi or Emacs orthodoxy.

### 时间线

- 1988: First ancestor editor e written for a local BBS on an Encore Multimax.
- 1989: e released publicly on alt.sources around 1989 or 1990.
- 1990s: j renamed to JOE, joe1.0 rewrites the editor around gap-buffer structures and joerc key bindings.
- 1995: joe2.8 becomes the last Allen release before a long pause.
- 2001: SourceForge-era maintainers revive the project around joe2.9.
- 2004: joe3.0 adds syntax highlighting and UTF-8 support.
- 2026: JOE 4.8 source release appears on the official site.

### Related projects

- WordStar is the major keybinding and feel influence named by the official site.
- GNU Emacs is the other named influence, especially for powerful editing features.
- jmacs, jstar, jpico, and rjoe are installed JOE variants that emulate other editor styles or restrict editing.

### 来源

- The official changelog supplies 4.x feature evolution.
- The official history page supplies the origin story, renaming path, 2.x pause, SourceForge revival, and 3.0 return.
- The official home page supplies the distribution, dependency, variant, and editor-culture positioning.


## 安全说明

narrow executable package without higher-risk signals.

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


## 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: ~/.joerc, /etc/joe/joerc, /etc/joe/ftyperc
## 其他软件包管理器记录

- Debian apt - joe - 4.6-2: normalized package name match | Debian stable package indexes: joe from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | user friendly full screen text editor | http://joe-editor.sourceforge.net/
- Nix - joe: normalized package name match | nixpkgs package indexes: pkgs/by-name/jo/joe/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - joe - 4.6-1.2: normalized package name match | Ubuntu 24.04 LTS package indexes: joe from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | user friendly full screen text editor | http://joe-editor.sourceforge.net/
- apk - joe - 4.8-r0: normalized package name match | Alpine Linux edge package indexes: joe from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Full featured terminal-based screen editor | https://joe-editor.sourceforge.net/
- apk - joe-doc - 4.8-r0: normalized package name match | Alpine Linux edge package indexes: joe-doc from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Full featured terminal-based screen editor (documentation) | https://joe-editor.sourceforge.net/
- dnf - joe - 4.8-2.fc45: normalized package name match | Fedora Rawhide package metadata: joe from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | An easy to use, modeless text editor | http://sourceforge.net/projects/joe-editor/
- pacman - joe - 4.8-1: normalized package name match | Arch Linux sync databases: joe from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Classic text editor | https://joe-editor.sourceforge.io/
- zypper - joe - 4.6-4.2: normalized package name match | openSUSE Tumbleweed package metadata: joe from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A Text Editor | http://sourceforge.net/projects/joe-editor
- MacPorts - joe: normalized package name match | MacPorts ports tree: editors/joe/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - extras/joe: normalized package name match | Scoop official bucket manifest trees: bucket/joe.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1


## Combined YAML source

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