# Installer yetris avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:yetris
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install yetris
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#yetris
```

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

## Faits du paquet

- **Clé du paquet:** brew:yetris
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.3.0
- **Résumé source:** Customizable Tetris for the terminal
- **Page d'accueil:** <https://github.com/alexdantas/yetris>
- **Dépôt:** <https://github.com/alexdantas/yetris>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- yetris (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

yetris is a terminal Tetris clone by Alexandre Dantas, built for players who want modern Tetris conveniences inside a text UI. Its README frames it as a customizable terminal game with colors, animated ncurses screens, hold and ghost pieces, multiple profiles, gameplay statistics, and old-school mode options.

### Historique du projet

The public GitHub repository was created in February 2013. The README says the project was originally developed in C and later reprogrammed in C++ with ncurses, with POSIX terminals as its target environment.

Its short public release series in early 2014 shows a compact, hobbyist terminal-game lifecycle: v1.6 and v1.7 in January 2014, v2.0 in February 2014, and v2.1 in March 2014.

### Historique d'adoption

The project remained a niche terminal game rather than a broad platform, but it acquired the usual small-package signals that matter to command-line game collectors: a man page, a make-based install flow, POSIX focus, ncurses dependency, and packaging in Unix package sets.

### Modes d'utilisation

Users build it with make, can test it with make run, and launch it as yetris. The README points users to man yetris and yetris --help after installation.

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

yetris is useful catalog material because it represents the ncurses game tradition in package managers: tiny executable, no service, no account, no network API, just a portable text-mode game with enough customization to justify packaging.

### Chronologie

- 2013-02: Public GitHub repository created.
- 2014-01: v1.6 and v1.7 releases published.
- 2014-02: v2.0 release published.
- 2014-03: v2.1 release published.

### Related projects

- ncurses: terminal UI library used by yetris.
- Tetris-style terminal games: the broader package-manager niche yetris belongs to.

### Sources

- <https://api.github.com/repos/alexdantas/yetris - repository creation date and project description.>
- <https://api.github.com/repos/alexdantas/yetris/releases - release tags and publication dates.>
- <https://github.com/alexdantas/yetris - README describes origins, features, POSIX/ncurses focus, and usage.>


## 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 - yetris: normalized package name match | nixpkgs package indexes: pkgs/by-name/ye/yetris/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/yetris.yml](https://github.com/mxcl/pkgdb/blob/main/combined/yetris.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
