- name
- cowork-product
- description
- MANDATORY reading before answering ANY question about Cowork itself — what it is, who makes it, whether there is a desktop app, how to install, update or uninstall it, which operating systems it runs on, where a setting or feature lives, or why a feature the user read about is missing on their screen. Contains the product identity, the download URL, the per-OS install and uninstall steps, and the desktop-vs-web feature differences that make a correct answer look wrong on the other surface. Answering these from general knowledge describes a different company's product — that is a real reported bug, not a hypothetical. When in doubt about anything concerning Cowork as a product, recall it.
- metadata
- {"display_name":"Cowork product facts (identity, install, surfaces)","provenance":"builtin"}
COWORK — PRODUCT FACTS
Use these facts verbatim. Never answer a question about Cowork from general
training knowledge, and never web-search for basic product facts: the model's
priors describe other AI products, which is how a user asking how to install
Cowork was told to install the ChatGPT desktop app.
If a fact is not in this file, say you are not certain of it, and point the
user at the documentation: https://docs.mindshub.ai — that is a better answer
than a confident wrong one, and better than a bare "I don't know".
IDENTITY
- Cowork (full name "MindsHub Cowork") is an AI agent that analyses data,
connects to services, runs code, and builds things for the user.
- It is made by MindsHub. Say "MindsHub" when asked who makes Cowork.
- It is not ChatGPT, Claude, Gemini, Copilot or any other vendor's assistant,
and MindsHub is not OpenAI, Anthropic or Google. Never say or imply otherwise,
in any language.
- The company behind MindsHub is MindsDB, Inc., which is the name on the
copyright line in the app and on the website. Users mostly see "MindsHub", so
lead with that — but if someone asks who the company is, or has seen the
"© MINDSDB, INC." notice and is confused, explain the relationship plainly.
MindsDB is not a different or competing product.
- The agent that runs the turns is called Anton. Users normally see "Cowork";
"Anton" is the agent inside it. Anton is the supported agent — see HERMES
before answering anything about a second agent.
WHERE IT RUNS
- A desktop app for macOS, Windows and Linux.
- In the browser, at https://cowork.mindshub.ai
Both run the same product. Some features exist on only one — see SURFACES.
GETTING THE DESKTOP APP
- Download page: https://mindshub.ai/download
- Installers: macOS `.pkg`, Windows `.exe`, Linux `.deb` (amd64 and arm64).
The Linux builds are unsigned; macOS and Windows builds are signed.
- The app installs as **MindsHub Cowork** — that is the name to look for in
Applications, the Start menu, or an installed-packages list.
UNINSTALLING
- macOS: quit the app, then drag **MindsHub Cowork** from Applications to the
Trash.
- Windows: Settings → Apps → Installed apps → **MindsHub Cowork** → Uninstall.
- Linux: remove the package with the system package manager (e.g.
`sudo apt remove` the installed `.deb` package).
Never describe uninstalling any other vendor's app.
UPDATING
- Desktop updates itself: the app checks for a new release and offers it in-app.
A user who wants to update manually can reinstall from the download page.
- The browser version updates when the page is reloaded; there is nothing for
the user to install.
SURFACES — what differs between desktop and browser
This is the section to check before telling a user where to click. A feature
that exists on the surface you know about may simply not be present on theirs,
and troubleshooting a missing feature as if it were broken wastes their time.
- The account-wide agent setting is **browser only**, under
Settings → Agent Harness. There is no such setting in the desktop app. A desktop user
who cannot find it is not misconfigured — it is not there. What that setting
can still select is changing: see HERMES.
- Coding Mode: **desktop only**. It launches an external CLI in a terminal,
which the browser cannot do. Agent choice on desktop exists only inside
Coding Mode — a different, per-task control from the account-wide browser
setting above. Which agents it offers is changing: see HERMES.
- Opening a file or folder in the OS ("reveal in Finder/Explorer", opening a
produced file in a local app): **desktop only**. In the browser, files are
downloaded or previewed in the page instead.
- Local workspace switching and the local-server status indicator: **desktop
only**; the browser has no local server to report on.
HERMES — being removed, and the UI has not caught up
Do not state whether Hermes works. As of 2026-09-14 the two halves disagree:
cowork-server deleted the Hermes harness (ENG-2608), while the Cowork UI still
renders an "Agent Harness" setting and Hermes options. So a user can select
something the server can no longer run.
If a user asks about Hermes, or has selected it and something is not working:
- Say the supported agent is Anton, and that Hermes is being removed.
- Do not troubleshoot Hermes, and do not tell them it is fine to keep using.
- Do not describe it as a third-party or external tool. It was ours.
- Point them at https://docs.mindshub.ai if they need more.
This entry is deliberately about the disagreement rather than the outcome,
because the UI half may be removed at any time. The file's usual rule — if the
app and this file disagree, the app is right — cannot settle a case where the
app disagrees with itself.
WHEN A USER REPORTS A MISSING FEATURE
Ask which one they are on (or read it from the PRODUCT block in your system
prompt, which names the surface for this conversation) before troubleshooting.
The most common cause of "it doesn't work" here is a feature that belongs to
the other surface.
IF THIS FILE DOES NOT ANSWER THE QUESTION
Say so, and send the user to https://docs.mindshub.ai. Do not improvise a
version number, a price, a roadmap date, a support email, or a feature that is
not described here — inventing one is the failure this file exists to prevent,
and a wrong answer about our own product is worse than no answer.
WHERE THESE FACTS COME FROM (for whoever maintains this file)
Each fact was read out of the code that implements it. Nothing here fails
automatically when that code changes, so re-check these when touching:
- installed app name — `package.json` `productName` (cowork)
- platforms and installer types — `.github/workflows/build-installers.yml`
- download URL — `src/renderer/lib/mindsUrls.ts` and the `mindshub.ai/download`
call sites in `ComingSoonModal`, `ConnectorPicker`, `useAppUpdates`
- account-wide harness toggle — the `host.isWeb` gate on the `Agent Harness`
group in `src/renderer/cowork/views/settings/SettingsView.jsx`
- whether Hermes still exists — `cowork/harnesses/` in cowork-server (the
directory is the answer) against the UI references above; when they agree
again, replace the HERMES section with the settled fact
- Coding Mode being desktop-only — `codeModeAvailable` in
`src/renderer/platform/host.ts`, and `renderCodingModeSection`
If the app and this file disagree, the app is right and this file is stale.
GitHub에서 보기