# up を Homebrew, apk, MacPorts, Nix, pacman, scoop でインストール

up のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:up
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install up
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install up
```

  証拠: MacPorts ports tree: sysutils/up/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add up
```

  証拠: Alpine Linux edge package indexes: up from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Nix (92%):

```sh
nix profile install nixpkgs#up
```

  証拠: nixpkgs package indexes: pkgs/by-name/up/up/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S up
```

  証拠: Arch Linux sync databases: up from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- Scoop (92%):

```sh
scoop install main/up
```

  証拠: Scoop official bucket manifest trees: bucket/up.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:up
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.4
- **ソース概要:** Tool for writing command-line pipes with instant live preview
- **ホームページ:** <https://github.com/akavel/up>
- **リポジトリ:** <https://github.com/akavel/up>
- **最終更新:** 2026-07-25T21:47:59+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- up (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.4
## プロジェクトの歴史と使われ方

up, the Ultimate Plumber, is a terminal UI for interactively building Unix pipelines with an instant preview of command output. It packages an old shell habit, iterating on grep, awk, sort, cut, paste, wc, Perl, and similar filters, into a feedback-oriented interface.

### プロジェクトの歴史

The GitHub repository was created in April 2018, and the README is signed by Mateusz Czapliński in October 2018. The README frames the goal as helping users explore textual data incrementally by redirecting a command's output into up, then typing and executing pipeline fragments in a scrollable preview UI.

Early releases moved quickly in October 2018, with v0.1 followed by releases that changed execution behavior, added custom shell support, improved terminal error messages, and added readline-style shortcuts. v0.4 in October 2020 added flags, help, and dependency updates.

### 採用の歴史

The README links installation routes through a direct Linux binary, Arch AUR, FreeBSD pkg, macOS Homebrew, and GitHub releases for other OSes. GitHub repository metadata showed 8,834 stars and 129 forks when checked on July 2, 2026, which is substantial adoption for a small single-purpose terminal workflow tool.

### 使われ方

Users pipe text-producing commands into up, browse the captured output, type a pipeline in the input box, press Enter to preview the transformed output, and press Ctrl-X to save the resulting command into an upN.sh script. The README documents a fixed input buffer, long-running input freeze controls, and the fact that the pipeline is passed to bash -c.

### パッケージ好きにとっての重要性

For package nerds, up is interesting because it is a CLI-native productivity layer over the standard Unix text-processing toolbox, not a replacement for it. It helps inspect package metadata, logs, dependency lists, and build output while still producing plain shell pipelines that can be saved and reused.

### タイムライン

- 2018: GitHub repository created.
- 2018: v0.1 released in October.
- 2018: README signed October 2018 after public announcement and feedback.
- 2020: v0.4 released with new flags, help, and tcell updates.

### Related projects

- The README names Pipecut as prior art discovered after announcement and cites Bret Victor's talks as an influence. It also situates up among standard Unix filters such as grep, sort, cut, paste, awk, wc, and perl.

### ソース

- <https://api.github.com/repos/akavel/up>
- <https://api.github.com/repos/akavel/up/releases>
- <https://github.com/akavel/up>
- <https://raw.githubusercontent.com/akavel/up/master/README.md>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## 他のパッケージマネージャ記録

- Nix - up: normalized package name match | nixpkgs package indexes: pkgs/by-name/up/up/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - up - 0.4-r40: normalized package name match | Alpine Linux edge package indexes: up from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Ultimate Plumber is a tool for writing Linux pipes with instant live preview | https://github.com/akavel/up
- pacman - up - 0.4-4: normalized package name match | Arch Linux sync databases: up from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A tool for writing Linux pipes with instant live preview | https://github.com/akavel/up
- MacPorts - up: normalized package name match | MacPorts ports tree: sysutils/up/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/up: normalized package name match | Scoop official bucket manifest trees: bucket/up.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/up.yml](https://github.com/mxcl/pkgdb/blob/main/combined/up.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
