# Installer tt avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:tt
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install tt
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#tt
```

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

## Faits du paquet

- **Clé du paquet:** brew:tt
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.13.0
- **Résumé source:** Command-line utility to manage Tarantool applications
- **Page d'accueil:** <https://github.com/tarantool/tt>
- **Dépôt:** <https://github.com/tarantool/tt>
- **Dernière mise à jour:** 2026-05-21T20:10:28Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- tt (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

`tt` is the Tarantool command-line utility for developing, deploying, running, and operating Tarantool applications.

### Historique du projet

The tarantool/tt repository was created on GitHub in 2021. Its README presents `tt` as Tarantool's instance and environment management utility, built around isolated environments defined by `tt.yaml`.

Tarantool's official documentation describes `tt` as a unified CLI for tasks ranging from installing specific Tarantool versions to managing remote instances and developing applications. It also states that `tt` replaces the older `tarantoolctl` and Cartridge CLI utilities.

### Historique d'adoption

`tt` adoption is tightly coupled to the Tarantool ecosystem rather than to a broad standalone CLI audience. Official docs frame it as the primary command-line path for modern Tarantool application work, including multi-instance applications and environment isolation.

The README documents package-manager installation via deb and rpm repositories, Gentoo overlay, and Homebrew on macOS. The supplied package facts show Homebrew and Nix packaging.

### Modes d'utilisation

`tt` is used to initialize environments, manage Tarantool binaries and modules, create applications from templates, run instances, inspect status, work with rocks, pack applications, and interact with clusters.

The 2.x changelog shows the tool continuing to absorb operational duties, including cluster worker configuration commands, JSON/YAML status output, Tarantool Cluster Manager support, and migration notes for incompatible 2.0.0 layout changes.

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

For package nerds, `tt` is interesting because it packages the operational surface of a database/application runtime into one CLI. The package is less a generic Unix utility than the versioned control plane expected by Tarantool users.

Its configuration and artifact-layout changes make it the sort of package where distro formulas, default paths, and upgrade notes matter: installing the binary is easy, but the value comes from predictable environment layout.

### Chronologie

- 2021: The tarantool/tt GitHub repository is created.
- 2022: GitHub releases begin with 0.1.0.
- 2023: Version 1.0.0 is released.
- 2025: The 2.10.0 changelog adds Tarantool Cluster Manager command support.
- 2026: Version 2.13.0 adds cluster worker configuration commands.

### Related projects

- The official docs identify `tarantoolctl` and Cartridge CLI as deprecated predecessors replaced by `tt`.
- The README positions `tt` alongside Tarantool packages, Tarantool Enterprise Edition, and Tarantool application templates.

### Sources

- <https://github.com/tarantool/tt#readme documents `tt` as Tarantool's instance and environment management utility, its environment model, install paths, and Homebrew installation.>
- <https://github.com/tarantool/tt/blob/master/CHANGELOG.md documents release history and 2.x feature additions.>
- <https://github.com/tarantool/tt/blob/master/doc/migration_from_older_versions.md documents 2.0.0 migration and layout changes.>
- <https://www.tarantool.io/en/doc/latest/reference/tooling/tt_cli documents `tt` as the unified Tarantool CLI and replacement for `tarantoolctl` and Cartridge CLI.>


## Notes de sécurité

narrow executable package without higher-risk signals.

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


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: tt.yaml, /etc/tarantool/tt.yaml, tt_daemon.yaml

## Credential files

- Unix: credential_path in tt.yaml
## Autres enregistrements de gestionnaires de paquets

- Nix - tt: normalized package name match | nixpkgs package indexes: pkgs/by-name/tt/tt/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/tt.yml](https://github.com/mxcl/pkgdb/blob/main/combined/tt.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
