OpenCode Unguarded v1.1.11-unguarded
·
25 commits
to main
since this release
OpenCode Unguarded Release
Based on anomalyco/opencode version 1.1.11
Changes from Upstream
- Removed LLM guardrails/ethics fences from system prompts
- Removed malicious code refusal instructions
- Removed defensive-only security restrictions
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 |
Quick Install
# macOS Apple Silicon
curl -L https://github.com/WinMin/evil-opencode/releases/download/v1.1.11-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.11-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.11-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.11-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.