Skip to content

Releases: winmin/evil-opencode

OpenCode Unguarded v1.17.13-unguarded

Choose a tag to compare

@github-actions github-actions released this 01 Jul 17:58

OpenCode Unguarded Release

Based on anomalyco/opencode version 1.17.13

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.17.13-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.17.13-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.17.13-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.17.13-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.17.12-unguarded

Choose a tag to compare

@github-actions github-actions released this 01 Jul 02:25

OpenCode Unguarded Release

Based on anomalyco/opencode version 1.17.12

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.17.12-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.17.12-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.17.12-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.17.12-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.17.11-unguarded

Choose a tag to compare

@github-actions github-actions released this 25 Jun 18:15

OpenCode Unguarded Release

Based on anomalyco/opencode version 1.17.11

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.17.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.17.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.17.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.17.11-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.17.10-unguarded

Choose a tag to compare

@github-actions github-actions released this 25 Jun 02:20

OpenCode Unguarded Release

Based on anomalyco/opencode version 1.17.10

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.17.10-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.17.10-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.17.10-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.17.10-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.17.9-unguarded

Choose a tag to compare

@github-actions github-actions released this 21 Jun 02:46

OpenCode Unguarded Release

Based on anomalyco/opencode version 1.17.9

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.17.9-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.17.9-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.17.9-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.17.9-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.17.8-unguarded

Choose a tag to compare

@github-actions github-actions released this 18 Jun 02:47

OpenCode Unguarded Release

Based on anomalyco/opencode version 1.17.8

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.17.8-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.17.8-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.17.8-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.17.8-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.17.7-unguarded

Choose a tag to compare

@github-actions github-actions released this 15 Jun 02:50

OpenCode Unguarded Release

Based on anomalyco/opencode version 1.17.7

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.17.7-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.17.7-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.17.7-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.17.7-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.17.6-unguarded

Choose a tag to compare

@github-actions github-actions released this 14 Jun 02:51

OpenCode Unguarded Release

Based on anomalyco/opencode version 1.17.6

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.17.6-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.17.6-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.17.6-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.17.6-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.17.4-unguarded

Choose a tag to compare

@github-actions github-actions released this 12 Jun 11:46

OpenCode Unguarded Release

Based on anomalyco/opencode version 1.17.4

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.17.4-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.17.4-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.17.4-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.17.4-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.17.3-unguarded

Choose a tag to compare

@github-actions github-actions released this 10 Jun 18:37

OpenCode Unguarded Release

Based on anomalyco/opencode version 1.17.3

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