v1.10.0
Mintplex-Labs/anything-llmv1.10.0Jan 22, 2026by timothycarambat
AI Summary
Major release launching AnythingLLM Desktop Assistant for meeting recording and AnythingLLM Mobile app on Google Play. Includes Azure OpenAI v1 migration, Cohere agent support, and significant infrastructure upgrades.
Key Highlights
- AnythingLLM Desktop Assistant - meeting recording with NVIDIA Parakeet
- AnythingLLM Mobile app live on Google Play
- Azure OpenAI migrated to unified v1 API with full agent support
- Cohere implemented as agent provider
- Docker base image upgraded to Ubuntu 24
New Features
- Desktop Assistant for meeting recording without joining
- Mobile app (Android) with cloud/self-hosted sync
- Removed onboarding 'Create workspace' page
- XLSX files now visible in chat
- MCP SDK upgraded to 1.24.3
- Docker model runner download from UI
- Lazy load Lancedb
- Czech language translation support
Full Release Notes
<img width="2560" height="700" alt="v1 10 0 (1)" src="https://github.com/user-attachments/assets/39285372-787a-4b2d-b493-06e9d8044932" /> ## Highlighted Changes ### AnythingLLM Desktop Assistant is live! Now, AnythingLLM Desktop is a drop-in replacement for paid tools like Granola, Otter, Fireflies, and more. - Runs entirely on your device, can record meetings without joining or summarize arbitrary files - Powered by NVIDIA Parakeet + AnythingLLM's on-device orchastration - Can call any agent tool, MCP, or anything else you already use with AnythingLLM! - Custom summary templates, chat with the transcript, and even speaker identification. - "Joined Meeting" Desktop notification to start a new recording with a click. For any meeting software (Zoom, Slack, Discord, Teams, etc) - **No rate limits, usage caps, or restrictions** https://github.com/user-attachments/assets/355ad2fc-cca1-4e9d-8f08-4a1a08dac48d ### AnythingLLM Mobile is live on Google Play The [Android AnythingLLM Mobile App](https://play.google.com/store/apps/details?id=com.anythingllm) is live on Google Play now. This syncs with both Cloud/Self-hosted and Desktop versions of AnythingLLM. https://github.com/user-attachments/assets/e4232dfa-e42e-4d15-af9e-d58f2f0245f9 ## Notable other changes - Removed onboarding "Create workspace" page -> goes straight to home now with new workspace in user native language - Refactored Workspace file picker to be more performant - Migrated Azure OpenAI to unified `v1` api with full agent support - Fixed Pagination bug in paperless-ngx - Fixed issue where the undocumented YouTube API changed and broke the YT scraper - Implemented `Cohere` as an agent provider - A bump of dependency bumps - Fixed bug where XSLX files dragged and dropped into chat weren't "visible" to the model - MCP fixes for paths on non-Windows machines - Docker image bumps and patches for a healthy Scout score (B) - Added Error Boundary to UI to prevent white-page crashes ## What's Changed * bump `body-parser` patch version by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4746 * Remove bcrypt from collector - not used by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4747 * `jws` bump by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4748 * Refactor WorkspaceFileRow component by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/4740 * Fix stale user permissions in UI by refreshing user data on app load by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/4751 * Docker base image upgrade to Ubuntu 24 by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4754 * Bump expressJS from 4.18.2 -> 4.21.2 by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4760 * Migrate Azure OpenAI Integration To v1 API | Enable Streaming for Reasoning Models in Azure OpenAI Basic Inference Provider by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/4744 * Bump `form-data` version by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4761 * Lazy load Lancedb by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4764 * Migrate to `bcryptjs` by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/4767 * Refactor frontend legacy JSON.parse with safeJsonParse by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/4759 * Fix pagination bug in paperless-ngx data connector by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/4757 * Fix Stale User Session with Proper `fetch` Error Handling by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/4770 * Add Auth Token to Ollama Embedding Client by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/4766 * Upgrade to Multer 2.0.0 by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/4768 * Implement Global Error Boundary by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/4765 * Feat/cohere agent implementation by @17ColinMiPerry in https://github.com/Mintplex-Labs/anything-llm/pull/4703 * Upgrade MCP SDK to Latest (1.24.3) by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/4773 * fix(devcontainer): forward ports 3000/3001 by @lohas1107 in https://github.com/Mintplex-Labs/anything-llm/pull/4779 * 4601 log model on response by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4781 * Update Google Search Option Description To Reference Documentation For Rate Limits by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/4789 * Refactor `LLMPerformanceMonitor.measureStream()` to Use Options Object Pattern by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/4786 * fix unnecessary scrollbar in workspace general appearance settings tab by @17ColinMiPerry in https://github.com/Mintplex-Labs/anything-llm/pull/4791 * Add Eslint Config in `/frontend` by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/4785 * Refactor localWhisper to use custom FFMPEGWrapper class by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/4775 * Refactor Managed Services in "Data Handling & Privacy" Onboarding Step to Use Their Privacy Policy URL by @angelplusultra in https://github.com/Mintplex-Labs/anything-llm/pull/4790 * patch ESM import issue by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4819 * Upgrade YT Scraper by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4820 * fix: validate chat message input by @Ocheretovich in https://github.com/Mintplex-Labs/anything-llm/pull/4811 * patch AWS credential issue in docker context by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4842 * support AWS bedrock agents with streaming by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4850 * VectorDB class migration by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/4787 * Make XLSX spreadsheets visible in chat by combining sheets by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/4847 * Remove Workspace Creation Onboarding Page by @shatfield4 in https://github.com/Mintplex-Labs/anything-llm/pull/4823 * Improved DMR support by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4863 * AnythingLLM Mobile live by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4864 * Adjust fix path to use ESM import by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4867 * Extract Model Table to component by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4871 * feat(i18n): add Czech (cs) language translation to AnythingLLM by @vladaman in https://github.com/Mintplex-Labs/anything-llm/pull/4874 * Docker model runner download from UI by @timothycarambat in https://github.com/Mintplex-Labs/anything-llm/pull/4884 ## New Contributors * @lohas1107 made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/4779 * @Ocheretovich made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/4811 * @vladaman made their first contribution in https://github.com/Mintplex-Labs/anything-llm/pull/4874 **Full Changelog**: https://github.com/Mintplex-Labs/anything-llm/compare/v1.9.1...v1.10.0