返回目录
开源项目其他开源工具类新手

GitHub - mindsdb/mindshub: The unified workspace where open-source models get things done for you.

MindsHub The unified workspace where open-source models get things done for you. Make AI do actual work. Swap the model anytime — keep everything you've built. Website · Docs · Web app · Pricing · Discord Read this in: 中文 · Español · Português · हिन्दी

0 次阅读2026/08/18 发布
GitHub - mindsdb/mindshub: The unified workspace where open-source models get things done for you. 来源图片

社区作者 · zZz

它解决什么问题

MindsHub

The unified workspace where open-source models get things done for you.

命令
Make AI do actual work. Swap the model anytime — keep everything you've built.

Website · Docs · Web app · Pricing · Discord

Read this in: 中文 · Español · Português · हिन्दी

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.

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.

Get started

Pick whichever fits:

  • Web — nothing to install. Open console.mindshub.ai and sign in.
  • macOS. Download the desktop app ( .pkg ).
  • Windows. Download the desktop app ( .exe ).
  • Linux. Build from source .

Free to start. Pro adds all frontier models and private artifacts — see pricing .

What you can do

For every knowledge worker — creators, strategists, and operators:

  • Automate repetitive, multi-step work that involves reading and writing: reports, monitoring, recurring workflows, and scheduled operations.
  • 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.

What's inside

  • 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.
  • Model Router. Switch between frontier models (Claude, GPT, Gemini) and open models (DeepSeek, Qwen, Kimi) without wiring up a key for each provider.
  • Open agents. Run interchangeable open-source harnesses — Anton (default) and Hermes — swappable from a dropdown.
  • Artifacts. Turn agent output into documents, dashboards, apps, and code, and publish to a live URL.
  • Memory, skills & scheduling. Cross-session memory, a reusable skill library, and tasks that run on a schedule.

Build from source

  1. Clone the repository
命令
git clone --recurse-submodules https://github.com/mindsdb/minds.git
命令
cd minds
  1. Install dependencies
命令
make setup
  1. Run

Mode Command

Desktop app (Electron) with hot reload

命令
make dev or make watch

Web app in browser with hot reload

命令
make dev-web

Production build

命令
make build

Package for macOS

命令
make dist-mac

Package for Windows

命令
make dist-win

Build macOS .app from local uncommitted source

命令
make pack-local

Wipe all local installs + data (fresh start)

命令
make flush

Fresh start

