• macOS (x86_64): https://cdn.anythingllm.com/legacy/1.8.2/AnythingLLMDesktop.dmg
  • macOS (Apple Silicon): https://cdn.anythingllm.com/legacy/1.8.2/AnythingLLMDesktop-Silicon.dmg
  • Windows (x64): https://cdn.anythingllm.com/legacy/1.8.2/AnythingLLMDesktop.exe
  • Windows (ARM64): https://cdn.anythingllm.com/legacy/1.8.2/AnythingLLMDesktop-Arm64.exe
  • Linux (x86_64 AppImage): https://cdn.anythingllm.com/legacy/1.8.2/AnythingLLMDesktop.AppImage

Key Keyboard Shortcuts

  • Open Quick Commands: Cmd/Ctrl + Shift + ?
  • Swap Chat Models (In-Chat): Cmd/Ctrl + L (or click brain icon in prompt input)

Configuration & Feature Changes

Vector Database

  • Added support for PGVector.

Integrations

  • Internal Ollama updated to version 0.9.0.

Model & Context Behavior

  • Dynamic context window pulling enabled for cloud LLMs.
  • Fixed: Model map cache staleness causing incorrect context window sizes.
  • Fixed: OpenAI MaxChunkLength parameter is now respected for text chunking.

MCP (Model Context Protocol)

  • Desktop clients inherit system environment variables (ENV).
  • Added start/stop status text indicator.

Agent Flows

  • Import agent flows from Community Hub: https://hub.anythingllm.com/list/agent-flows.
  • Removed inputVar requirement for LLM Instruction blocks (variables can be used globally in any block).
  • Added Direct Output toggle on any block to bypass LLM post-processing of flow outputs.
  • Added PUT and PATCH method support to API blocks.
  • Added JSON object traversal syntax for nested values in flow variables (e.g., {{variable.path.to.key}}).

System Settings & UI

  • Disable Spellcheck option available in Chat Settings.
  • System prompt history tracking is enabled.
  • API keys list now auto-updates on creation without requiring a page refresh.
  • Prevent sending messages while document attachments are processing.
  • Fixed: Azure image attachment failures in chat.
  • Fixed: Attached files now clear from agent sessions on prompt input.