# Installer alass avec Homebrew, scoop

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

## installation

```sh
sudo av install brew:alass
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install alass
```

  Preuve: local Homebrew formula metadata

### Windows

- Scoop (92%):

```sh
scoop install main/alass
```

  Preuve: Scoop official bucket manifest trees: bucket/alass.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:alass
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.0.0
- **Résumé source:** Automatic Language-Agnostic Subtitle Synchronization
- **Page d'accueil:** <https://github.com/kaegi/alass>
- **Dépôt:** <https://github.com/kaegi/alass>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- alass-cli (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

alass is a Rust command-line tool for Automatic Language-Agnostic Subtitle Synchronization. It aligns subtitle timing to a movie or to another subtitle file, correcting offsets, splits, and framerate differences without depending on the spoken language.

### Historique du projet

The public GitHub repository was created in February 2017. The README ties the algorithmic basis to the author's bachelor's thesis and presentation, and notes that the program was previously called `aligner` before being renamed to `alass` because the old name was hard to find in search engines.

The workspace is split into `alass-core`, the reusable algorithm library, and `alass-cli`, the official command-line tool for end users. That split lets downstream code reuse the synchronization algorithm while package managers expose the practical CLI.

### Historique d'adoption

Official releases provide Windows and Linux executables, while source builds use Rust and Cargo. The supplied package-manager facts show distribution through Homebrew as `alass` and Scoop as `main/alass`.

The tool's adoption sits in the media-maintenance niche: users with mismatched subtitle files, different cuts, advertisement breaks, or framerate drift can run a local binary instead of manually editing subtitle timestamps.

### Modes d'utilisation

Basic use is `alass movie.mp4 incorrect_subtitle.srt output.srt`, or using a reference subtitle instead of a video file. For video references, `ffmpeg` and `ffprobe` are used to extract audio, with paths overridable through `ALASS_FFMPEG_PATH` and `ALASS_FFPROBE_PATH`.

The README documents tuning with `--split-penalty` and a faster `--no-splits` mode when only a constant shift is desired. Supported subtitle formats include `.srt`, `.ssa`, `.ass`, and `.idx`, while common video formats are supported through FFmpeg.

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

alass is a neat package-manager specimen because it wraps a specialized media algorithm into a normal CLI install. The package saves users from compiling a Rust workspace and C voice-activity component just to fix one badly timed subtitle file.

It also shows the recurring package-manager pattern where the executable name differs from the crate/workspace internals: Homebrew users get `alass-cli`, while the human-facing project name remains simply `alass`.

### Chronologie

- 2017: Public GitHub repository created.
- Initial project period: README documents the bachelor's thesis and presentation behind the algorithm.
- Later: Project renamed from `aligner` to `alass` for searchability.
- 2023: Repository metadata shows continued activity into late 2023.

### Related projects

- alass-core: reusable library crate containing the synchronization algorithm.
- alass-cli: official command-line tool for end users.
- FFmpeg and ffprobe: external tools used by alass to extract audio from video references.

### Sources

- <https://api.github.com/repos/kaegi/alass>
- <https://github.com/kaegi/alass>
- input source_facts.package-manager


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Autres enregistrements de gestionnaires de paquets

- Scoop - main/alass: normalized package name match | Scoop official bucket manifest trees: bucket/alass.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

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