OpenAI launched Atlas and I killed it with a Chrome extension
dev.to·3h·
Discuss: DEV
Flag this post

OpenAI recently launched ChatGPT Atlas, a fork of Chromium with Agentic capabilities. The UI is clean, rebuilt with SwiftUI, AppKit and Metal, but take that away and it’s the same capabilities, you can already access on ChatGPT’s website.

Is it really that hard to get agentic capabilities in your browser? Do you really need another browser for it? Turns out, no, a Chrome extension can do more than solve your problem. I spent my weekend building one, and here’s how you can make it too.

Here’s the demo:

Here’s the code for the project: https://github.com/ComposioHQ/open-chatgpt-atlas


Why Chrome Extensions Are Actually Perfect For This

Before diving into the build, let me explain why a Chrome extension is the right approach…

Similar Posts

Loading similar posts...