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
bun run claude:download # Download Claude binary (required!)
148
+
bun run codex:download # Download Codex binary (required!)
148
149
bun run build
149
150
bun run package:mac # or package:win, package:linux
150
151
```
151
152
152
-
> **Important:** The `claude:download` step downloads the Claude CLI binary which is required for the agent chat to work. If you skip this step, the app will build but agent functionality won't work.
153
+
> **Important:** The `claude:download` and `codex:download` steps download required agent binaries. If you skip them, the app may build but agent functionality will not work correctly.
154
+
>
155
+
> **Python note:** Python 3.11 is recommended for native module rebuilds. On Python 3.12+, make sure `setuptools` is installed (`pip install setuptools`).
153
156
154
157
### Option 2: Subscribe to 1code.dev (recommended)
155
158
@@ -162,6 +165,7 @@ Your subscription helps us maintain and improve 1Code.
0 commit comments