$git clone https://github.com/mindsdb/mindshubThe unified workspace where open-source models get things done for you.
| 1 | <a name="readme-top"></a> |
| 2 | |
| 3 | <div align="center"> |
| 4 | |
| 5 | # MindsHub |
| 6 | |
| 7 | **The unified workspace where open-source models get things done for you.** |
| 8 | |
| 9 | _Make AI do actual work. Swap the model anytime — keep everything you've built._ |
| 10 | |
| 11 | [](https://github.com/mindsdb/minds/releases) |
| 12 | [](https://github.com/mindsdb/minds/stargazers) |
| 13 | [](#-license) |
| 14 | [](https://www.python.org/downloads/) |
| 15 | |
| 16 | [Website](https://mindshub.ai/?utm_source=github&utm_medium=repo-readme&utm_campaign=minds-readme) · |
| 17 | [Docs](https://docs.mindshub.ai/?utm_source=github&utm_medium=repo-readme&utm_campaign=minds-readme) · |
| 18 | [Web app](https://console.mindshub.ai/?utm_source=github&utm_medium=repo-readme&utm_campaign=minds-readme) · |
| 19 | [Pricing](https://mindshub.ai/pricing?utm_source=github&utm_medium=repo-readme&utm_campaign=minds-readme) · |
| 20 | [Discord](https://mindshub.ai/discord) |
| 21 | |
| 22 | <p align="center"> |
| 23 | <sub>Read this in: <a href="README.zh.md">中文</a> · <a href="README.es.md">Español</a> · <a href="README.pt.md">Português</a> · <a href="README.hi.md">हिन्दी</a></sub> |
| 24 | </p> |
| 25 | |
| 26 | </div> |
| 27 | |
| 28 | <p align="center"> |
| 29 | <img width="640" height="480" alt="cowork" src="https://github.com/user-attachments/assets/048761b8-aa77-4506-9c4d-32e2fdecbb60" /> |
| 30 | |
| 31 | |
| 32 | |
| 33 | </p> |
| 34 | |
| 35 | **MindsHub Cowork** is the unified workspace where you delegate entire projects — apps, websites, research, analysis, reporting, scheduled operations — and collect finished, shareable results. Connect your data, route work to any model (open or proprietary), run open-source agents, and turn their output into web applications you can publish. It's open source and runs anywhere — your machine, your VPC, or the hosted app. |
| 36 | |
| 37 | This repository is the **platform superproject**: it pulls together the desktop/web app, the agent backend, and the data engine so you can build and run the whole stack from source. |
| 38 | |
| 39 | ## Get started |
| 40 | |
| 41 | Pick whichever fits: |
| 42 | |
| 43 | - **Web — nothing to install.** Open **[console.mindshub.ai](https://console.mindshub.ai/?utm_source=github&utm_medium=repo-readme&utm_campaign=minds-readme)** and sign in. |
| 44 | - **macOS.** [Download the desktop app](https://downloads.mindsdb.com/mindshub-cowork/mac/mindshub-cowork-latest.pkg) (`.pkg`). |
| 45 | - **Windows.** [Download the desktop app](https://downloads.mindsdb.com/mindshub-cowork/windows/mindshub-cowork-latest.exe) (`.exe`). |
| 46 | - **Linux.** [Build from source](#build-from-source). |
| 47 | |
| 48 | Free to start. Pro adds all frontier models and private artifacts — see [pricing](https://mindshub.ai/pricing?utm_source=github&utm_medium=repo-readme&utm_campaign=minds-readme). |
| 49 | |
| 50 | ## What you can do |
| 51 | |
| 52 | For every knowledge worker — creators, strategists, and operators: |
| 53 | |
| 54 | - **Automate** repetitive, multi-step work that involves reading and writing: reports, monitoring, recurring workflows, and scheduled operations. |
| 55 | - **Build** internal AI tools and artifacts — apps, dashboards, decks, docs, analyses — without engineering, and publish them to a live URL to share with your team. |
| 56 | |
| 57 | ## What's inside |
| 58 | |
| 59 | - **Connected data.** A secure vault links systems like BigQuery, Postgres, Gmail, Drive, HubSpot, Notion, and Linear. Credentials stay scoped per connection — agents never see raw keys. |
| 60 | - **Model Router.** Switch between frontier models (Claude, GPT, Gemini) and open models (DeepSeek, Qwen, Kimi) without wiring up a key for each provider. |
| 61 | - **Open agents.** Run interchangeable open-source harnesses — Anton (default) and Hermes — swappable from a dropdown. |
| 62 | - **Artifacts.** Turn agent output into documents, dashboards, apps, and code, and publish to a live URL. |
| 63 | - **Memory, skills & scheduling.** Cross-session memory, a reusable skill library, and tasks that run on a schedule. |
| 64 | |
| 65 | ## Build from source |
| 66 | |
| 67 | **1. Clone the repository** |
| 68 | |
| 69 | ```bash |
| 70 | git clone - |