You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-4Lines changed: 24 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,14 @@
1
1
<divalign="center">
2
2
3
+

4
+
3
5
# Open ChatGPT Atlas
4
6
5
7
An Open-Source Browser and Extension that brings the capabilities of ChatGPT Atlas to every browser, allowing you to take actions across 500+ apps and the browser.
- Open Settings (⚙️ icon) to configure your API keys
54
53
54
+
### Running the Electron Browser
55
+
56
+
The project includes a standalone Electron-based browser application with built-in Atlas capabilities.
57
+
58
+
1. Build the Electron app:
59
+
```bash
60
+
npm run build:electron
61
+
```
62
+
63
+
2. Start the Electron browser:
64
+
```bash
65
+
npm run electron
66
+
```
67
+
68
+
3. Or, run in development mode with hot reload:
69
+
```bash
70
+
npm run electron:dev
71
+
```
72
+
73
+
The Electron browser will launch with the full Atlas functionality integrated, allowing you to use browser tools and tool routing directly from the desktop application.
0 commit comments