Update CLI installation to use uv tool install openhands - #110
Merged
Conversation
This change updates the CLI installation documentation to recommend using 'uv tool install openhands' instead of 'uvx --python 3.12 openhands'. Benefits: - More efficient: avoids re-downloading and rebuilding each time - Easier to upgrade: users can run 'uv tool upgrade openhands' - Simpler usage: after installation, just run 'openhands' directly Updated files: - openhands/usage/run-openhands/cli-mode.mdx - openhands/usage/run-openhands/local-setup.mdx - openhands/usage/run-openhands/gui-mode.mdx - openhands/usage/windows-without-wsl.mdx
Since 'uv tool install openhands' automatically makes the command available system-wide as 'openhands', shell aliases are no longer necessary.
xingyaoww
commented
Nov 18, 2025
xingyaoww
marked this pull request as ready for review
November 18, 2025 03:04
This was referenced Aug 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates the CLI installation documentation to recommend using
uv tool install openhandsinstead ofuvx --python 3.12 openhands.Changes
uvx --python 3.12 openhandstouv tool install openhandsopenhandsoropenhands serveafter installationuv tool upgrade openhandsBenefits
uv tool upgrade openhandscommandopenhandsafter installationFiles Modified
openhands/usage/run-openhands/cli-mode.mdxopenhands/usage/run-openhands/local-setup.mdxopenhands/usage/run-openhands/gui-mode.mdxopenhands/usage/windows-without-wsl.mdx@xingyaoww can click here to continue refining the PR