Skip to content

Releases: winmin/evil-opencode

OpenCode Unguarded v1.1.65-unguarded

13 Feb 08:47

Choose a tag to compare

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.app

Method 2: Ad-hoc signing

codesign --force --deep --sign - /Applications/OpenCode.app

Method 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/opencode

Verification

sha256sum -c checksums.sha256

Disclaimer: This is for educational and research purposes only.

OpenCode Unguarded v1.1.64-unguarded

13 Feb 01:34

Choose a tag to compare

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.app

Method 2: Ad-hoc signing

codesign --force --deep --sign - /Applications/OpenCode.app

Method 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/opencode

Verification

sha256sum -c checksums.sha256

Disclaimer: This is for educational and research purposes only.

OpenCode Unguarded v1.1.61-unguarded

12 Feb 17:08

Choose a tag to compare

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.app

Method 2: Ad-hoc signing

codesign --force --deep --sign - /Applications/OpenCode.app

Method 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/opencode

Verification

sha256sum -c checksums.sha256

Disclaimer: This is for educational and research purposes only.

OpenCode Unguarded v1.1.60-unguarded

12 Feb 13:15

Choose a tag to compare

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.app

Method 2: Ad-hoc signing

codesign --force --deep --sign - /Applications/OpenCode.app

Method 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/opencode

Verification

sha256sum -c checksums.sha256

Disclaimer: This is for educational and research purposes only.

OpenCode Unguarded v1.1.59-unguarded

11 Feb 17:11

Choose a tag to compare

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.app

Method 2: Ad-hoc signing

codesign --force --deep --sign - /Applications/OpenCode.app

Method 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/opencode

Verification

sha256sum -c checksums.sha256

Disclaimer: This is for educational and research purposes only.

OpenCode Unguarded v1.1.56-unguarded

11 Feb 07:38

Choose a tag to compare

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.app

Method 2: Ad-hoc signing

codesign --force --deep --sign - /Applications/OpenCode.app

Method 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/opencode

Verification

sha256sum -c checksums.sha256

Disclaimer: This is for educational and research purposes only.

OpenCode Unguarded v1.1.53-unguarded

06 Feb 01:20

Choose a tag to compare

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.app

Method 2: Ad-hoc signing

codesign --force --deep --sign - /Applications/OpenCode.app

Method 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/opencode

Verification

sha256sum -c checksums.sha256

Disclaimer: This is for educational and research purposes only.

OpenCode Unguarded v1.1.51-unguarded

04 Feb 08:51

Choose a tag to compare

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.app

Method 2: Ad-hoc signing

codesign --force --deep --sign - /Applications/OpenCode.app

Method 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/opencode

Verification

sha256sum -c checksums.sha256

Disclaimer: This is for educational and research purposes only.

OpenCode Unguarded v1.1.49-unguarded

03 Feb 12:50

Choose a tag to compare

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.app

Method 2: Ad-hoc signing

codesign --force --deep --sign - /Applications/OpenCode.app

Method 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/opencode

Verification

sha256sum -c checksums.sha256

Disclaimer: This is for educational and research purposes only.

OpenCode Unguarded v1.1.48-unguarded

01 Feb 02:24

Choose a tag to compare

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.app

Method 2: Ad-hoc signing

codesign --force --deep --sign - /Applications/OpenCode.app

Method 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/opencode

Verification

sha256sum -c checksums.sha256

Disclaimer: This is for educational and research purposes only.