# 使用 Homebrew, apk, Nix 安装 httm

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

## 安装

```sh
sudo av install brew:httm
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install httm
```

  证据: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add httm
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#httm
```

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

## 软件包事实

- **软件包键:** brew:httm
- **软件包管理器:** Homebrew
- **版本:** 0.50.2
- **来源摘要:** Interactive, file-level Time Machine-like tool for ZFS/btrfs
- **主页:** <https://github.com/kimono-koans/httm>
- **仓库:** <https://github.com/kimono-koans/httm>
- **最后更新:** 2026-06-30T12:38:51Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- bowie (别名)
- equine (别名)
- httm (别名)
- ounce (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

httm is a Rust command-line tool for finding and restoring file-level versions from snapshot and backup systems. Its own README frames it as a CLI Time Machine for ZFS, btrfs, NILFS2, Time Machine, and Restic-style storage.

### 项目历史

The GitHub repository was created in March 2022, and crates.io records the httm crate beginning in May 2022. The project grew around a Unix idea: expose snapshot history at the file level, rather than treating snapshots mainly as dataset-wide rollback machinery.

### 采用历史

httm reached package-manager users through crates.io and later through system package channels represented in the input metadata, including Homebrew, Alpine, and Nix. GitHub topics and README examples place its audience among ZFS, btrfs, FreeBSD, Linux, homelab, and shell users.

### 使用方式

Users run httm against one or more paths to print unique versions by size and modification time, browse versions interactively, output JSON, find deleted files in snapshots, and work with alternate stores such as Time Machine or mounted Restic repositories.

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

The package is interesting because it turns filesystem snapshot plumbing into a small composable CLI. The related ounce and bowie tools show the same package-nerd pattern: wrap a focused executable into shell workflows for dynamic snapshots and diffing historical file versions.

### 时间线

- 2022: The kimono-koans/httm repository was created on GitHub.
- 2022: The httm crate appeared on crates.io.
- 2022: The author described httm's inspiration in file-level ZFS and btrfs snapshot workflows.
- 2024: Release notes included macOS local snapshot support in the 0.35 line.

### Related projects

- Related tools include ZFS and btrfs snapshot tooling, NILFS2, Apple Time Machine, Restic, and httm-adjacent wrappers such as ounce and bowie.

### 来源

- Official GitHub README, author project article, crates.io metadata, and GitHub release metadata.


## 安全说明

narrow executable package without higher-risk signals.

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

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

- Nix - httm: normalized package name match | nixpkgs package indexes: pkgs/by-name/ht/httm/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - httm - 0.49.9-r0: normalized package name match | Alpine Linux edge package indexes: httm from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Interactive, file-level Time Machine-like tool for ZFS/btrfs | https://github.com/kimono-koans/httm
- apk - httm-doc - 0.49.9-r0: normalized package name match | Alpine Linux edge package indexes: httm-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Interactive, file-level Time Machine-like tool for ZFS/btrfs (documentation) | https://github.com/kimono-koans/httm


## Combined YAML source

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