Releases: winmin/evil-opencode
OpenCode Unguarded v1.1.65-unguarded
OpenCode Unguarded Release
Based on anomalyco/opencode version 1.1.65
Changes from Upstream
- Removed LLM guardrails/ethics fences from system prompts
- Removed malicious code refusal instructions
- Removed defensive-only security restrictions
CLI Downloads
| Platform | Architecture | File |
|---|---|---|
| Linux | x64 | opencode-linux-x64 |
| Linux | x64 (baseline) | opencode-linux-x64-baseline |
| Linux | ARM64 | opencode-linux-arm64 |
| macOS | Apple Silicon | opencode-darwin-arm64 |
| macOS | Intel | opencode-darwin-x64 |
| Windows | x64 | opencode-windows-x64.exe |
Desktop App Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon | .dmg |
| macOS | Intel | .dmg |
| Windows | x64 | .msi / .exe |
| Linux | x64 | .AppImage / .deb |
| Linux | ARM64 | .AppImage / .deb |
macOS: Running Unsigned App
The macOS desktop app is not code-signed. To run it:
Method 1: Remove quarantine attribute (Recommended)
xattr -cr /Applications/OpenCode.appMethod 2: Ad-hoc signing
codesign --force --deep --sign - /Applications/OpenCode.appMethod 3: System Preferences
- Try to open the app → Go to System Preferences → Security & Privacy → General → Click "Open Anyway"
Quick Install (CLI)
# macOS Apple Silicon
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.65-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# macOS Intel
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.65-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# Linux x64
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.65-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# Linux ARM64
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.65-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencodeVerification
sha256sum -c checksums.sha256Disclaimer: This is for educational and research purposes only.
OpenCode Unguarded v1.1.64-unguarded
OpenCode Unguarded Release
Based on anomalyco/opencode version 1.1.64
Changes from Upstream
- Removed LLM guardrails/ethics fences from system prompts
- Removed malicious code refusal instructions
- Removed defensive-only security restrictions
CLI Downloads
| Platform | Architecture | File |
|---|---|---|
| Linux | x64 | opencode-linux-x64 |
| Linux | x64 (baseline) | opencode-linux-x64-baseline |
| Linux | ARM64 | opencode-linux-arm64 |
| macOS | Apple Silicon | opencode-darwin-arm64 |
| macOS | Intel | opencode-darwin-x64 |
| Windows | x64 | opencode-windows-x64.exe |
Desktop App Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon | .dmg |
| macOS | Intel | .dmg |
| Windows | x64 | .msi / .exe |
| Linux | x64 | .AppImage / .deb |
| Linux | ARM64 | .AppImage / .deb |
macOS: Running Unsigned App
The macOS desktop app is not code-signed. To run it:
Method 1: Remove quarantine attribute (Recommended)
xattr -cr /Applications/OpenCode.appMethod 2: Ad-hoc signing
codesign --force --deep --sign - /Applications/OpenCode.appMethod 3: System Preferences
- Try to open the app → Go to System Preferences → Security & Privacy → General → Click "Open Anyway"
Quick Install (CLI)
# macOS Apple Silicon
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.64-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# macOS Intel
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.64-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# Linux x64
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.64-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# Linux ARM64
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.64-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencodeVerification
sha256sum -c checksums.sha256Disclaimer: This is for educational and research purposes only.
OpenCode Unguarded v1.1.61-unguarded
OpenCode Unguarded Release
Based on anomalyco/opencode version 1.1.61
Changes from Upstream
- Removed LLM guardrails/ethics fences from system prompts
- Removed malicious code refusal instructions
- Removed defensive-only security restrictions
CLI Downloads
| Platform | Architecture | File |
|---|---|---|
| Linux | x64 | opencode-linux-x64 |
| Linux | x64 (baseline) | opencode-linux-x64-baseline |
| Linux | ARM64 | opencode-linux-arm64 |
| macOS | Apple Silicon | opencode-darwin-arm64 |
| macOS | Intel | opencode-darwin-x64 |
| Windows | x64 | opencode-windows-x64.exe |
Desktop App Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon | .dmg |
| macOS | Intel | .dmg |
| Windows | x64 | .msi / .exe |
| Linux | x64 | .AppImage / .deb |
| Linux | ARM64 | .AppImage / .deb |
macOS: Running Unsigned App
The macOS desktop app is not code-signed. To run it:
Method 1: Remove quarantine attribute (Recommended)
xattr -cr /Applications/OpenCode.appMethod 2: Ad-hoc signing
codesign --force --deep --sign - /Applications/OpenCode.appMethod 3: System Preferences
- Try to open the app → Go to System Preferences → Security & Privacy → General → Click "Open Anyway"
Quick Install (CLI)
# macOS Apple Silicon
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.61-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# macOS Intel
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.61-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# Linux x64
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.61-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# Linux ARM64
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.61-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencodeVerification
sha256sum -c checksums.sha256Disclaimer: This is for educational and research purposes only.
OpenCode Unguarded v1.1.60-unguarded
OpenCode Unguarded Release
Based on anomalyco/opencode version 1.1.60
Changes from Upstream
- Removed LLM guardrails/ethics fences from system prompts
- Removed malicious code refusal instructions
- Removed defensive-only security restrictions
CLI Downloads
| Platform | Architecture | File |
|---|---|---|
| Linux | x64 | opencode-linux-x64 |
| Linux | x64 (baseline) | opencode-linux-x64-baseline |
| Linux | ARM64 | opencode-linux-arm64 |
| macOS | Apple Silicon | opencode-darwin-arm64 |
| macOS | Intel | opencode-darwin-x64 |
| Windows | x64 | opencode-windows-x64.exe |
Desktop App Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon | .dmg |
| macOS | Intel | .dmg |
| Windows | x64 | .msi / .exe |
| Linux | x64 | .AppImage / .deb |
| Linux | ARM64 | .AppImage / .deb |
macOS: Running Unsigned App
The macOS desktop app is not code-signed. To run it:
Method 1: Remove quarantine attribute (Recommended)
xattr -cr /Applications/OpenCode.appMethod 2: Ad-hoc signing
codesign --force --deep --sign - /Applications/OpenCode.appMethod 3: System Preferences
- Try to open the app → Go to System Preferences → Security & Privacy → General → Click "Open Anyway"
Quick Install (CLI)
# macOS Apple Silicon
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.60-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# macOS Intel
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.60-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# Linux x64
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.60-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# Linux ARM64
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.60-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencodeVerification
sha256sum -c checksums.sha256Disclaimer: This is for educational and research purposes only.
OpenCode Unguarded v1.1.59-unguarded
OpenCode Unguarded Release
Based on anomalyco/opencode version 1.1.59
Changes from Upstream
- Removed LLM guardrails/ethics fences from system prompts
- Removed malicious code refusal instructions
- Removed defensive-only security restrictions
CLI Downloads
| Platform | Architecture | File |
|---|---|---|
| Linux | x64 | opencode-linux-x64 |
| Linux | x64 (baseline) | opencode-linux-x64-baseline |
| Linux | ARM64 | opencode-linux-arm64 |
| macOS | Apple Silicon | opencode-darwin-arm64 |
| macOS | Intel | opencode-darwin-x64 |
| Windows | x64 | opencode-windows-x64.exe |
Desktop App Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon | .dmg |
| macOS | Intel | .dmg |
| Windows | x64 | .msi / .exe |
| Linux | x64 | .AppImage / .deb |
| Linux | ARM64 | .AppImage / .deb |
macOS: Running Unsigned App
The macOS desktop app is not code-signed. To run it:
Method 1: Remove quarantine attribute (Recommended)
xattr -cr /Applications/OpenCode.appMethod 2: Ad-hoc signing
codesign --force --deep --sign - /Applications/OpenCode.appMethod 3: System Preferences
- Try to open the app → Go to System Preferences → Security & Privacy → General → Click "Open Anyway"
Quick Install (CLI)
# macOS Apple Silicon
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.59-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# macOS Intel
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.59-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# Linux x64
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.59-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# Linux ARM64
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.59-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencodeVerification
sha256sum -c checksums.sha256Disclaimer: This is for educational and research purposes only.
OpenCode Unguarded v1.1.56-unguarded
OpenCode Unguarded Release
Based on anomalyco/opencode version 1.1.56
Changes from Upstream
- Removed LLM guardrails/ethics fences from system prompts
- Removed malicious code refusal instructions
- Removed defensive-only security restrictions
CLI Downloads
| Platform | Architecture | File |
|---|---|---|
| Linux | x64 | opencode-linux-x64 |
| Linux | x64 (baseline) | opencode-linux-x64-baseline |
| Linux | ARM64 | opencode-linux-arm64 |
| macOS | Apple Silicon | opencode-darwin-arm64 |
| macOS | Intel | opencode-darwin-x64 |
| Windows | x64 | opencode-windows-x64.exe |
Desktop App Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon | .dmg |
| macOS | Intel | .dmg |
| Windows | x64 | .msi / .exe |
| Linux | x64 | .AppImage / .deb |
| Linux | ARM64 | .AppImage / .deb |
macOS: Running Unsigned App
The macOS desktop app is not code-signed. To run it:
Method 1: Remove quarantine attribute (Recommended)
xattr -cr /Applications/OpenCode.appMethod 2: Ad-hoc signing
codesign --force --deep --sign - /Applications/OpenCode.appMethod 3: System Preferences
- Try to open the app → Go to System Preferences → Security & Privacy → General → Click "Open Anyway"
Quick Install (CLI)
# macOS Apple Silicon
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.56-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# macOS Intel
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.56-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# Linux x64
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.56-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# Linux ARM64
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.56-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencodeVerification
sha256sum -c checksums.sha256Disclaimer: This is for educational and research purposes only.
OpenCode Unguarded v1.1.53-unguarded
OpenCode Unguarded Release
Based on anomalyco/opencode version 1.1.53
Changes from Upstream
- Removed LLM guardrails/ethics fences from system prompts
- Removed malicious code refusal instructions
- Removed defensive-only security restrictions
CLI Downloads
| Platform | Architecture | File |
|---|---|---|
| Linux | x64 | opencode-linux-x64 |
| Linux | x64 (baseline) | opencode-linux-x64-baseline |
| Linux | ARM64 | opencode-linux-arm64 |
| macOS | Apple Silicon | opencode-darwin-arm64 |
| macOS | Intel | opencode-darwin-x64 |
| Windows | x64 | opencode-windows-x64.exe |
Desktop App Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon | .dmg |
| macOS | Intel | .dmg |
| Windows | x64 | .msi / .exe |
| Linux | x64 | .AppImage / .deb |
| Linux | ARM64 | .AppImage / .deb |
macOS: Running Unsigned App
The macOS desktop app is not code-signed. To run it:
Method 1: Remove quarantine attribute (Recommended)
xattr -cr /Applications/OpenCode.appMethod 2: Ad-hoc signing
codesign --force --deep --sign - /Applications/OpenCode.appMethod 3: System Preferences
- Try to open the app → Go to System Preferences → Security & Privacy → General → Click "Open Anyway"
Quick Install (CLI)
# macOS Apple Silicon
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.53-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# macOS Intel
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.53-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# Linux x64
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.53-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# Linux ARM64
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.53-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencodeVerification
sha256sum -c checksums.sha256Disclaimer: This is for educational and research purposes only.
OpenCode Unguarded v1.1.51-unguarded
OpenCode Unguarded Release
Based on anomalyco/opencode version 1.1.51
Changes from Upstream
- Removed LLM guardrails/ethics fences from system prompts
- Removed malicious code refusal instructions
- Removed defensive-only security restrictions
CLI Downloads
| Platform | Architecture | File |
|---|---|---|
| Linux | x64 | opencode-linux-x64 |
| Linux | x64 (baseline) | opencode-linux-x64-baseline |
| Linux | ARM64 | opencode-linux-arm64 |
| macOS | Apple Silicon | opencode-darwin-arm64 |
| macOS | Intel | opencode-darwin-x64 |
| Windows | x64 | opencode-windows-x64.exe |
Desktop App Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon | .dmg |
| macOS | Intel | .dmg |
| Windows | x64 | .msi / .exe |
| Linux | x64 | .AppImage / .deb |
| Linux | ARM64 | .AppImage / .deb |
macOS: Running Unsigned App
The macOS desktop app is not code-signed. To run it:
Method 1: Remove quarantine attribute (Recommended)
xattr -cr /Applications/OpenCode.appMethod 2: Ad-hoc signing
codesign --force --deep --sign - /Applications/OpenCode.appMethod 3: System Preferences
- Try to open the app → Go to System Preferences → Security & Privacy → General → Click "Open Anyway"
Quick Install (CLI)
# macOS Apple Silicon
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.51-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# macOS Intel
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.51-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# Linux x64
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.51-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# Linux ARM64
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.51-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencodeVerification
sha256sum -c checksums.sha256Disclaimer: This is for educational and research purposes only.
OpenCode Unguarded v1.1.49-unguarded
OpenCode Unguarded Release
Based on anomalyco/opencode version 1.1.49
Changes from Upstream
- Removed LLM guardrails/ethics fences from system prompts
- Removed malicious code refusal instructions
- Removed defensive-only security restrictions
CLI Downloads
| Platform | Architecture | File |
|---|---|---|
| Linux | x64 | opencode-linux-x64 |
| Linux | x64 (baseline) | opencode-linux-x64-baseline |
| Linux | ARM64 | opencode-linux-arm64 |
| macOS | Apple Silicon | opencode-darwin-arm64 |
| macOS | Intel | opencode-darwin-x64 |
| Windows | x64 | opencode-windows-x64.exe |
Desktop App Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon | .dmg |
| macOS | Intel | .dmg |
| Windows | x64 | .msi / .exe |
| Linux | x64 | .AppImage / .deb |
| Linux | ARM64 | .AppImage / .deb |
macOS: Running Unsigned App
The macOS desktop app is not code-signed. To run it:
Method 1: Remove quarantine attribute (Recommended)
xattr -cr /Applications/OpenCode.appMethod 2: Ad-hoc signing
codesign --force --deep --sign - /Applications/OpenCode.appMethod 3: System Preferences
- Try to open the app → Go to System Preferences → Security & Privacy → General → Click "Open Anyway"
Quick Install (CLI)
# macOS Apple Silicon
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.49-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# macOS Intel
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.49-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# Linux x64
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.49-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# Linux ARM64
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.49-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencodeVerification
sha256sum -c checksums.sha256Disclaimer: This is for educational and research purposes only.
OpenCode Unguarded v1.1.48-unguarded
OpenCode Unguarded Release
Based on anomalyco/opencode version 1.1.48
Changes from Upstream
- Removed LLM guardrails/ethics fences from system prompts
- Removed malicious code refusal instructions
- Removed defensive-only security restrictions
CLI Downloads
| Platform | Architecture | File |
|---|---|---|
| Linux | x64 | opencode-linux-x64 |
| Linux | x64 (baseline) | opencode-linux-x64-baseline |
| Linux | ARM64 | opencode-linux-arm64 |
| macOS | Apple Silicon | opencode-darwin-arm64 |
| macOS | Intel | opencode-darwin-x64 |
| Windows | x64 | opencode-windows-x64.exe |
Desktop App Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon | .dmg |
| macOS | Intel | .dmg |
| Windows | x64 | .msi / .exe |
| Linux | x64 | .AppImage / .deb |
| Linux | ARM64 | .AppImage / .deb |
macOS: Running Unsigned App
The macOS desktop app is not code-signed. To run it:
Method 1: Remove quarantine attribute (Recommended)
xattr -cr /Applications/OpenCode.appMethod 2: Ad-hoc signing
codesign --force --deep --sign - /Applications/OpenCode.appMethod 3: System Preferences
- Try to open the app → Go to System Preferences → Security & Privacy → General → Click "Open Anyway"
Quick Install (CLI)
# macOS Apple Silicon
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.48-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# macOS Intel
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.48-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# Linux x64
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.48-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencode
# Linux ARM64
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.1.48-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode && chmod +x /usr/local/bin/opencodeVerification
sha256sum -c checksums.sha256Disclaimer: This is for educational and research purposes only.