Connect your personal computer to CellCog and let AI agents work directly on your code, files, and projects.
Cowork (also called "Cowork on my PC") lets CellCog AI agents access your personal computer during a chat session. Instead of working only in a cloud sandbox, agents can:
Key Principle: You stay in control. Every action the agent wants to take on your machine requires your approval — unless you've configured auto-approve settings.
Tip: Setting a working directory helps the agent understand your project context and affects auto-approve behavior.
When the agent needs to work on your machine, it will:
When the agent sends commands for your machine, a review panel opens showing:
| Action | Effect |
|---|---|
| Approve | Execute this specific command |
| Deny | Reject this command (optionally provide a reason) |
| Approve All | Approve all pending commands in the batch |
Important: Commands in a batch execute in order. All commands must be decided (approved or denied) before any execute.
| Level | Color | Meaning | Examples |
|---|---|---|---|
| Safe | Green | Routine, no risk | Reading and editing files in a version-controlled working directory, listing directories |
| Moderate | Yellow | Some caution | Reading files outside the working directory, changes without an easy recovery path |
| Dangerous | Red | Needs attention | Deleting files, installing software, running unknown scripts, modifying system files |
Cowork uses the same risk model as Browse my Chrome and connected Tools: the agent classifies every command as safe, moderate, or dangerous, and your auto-approve threshold decides which classifications run without manual review.
| Threshold | What it auto-approves |
|---|---|
| None | Nothing — every command requires your approval |
| Safe | Routine, side-effect-light actions (e.g., reading and editing files inside a version-controlled working directory) |
| Moderate | Also actions that read private data or make less easily recoverable changes |
| Dangerous | Everything the agent declares — including hard-to-undo changes. Only for fully trusted workflows |
Anything above your threshold shows an approval card in chat with the command, its classification, and a one-sentence reason — you approve or deny each one.
The same three risk levels and the same threshold model apply across Cowork, Browse, and Tools, so you only need to learn one risk language.
The working directory tells the agent where your project lives and affects auto-approve behavior.
The working directory is a key input to how commands are risk-classified:
/etc/hosts, ~/.zshrc) are always treated as dangerous to modify~/.ssh, credential files, and system configuration are automatically blockedCowork on my PC is the foundation; Browse my Chrome extends the same trust boundary to your real Chrome browser. With the same Desktop app installed and a small Chrome extension, your CellCog agent can use your real logged-in Chrome sessions — Gmail, GitHub, banking, internal tools — to do work that requires being authenticated as you.
Browse my Chrome uses the same approval-card model you already know from Cowork (every action shows what it does and is gated by your threshold), but instead of a working directory on disk, the trust boundary is a cyan "CellCog" tab group in your Chrome window.
See the Browse my Chrome Guide for setup and usage details.
The agent runs commands using your system's default shell. If tools aren't found:
~/.zshrc or ~/.bash_profile)/Users/me/projects/app, not ~/projects/app)No. You must download the desktop app, sign in, and explicitly enable Cowork for each chat session. The agent cannot access your machine otherwise.
The agent loses access immediately. Any pending commands will fail. You can reopen the app to resume.
File contents may be transmitted to CellCog servers for AI processing during the session. Data is encrypted in transit and not retained after the operation completes.
Currently, one machine can be connected at a time per account.
CellCog Desktop is available for macOS, Windows, and Linux.
Only if you approve a command that installs software (e.g., npm install, pip install). Installing software is classified as dangerous, so unless your auto-approve threshold is set to Dangerous, you'll always review such commands first.
No. Cowork connects your machine to your personal CellCog account only. Organization members cannot access your machine through CellCog.