# Installer abduco avec Homebrew, apk, dnf, MacPorts, Nix, pacman

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

## installation

```sh
sudo av install brew:abduco
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install abduco
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install abduco
```

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

### Linux

- apk (92%):

```sh
sudo apk add abduco
```

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

- dnf (92%):

```sh
sudo dnf install abduco
```

  Preuve: Fedora Rawhide package metadata: abduco from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#abduco
```

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

- pacman (92%):

```sh
sudo pacman -S abduco
```

  Preuve: Arch Linux sync databases: abduco from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## Faits du paquet

- **Clé du paquet:** brew:abduco
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.6
- **Résumé source:** Provides session management: i.e. separate programs from terminals
- **Page d'accueil:** <https://www.brain-dump.org/projects/abduco/>
- **Dépôt:** <https://github.com/martanne/abduco>
- **Dernière mise à jour:** 2026-05-26T23:37:45-04:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- abduco (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

abduco is a small terminal session attach/detach tool. It lets a command continue independently of its controlling terminal and later be reattached, and is often paired with dvtm as a lighter alternative to terminal multiplexers.

### Historique du projet

Marc Andre Tanner announced abduco on the suckless development mailing list on 2014-03-08 and released version 0.1 on 2014-07-05. The official page frames it as an independent implementation similar to dtach, with an ISC license and a deliberately small feature set.

### Historique d'adoption

The project lives in the suckless-adjacent terminal tooling world and is packaged by multiple distributions. The input package-manager facts list Homebrew, Alpine, Fedora, MacPorts, Nix, and Arch packages, matching its role as a tiny command-line utility suited to distro packaging.

### Modes d'utilisation

A typical workflow creates a named session with abduco -c, detaches with the configured control key, lists sessions by running abduco with no arguments, and reattaches with abduco -a. The official documentation also describes read-only sessions, socket recreation with SIGUSR1, and debugging traces.

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

abduco matters to package nerds because it is almost the minimal separable half of tmux or screen: session persistence without a pane manager. Its relationship with dvtm makes it a clean example of decomposed Unix terminal tooling.

### Chronologie

- 2014-03-08: Initial announcement on the suckless development mailing list.
- 2014-07-05: abduco 0.1 released.
- 2014-11-15: abduco 0.2 released.
- 2015: Releases 0.3 and 0.4 add to the early stable series.
- 2016-03-24: abduco 0.6 released.
- 2020: GitHub release assets are published for the historical release series.

### Related projects

- Related projects include dvtm, dtach, tmux, GNU screen, suckless terminal tooling, and socat for the read-only proxy example documented by the project.

### Sources

- Official project page, GitHub README, GitHub release metadata, and source_facts.package-manager.


## 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 - abduco: normalized package name match | nixpkgs package indexes: pkgs/by-name/ab/abduco/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - abduco - 0.6-r7: normalized package name match | Alpine Linux edge package indexes: abduco from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Session management in a clean and simple way | https://www.brain-dump.org/projects/abduco/
- apk - abduco-doc - 0.6-r7: normalized package name match | Alpine Linux edge package indexes: abduco-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Session management in a clean and simple way (documentation) | https://www.brain-dump.org/projects/abduco/
- dnf - abduco - 0.6-25.fc45: normalized package name match | Fedora Rawhide package metadata: abduco from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Session management in a clean and simple way | http://www.brain-dump.org/projects/abduco/
- pacman - abduco - 0.6-8: normalized package name match | Arch Linux sync databases: abduco from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Tool for session {at,de}tach support which allows a process to run independently from its controlling terminal | http://www.brain-dump.org/projects/abduco/
- MacPorts - abduco: normalized package name match | MacPorts ports tree: sysutils/abduco/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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