Skip to content

Releases: winmin/evil-opencode

OpenCode Unguarded v1.18.15-unguarded

Choose a tag to compare

@github-actions github-actions released this 08 Aug 00:55

OpenCode Unguarded Release

Based on anomalyco/opencode version 1.18.15

Changes from Upstream

  • Removed LLM guardrails/ethics fences from system prompts
  • Removed malicious code refusal instructions
  • Removed defensive-only security restrictions
  • Disabled OTLP/AI SDK/Sentry telemetry while preserving local logs and non-telemetry features

CLI Downloads

Platform Architecture File
Linux x64 opencode-linux-x64
Linux x64 (baseline) opencode-linux-x64-baseline
Linux ARM64 opencode-linux-arm64
Linux ARM64 (musl) opencode-linux-arm64-musl
macOS Apple Silicon opencode-darwin-arm64
macOS Intel opencode-darwin-x64
Windows x64 opencode-windows-x64.exe

Desktop Downloads (Electron)

Platform Architecture Files
macOS Apple Silicon .dmg / .zip
macOS Intel .dmg / .zip
Windows x64 .exe
Linux x64 .AppImage / .deb / .rpm
Linux ARM64 .AppImage / .deb / .rpm

Desktop artifacts use the upstream Electron build flow. They are unsigned because this fork has no Apple or Windows signing credentials. The updater metadata (latest*.yml) is generated for this repository, not upstream OpenCode.

macOS: Running an unsigned app

After moving the app to /Applications, remove the quarantine attribute if macOS blocks it:

xattr -cr /Applications/OpenCode.app

Quick Install (CLI)

# macOS Apple Silicon
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.18.15-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.18.15-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.18.15-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.18.15-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.18.14-unguarded

Choose a tag to compare

@github-actions github-actions released this 06 Aug 10:38

OpenCode Unguarded Release

Based on anomalyco/opencode version 1.18.14

Changes from Upstream

  • Removed LLM guardrails/ethics fences from system prompts
  • Removed malicious code refusal instructions
  • Removed defensive-only security restrictions
  • Disabled OTLP/AI SDK/Sentry telemetry while preserving local logs and non-telemetry features

CLI Downloads

Platform Architecture File
Linux x64 opencode-linux-x64
Linux x64 (baseline) opencode-linux-x64-baseline
Linux ARM64 opencode-linux-arm64
Linux ARM64 (musl) opencode-linux-arm64-musl
macOS Apple Silicon opencode-darwin-arm64
macOS Intel opencode-darwin-x64
Windows x64 opencode-windows-x64.exe

Desktop Downloads (Electron)

Platform Architecture Files
macOS Apple Silicon .dmg / .zip
macOS Intel .dmg / .zip
Windows x64 .exe
Linux x64 .AppImage / .deb / .rpm
Linux ARM64 .AppImage / .deb / .rpm

Desktop artifacts use the upstream Electron build flow. They are unsigned because this fork has no Apple or Windows signing credentials. The updater metadata (latest*.yml) is generated for this repository, not upstream OpenCode.

macOS: Running an unsigned app

After moving the app to /Applications, remove the quarantine attribute if macOS blocks it:

xattr -cr /Applications/OpenCode.app

Quick Install (CLI)

# macOS Apple Silicon
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.18.14-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.18.14-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.18.14-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.18.14-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.18.13-unguarded

Choose a tag to compare

@github-actions github-actions released this 04 Aug 17:39

OpenCode Unguarded Release

Based on anomalyco/opencode version 1.18.13

Changes from Upstream

  • Removed LLM guardrails/ethics fences from system prompts
  • Removed malicious code refusal instructions
  • Removed defensive-only security restrictions
  • Disabled OTLP/AI SDK/Sentry telemetry while preserving local logs and non-telemetry features

CLI Downloads

Platform Architecture File
Linux x64 opencode-linux-x64
Linux x64 (baseline) opencode-linux-x64-baseline
Linux ARM64 opencode-linux-arm64
Linux ARM64 (musl) opencode-linux-arm64-musl
macOS Apple Silicon opencode-darwin-arm64
macOS Intel opencode-darwin-x64
Windows x64 opencode-windows-x64.exe

