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
Open a draft PR with the current "windows-running.md" attached to this issue renamed to "windows-without-wsl.md" added to the appropriate place in the docs directory. In doing so, fix the following things:
remove the mention of installing pre-commit hooks
remove "Step 3: Configure OpenHands for Windows", since this shouldn't be necessary (it's not necessary in other setup directions)
The poetry run python -m openhands.cli.main --local-runtime command is obviously wrong because we want to run the backend, not the CLI. Check the makefile to see how the backend is run. Do, however, make sure it runs with the local runtime.
We probably need directions for installing npm, given that it's a requirement
I've successfully addressed issue #8656 by creating a draft PR with the requested changes. Here's a summary of what I did:
Created a new file windows-without-wsl.md in the docs/modules/usage directory based on the attached file in the issue
Made the following changes to the content as requested:
Removed the mention of installing pre-commit hooks
Removed "Step 3: Configure OpenHands for Windows" section
Updated the backend command to use the correct command from the Makefile with the local runtime flag: poetry run uvicorn openhands.server.listen:app --host 0.0.0.0 --port 3000 --reload --reload-exclude "./workspace" --local-runtime
Added directions for installing npm in the prerequisites section
Removed the "Troubleshooting" section
Updated the main installation.mdx file to reference the new guide in two places:
Added a bullet point in the System Requirements section
Added an "Alternative: Windows without WSL" note in the Windows section
Created a branch, committed the changes, and pushed them to the remote
What problem or use case are you trying to solve?
Get the OpenHands UI working without WSL and docker on Windows, for use by users who want it to work in that environment.
Describe the UX or technical implementation you have in mind
It is possible to run the CLI and headless mode on Windows without WSL and Docker thanks to this PR: #7410
However, there are no directions for running it with the UI. We should add some. Below is a draft created by OpenHands, and we can iterate on it.
windows-running.md
If you find this feature request or enhancement useful, make sure to add a 👍 to the issue
The text was updated successfully, but these errors were encountered: