# Installer up avec Homebrew, apk, MacPorts, Nix, pacman, scoop

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de up pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install up
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install up
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:up
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.4
- **Résumé source:** Tool for writing command-line pipes with instant live preview
- **Page d'accueil:** <https://github.com/akavel/up>
- **Dépôt:** <https://github.com/akavel/up>
- **Dernière mise à jour:** 2026-07-25T21:47:59+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- up (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.4
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- <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>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- 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)


## Sources

- 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