Desktop Downloads (Electron)

Platform Architecture Files
macOS Apple Silicon .dmg / .zip
macOS Intel .dmg / .zip
Windows x64 .exe
Linux x64 .AppImage / .deb / .rpm
Linux ARM64 .AppImage / .deb / .rpm

Desktop artifacts use the upstream Electron build flow. They are unsigned because this fork has no Apple or Windows signing credentials. The updater metadata (latest*.yml) is generated for this repository, not upstream OpenCode.

macOS: Running an unsigned app

After moving the app to /Applications, remove the quarantine attribute if macOS blocks it:

xattr -cr /Applications/OpenCode.app

Quick Install (CLI)

# macOS Apple Silicon
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.18.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.18.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.18.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.18.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.18.12-unguarded

Choose a tag to compare

@github-actions github-actions released this 04 Aug 01:32

OpenCode Unguarded Release

Based on anomalyco/opencode version 1.18.12

Changes from Upstream

  • Removed LLM guardrails/ethics fences from system prompts
  • Removed malicious code refusal instructions
  • Removed defensive-only security restrictions
  • Disabled OTLP/AI SDK/Sentry telemetry while preserving local logs and non-telemetry features

CLI Downloads

Platform Architecture File
Linux x64 opencode-linux-x64
Linux x64 (baseline) opencode-linux-x64-baseline
Linux ARM64 opencode-linux-arm64
Linux ARM64 (musl) opencode-linux-arm64-musl
macOS Apple Silicon opencode-darwin-arm64
macOS Intel opencode-darwin-x64
Windows x64 opencode-windows-x64.exe

Desktop Downloads (Electron)

Platform Architecture Files
macOS Apple Silicon .dmg / .zip
macOS Intel .dmg / .zip
Windows x64 .exe
Linux x64 .AppImage / .deb / .rpm
Linux ARM64 .AppImage / .deb / .rpm

Desktop artifacts use the upstream Electron build flow. They are unsigned because this fork has no Apple or Windows signing credentials. The updater metadata (latest*.yml) is generated for this repository, not upstream OpenCode.

macOS: Running an unsigned app

After moving the app to /Applications, remove the quarantine attribute if macOS blocks it:

xattr -cr /Applications/OpenCode.app

Quick Install (CLI)

# macOS Apple Silicon
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.18.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.18.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.18.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.18.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.18.11-unguarded

Choose a tag to compare

@github-actions github-actions released this 01 Aug 16:56

OpenCode Unguarded Release

Based on anomalyco/opencode version 1.18.11

Changes from Upstream

  • Removed LLM guardrails/ethics fences from system prompts
  • Removed malicious code refusal instructions
  • Removed defensive-only security restrictions
  • Disabled OTLP/AI SDK/Sentry telemetry while preserving local logs and non-telemetry features

CLI Downloads

Platform Architecture File
Linux x64 opencode-linux-x64
Linux x64 (baseline) opencode-linux-x64-baseline
Linux ARM64 opencode-linux-arm64
Linux ARM64 (musl) opencode-linux-arm64-musl
macOS Apple Silicon opencode-darwin-arm64
macOS Intel opencode-darwin-x64
Windows x64 opencode-windows-x64.exe

Desktop Downloads (Electron)

Platform Architecture Files
macOS Apple Silicon .dmg / .zip
macOS Intel .dmg / .zip
Windows x64 .exe
Linux x64 .AppImage / .deb / .rpm
Linux ARM64 .AppImage / .deb / .rpm

Desktop artifacts use the upstream Electron build flow. They are unsigned because this fork has no Apple or Windows signing credentials. The updater metadata (latest*.yml) is generated for this repository, not upstream OpenCode.

macOS: Running an unsigned app

After moving the app to /Applications, remove the quarantine attribute if macOS blocks it:

