# 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
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/up>
- **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>
- **Licence:** Apache-2.0
- **Archive source:** <https://github.com/akavel/up/archive/refs/tags/v0.4.tar.gz>
- **Dernière mise à jour:** 2026-07-25T21:47:59+02:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- up (cli)
- up (alias)

## Dépendances de compilation

- go

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.4
- gestionnaire mis à jour: 2026-07-25
- données locales: OK
- dépôt amont: https://github.com/akavel/up
- dernière version détectée: v0.4 (à jour)
## 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

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** up
- **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

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


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://pkg.so/fr/brew/go/) - Build dependency declared by Homebrew.
- [elfutils](https://pkg.so/fr/brew/elfutils/) - Shares pkgdb curated category or tags: cli, developer-tools, linux.
- [television](https://pkg.so/fr/brew/television/) - Shares pkgdb curated category or tags: cli, developer-tools, tui.
- [dtc](https://pkg.so/fr/brew/dtc/) - Shares pkgdb curated category or tags: cli, developer-tools, linux.
- [glow](https://pkg.so/fr/brew/glow/) - Shares pkgdb curated category or tags: cli, developer-tools, tui.
- [fx](https://pkg.so/fr/brew/fx/) - Shares pkgdb curated category or tags: cli, developer-tools, tui.
- [lttng-ust](https://pkg.so/fr/brew/lttng-ust/) - Shares pkgdb curated category or tags: cli, developer-tools, linux.
- [gitui](https://pkg.so/fr/brew/gitui/) - Shares pkgdb curated category or tags: cli, developer-tools, tui.
- [jjui](https://pkg.so/fr/brew/jjui/) - Shares pkgdb curated category or tags: cli, developer-tools, tui.
- [otree](https://pkg.so/fr/brew/otree/) - Local package facts share a topical domain. Shared terms: cli, command-line, developer, developer-tools, line.
- [resty](https://pkg.so/fr/brew/resty/) - Local package facts share a topical domain. Shared terms: cli, command-line, developer, developer-tools, line.
- [rura](https://pkg.so/fr/brew/rura/) - Local package facts share a topical domain. Shared terms: cli, developer, developer-tools, pipelines, shell.

## 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
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
