Automic VaultAutomic Vault

brew

alass を Homebrew, scoop でインストール

alass のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install alass

local Homebrew formula metadata

Windows

Scoop確認済み · 92%
scoop install main/alass

Scoop official bucket manifest trees · bucket/alass.json · ソース: api.github.com

概要

パッケージ概要

Automatic Language-Agnostic Subtitle Synchronization

コマンドとエイリアス

  • alass-cli

履歴

プロジェクトの歴史と使われ方

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.

プロジェクトの歴史

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.

採用の歴史

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.

使われ方

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.

パッケージ好きにとっての重要性

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`.

タイムライン

  • 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.

セキュリティ状態

リスクレベル: blue

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

リスク分類器

リスク blue · 信頼度 中 · tool

理由

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

信号

  • text:sync

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 12 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
alass-clicliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-26
マネージャ版2.0.0
マネージャ更新日
ローカルデータOK
上流最新
検出された最新v2.0.0

https://github.com/kaegi/alass

  • 情報No package-manager update timestamp was available.信頼度 低

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:alass
バージョン2.0.0
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/alass
ホームページhttps://github.com/kaegi/alass
リポジトリhttps://github.com/kaegi/alass
上流ドキュメントhttps://github.com/kaegi/alass
ライセンスGPL-3.0-or-later
ソースアーカイブhttps://github.com/kaegi/alass/archive/refs/tags/v2.0.0.tar.gz
ビルド依存関係rust
Bottle利用可能 (対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namealass
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Scoop95%

main/alass

scoop install main/alass
  • normalized package name match
  • 一致条件: Alass
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/alass.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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