fix(tauri): add windows support for claude binary detection#367
Merged
123vivekr merged 1 commit intowinfunc:mainfrom Oct 10, 2025
Merged
fix(tauri): add windows support for claude binary detection#367123vivekr merged 1 commit intowinfunc:mainfrom
123vivekr merged 1 commit intowinfunc:mainfrom
Conversation
This commit adds support for detecting the Claude binary on Windows. The previous implementation used Unix-specific commands and paths, which caused the application to fail to locate the Claude binary on Windows systems. This commit introduces conditional compilation for Windows and Unix-like systems to fix the issue.
|
how fast is the response time when using opcode on windows.. cause ik on windows wsl claude code response time can be quite slow |
Contributor
Author
its a little bit slower than using claude code in terminal or directly inside vscode. but not that slow that you would note use it. |
Member
|
@claude review this please |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
Member
|
Hi @Asm3r96 , @iFlyTwice , I'm trying to understand how people use opcode and update our roadmap to make it better. If you have a few minutes, I'd love your input here: form link; this takes only 3 minutes. |
jms830
added a commit
to jms830/opcode
that referenced
this pull request
Dec 5, 2025
Summarizes GitHub issues, PRs, and community solutions for: - Windows build availability - Claude installation detection on Windows - WSL integration for Claude Code execution - Custom command/environment variable support Key references: - PR winfunc#367 (merged): Windows binary detection - Issue winfunc#78: Community fix v4.2 with WSL bridge - Issue winfunc#186: Shell environment detection proposal - Issue winfunc#400: Custom command support request
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.
This commit adds support for detecting the Claude binary on Windows. The previous implementation used Unix-specific commands and paths, which caused the application to fail to locate the Claude binary on Windows systems. This commit introduces conditional compilation for Windows and Unix-like systems to fix the issue.