Fresh start
make flush removes the local runtime (the cowork-server uv tool and the backend/*/.venv s) and deletes app state in ~/.anton (provider keys) and ~/.cowork (database, hermes, projects). Use it to test the from-scratch install flow or recover from a broken install. It prompts for confirmation — pass FORCE=1 to skip. The next make setup or app launch reinstalls everything. ⚠️ This deletes your conversations and saved keys.

Working on feature branches (submodules)

This repo is a superproject that pins each module ( frontend , backend/core_api , backend/core_agent , backend/data-vault ) to a commit. To work on module branches without polluting git status or fighting over pins:

  1. Pick your branches in a gitignored dev.env (copy the template):
命令
cp dev.env.example dev.env # then set REF=feat/my-thing (or per-module API_REF=…)

步骤 2

可复制命令
make follows it — one knob, both run paths:

Command What it does

命令
make use

check out your dev.env refs across all submodules

命令
make dev / make watch

run the Electron app with live reload against local source

命令
make dev-web

run the web SPA with live reload against local source

命令
make server + make app

(re)install the desktop server from the configured branch, then launch

命令
make server-local + make app-local

install the desktop server from local uncommitted source , then launch

命令
make pack-local

build the macOS .app from local uncommitted source (no push needed)

命令
make refs

show which refs the next run will use

命令
make baseline

reset submodules to the pinned commits

命令
make pin

record the current submodule commits as the superproject's pins (one deliberate commit)

Submodules are configured with ignore = all , so your branch work never shows up as superproject changes — the parent git status stays clean. Pins move only via make pin . See CLAUDE.md for the full workflow.

Deploy anywhere

Cowork is built for flexible deployment — cloud, VPC, on-prem, air-gapped, and hybrid infrastructure — so you keep full control over your infrastructure, models, permissions, and data.

Help & support

  • Ask a question — join the Discord community .
  • Report a bug — open a GitHub issue with reproduction steps.
  • Read the docs — guides, setup, and the API at docs.mindshub.ai .
  • Enterprise SLAs or custom deployments — contact the team .

🤝 Contribute

Cowork is open source and contributions are welcome — code, integrations, docs, bug reports, and feature ideas. Read the docs to get set up, browse open issues , and say hi on Discord .

🔒 Security

Found a security vulnerability? Please don't open a public issue. Report it privately through our security policy .

📚 Resources

  • Documentation
  • Blog
  • Brand guidelines & press kit
  • Discord community

📄 License

This repository is released under the MIT License . Bundled components are governed by their own licenses — see each submodule's repository for details.

( back to top )

— 本文由 AI 根据公开来源辅助整理,命令、版本与许可证请在使用前到原始页面复核。

安装 / 开始使用

Free to start. Pro adds all frontier models and private artifacts — see pricing . What you can do For every knowledge worker — creators, strategists, and operators:

What's inside

Build from source

  • Web — nothing to install. Open console.mindshub.ai and sign in.
  • macOS. Download the desktop app ( .pkg ).
  • Windows. Download the desktop app ( .exe ).
  • Linux. Build from source .
  • Automate repetitive, multi-step work that involves reading and writing: reports, monitoring, recurring workflows, and scheduled operations.
  • 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.
  • 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.
  • Model Router. Switch between frontier models (Claude, GPT, Gemini) and open models (DeepSeek, Qwen, Kimi) without wiring up a key for each provider.
  • Open agents. Run interchangeable open-source harnesses — Anton (default) and Hermes — swappable from a dropdown.
  • Artifacts. Turn agent output into documents, dashboards, apps, and code, and publish to a live URL.
  • Memory, skills & scheduling. Cross-session memory, a reusable skill library, and tasks that run on a schedule.
  1. Clone the repository
命令
git clone --recurse-submodules https://github.com/mindsdb/minds.git
命令
cd minds
  1. Install dependencies
命令
make setup

Mode Command Desktop app (Electron) with hot reload

  1. Run
命令
make dev or make watch

Web app in browser with hot reload

命令
make dev-web

Production build

命令
make build

Package for macOS

命令
make dist-mac

Package for Windows

命令
make dist-win

Build macOS .app from local uncommitted source

命令
make pack-local

Wipe all local installs + data (fresh start)

命令
make flush

Fresh start

Fresh start
make flush removes the local runtime (the cowork-server uv tool and the backend/*/.venv s) and deletes app state in ~/.anton (provider keys) and ~/.cowork (database, hermes, projects). Use it to test the from-scratch install flow or recover from a broken install. It prompts for confirmation — pass FORCE=1 to skip. The next make setup or app launch reinstalls everything. ⚠️ This deletes your conversations and saved keys.

Working on feature branches (submodules) This repo is a superproject that pins each module ( frontend , backend/core_api , backend/core_agent , backend/data-vault ) to a commit. To work on module branches without polluting git status or fighting over pins:

  1. Pick your branches in a gitignored dev.env (copy the template):
命令
cp dev.env.example dev.env # then set REF=feat/my-thing (or per-module API_REF=…)

步骤 2

可复制命令
make follows it — one knob, both run paths:

Command What it does

命令
make use

check out your dev.env refs across all submodules

命令
make dev / make watch

run the Electron app with live reload against local source

命令
make dev-web

run the web SPA with live reload against local source

命令
make server + make app

(re)install the desktop server from the configured branch, then launch

命令
make server-local + make app-local

install the desktop server from local uncommitted source , then launch

命令
make pack-local

build the macOS .app from local uncommitted source (no push needed)

命令
make refs

show which refs the next run will use

命令
make baseline

reset submodules to the pinned commits

命令
make pin

record the current submodule commits as the superproject's pins (one deliberate commit) Submodules are configured with ignore = all , so your branch work never shows up as superproject changes — the parent git status stays clean. Pins move only via make pin .

See CLAUDE.md for the full workflow. Deploy anywhere Cowork is built for flexible deployment — cloud, VPC, on-prem, air-gapped, and hybrid infrastructure — so you keep full control over your infrastructure, models, permissions, and data. Help & support

🤝 Contribute Cowork is open source and contributions are welcome — code, integrations, docs, bug reports, and feature ideas. Read the docs to get set up, browse open issues , and say hi on Discord . 🔒 Security Found a security vulnerability?

Please don't open a public issue. Report it privately through our security policy . 📚 Resources

📄 License This repository is released under the MIT License . Bundled components are governed by their own licenses — see each submodule's repository for details. ( back to top )

  • Ask a question — join the Discord community .
  • Report a bug — open a GitHub issue with reproduction steps.
  • Read the docs — guides, setup, and the API at docs.mindshub.ai .
  • Enterprise SLAs or custom deployments — contact the team .
  • Documentation
  • Blog
  • Brand guidelines & press kit
  • Discord community

来源教程配图

cowork
配图 1 · cowork查看原图

适用场景

学习研究
开源项目实践