feat: native Windows support — run without Docker#45
Open
lhq1363511234-arch wants to merge 1 commit into
Open
Conversation
Add native Windows desktop support so CloakBrowser Manager can run directly on Windows without Docker or KasmVNC. Changes: - database.py: platform-aware data directory (Windows uses %LOCALAPPDATA%) - vnc_manager.py: detect KasmVNC availability; graceful no-op on Windows - browser_manager.py: skip VNC setup on Windows, use native window + HW GL - main.py: handle missing VNC in WebSocket proxy and clipboard endpoints - ProfileViewer.tsx: show 'Browser running on desktop' when VNC unavailable - run.bat/run.py: one-click Windows launcher (auto-installs deps + builds) - New: comprehensive Chinese tutorial Backward compatible — Docker/Linux workflow unchanged.
Author
|
xixi |
Contributor
|
Thanks for this — really nice work, and clearly a lot of thought went into it. Running the Manager natively on Windows without Docker/KasmVNC is a direction we genuinely like, and the implementation is clean: gating VNC behind an availability check and falling back to native windows is the right approach, and we appreciate that the Docker/Linux path stays untouched. We're heads-down on other priorities at the moment, so we won't be able to fully review and merge it right away — but we definitely want to come back to it when we have the bandwidth. We'll leave it open as a tracking PR. Thanks again for the contribution. Let us know if you have any questions in the meantime! |
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.
Add native Windows desktop support so CloakBrowser Manager can run directly on Windows without Docker or KasmVNC.
Changes:
Backward compatible — Docker/Linux workflow unchanged.