Verdict: OpenAI's June 2026 European expansion turns Codex from a coding chatbot into a hands-on desktop agent. For small businesses and solo operators in the EEA, UK, and Switzerland, it can now click through apps, work inside signed-in Chrome tabs, remember recurring workflows, and learn context from your screen. The practical value is repetitive "read, click, copy, paste" busywork — but you should keep a human in the loop for anything involving money, passwords, or customer data.
Last verified: 2026-06-18 · What changed: Computer Use, Chrome extension, Memories, and Chronicle now rolling out in Europe · Plan required: ChatGPT Plus/Pro/Business/Enterprise/Edu · Risk level: Medium — approve sensitive actions manually
What just changed for Codex users in Europe
On 16 June 2026, OpenAI announced that four previously region-locked Codex capabilities are rolling out to the European Economic Area, the United Kingdom, and Switzerland (OpenAI Codex Changelog, 2026-06-16):
| Capability | What it does | Region / availability | Source |
|---|---|---|---|
| Computer Use | Sees your screen, clicks, types, and operates desktop apps on macOS and Windows | EEA, UK, Switzerland | OpenAI Developers — Computer Use |
| Codex Chrome extension | Works across signed-in Chrome tabs without taking over the whole browser | EEA, UK, Switzerland | OpenAI Developers — Chrome extension |
| Memories | Remembers preferences, recurring workflows, tech stacks, and conventions | EEA, UK, Switzerland; off by default | OpenAI Developers — Memories |
| Chronicle | Builds memories from recent screen context so Codex understands what you're working on | Research preview; ChatGPT Pro subscribers on macOS | OpenAI Developers — Chronicle |
Until this rollout, U.S. users had these features first; European users were limited to the terminal- and IDE-focused side of Codex. The gap is now closing.
What "computer use" actually means for non-developers
Computer Use lets Codex operate a graphical interface the same way a person does: by looking at the screen, moving the cursor, clicking, and typing. It is not magic, and it is not a direct API integration. It is visual automation through the UI.
OpenAI's docs say it is useful when a task depends on a GUI that is hard to verify through files or command output alone — for example, testing desktop apps, changing app settings, reproducing bugs visible only in a UI, or using a browser (OpenAI Developers — Computer Use).
On macOS, it can run in the background while you work elsewhere. On Windows, it runs on the active desktop and cannot operate in the background while you use the same session, so the machine is effectively occupied while Codex works.
What it can do today
- Pull numbers from an email tool, a community dashboard, and a traffic page, then produce one clean summary.
- Open a CRM, navigate to a record, and draft a follow-up email based on call notes.
- Fill out repetitive forms or update a spreadsheet from multiple browser tabs.
- Reproduce a bug in a desktop app, take a screenshot, and describe the steps.
What it should not do unsupervised
- Send payments, move money, or confirm orders.
- Log into sensitive accounts on unfamiliar machines.
- Handle customer data without checking output for accuracy.
- Run on a shared screen where confidential information may be captured.
The Chrome extension: signed-in browser work without handing over your whole browser
The Codex Chrome extension is designed for browser tasks that need your signed-in state — Gmail, Salesforce, LinkedIn, internal tools, and other services where a generic browser session would be logged out (OpenAI Developers — Chrome extension).
Key points:
- It works across tabs in the background, in groups tied to each Codex thread.
- It asks before interacting with each new website by default.
- You can allow or block specific domains in Codex settings.
- It does not store a separate complete record of your Chrome actions; OpenAI says it stores browser activity only when it becomes part of the Codex thread context.
Use it for tasks like: "Draft five short LinkedIn posts from the blog post open in this tab" or "Summarize my unread Gmail threads and suggest replies."
Memory and Chronicle: the difference between a smart assistant and a teammate
Codex now has two layers of memory:
- Memories — explicit, user-controlled memory of stable preferences and recurring workflows. It is off by default in Europe and must be enabled in settings.
- Chronicle — a research preview that watches recent screen activity to build context and infer what you're working on. It is only available for ChatGPT Pro subscribers on macOS.
How memory works
After you enable it, Codex turns useful context from prior threads into local memory files stored under ~/.codex/memories/ (OpenAI Developers — Memories). It skips short-lived sessions, redacts secrets, and updates memories in the background rather than instantly at the end of every chat.
How Chronicle differs
Chronicle captures recent screen context locally, then starts an ephemeral Codex session to summarize activity into memories. Screen captures are temporarily stored on your device and deleted after six hours while Chronicle is running. OpenAI says it does not retain screenshots on its servers after processing unless required by law (OpenAI Developers — Chronicle).
Risks OpenAI flags:
- Chronicle uses rate limits quickly.
- Malicious instructions on your screen could be followed by Codex (prompt injection).
- Memories are stored as unencrypted markdown files on your device.
- Screen captures may include sensitive information.
What this means for small-business owners
For a small business, the practical shift is this: you can now delegate the "read here, click there, copy this, paste that" layer of work to an agent without hiring a developer or wiring up APIs. The tasks that fit best are high-volume, low-stakes, and rule-based.
Good first automations
- Daily or weekly reporting: Pull sign-ups, traffic, and revenue from separate dashboards and generate a one-page summary.
- Content repurposing: Read a published blog post or video transcript and draft social posts, email snippets, or newsletter blurbs.
- Inbox triage: Draft replies to common questions, flag anything unusual, and summarize threads for review.
- Lead list maintenance: Update a spreadsheet or lightweight CRM from incoming forms or email.
- Competitor monitoring: Check a handful of public pages on a schedule and note changes.
What to set up first
- A dedicated ChatGPT plan with Codex access: Plus ($20/month), Pro ($200/month), or Business/Enterprise for teams.
- The Codex desktop app on macOS or Windows.
- The Chrome extension if your workflows live in signed-in web apps.
- Screen Recording and Accessibility permissions on macOS; on Windows, be ready to leave the desktop free while Codex works.
- Clear allowlists and blocklists for websites and apps Codex can touch.
What it costs and who can use it
Codex is included across ChatGPT Free, Go, Plus, Pro, Business, Edu, and Enterprise plans, but usage limits vary by tier (OpenAI Help Center — Using Codex with your ChatGPT plan).
| Plan | Monthly price (personal) | Codex access level | Best for |
|---|---|---|---|
| Free / Go | $0 / ~$8 | Limited | Casual testing |
| Plus | $20 | Expanded | Solo operators |
| Pro | $200 | Maximum personal usage | Heavy daily workflows |
| Business / Enterprise | Per-seat or custom | Team controls, RBAC, plugins | Small teams and agencies |
OpenAI moved Codex pricing to API-style token rates on 2 April 2026 for Plus, Pro, and Business plans, and on 23 April 2026 for Enterprise/Edu/Gov plans. A typical Codex task using GPT-5.5 may consume between 5 and 45 credits (OpenAI Help Center — Codex rate card).
Comparison: Codex Computer Use vs. traditional automation tools
| Factor | Codex Computer Use | Zapier / Make / n8n | Native API scripts |
|---|---|---|---|
| Setup time | Minutes (install app + extension) | Hours to days (connect apps, map fields) | Days to weeks (developer needed) |
| Best for | One-off, visual, multi-app tasks | Reliable, repeatable, API-based workflows | High-volume, precise, maintainable pipelines |
| Cost model | ChatGPT subscription + credit usage | Per-task or per-operation pricing | Development + hosting + maintenance |
| Reliability | Can misclick or misread; needs review | Generally deterministic | Most deterministic |
| Security | Human-in-the-loop recommended | Scoped API permissions | Scoped API permissions |
| Scalability | Good for personal / small team | Good for team and SaaS | Best for productized automation |
The honest takeaway: Codex Computer Use is the fastest path to automating messy, UI-only workflows. For predictable, high-volume processes, API-based tools are still cheaper and more reliable long term.
Risks and guardrails
OpenAI and independent reviewers flag several real risks:
- Misclicks and misreads. A visual agent can click the wrong button or misread a state. Review important outputs.
- Screen and browser privacy. Anything visible on screen or in a Chrome tab can become context.
- Prompt injection. Malicious content on a webpage or in an email could influence the agent.
- Rate-limit burn. Computer Use and Chronicle can consume credits quickly.
- Regional limits. Chronicle is macOS-only and Pro-only; Windows Computer Use cannot run in the background.
Practical safety rules
- Start with a read-only or draft-only task before giving Codex permission to change anything.
- Use a dedicated browser profile or machine for automation if you handle sensitive data.
- Pause Chronicle before meetings, screenshares, or private browsing.
- Never point it at banking, payroll, or health records until you've tested extensively.
- Check the output before sending anything to customers or regulators.
What this means for you
If you run a small business, agency, or one-person operation in Europe, this rollout lowers the barrier to AI automation. You do not need to write code, build integrations, or hire a developer to handle repetitive desktop and browser work. Start with one boring, repeatable task, run it supervised for a week, and expand only after you trust the output. The long-term advantage is not one flashy automation — it is a teammate that remembers how you work and gets faster each time.
FAQ
Q: What is ChatGPT Codex Computer Use? A: Computer Use is a Codex feature that lets the AI see your screen, move the cursor, click, and type inside desktop apps on macOS and Windows. It turns Codex from a chat assistant into a hands-on desktop agent.
Q: Is Codex Computer Use available in Europe? A: Yes. As of 16 June 2026, OpenAI is rolling out Computer Use, the Codex Chrome extension, Memories, and Chronicle to users in the EEA, UK, and Switzerland.
Q: How much does Codex cost? A: Codex is included in ChatGPT Free, Go, Plus ($20/month), Pro ($200/month), and Business/Enterprise plans. Usage limits and credit consumption vary by plan; heavy Computer Use can burn credits quickly.
Q: What's the difference between Memories and Chronicle? A: Memories stores stable preferences and recurring workflows you build up over time. Chronicle is a research preview that watches recent screen activity to infer context. Chronicle is available only for ChatGPT Pro subscribers on macOS.
Q: Can Codex replace Zapier or Make? A: Not exactly. Codex Computer Use is faster for messy, UI-only tasks that lack APIs. Zapier, Make, and n8n are more reliable for repeatable, high-volume, API-based workflows. Many teams will use both.
Q: Is it safe to let Codex control my computer? A: It is safe for low-stakes, supervised tasks. Do not let it handle money, passwords, sensitive customer data, or compliance-critical work without reviewing each step. Start with read-only or draft-only tasks.
Discussion
0 comments