- talkis-llm.rs: a raw-HTTP sidecar like talkis-stt, backed by llama.cpp
via llama-cpp-2, serving /health, /v1/models and an OpenAI-compatible
/v1/chat/completions (Qwen2.5 ChatML). Args: -m/--host/--port/-c.
- Cargo: add llama-cpp-2 (Metal acceleration on macOS)
- prepare-stt-sidecar.mjs + tauri.conf externalBin + check.yml placeholders:
build and bundle talkis-llm alongside the STT sidecars
- commit the macOS arm64 binary (built locally), like the other sidecars
The engine for the local "Текстовая" model: the GGUF model already
downloads; the runtime is now bundled and signed with the app, so no
talkis.ru hosting and no Gatekeeper issue.
- Full rebrand: TalkFlow → Talkis across all code, config, UI, docs
- Bundle ID: com.trixter.talkis, deep link: talkis://, store: talkis.json
- Fix: SettingsTabs now emits SETTINGS_UPDATED_EVENT so API key, style,
and endpoint changes apply immediately without restart
- Update GitHub Actions workflow artifact paths for new name
- Version 0.1.8
Improve bundled-app accessibility checks, warn when the app is launched from a mounted or translocated location, and post-process macOS release artifacts with a stable app identifier before publishing v0.1.3.