An open-source AI platform that wants to do your busywork
Minds Platform exists so teams can self-host autonomous AI agents and semantic search without shipping data to a managed cloud.

What it does
Minds Platform is the umbrella for two tools: Anton, an autonomous agent that generates reports, hits APIs, and schedules tasks from plain-language instructions, and a Query Engine that indexes structured and unstructured data for semantic search. Both are designed to run on your own hardware—air-gapped, on-prem, VPC, or cloud—under your own permissions and models. The README frames it as an open foundation for “frontier” AI, but the actual code for each component lives in separate repositories.
The interesting bit
The platform treats automation and retrieval as inseparable primitives: Anton handles the doing, the Query Engine handles the knowing, and the use-case matrix explicitly pairs them for anything non-trivial. That is a cleaner architectural split than most all-in-one AI suites, though this repository itself appears to be mostly orchestration glue.
Key highlights
- Anton claims to be self-improving and accepts plain-language task descriptions.
- Query Engine indexes “hundreds” of structured and unstructured data sources.
- Deployment targets include air-gapped and hybrid infrastructure.
- The project is open source and offers commercial support SLAs.
Caveats
- Technical specifics—architecture, model choices, indexing mechanics—are vague in this repo; most detail lives in the separate Anton and Engine repositories.
- This repository is primarily Makefile-based and reads like a project hub rather than the core implementation.
- Terms such as “self-improving” and “frontier AI” are asserted without substantiation in the provided text.
Verdict
Teams evaluating self-hosted AI automation or embeddable conversational BI should bookmark this, but developers looking for deep technical docs or a single codebase to audit will need to dig into the linked sub-repositories first.
Frequently asked
- What is mindsdb/mindshub?
- Minds Platform exists so teams can self-host autonomous AI agents and semantic search without shipping data to a managed cloud.
- Is mindshub open source?
- Yes — mindsdb/mindshub is open source, released under the MIT license.
- What language is mindshub written in?
- mindsdb/mindshub is primarily written in Makefile.
- How popular is mindshub?
- mindsdb/mindshub has 39.4k stars on GitHub.
- Where can I find mindshub?
- mindsdb/mindshub is on GitHub at https://github.com/mindsdb/mindshub.