xattr -cr /Applications/OpenCode.app

Quick Install (CLI)

# macOS Apple Silicon
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.18.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.18.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.18.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.18.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.18.10-unguarded

Choose a tag to compare

@github-actions github-actions released this 30 Jul 17:23

OpenCode Unguarded Release

Based on anomalyco/opencode version 1.18.10

Changes from Upstream

  • Removed LLM guardrails/ethics fences from system prompts
  • Removed malicious code refusal instructions
  • Removed defensive-only security restrictions
  • Disabled OTLP/AI SDK/Sentry telemetry while preserving local logs and non-telemetry features

CLI Downloads

Platform Architecture File
Linux x64 opencode-linux-x64
Linux x64 (baseline) opencode-linux-x64-baseline
Linux ARM64 opencode-linux-arm64
Linux ARM64 (musl) opencode-linux-arm64-musl
macOS Apple Silicon opencode-darwin-arm64
macOS Intel opencode-darwin-x64
Windows x64 opencode-windows-x64.exe

Desktop Downloads (Electron)

Platform Architecture Files
macOS Apple Silicon .dmg / .zip
macOS Intel .dmg / .zip
Windows x64 .exe
Linux x64 .AppImage / .deb / .rpm
Linux ARM64 .AppImage / .deb / .rpm

Desktop artifacts use the upstream Electron build flow. They are unsigned because this fork has no Apple or Windows signing credentials. The updater metadata (latest*.yml) is generated for this repository, not upstream OpenCode.

macOS: Running an unsigned app

After moving the app to /Applications, remove the quarantine attribute if macOS blocks it:

xattr -cr /Applications/OpenCode.app

Quick Install (CLI)

# macOS Apple Silicon
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.18.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.18.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.18.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.18.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.18.9-unguarded

Choose a tag to compare

@github-actions github-actions released this 29 Jul 01:39

OpenCode Unguarded Release

Based on anomalyco/opencode version 1.18.9

Changes from Upstream

  • Removed LLM guardrails/ethics fences from system prompts
  • Removed malicious code refusal instructions
  • Removed defensive-only security restrictions
  • Disabled OTLP/AI SDK/Sentry telemetry while preserving local logs and non-telemetry features

CLI Downloads

Platform Architecture File
Linux x64 opencode-linux-x64
Linux x64 (baseline) opencode-linux-x64-baseline
Linux ARM64 opencode-linux-arm64
Linux ARM64 (musl) opencode-linux-arm64-musl
macOS Apple Silicon opencode-darwin-arm64
macOS Intel opencode-darwin-x64
Windows x64 opencode-windows-x64.exe

Desktop Downloads (Electron)

Platform Architecture Files
macOS Apple Silicon .dmg / .zip
macOS Intel .dmg / .zip
Windows x64 .exe
Linux x64 .AppImage / .deb / .rpm
Linux ARM64 .AppImage / .deb / .rpm

Desktop artifacts use the upstream Electron build flow. They are unsigned because this fork has no Apple or Windows signing credentials. The updater metadata (latest*.yml) is generated for this repository, not upstream OpenCode.

macOS: Running an unsigned app

After moving the app to /Applications, remove the quarantine attribute if macOS blocks it:

xattr -cr /Applications/OpenCode.app

Quick Install (CLI)

# macOS Apple Silicon
curl -L https://github.com/winmin/evil-opencode/releases/download/v1.18.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.18.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.18.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.18.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.18.8-unguarded

Choose a tag to compare

@github-actions github-actions released this 28 Jul 10:35

OpenCode Unguarded Release

Based on anomalyco/opencode version 1.18.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.18.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.18.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.18.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.18.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.18.7-unguarded

Choose a tag to compare

@github-actions github-actions released this 27 Jul 11:14

OpenCode Unguarded Release

Based on anomalyco/opencode version 1.18.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.18.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.18.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.18.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.18.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.18.5-unguarded

Choose a tag to compare

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

OpenCode Unguarded Release

Based on anomalyco/opencode version 1.18.5

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