Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
LocalAI-v3.3.0-checksums.txt | 2025-07-28 | 473 Bytes | |
LocalAI-v3.3.0-source.tar.gz | 2025-07-28 | 9.3 MB | |
local-ai-v3.3.0-darwin-amd64 | 2025-07-28 | 69.9 MB | |
local-ai-v3.3.0-darwin-arm64 | 2025-07-28 | 68.5 MB | |
local-ai-v3.3.0-linux-amd64 | 2025-07-28 | 68.6 MB | |
local-ai-v3.3.0-linux-arm64 | 2025-07-28 | 66.7 MB | |
README.md | 2025-07-28 | 4.8 kB | |
v3.3.0 source code.tar.gz | 2025-07-28 | 9.3 MB | |
v3.3.0 source code.zip | 2025-07-28 | 9.6 MB | |
Totals: 9 Items | 301.8 MB | 20 |
🚀 LocalAI 3.3.0
What’s New in LocalAI 3.3.0 🎉
- Object detection! From 3.3.0, now LocalAI supports with a new API - also fast object detection! Just install the
rfdetr-base
model - See the documentation to learn more - Backends now have defined mirrors for download - this helps when primary registries fails during download
- Bug fixes: worked hard into squashing bugfixes in this release! Ranging from container images to backends and installation scripts
The Complete Local Stack for Privacy-First AI
![]() LocalAI |
The free, Open Source OpenAI alternative. Acts as a drop-in replacement REST API compatible with OpenAI specifications for local AI inferencing. No GPU required. |
![]() LocalAGI |
A powerful Local AI agent management platform. Serves as a drop-in replacement for OpenAI's Responses API, supercharged with advanced agentic capabilities and a no-code UI. |
![]() LocalRecall |
A RESTful API and knowledge base management system providing persistent memory and storage capabilities for AI agents. Designed to work alongside LocalAI and LocalAGI. |
Thank you! ❤️
A massive THANK YOU to our incredible community and our sponsors! LocalAI has over 34,100 stars, and LocalAGI has already rocketed past 900+ stars!
As a reminder, LocalAI is real FOSS (Free and Open Source Software) and its sibling projects are community-driven and not backed by VCs or a company. We rely on contributors donating their spare time and our sponsors to provide us the hardware! If you love open-source, privacy-first AI, please consider starring the repos, contributing code, reporting bugs, or spreading the word!
👉 Check out the reborn LocalAGI v2 today: https://github.com/mudler/LocalAGI
Full changelog :point_down:
:point_right: Click to expand :point_left:
## What's Changed ### Bug fixes :bug: * fix(backend gallery): intel images for python-based backends, re-add exllama2 by @mudler in https://github.com/mudler/LocalAI/pull/5928 ### Exciting New Features 🎉 * feat: normalize search by @mudler in https://github.com/mudler/LocalAI/pull/5925 * feat(rfdetr): add object detection API by @mudler in https://github.com/mudler/LocalAI/pull/5923 ### Other Changes * docs: :arrow_up: update docs version mudler/LocalAI by @localai-bot in https://github.com/mudler/LocalAI/pull/5920 * chore: :arrow_up: Update ggml-org/whisper.cpp to `e7bf0294ec9099b5fc21f5ba969805dfb2108cea` by @localai-bot in https://github.com/mudler/LocalAI/pull/5922 * chore: :arrow_up: Update ggml-org/llama.cpp to `11dd5a44eb180e1d69fac24d3852b5222d66fb7f` by @localai-bot in https://github.com/mudler/LocalAI/pull/5921 * chore: drop assistants endpoint by @mudler in https://github.com/mudler/LocalAI/pull/5926 * chore: :arrow_up: Update ggml-org/llama.cpp to `bf78f5439ee8e82e367674043303ebf8e92b4805` by @localai-bot in https://github.com/mudler/LocalAI/pull/5927Full Changelog: https://github.com/mudler/LocalAI/compare/v3.2.3...v3.3.0