blitztext-app-linux/linux/blitztext
mARTin-B78 3026f1ff90 Add STT + LLM engine presets, rename entry to blitztext.py, macOS app icon
- stt.py: local + remote (OpenAI-compatible) transcription, TCP reachability
  status, benchmark. Tested live against faster-whisper-server :8010.
- llm.py: LLM engine presets (url/model/key/temperature) + chat + status.
  Tested live against local Qwen :19001 and llama-swap :28080.
- config: [stt]/[[stt_engine]] and [llm]/[[llm_engine]] presets with active
  selectors; defaults synthesized from legacy [whisper]/[rewrite].
- daemon: transcribe via active STT engine, rewrite via active LLM engine;
  load local Whisper only when the active STT engine is local.
- Rename package entry __main__.py -> blitztext.py (thin __main__ shim keeps
  `python -m blitztext` working). Remove rewrite.py (folded into llm.py).
- App icon extracted from the macOS AppIcon.icns; installed at several hicolor
  sizes by the .deb and used as the window icon. Drop placeholder SVG.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-04 20:21:03 +02:00
..
__init__.py Add Debian (.deb) installer (v1.1.0) 2026-06-04 09:25:32 +02:00
__main__.py Add STT + LLM engine presets, rename entry to blitztext.py, macOS app icon 2026-06-04 20:21:03 +02:00
blitztext.py Add STT + LLM engine presets, rename entry to blitztext.py, macOS app icon 2026-06-04 20:21:03 +02:00
config.py Add STT + LLM engine presets, rename entry to blitztext.py, macOS app icon 2026-06-04 20:21:03 +02:00
daemon.py Add STT + LLM engine presets, rename entry to blitztext.py, macOS app icon 2026-06-04 20:21:03 +02:00
gtksettings.py Rebuild GUI in GTK3 (native panel, unified with tray) 2026-06-04 09:40:24 +02:00
gtkui.py Add STT + LLM engine presets, rename entry to blitztext.py, macOS app icon 2026-06-04 20:21:03 +02:00
llm.py Add STT + LLM engine presets, rename entry to blitztext.py, macOS app icon 2026-06-04 20:21:03 +02:00
notify.py Add Blitztext for Linux v1.0.0 — native dictation tool 2026-06-03 22:44:28 +02:00
paste.py Add Blitztext for Linux v1.0.0 — native dictation tool 2026-06-03 22:44:28 +02:00
recorder.py Add Blitztext for Linux v1.0.0 — native dictation tool 2026-06-03 22:44:28 +02:00
routing.py Add voice-keyword routing 2026-06-04 09:47:12 +02:00
stt.py Add STT + LLM engine presets, rename entry to blitztext.py, macOS app icon 2026-06-04 20:21:03 +02:00
transcribe.py Add voice-keyword routing 2026-06-04 09:47:12 +02:00
tray.py Rebuild GUI in GTK3 (native panel, unified with tray) 2026-06-04 09:40:24 +02:00