Voxint v0.26.0
The largest Voxint release yet: 272 commits since v0.24.0.
Highlights
Console 2.0 (#149) — the review console gains a full information architecture: Home dashboard, media library with journaled operations (upload, organize, trash/restore), projects and folder-scoped vocabulary, speakers overview and profiles, jobs area, and a settings hub with status/hardware/database/plugins sub-pages. Most new areas ship dark-shipped behind feature flags for opt-in discovery.
Ops Console visual refresh (#205) — new design system: dark-theme palette, IBM Plex typography, 52px icon rail, command-bar framework, semantic chips, grid tables, stat tiles. Applied to Home, Jobs, Media (R1-R3), and Settings Status (R6). Speakers and Projects refreshes (R4/R5) follow in v0.27.0.
Synthetic-speech detection eval harness (#144, M1 S1-S5) — maintainer-only scoring toolkit: pinned model registry, ASVspoof 2021 DF reproduction (2.87% EER, Gate-1 PASS), organic corpus tooling (prepare/degrade/freeze executors), and production windowing verdict.
Other — plugin framework substrate (#137/#138, dormant), audio-clip extraction (#88), navigable outline with click-to-seek (#87), transcript translation (#133), CI parallelization with per-worker DBs (#187), and the P2c media operations journal (ADR 0007).
Install / upgrade
Docker (recommended):
# Fresh install
curl -fsSL https://raw.githubusercontent.com/bengizmo/voxint/v0.26.0/scripts/install.sh | bash
# Existing install — pull new images and migrate
docker compose pull && docker compose run --rm app voxint migrate && docker compose up -d
PyPI:
pip install voxint==0.26.0
Full changelog: https://github.com/bengizmo/voxint/blob/v0.26.0/CHANGELOG.md#0260---2026-08-27