# 使用 Homebrew, apt, MacPorts, Nix 安装 apparix

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

## 安装

```sh
sudo av install brew:apparix
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install apparix
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install apparix
```

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

### Linux

- Debian apt (92%):

```sh
sudo apt install apparix
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#apparix
```

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

## 软件包事实

- **软件包键:** brew:apparix
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/apparix>
- **版本:** 11-062
- **来源摘要:** File system navigation via bookmarking directories
- **主页:** <https://micans.org/apparix/>
- **仓库:** <https://github.com/micans/apparix>
- **上游文档:** <https://github.com/micans/apparix#readme>
- **许可证:** GPL-3.0-or-later
- **源码归档:** <https://micans.org/apparix/src/apparix-11-062.tar.gz>
- **已生成:** 2026-07-08T07:18:31+00:00

## 可执行文件

- apparix (cli)
- apparix (别名)

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 11-062
- 本地数据: OK
- 上游仓库: https://micans.org/apparix/
- 信息: No package-manager update timestamp was available.
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

apparix is a shell-oriented directory bookmark system for bash and zsh. It lets users bind short marks to filesystem locations, jump to them with completion, and run helper commands for editing, listing, copying, and inspecting files relative to saved locations.

### 项目历史

The apparix README describes the project as starting around 2005 under the Apparix name, originally implemented in C with bash wrapper functions and tab completion. The current upstream says the C implementation later felt like a heavy tool for the job, and the project was reimplemented as a sourceable shell script.

Around 2018, the shell rewrite lived in the micans bash-utils repository under the apparish name. In early 2021 the maintainer restored the apparix name and moved the project into its own GitHub repository. The official micans.org project page now points users to that GitHub home page.

### 采用历史

apparix has remained a niche but long-lived command-line navigation tool. Its Homebrew, Debian, MacPorts, Nix, and Ubuntu packaging matters because the project is fundamentally a shell workflow helper: it becomes useful when it is one package install and one shell-source line away.

The upstream history credits Sitaram Chamarty with the original subdirectory-completion idea and first bash implementation, Izaak van Dongen with zsh and completion work, and Martin Zuther with the related fish implementation appari-fish.

### 使用方式

The common workflow is to mark the current directory with `bm foo`, jump with `to foo`, and use completion for subdirectories under the mark. The bookmark data is stored in `$HOME/.apparixrc`, so marks are immediately shared across shell sessions.

Beyond jumping, apparix exposes small helper commands such as `ae`, `av`, `als`, `aget`, and `aput` for editing, viewing, listing, and copying files at bookmarked locations without manually `cd`-ing there.

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

apparix sits in the same package-manager culture as cdargs, autojump, fasd, z, and zoxide, but it is older and more explicit: it stores named marks rather than ranking recent directories. That makes it interesting to shell-history nerds who prefer deterministic navigation over frecency heuristics.

The modern implementation is intentionally tiny: one sourceable shell file, no service, no daemon, and a plain user resource file. That gives packagers a low-maintenance CLI utility with high leverage for users who live in deep source trees.

### 时间线

- 2005: Upstream README says Apparix began around this time as a C program with bash wrappers.
- 2018: Shell reimplementation appeared in the maintainer's bash-utils work as apparish.
- 2021: Upstream restored the apparix name and moved the project to its own GitHub repository.

### Related projects

- appari-fish is the related fish-shell implementation credited by upstream.
- The broader tool family includes cdargs-style named directory bookmarks and later shell jumpers such as autojump, fasd, z, and zoxide.

### 来源

- <https://github.com/micans/apparix#readme>
- <https://micans.org/apparix>


## 安全说明

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: ~/.apparixrc
## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** apparix
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

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

- Debian apt - apparix - 11-062-3: normalized package name match | Debian stable package indexes: apparix from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | console-based bookmark tool for fast file system navigation | https://micans.org/apparix/
- Nix - apparix: normalized package name match | nixpkgs package indexes: pkgs/by-name/ap/apparix/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - apparix - 11-062-1: normalized package name match | Ubuntu 24.04 LTS package indexes: apparix from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | console-based bookmark tool for fast file system navigation | https://micans.org/apparix/
- MacPorts - apparix: normalized package name match | MacPorts ports tree: sysutils/apparix/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 相关链接

- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/zh-hans/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Productivity CLI packages](https://www.automicvault.com/zh-hans/pkg/productivity-cli-packages/) - Matched curated productivity category metadata from av.db.
- [Homebrew utility packages](https://www.automicvault.com/zh-hans/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [autojump](https://www.automicvault.com/zh-hans/pkg/brew/autojump/) - Shares av.db curated category or tags: cli, navigation, productivity.
- [bkmr](https://www.automicvault.com/zh-hans/pkg/brew/bkmr/) - Shares av.db curated category or tags: bookmarks, cli, productivity.
- [buku](https://www.automicvault.com/zh-hans/pkg/brew/buku/) - Shares av.db curated category or tags: bookmarks, cli, productivity.
- [cdargs](https://www.automicvault.com/zh-hans/pkg/brew/cdargs/) - Shares av.db curated category or tags: bookmarks, cli, productivity.
- [jpdfbookmarks](https://www.automicvault.com/zh-hans/pkg/brew/jpdfbookmarks/) - Shares av.db curated category or tags: bookmarks, cli, productivity.
- [karakeep](https://www.automicvault.com/zh-hans/pkg/brew/karakeep/) - Shares av.db curated category or tags: bookmarks, cli, productivity.
- [nb](https://www.automicvault.com/zh-hans/pkg/brew/nb/) - Shares av.db curated category or tags: bookmarks, cli, productivity.
- [a2ps](https://www.automicvault.com/zh-hans/pkg/brew/a2ps/) - Shares av.db curated category or tags: cli, productivity.

## Combined YAML source

View the package source record on GitHub. [combined/apparix.yml](https://github.com/automic-vault/db/blob/main/combined/apparix.yml)


## 来源

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
