Commit graph

14 commits

Author SHA1 Message Date
David Perov
a69b993694 feat(local): bundled talkis-llm runtime (llama.cpp) for local summary
- 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.
2026-06-24 15:09:51 +03:00
David Perov
3a37b6664b Handle missing Linux xdo dependency 2026-05-15 16:15:53 +03:00
David Perov
db13052daf Add cmake to Linux sidecar prerequisites 2026-05-15 14:16:57 +03:00
David Perov
b10c66bd9b Fix Linux sidecar build prerequisites 2026-05-15 13:51:53 +03:00
David Perov
4c9e6e25d4 Release v0.1.19 2026-05-15 00:49:49 +03:00
David Perov
d681b15f9a Prepare v0.1.16 multi-platform release 2026-05-12 16:43:21 +03:00
David Perov
af206402f3 ci: optimize macOS release workflow 2026-05-12 09:11:31 +03:00
David Perov
d3a07bcea0 ci: set macOS deployment target 2026-05-12 08:36:56 +03:00
David Perov
0694cfc806 Release v0.1.15 2026-05-12 08:23:26 +03:00
David Perov
5b66f9495a Release v0.1.12 2026-04-29 14:06:48 +03:00
David Perov
7dd5f54174 Release v0.1.11 2026-04-27 04:22:56 +03:00
David Perov
71ae9ba28a Rebrand to Talkis, fix live settings sync, bump 0.1.8
- 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
2026-04-06 12:38:48 +03:00
David Perov
ef4d18dc38 review 2026-04-01 23:15:53 +03:00
David Perov
9a80a26ac3 Fix release accessibility onboarding
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.
2026-03-27 21:19:07 +03:00