• Mac (x86_64): https://cdn.anythingllm.com/legacy/1.11.1/AnythingLLMDesktop.dmg
  • Mac (Apple Silicon): https://cdn.anythingllm.com/legacy/1.11.1/AnythingLLMDesktop-Silicon.dmg
  • Windows: https://cdn.anythingllm.com/legacy/1.11.1/AnythingLLMDesktop.exe
  • Windows (ARM): https://cdn.anythingllm.com/legacy/1.11.1/AnythingLLMDesktop-Arm64.exe
  • Linux (x86_64): https://cdn.anythingllm.com/legacy/1.11.1/AnythingLLMDesktop.AppImage
  • Linux (ARM64): https://cdn.anythingllm.com/legacy/1.11.1/AnythingLLMDesktop-Arm64.AppImage

Native Tool Calling Configuration

Native tool calling allows multi-step @agent tool calls (capped at a maximum of 10 tool calls per response).

Provider Support

  • Automatic Support: Default Built-in LLM, Ollama, LM Studio.
  • Manual Configuration Required: Generic OpenAI, Groq, AWS Bedrock, Lemonade, LiteLLM, Local AI, OpenRouter.

Environment Variable Activation

For manual providers, export or define the following environment variable:

PROVIDER_SUPPORTS_NATIVE_TOOL_CALLING="bedrock,generic-openai,groq,lemonade,litellm,local-ai,openrouter"

Meeting Assistant Engine Migration

  • Engine Update: Core pipeline rewritten in Rust. Pre-existing engine is automatically deleted.
  • Model Re-download Required: Users must re-download the Parakeet model upon the first transcription attempt. Pre-existing models are automatically deleted.

Lemonade Integration

  • First-class support added for Lemonade as a local model runtime provider.

Features & UI Changes

  • Added system theme support to inherit OS-level UI themes.
  • Light mode sidebar UI updates.

Bug Fixes

  • Fixed MacOS light mode/vibrancy visibility issue for Meeting Assistant.
  • Resolved MacOS codesign bundle signature warning after first launch.
  • Disabled CMD + Arrow keys on prompt focus to prevent unintended chat history navigation.
  • Fixed Gemini 400 error during tool calls.
  • Resolved Ollama strict num_ctx type conversion error.
  • Fixed GitLab infinite loop issue for specific repositories.