# Installer ata avec Homebrew, MacPorts

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

## installation

```sh
sudo av install brew:ata
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install ata
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ata
```

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

## Faits du paquet

- **Clé du paquet:** brew:ata
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.0.4
- **Résumé source:** ChatGPT in the terminal
- **Page d'accueil:** <https://github.com/transformrs/ata>
- **Dépôt:** <https://github.com/transformrs/ata>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- ata (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

The Homebrew `ata` formula currently points at a small Rust command-line AI tool whose upstream README now brands the executable as `trf`: multimodal AI in the terminal. It is designed for shell pipelines rather than a stateful chat application.

### Historique du projet

The repository began in January 2023, shortly after the first wave of ChatGPT terminal wrappers. Early releases used the `ata` name and focused on OpenAI-style chat from standard input; by the current README the project presents itself as `trf` and supports OpenAI, DeepInfra, Google, Hyperbolic, and other providers.

The 2.0.0 release added support for `gpt-3.5-turbo` and mentioned a default configuration directory, while the current README states the project philosophy as not handling state and doing settings through command-line arguments and environment variables.

### Historique d'adoption

The supplied package metadata lists Homebrew and MacPorts packaging. Upstream release notes show community bug fixes, including input handling and old-config compatibility, but official public adoption history is otherwise thin.

### Modes d'utilisation

Typical usage pipes text into `trf chat` or `trf tts`, with provider keys supplied as environment variables such as `OPENAI_KEY` or `DEEPINFRA_KEY`. The README examples intentionally compose with ordinary shell tools, files, scripts, and media players such as VLC.

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

For package nerds, the interesting bit is the naming drift and Unix-tool posture: a package named `ata`, an upstream README titled `trf`, and a deliberate preference for stdin/stdout, environment variables, and tiny wrapper scripts over application-managed state.

### Chronologie

- 2023: Initial repository commits and first tagged release series.
- 2023: v2.0.0 added gpt-3.5-turbo support.
- 2024: v2.0.4 fixed crashes with old config files.

### Related projects

- Related tools include terminal AI wrappers, OpenAI/DeepInfra command-line clients, text-to-speech pipelines, and shell-scriptable LLM helpers.

### Sources

- Official git metadata from https://github.com/transformrs/ata.git
- <https://github.com/transformrs/ata#readme>
- <https://github.com/transformrs/ata/releases.atom>


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

- MacPorts - ata: normalized package name match | MacPorts ports tree: llm/ata/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/ata.yml](https://github.com/mxcl/pkgdb/blob/main/combined/ata.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
