Collection of PowerShell scripts for running OpenDevin geared towards Windows 10 and Windows 11
- Run the OpenDevinWindowsInstall.ps1 install script in a Administration level PowerShell terminal
- After install is complete, open two non-admin level PowerShell terminals
- Run OpenDevinStartBackend.ps1 in one terminal
- Run OpenDevinStartFrontend.ps1 in the other terminal
Backend server will not start
pexpect python library is not supported on Windows and will need to be fixed on OpenDevin repo.
- Workspace dir needs to be the full path. Pathlib doesn't work well with "./workspace" on Windows
- You will need to change directory manually back to where the PS scripts are if you CRTL-C the frontend or backend
- Working on a way to start both
- Requires Admin Privledges to run the install script due to corepack and npm
Feel free to open a PR or Issue to make this script better 🚀