# Installer taktuk avec Homebrew, apt, Nix

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

## installation

```sh
sudo av install brew:taktuk
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install taktuk
```

  Preuve: local Homebrew formula metadata

### Linux

- Debian apt (92%):

```sh
sudo apt install libtaktuk-1-dev
```

  Preuve: Debian stable package indexes: libtaktuk-1-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#taktuk
```

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

## Faits du paquet

- **Clé du paquet:** brew:taktuk
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/taktuk>
- **Version:** 3.7.8
- **Résumé source:** Deploy commands to (a potentially large set of) remote nodes
- **Page d'accueil:** <https://taktuk.gitlabpages.inria.fr/>
- **Docs amont:** <https://taktuk.gitlabpages.inria.fr/documentation.html>
- **Licence:** GPL-2.0-or-later
- **Archive source:** <https://deb.debian.org/debian/pool/main/t/taktuk/taktuk_3.7.8.orig.tar.gz>
- **Généré:** 2026-07-08T18:08:21+00:00

## exécutables

- taktuk (cli)
- taktuk (alias)

## Dépendances de compilation

- autoconf
- automake
- libtool

## Bibliothèques fournies par macOS

- perl

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 3.7.8
- données locales: OK
- dépôt amont: https://taktuk.gitlabpages.inria.fr/
- info: No package-manager update timestamp was available.
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

TakTuk is an Inria-origin tool for adaptive large-scale remote execution deployment. Its homepage describes a command-line system that spreads itself across remote nodes, builds an interconnection network, transports commands, and multiplexes or demultiplexes I/O.

### Historique du projet

The TakTuk documentation credits the original concept to Cyrille Martin's PhD thesis and names Jacques Briat, Olivier Richard, Thierry Gautier, and Guillaume Huard among the people involved. Version 3, the Perl version, is credited to Guillaume Huard and is the maintained package line documented by the site.

The January 2007 TakTuk 3.0 release was the first stable release of the new Perl engine. The project notes that moving from earlier C++ versions to Perl allowed TakTuk to propagate its own code to remote hosts, avoiding the need to install TakTuk everywhere before deployment.

### Historique d'adoption

TakTuk was accepted into Debian's unstable branch in February 2007, a key package-manager milestone for a cluster-administration tool. The TakTuk download page directs Debian users to `apt-get install taktuk` and acknowledges Lucas Nussbaum's packaging, documentation, and testing work.

The project was used with KAAPI in GRIDS@work plugtests in 2006, 2007, and 2008, including deployments across more than 1400 processors in 2006 and more than 3600 processor cores in 2007 and 2008. In March 2012, the TakTuk news page reported TakTuk as a base tool in Grid5000/FutureGrid.

### Modes d'utilisation

TakTuk uses passwordless remote login, normally SSH, to establish a logical network between hosts. It can execute commands on deployed nodes, send input to commands, gather output to the root host, and allow deployed processes to communicate through the logical network.

The project positions TakTuk for parallel machine administration and parallel application development. For simpler regular-cluster tasks, the site recommends Kanif, a wrapper that provides C3-, pdsh-, and dsh-like behavior while relying on TakTuk underneath.

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

Package nerds care about TakTuk because it is a classic cluster-era Unix tool with a strong packaging story: Perl implementation, SSH-based operation, Debian packaging, Homebrew/Nix availability, and a wrapper ecosystem. It also illustrates why package managers matter for infrastructure tools that must be deployed consistently across many machines.

### Chronologie

- 2006: TakTuk used in the third GRIDS@work Grid5000 plugtest with KAAPI.
- 2007-01-26: TakTuk 3.0 released as the first stable Perl-engine release.
- 2007-02: TakTuk accepted into Debian unstable.
- 2007-07: Kanif 1.0 released as a TakTuk wrapper.
- 2008-11: TakTuk::Pilot Perl module released with TakTuk 3.6.2.
- 2010-03: TakTuk 3.7 series added deployment groups, gateway support, process targeting, and wait commands.
- 2012-03: TakTuk reported as a base tool in Grid5000/FutureGrid.

### Related projects

- Related tools include Kanif, the TakTuk wrapper for cluster management, and older cluster command dispatch tools such as C3, pdsh, and dsh whose syntax and behavior Kanif intentionally mimics.

### Sources

- <https://taktuk.gitlabpages.inria.fr/>
- <https://taktuk.gitlabpages.inria.fr/download.html>
- <https://taktuk.gitlabpages.inria.fr/kanif.html>
- <https://taktuk.gitlabpages.inria.fr/news.html>
- <https://taktuk.gitlabpages.inria.fr/taktuk_module.html>
- <https://taktuk.gitlabpages.inria.fr/use.html>


## 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:** taktuk
- **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

- Debian apt - libtaktuk-1-dev - 3.7.7-3.1+b1: normalized package name match | Debian stable package indexes: libtaktuk-1-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | C bindings for taktuk (development files) | https://taktuk.gitlabpages.inria.fr/
- Debian apt - libtaktuk-perl - 3.7.7-3.1: normalized package name match | Debian stable package indexes: libtaktuk-perl from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Perl bindings for taktuk | https://taktuk.gitlabpages.inria.fr/
- Debian apt - libtaktuk3t64 - 3.7.7-3.1+b1: normalized package name match | Debian stable package indexes: libtaktuk3t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | C bindings for taktuk | https://taktuk.gitlabpages.inria.fr/
- Debian apt - taktuk - 3.7.7-3.1: normalized package name match | Debian stable package indexes: taktuk from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | efficient, large scale, parallel remote execution of commands | https://taktuk.gitlabpages.inria.fr/
- Nix - taktuk: normalized package name match | nixpkgs package indexes: pkgs/by-name/ta/taktuk/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libtaktuk-1-dev - 3.7.7-3.1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libtaktuk-1-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | C bindings for taktuk (development files) | https://taktuk.gitlabpages.inria.fr/
- Ubuntu apt - libtaktuk-perl - 3.7.7-3.1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libtaktuk-perl from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Perl bindings for taktuk | https://taktuk.gitlabpages.inria.fr/
- Ubuntu apt - libtaktuk3t64 - 3.7.7-3.1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libtaktuk3t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | C bindings for taktuk | https://taktuk.gitlabpages.inria.fr/
- Ubuntu apt - taktuk - 3.7.7-3.1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: taktuk from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | efficient, large scale, parallel remote execution of commands | https://taktuk.gitlabpages.inria.fr/


## Liens liés

- [Cloud CLI packages](https://www.automicvault.com/fr/pkg/cloud-clis/) - Belongs to a cloud or infrastructure command family.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Homebrew utility packages](https://www.automicvault.com/fr/pkg/brew-utility-packages/) - Matched Homebrew package provider.
- [autoconf](https://www.automicvault.com/fr/pkg/brew/autoconf/) - Build dependency declared by Homebrew.
- [automake](https://www.automicvault.com/fr/pkg/brew/automake/) - Build dependency declared by Homebrew.
- [libtool](https://www.automicvault.com/fr/pkg/brew/libtool/) - Build dependency declared by Homebrew.
- [kanif](https://www.automicvault.com/fr/pkg/brew/kanif/) - Popular package that depends on this formula.
- [eksctl](https://www.automicvault.com/fr/pkg/brew/eksctl/) - Shares av.db curated category or tags: cli, cloud-infrastructure, clusters.
- [k3sup](https://www.automicvault.com/fr/pkg/brew/k3sup/) - Shares av.db curated category or tags: cli, cloud-infrastructure, ssh.
- [kty](https://www.automicvault.com/fr/pkg/brew/kty/) - Shares av.db curated category or tags: cli, cloud-infrastructure, ssh.
- [kwok](https://www.automicvault.com/fr/pkg/brew/kwok/) - Shares av.db curated category or tags: cli, cloud-infrastructure, clusters.
- [actions-batch](https://www.automicvault.com/fr/pkg/brew/actions-batch/) - Shares av.db curated category or tags: cli, cloud-infrastructure.
- [aiac](https://www.automicvault.com/fr/pkg/brew/aiac/) - Shares av.db curated category or tags: cli, cloud-infrastructure.
- [aiven-client](https://www.automicvault.com/fr/pkg/brew/aiven-client/) - Shares av.db curated category or tags: cli, cloud-infrastructure.
- [akamai](https://www.automicvault.com/fr/pkg/brew/akamai/) - Shares av.db curated category or tags: cli, cloud-infrastructure.
- [ctlptl](https://www.automicvault.com/fr/pkg/brew/ctlptl/) - Local package facts share a topical domain. Shared terms: cli, cloud, cloud-infrastructure, clusters, infrastructure.

## Combined YAML source

View the package source record on GitHub. [combined/taktuk.yml](https://github.com/automic-vault/db/blob/main/combined/taktuk.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
