# AnythingLLM v1.14.1 — AnythingLLM v1.14.1 - Product: AnythingLLM (https://whatsnew.fyi/product/anythingllm) - Vendor: Mintplex Labs - Date: 2026-06-16 - Version: v1.14.1 - Original notes: https://github.com/Mintplex-Labs/anything-llm/releases/tag/v1.14.1 - Permalink: https://whatsnew.fyi/product/anythingllm/releases/v1.14.1 - Labels: Platforms: Desktop What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Support for Intel, AMD, and NVIDIA GPUs in Meeting Assistant - **added** — Developer API for transcription on audio via POST /v1/transcription/transcribe - **added** — Basic Speaker Identification feature for Meeting Assistant - **added** — Dual channel stereo recordings support for meetings - **added** — Copy chat link functionality to quickly re-open a chat in the desktop/self-hosted app via deeplinking - **added** — Audio and video uploads via chat UI using Tinyscribe engine - **added** — Export Chat as PDF, JSON, Markdown, and other formats from chat UI - **added** — HD screenshots option for Desktop Assistant Setting screenshot capture area - **added** — Request approval internal function available for custom skills - **changed** — Meeting Assistant binary is 92% smaller and processing times are 15% faster - **changed** — Meeting Assistant context window overflow handling improved for better summarization of longer meetings - **changed** — Linux AppImage size reduced by 91% and now caches Ollama engine downloads for faster startup - **changed** — Cohere SDK removed and ported to OpenAI SDK for compatibility - **fixed** — Meeting Assistant title now auto-updates in UI after summary - **fixed** — Text clearing bug when dragging and dropping files into chat with existing prompt text - **fixed** — Memory leak in embedder from constantly reloading in server process - **fixed** — Desktop Assistant Capture Area not showing on Windows multi-monitor setups - **fixed** — Strip thinking from fork thread name when forking a chat that had thoughts - **fixed** — Toast light mode always showing regardless of system theme - **removed** — DPAIS and HuggingFace providers removed from AnythingLLM due to being unmaintained ##### Meeting Assistant Overhaul _Meeting Assistant is desktop app only_ We have overhauled a large portion of the Meeting Assistant to make it smaller, faster, and more efficient across all devices and platforms. - [x] Now supports Intel, AMD, and NVIDIA GPUs for a 92% smaller binary and 15% faster processing times. - If you already have the NVIDIA GPU binary installed, you can safely delete it if you want. It will still work and is backwards compatible. - [x] Support for Developer API for transcription on audio (POST: `/v1/transcription/transcribe`) - [x] Meeting Assistant context window overflow handling is much better now - so small models can summarize longer meetings. - [x] Introduction of [Basic Speaker Identification](https://docs.anythingllm.com/meeting-assistant/features#speaker-identification) for 60% better summarizes from any audio. - [x] Dual channel stero recordings for meetings now - leading to 80% better speaker identification in "Full Diarization" mode. ##### Improvements - [x] Linux AppImage now **91%** smaller in size and caches Ollama engine downloads for faster startup times. - [x] Meeting Assistant title fix on meetings post-summary now auto-updates in UI - [x] AgentFLow variable highlight so its clear what is and is not a valid variable - [x] "Copy chat link" in UI to quickly re-open a chat in the desktop/self-hosted app via deeplinking. - [x] Re-enabled audio and video uploads via chat UI - uses Tinyscribe engine now. - [x] Export Chat as (PDF, JSON, Markdown, etc) from chat UI. - [x] Desktop Assistant Setting - HD screenshots now available for screenshot capture area. - [x] Request approval internal function is now available for custom skills. ##### Bug Fixes - [x] Removed DPAIS and HuggingFace providers from AnythingLLM (unmaintained) - [x] Fixed memory leak in embedder from it constantly reloading in server process - [x] Fixed text clearing bug when dragging and dropping files into the chat and text was already present in prompt. - [x] Massive performance improvements to the frontend UI for long running chats. - [x] Cohere SDK removed and ported to OpenAI SDK for compatibility. - [x] Desktop Assistant Capture Area not showing on windows multi-monitor setups. - [x] Strip thinking from fork thread name when forking a chat that had thoughts. - [x] Fix toast light mode always showing regardless of system theme. - [x] Mistral embedder encoding issue fixed. - [x] Better error messages for API - [x] Omit temp in Claude Bedrock for Claude 4.8 - [x] Fixed event emitter leak in server process for web-scraping and summarize process ---- ##### What's Changed * fix: prevent EventEmitter memory warning in AIbitat agent framework by @simongonzalezdc in https://github.com/Mintplex-Labs/anything-llm/pull/5790 * Remove unused providers by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5793 * Patch reloading of embedder and lanceDB connection by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5804 * Better API errors by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5805 * Mistral Embedding Encoding by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5806 * fix: omit temperature param for Bedrock Claude Opus 4.8 by @kimnamu in https://github.com/Mintplex-Labs/anything-llm/pull/5822 * feat: expose requestToolApproval to custom agent skills by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/5795 * feat: highlight variable references in agent flow blocks by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/5799 * chat link in chat settings by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5837 * WorkspaceChat refactor by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/5833 * More Frontend optimizations by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/58 _[Truncated at 4000 characters — full notes: https://github.com/Mintplex-Labs/anything-llm/releases/tag/v1.14.1]_