feat: Replace unzip with @zip.js/zip.js for Windows compatibility#662
Merged
Conversation
This commit replaces the external 'unzip' command with the '@zip.js/zip.js' library for extracting fzf.exe and rg.exe on Windows. This resolves the 'Executable not found in /Users/claywarren/.nvm/versions/node/v23.6.1/bin:/opt/homebrew/opt/ruby/bin:/Users/claywarren/.nvm/versions/node/v23.6.1/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Library/Frameworks/Python.framework/Versions/3.12/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/Applications/VMware Fusion.app/Contents/Public:/usr/local/share/dotnet:~/.dotnet/tools:/usr/local/go/bin:/opt/homebrew/opt/ruby/bin:/Users/claywarren/.nvm/versions/node/v23.6.1/bin:/Users/claywarren/.cargo/bin:/Users/claywarren/Library/Application Support/Code/User/globalStorage/github.copilot-chat/debugCommand: unzip' error, making opencode.exe more robust on Windows systems.
Contributor
|
@ClayWarren i tested this and it works, but there are merge conflicts. if you get a chance to update so that it can be merge would be great! |
pepperpepperpepper
pushed a commit
to pepperpepperpepper/opencode
that referenced
this pull request
Jul 29, 2025
achembarpu
pushed a commit
to achembarpu/opencode
that referenced
this pull request
Aug 4, 2025
xywsxp
pushed a commit
to xywsxp/opencode
that referenced
this pull request
Apr 24, 2026
AIALRA-0
pushed a commit
to AIALRA-0/opencode-turn-engine
that referenced
this pull request
Jun 10, 2026
avion23
pushed a commit
to avion23/opencode
that referenced
this pull request
Jun 10, 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.
feat: Replace unzip with @zip.js/zip.js for Windows compatibility
Resolves Issue #608