chat-on-steroids
[!IMPORTANT] 2.0.8 — Darkex by dark tibo — needs its matching companion extension. Reload the unpacked extension after updating. Model discovery now reads your account's native picker state across languages and nested version menus. See Browser behavior for tab reuse, Browser only and native file attachments.
Chat On Steroids
ChatGPT, with hands on your computer.
A desktop chat workspace and local MCP server for ChatGPT: project folders, images, plans, worker chats, and tools to read, patch and run code. Keep a local transcript and choose how the next instruction arrives.
Download the latest release · Quick start · Tools · Security · Changelog
Screenshots of the app with private conversation and folder details redacted. Chat history loads in small chunks as you scroll upward. Image attachments stay visible as thumbnails, and delivery controls sit below their messages.
ChatGPT is a good engineer trapped in a text box. Developer mode lets it call MCP servers, but most servers give it one narrow API. This one gives it a workbench.
- Codex-grade tools.
apply_patch,exec_commandandwrite_stdinare ports of the tool contracts OpenAI's Codex CLI uses, so the model already knows how to hold them. Multi-file patches are preflighted before anything is written. Commands run as real processes with interactive stdin, output budgets and background results it can collect later. - Sub agents inside ChatGPT. One prime chat can spawn worker chats, hand them tasks, read their reports and wake them again later. Workers are ordinary ChatGPT conversations in your own browser, brokered by the app, so you can watch every one of them.
- Sessions that outlive the context window. Every tool call is recorded locally with its real result. When a chat gets heavy, Compact & Resume asks it for a handoff brief, opens a fresh chat and moves the same local session across. The new chat can query everything the old one did.
- Plans, Goal and Loop. Split a request into editable tasks or generate follow-ups through a separate ChatGPT helper or the API. Astra can receive the next task through
session_finishin the same turn, without opening another model turn. - External MCP plugins. Settings → Plugins installs integrations such as Blender MCP, Playwright, Memory and Web Fetch behind a separate Chat On Steroids Plugins connector. Enable individual tools, import MCPB bundles or connect custom local/remote servers. Setup and supported sources. External servers run with their own OS/service permissions, outside CoS's approved-folder sandbox.
- You stay the permission boundary. Only the folders you approve are visible. Each capability is a switch. Read-only mode is a single kill switch. Nothing runs on this machine that you did not turn on.
It runs in the tray, hosts no model of its own, and works with the ChatGPT you already use in the browser.
Download
| Platform | x64 | ARM64 |
|---|---|---|
| Windows | Installer | Installer |
| macOS | DMG · ZIP | DMG · ZIP |
| Linux | AppImage · DEB | AppImage · DEB |
Every package ships with matching native dependencies, a pinned tunnel-client, ripgrep and the Chrome extension for that CPU. A standalone extension zip is attached for manual installs, and SHA256SUMS.txt lists every hash.
Windows and AppImage installs check GitHub for a newer release on start and every six hours, download it, verify its checksum and apply it when you quit or choose Install update. Staged downloads are revalidated before installation. macOS and DEB installs link to the release page for manual installation.
Debian and Ubuntu: prefer the DEB. The AppImage uses electron-builder's static launcher. On a host that disables unprivileged user namespaces, that launcher can fall back to starting Chromium with --no-sandbox so the app still opens. If you do not want that fallback, use the DEB.
The builds are not publisher-signed yet, and macOS builds are not notarized. SmartScreen, Gatekeeper or your browser will warn. Verify the hash first, then use the normal "run anyway" path, or build from source.
Get-FileHash .\Chat-On-Steroids-Setup-x64.exe -Algorithm SHA256 # Windows
shasum -a 256 Chat-On-Steroids-macOS-arm64.dmg # macOS
sha256sum Chat-On-Steroids-Linux-x64.AppImage # Linux
This is a beta with real permissions. A fresh install starts with Core capabilities on except opt-in ChatGPT file saving, read-only mode off, multi-agent mode on with two workers, and, on Windows, the Desktop permissions on. On macOS the Desktop permissions start off; enable them in Settings → Workspace, then grant Screen Recording and Accessibility in System Settings. Linux has Core tools but no Desktop computer-control backend. Review folder access before connecting:
exec_commandruns programs as your logged-in user.
Requirements
- Windows 10/11, macOS 13 Ventura or newer, or a current desktop Linux, on x64 or ARM64 matching the build you downloaded.
- Chrome 116 or newer, or a current Microsoft Edge with the companion extension. Without it you still get the MCP tools, but not session attribution, Compact & Resume, worker chats or the Goal loop.
Using Edge? Choose Settings → Browser & history → ChatGPT browser → Microsoft Edge. Install the companion and sign in to ChatGPT in that browser's active profile (edge://extensions for Edge). This choice controls app-originated launches, including startup model discovery; already connected tabs and source-tab continuations keep their browser. Older configurations retain Chrome. If the selected browser is missing or cannot start, the app reports an error instead of opening a different browser. The setting chooses a browser family, not a particular profile.
- Linux: a Secret Service keyring such as GNOME Keyring or KWallet. The app refuses Electron's unencrypted
basic_textfallback for stored keys. - A ChatGPT workspace with Developer mode and custom MCP apps. OpenAI currently documents full MCP support, including write actions, as a beta for Business, Enterprise and Edu, with Pro limited to read and fetch. Business needs an admin to enable it. Check OpenAI's Developer mode and MCP apps page if your workspace looks different.
- An OpenRouter API key (or your own OpenAI-compatible endpoint) only if you select the API source for plans, Goal or Loop. The default ChatGPT helper source uses your connected browser session.
Use a normal ChatGPT conversation with the custom app enabled. OpenAI's built-in Agent mode does not use custom apps.
Quick start
- Install the build for your CPU and open Chat On Steroids. It lives in the tray or menu bar.
- Open Settings → Workspace, review permissions and approve a project folder. Press Add, or drop the folder onto the Folders card.
- Create an OpenAI Secure MCP Tunnel and a restricted API key, then press Connect. Details below.
- In ChatGPT on the web, enable Developer mode and create the Core app from the tunnel. On Windows, create the Desktop app too if you left screen and input control on; on macOS, if you switched them on.
- Press Open extension folder, open
chrome://extensions, enable Developer mode, choose Load unpacked and select that folder. Pairing is automatic.
Settings → Setup marks each hop done only once the app has actually seen traffic on it. Back in chat, select a project and model, write a message, or choose Create plan from the gear. Images can be attached or dropped into the composer.
OpenAI Secure MCP Tunnel (recommended)
- In Platform → Tunnels, create a tunnel in the same workspace you use in ChatGPT and copy its id (
tunnel_…). - In Platform → API keys, create a Restricted key with only Tunnels: Read and Tunnels: Use.
- Paste both into the Setup tab and press Connect.
- In ChatGPT, enable Developer mode under Settings → Apps → Advanced settings and create a custom app of type Tunnel. Review the discovered actions and enable it.
Core and the optional Desktop surface (Windows and macOS) use separate tunnel ids, because ChatGPT treats each custom app as one endpoint. Release builds bundle a checksum-verified tunnel-client; a path you set explicitly wins over it, and PATH is only a fallback.
Other tunnels
Cloudflare quick tunnel: press Connect, copy the URL and use it as the MCP server URL in ChatGPT. The random path in that URL is the secret. It changes on every restart.
Your own HTTPS tunnel: point it at the loopback URL the app shows and give ChatGPT the public equivalent, secret path included.
Permission changes take effect locally immediately. Schema changes schedule a separate connector refresh; if that refresh fails, refresh the custom app in ChatGPT. ChatGPT may keep an older reviewed action list until it refreshes.
What ChatGPT gets
| Connector | Tools | What they do |
|---|---|---|
| Core (all platforms) | read, view_image, find, apply_patch, exec_command, write_stdin, download_artifact, session, agents |
Bounded reads and search inside approved folders, preflighted multi-file patches, shell commands and interactive terminals, saving ChatGPT-generated files, lookups into the recorded session, and worker chat control |
| Desktop (Windows, and macOS when switched on) | observe, computer |
Screenshots, window and control inspection, mouse, keyboard and clipboard |
The live tool list follows your settings: find is the no-shell search fallback and steps aside when commands are enabled. Enabling Session finish adds the Astra-only session_finish tool. Revoking a permission takes effect immediately, even while ChatGPT still shows the old schema. The full contract lives in docs/tool-surface.md.
Every call is answered with a structured outcome the model can act on. A refused call says why and what to do next, whether that is a missing permission, a folder outside the approved roots, unread background results it has to collect first, or a chat that lost its identity.
Sessions and the extension
Recording is on by default and can be switched off. The app keeps a durable local history of every conversation the extension can see: the messages, each tool call, and the real result the app returned. That history feeds the Chat timeline in the app and the session tool, so ChatGPT can search what it did last week instead of guessing. Retention defaults to 30 days. Data lives under the app's per-user directory: %APPDATA%\chat-on-steroids\sessions\ on Windows, ~/Library/Application Support/chat-on-steroids/sessions/ on macOS, ${XDG_CONFIG_HOME:-~/.config}/chat-on-steroids/sessions/ on Linux.
The extension runs only on chatgpt.com and chat.openai.com plus the app's loopback bridge. It proves which conversation made each MCP call, captures the visible transcript, draws richer tool rows in the chat, and coordinates worker tabs. App and extension are versioned together: after updating the app, press Reload on the unpacked extension.
The desktop composer
The gear holds the per-chat Goal/Loop controls, task editor, plan creation and Compact & Resume. The small circle beside it shows estimated current-chat tokens on hover or click. Pro chats use a static circle; other chats show a proportion of the configured local limit. These are recorder estimates, not the provider's exact context counter.
During work, Inject now queues messages for tool delivery; multiple injections can wait together until the next eligible call. A plan advances one stage at a time at session_finish for Astra, or after a completed answer for ordinary models. Queue cards can be edited or cancelled. Delivery status follows the tool handout, and earlier transcript pages remain accessible.
Compact & Resume
The app estimates context pressure locally. Fresh installs warn at about 400k estimated tokens, mark 533k as the ceiling, and enable automatic compaction at 400k. Pro models never auto-compact, regardless of that setting. Other eligible chats follow the configured threshold and live-work checks. These are local estimates, not ChatGPT's own counter.
Compact & Resume asks the current chat for a handoff brief, stores it, opens a fresh conversation and rebinds the same local session to it. While the brief is being written the old chat is refused every tool, so a turn that will not stop cannot keep changing the machine the brief describes. Both sends carry durable checkpoints tied to marked ChatGPT messages, so a refresh, a closed tab or an app restart cannot submit either prompt twice or lose the session between the two chats. If the handoff cannot complete, the original session stays where it was. Goal, task and worker history all move with it.
Goal and Loop
For ordinary models, Goal checks a completed answer and either drafts a follow-up or decides the task is complete. Loop generates continued work until switched off. Edit the task and prompts in Settings → Agents & automation. ChatGPT helper generation is the default; API generation uses your encrypted OpenRouter key. Goal also supports prepared messages with completion markers; Loop uses ChatGPT or API generation. Tool details can be included when you enable that option.
Astra behaves differently. With Session finish enabled, Goal and Loop both use Loop instructions and deliver through tool injection. Queued user instructions and plan stages take priority. When Astra calls session_finish with nothing waiting, your setting chooses a finish notification or automatic follow-up generation. A per-chat Goal/Loop switch also selects automatic generation. The generated instruction arrives on a later tool call; it never automatically starts a new turn after Astra has really finished. Silence alone does not queue a Pro goal, and Pro silence recovery waits ten minutes.
Finish reminders are added by the delivery layer, separate from the visible plan. Desktop notifications depend on OS support and notification settings; the app also offers Generate Goal while waiting at a finish point. Native notification actions and cold background browser focus are not yet verified across every supported desktop environment.
At a finish point, temporary Goal API failures retry after 15 seconds by default, honoring a provider's retry delay. The same operation delivers its completed instruction through the next tool result; new user instructions or ending the turn cancel it. Permanent errors such as invalid credentials require correction.
For the API backend, choose OpenRouter or a custom OpenAI-compatible endpoint under Settings → Agents & automation. Custom URLs use HTTPS, or HTTP on loopback for local servers. Enter the server's model ID and optional API key; keys use secure OS storage and stay out of browser state. Switching back to OpenRouter selects its default model.
Multi-agent mode
One prime chat can open up to eight worker chats (two by default) and exchange brokered messages with them through the agents tool. Provider rate limits still apply. Workers cannot talk to each other.
Workers are reusable conversations. When one reports its result it goes to sleep, frees its slot and keeps its full chat. Messaging it again wakes the same conversation. At about 400k recorded tokens a worker becomes non-revivable after its next stop; workers never compact themselves. With background chats enabled, app-managed tabs share one browser window. Sleeping and finished worker tabs become eligible for closure after one minute, even below the worker limit. This releases browser memory while preserving the reusable conversation. Active chats and unsent drafts remain protected.
Each prime owns its worker history. If the last worker sleeps, the run is parked and another chat can start its own workers; the original prime still sees its full history in agents action=status, can spawn fresh workers, and can wake old ones when the execution slot is free. Turning multi-agent off pauses execution and keeps that history. Clear swarm is what discards it.
Identity is fail-closed. Spawning, messaging and every other identity-sensitive action needs the extension to prove which conversation made the call. A chat used from somewhere the extension cannot see, such as the phone app, still gets the ordinary Core tools but not agent control.
Blocking a chat
A wedged ChatGPT page can leave a turn running with no working Stop button while the model keeps calling tools. The app cannot end that turn, but it can take its tools away. Block in the Chat tab refuses every call from that conversation with a message telling the model to abandon the task and answer, and the turn ends itself. It is not a cancel, and it applies only to calls whose owner is proven.
Security in one page
- File tools stay inside approved folders. Paths are validated and canonicalised first. This is application-level containment, not an OS sandbox; same-user filesystem races remain possible.
- Commands are not folder-sandboxed. They start in an approved folder and then run with your normal user privileges.
- Desktop control is not folder-scoped. When enabled, it applies to the whole Windows or macOS desktop. On macOS it is off until you switch it on, and macOS additionally enforces its own Screen Recording and Accessibility grants.
- The MCP server is loopback-only behind a random secret path. ChatGPT reaches it through the tunnel you configure. Treat any public tunnel URL as a password.
- The browser bridge is loopback-only and separate. It exists for the extension and exposes no file, command or settings routes.
- Secrets use Electron
safeStorage: DPAPI on Windows, Keychain on macOS, libsecret or KWallet on Linux. - Read-only mode disables file writes, command execution, desktop control and clipboard writes in one switch.
Report vulnerabilities privately per SECURITY.md.
The extension and OpenAI's terms
The MCP connector uses ChatGPT's documented Developer mode and Secure MCP Tunnel path. The extension is different: it observes ChatGPT's web UI, records rendered conversation state locally, and multi-agent mode opens and types into extra ChatGPT tabs. None of that is a documented public automation API. Depending on your account, OpenAI's terms and policies on automated access, rate limits and permitted use may apply. Read the agreement that governs your account before using the extension or multi-agent mode, and do not use these features to scrape ChatGPT, evade limits or bypass safety controls.
Browser behavior in the current source
The published 2.0.6 build's English-language and nested-picker workaround remains relevant until you install a build containing these fixes. The current source reads account-evaluated model IDs, available efforts and version choices instead of English picker labels. New model families appear after Reload ChatGPT models, provided ChatGPT exposes them to your account in the supported picker structure. Discovery restores the previous selection and sends no message.
The current composer accepts dropped files (including Markdown) and dropped text, or Add photos & files. Files keep their original bytes and appear as compact filename cards above the message. Up to 20 files and 512 MB total can be prepared per message; ChatGPT's account, format and upload limits still determine acceptance. Files wait for the next native message when a turn is running. The app sends only after every attachment is confirmed and the draft is still unchanged. A failed upload leaves a visible error and is never automatically resent. Install the matching protocol-13 companion with this source build.
Opening the app reuses an idle ChatGPT tab for its initial observation when the browser is already present; showing the window again does not refresh a ready catalog or open Chrome. Explicit model reloads also reuse suitable tabs. A pending operation keeps its selected tab through settings navigation and extension-worker suspension. A slow page or missing receipt never authorizes a second OS open.
In Chat settings → Browser & history, enable Browser only to prevent automatic plugin-refresh and recovery operations from creating tabs. Existing eligible tabs can still be used; explicit new chats, workers and model reloads retain their normal behavior. Closing a helper does not restart the same operation every maintenance cycle. Connector refresh verifies the installed App ID and complete tool declarations, and clicks Refresh only after the app has durably claimed a changed schema.
Troubleshooting
- A new ChatGPT tab every half minute: this is a bug, not normal operation. The current source fixes repeated helper ownership loss and duplicate opening after slow browser handoffs. Browser only also disables automatic helper creation.
- A folder cannot be listed: use the actual virtual path shown for your approved folder.
/folderis an example, not an automatically configured root. Confirm the Core plugin is installed and the folder is approved in the app. - Tools missing or stale after a permission change: tool-schema changes schedule a connector refresh after a 20-second debounce. If it fails, refresh the custom app in ChatGPT; this is separate from reloading the companion extension.
- Extension says app not found: recording or multi-agent mode must be on for the bridge to run. Then reopen the popup.
- Extension version mismatch: reload the unpacked extension after every app update.
agentssaysUNIDENTIFIED_CALLER: use that conversation in the paired browser so the extension can observe its request id. The app will not guess identity from the active tab.COMPACTION_IN_PROGRESSin a chat: that chat is being handed off. Let it write the brief; work continues in the replacement.- OS warning about an unverified app: expected for the unsigned beta. Verify
SHA256SUMS.txtbefore overriding. - Linux says secure credential storage is unavailable: unlock GNOME Keyring or KWallet and restart the app.
- Tunnel unavailable: point Advanced settings at an explicit
tunnel-clientorcloudflared, or use the bundled copy.
Development
npm ci
npm run dev # run the app with hot reload
npm run verify # typecheck, tests and the privacy gate; the same gate CI runs
Read AGENTS.md before changing anything. It is the design record: what each invariant is, which incident produced it, and which test guards it.
Building
npm run dist:x64 # Windows x64
npm run dist:arm64 # Windows ARM64
npm run dist:mac:x64 # macOS Intel DMG + ZIP
npm run dist:mac:arm64 # macOS Apple Silicon DMG + ZIP
npm run dist:linux:x64 # Linux x64 AppImage + DEB
npm run dist:linux:arm64 # Linux ARM64 AppImage + DEB
Package on the target operating system. The release workflow runs on native Windows, macOS and Linux runners for both CPUs, pins and verifies the tunnel and ripgrep assets, stages matching native dependencies, smoke-tests the packaged runtime, and assembles one release candidate with the extension zip and SHA256SUMS.txt. Publishing checks OpenAI's current stable tunnel-client release before and after the candidate build and refuses a stale pin, while keeping the tagged build reproducible.
Contributing
Bug reports, feature requests and PRs are welcome. Read CONTRIBUTING.md first. Release history is in CHANGELOG.md.
Licence
MIT. See LICENSE.
Not affiliated with, endorsed by, or connected to OpenAI. "ChatGPT" and "Codex" are trademarks of OpenAI, used here only to describe what this tool works with.
