Releases: danieldussan/subtitledss
Releases · danieldussan/subtitledss
Release list
subtitledss v1.4.0
subtitledss v1.4.0
Real-time subtitle overlay for Linux and macOS, powered by Whisper.cpp.
Installation
macOS (DMG):
- Download
subtitledss-*.dmg - Open the DMG and drag
subtitledss.appto Applications - First launch: right-click → Open (unsigned app)
- Microphone access: allow in System Preferences → Security & Privacy
macOS (manual):
tar -xzf subtitledss-*.tar.gz
./subtitledssLinux (AppImage):
chmod +x subtitledss-*.AppImage
./subtitledss-*.AppImageLinux (Debian/Ubuntu):
sudo dpkg -i subtitledss-*.debLinux (Arch):
tar -xzf subtitledss-*.tar.gz
sudo cp subtitledss /usr/bin/subtitledssSystem Audio on macOS:
Requires BlackHole for system audio capture.
See README for setup instructions.
GPU Acceleration:
- macOS: Metal (Apple Silicon) — included in DMG build
- Linux: CUDA/Vulkan — build from source with
--features cuda
Changes
- Real-time transcription with whisper.cpp
- System audio capture (PipeWire on Linux, BlackHole on macOS)
- Transparent subtitle overlay
- System tray with global shortcuts
- History with FTS5 search
- Export to SRT/VTT/TXT/JSON
- macOS support with Metal GPU acceleration
subtitledss v1.1.0
subtitledss v1.1.0
Real-time subtitle overlay for Linux, powered by Whisper.cpp.
Installation
AppImage (any distro):
chmod +x subtitledss-*.AppImage
./subtitledss-*.AppImageDebian/Ubuntu:
sudo dpkg -i subtitledss-*.debArch Linux (manual):
tar -xzf subtitledss-*.tar.gz
sudo cp subtitledss /usr/bin/subtitledssFrom source:
git clone https://github.com/danieldussan/subtitledss.git
cd subtitledss
bun install
bun run tauri buildGPU Acceleration
Build with CUDA (NVIDIA):
cargo build --release --features cudaChanges
- Real-time transcription with whisper.cpp
- System audio capture (PipeWire)
- Transparent subtitle overlay
- System tray with global shortcuts
- History with FTS5 search
- Export to SRT/VTT/TXT/JSON
subtitledss v1.0.0
subtitledss v1.0.0
Real-time subtitle overlay for Linux, powered by Whisper.cpp.
Installation
AppImage (any distro):
chmod +x subtitledss-*.AppImage
./subtitledss-*.AppImageDebian/Ubuntu:
sudo dpkg -i subtitledss-*.debArch Linux (manual):
tar -xzf subtitledss-*.tar.gz
sudo cp subtitledss /usr/bin/subtitledssFrom source:
git clone https://github.com/danieldussan/subtitledss.git
cd subtitledss
bun install
bun run tauri buildGPU Acceleration
Build with CUDA (NVIDIA):
cargo build --release --features cudaChanges
- Real-time transcription with whisper.cpp
- System audio capture (PipeWire)
- Transparent subtitle overlay
- System tray with global shortcuts
- History with FTS5 search
- Export to SRT/VTT/TXT/JSON
subtitledss v0.1.0
subtitledss v0.1.0
Real-time subtitle overlay for Linux, powered by Whisper.cpp.
Installation
AppImage (any distro):
chmod +x subtitledss-*.AppImage
./subtitledss-*.AppImageDebian/Ubuntu:
sudo dpkg -i subtitledss-*.debArch Linux (manual):
tar -xzf subtitledss-*.tar.gz
sudo cp subtitledss /usr/bin/subtitledssFrom source:
git clone https://github.com/danieldussan/subtitledss.git
cd subtitledss
bun install
bun run tauri buildGPU Acceleration
Build with CUDA (NVIDIA):
cargo build --release --features cudaChanges
- Real-time transcription with whisper.cpp
- System audio capture (PipeWire)
- Transparent subtitle overlay
- System tray with global shortcuts
- History with FTS5 search
- Export to SRT/VTT/TXT/JSON