tag:github.com,2008:https://github.com/winmin/evil-opencode/releases Release notes from evil-opencode 2026-03-05T09:32:31Z tag:github.com,2008:Repository/1128767514/v1.2.27-unguarded 2026-03-16T08:58:30Z OpenCode Unguarded v1.2.27-unguarded <h2>OpenCode Unguarded Release</h2> <p>Based on <a href="https://github.com/anomalyco/opencode">anomalyco/opencode</a> version <code>1.2.27</code></p> <h3>Changes from Upstream</h3> <ul> <li>Removed LLM guardrails/ethics fences from system prompts</li> <li>Removed malicious code refusal instructions</li> <li>Removed defensive-only security restrictions</li> </ul> <h3>CLI Downloads</h3> <table> <thead> <tr> <th>Platform</th> <th>Architecture</th> <th>File</th> </tr> </thead> <tbody> <tr> <td>Linux</td> <td>x64</td> <td><code>opencode-linux-x64</code></td> </tr> <tr> <td>Linux</td> <td>x64 (baseline)</td> <td><code>opencode-linux-x64-baseline</code></td> </tr> <tr> <td>Linux</td> <td>ARM64</td> <td><code>opencode-linux-arm64</code></td> </tr> <tr> <td>macOS</td> <td>Apple Silicon</td> <td><code>opencode-darwin-arm64</code></td> </tr> <tr> <td>macOS</td> <td>Intel</td> <td><code>opencode-darwin-x64</code></td> </tr> <tr> <td>Windows</td> <td>x64</td> <td><code>opencode-windows-x64.exe</code></td> </tr> </tbody> </table> <h3>Desktop App Downloads</h3> <table> <thead> <tr> <th>Platform</th> <th>Architecture</th> <th>File</th> </tr> </thead> <tbody> <tr> <td>macOS</td> <td>Apple Silicon</td> <td><code>.dmg</code></td> </tr> <tr> <td>macOS</td> <td>Intel</td> <td><code>.dmg</code></td> </tr> <tr> <td>Windows</td> <td>x64</td> <td><code>.msi</code> / <code>.exe</code></td> </tr> <tr> <td>Linux</td> <td>x64</td> <td><code>.AppImage</code> / <code>.deb</code></td> </tr> <tr> <td>Linux</td> <td>ARM64</td> <td><code>.AppImage</code> / <code>.deb</code></td> </tr> </tbody> </table> <h4>macOS: Running Unsigned App</h4> <p>The macOS desktop app is not code-signed. To run it:</p> <p><strong>Method 1: Remove quarantine attribute (Recommended)</strong></p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="xattr -cr /Applications/OpenCode.app"><pre>xattr -cr /Applications/OpenCode.app</pre></div> <p><strong>Method 2: Ad-hoc signing</strong></p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="codesign --force --deep --sign - /Applications/OpenCode.app"><pre>codesign --force --deep --sign - /Applications/OpenCode.app</pre></div> <p><strong>Method 3: System Preferences</strong></p> <ul> <li>Try to open the app → Go to System Preferences → Security &amp; Privacy → General → Click "Open Anyway"</li> </ul> <h3>Quick Install (CLI)</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="# macOS Apple Silicon curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.27-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # macOS Intel curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.27-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # Linux x64 curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.27-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # Linux ARM64 curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.27-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode"><pre><span class="pl-c"><span class="pl-c">#</span> macOS Apple Silicon</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.27-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> macOS Intel</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.27-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> Linux x64</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.27-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> Linux ARM64</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.27-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode</pre></div> <h3>Verification</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sha256sum -c checksums.sha256"><pre>sha256sum -c checksums.sha256</pre></div> <hr> <p><strong>Disclaimer</strong>: This is for educational and research purposes only.</p> github-actions[bot] tag:github.com,2008:Repository/1128767514/v1.2.26-unguarded 2026-03-14T01:20:51Z OpenCode Unguarded v1.2.26-unguarded <h2>OpenCode Unguarded Release</h2> <p>Based on <a href="https://github.com/anomalyco/opencode">anomalyco/opencode</a> version <code>1.2.26</code></p> <h3>Changes from Upstream</h3> <ul> <li>Removed LLM guardrails/ethics fences from system prompts</li> <li>Removed malicious code refusal instructions</li> <li>Removed defensive-only security restrictions</li> </ul> <h3>CLI Downloads</h3> <table> <thead> <tr> <th>Platform</th> <th>Architecture</th> <th>File</th> </tr> </thead> <tbody> <tr> <td>Linux</td> <td>x64</td> <td><code>opencode-linux-x64</code></td> </tr> <tr> <td>Linux</td> <td>x64 (baseline)</td> <td><code>opencode-linux-x64-baseline</code></td> </tr> <tr> <td>Linux</td> <td>ARM64</td> <td><code>opencode-linux-arm64</code></td> </tr> <tr> <td>macOS</td> <td>Apple Silicon</td> <td><code>opencode-darwin-arm64</code></td> </tr> <tr> <td>macOS</td> <td>Intel</td> <td><code>opencode-darwin-x64</code></td> </tr> <tr> <td>Windows</td> <td>x64</td> <td><code>opencode-windows-x64.exe</code></td> </tr> </tbody> </table> <h3>Desktop App Downloads</h3> <table> <thead> <tr> <th>Platform</th> <th>Architecture</th> <th>File</th> </tr> </thead> <tbody> <tr> <td>macOS</td> <td>Apple Silicon</td> <td><code>.dmg</code></td> </tr> <tr> <td>macOS</td> <td>Intel</td> <td><code>.dmg</code></td> </tr> <tr> <td>Windows</td> <td>x64</td> <td><code>.msi</code> / <code>.exe</code></td> </tr> <tr> <td>Linux</td> <td>x64</td> <td><code>.AppImage</code> / <code>.deb</code></td> </tr> <tr> <td>Linux</td> <td>ARM64</td> <td><code>.AppImage</code> / <code>.deb</code></td> </tr> </tbody> </table> <h4>macOS: Running Unsigned App</h4> <p>The macOS desktop app is not code-signed. To run it:</p> <p><strong>Method 1: Remove quarantine attribute (Recommended)</strong></p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="xattr -cr /Applications/OpenCode.app"><pre>xattr -cr /Applications/OpenCode.app</pre></div> <p><strong>Method 2: Ad-hoc signing</strong></p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="codesign --force --deep --sign - /Applications/OpenCode.app"><pre>codesign --force --deep --sign - /Applications/OpenCode.app</pre></div> <p><strong>Method 3: System Preferences</strong></p> <ul> <li>Try to open the app → Go to System Preferences → Security &amp; Privacy → General → Click "Open Anyway"</li> </ul> <h3>Quick Install (CLI)</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="# macOS Apple Silicon curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.26-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # macOS Intel curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.26-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # Linux x64 curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.26-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # Linux ARM64 curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.26-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode"><pre><span class="pl-c"><span class="pl-c">#</span> macOS Apple Silicon</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.26-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> macOS Intel</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.26-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> Linux x64</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.26-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> Linux ARM64</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.26-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode</pre></div> <h3>Verification</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sha256sum -c checksums.sha256"><pre>sha256sum -c checksums.sha256</pre></div> <hr> <p><strong>Disclaimer</strong>: This is for educational and research purposes only.</p> github-actions[bot] tag:github.com,2008:Repository/1128767514/v1.2.25-unguarded 2026-03-13T01:29:26Z OpenCode Unguarded v1.2.25-unguarded <h2>OpenCode Unguarded Release</h2> <p>Based on <a href="https://github.com/anomalyco/opencode">anomalyco/opencode</a> version <code>1.2.25</code></p> <h3>Changes from Upstream</h3> <ul> <li>Removed LLM guardrails/ethics fences from system prompts</li> <li>Removed malicious code refusal instructions</li> <li>Removed defensive-only security restrictions</li> </ul> <h3>CLI Downloads</h3> <table> <thead> <tr> <th>Platform</th> <th>Architecture</th> <th>File</th> </tr> </thead> <tbody> <tr> <td>Linux</td> <td>x64</td> <td><code>opencode-linux-x64</code></td> </tr> <tr> <td>Linux</td> <td>x64 (baseline)</td> <td><code>opencode-linux-x64-baseline</code></td> </tr> <tr> <td>Linux</td> <td>ARM64</td> <td><code>opencode-linux-arm64</code></td> </tr> <tr> <td>macOS</td> <td>Apple Silicon</td> <td><code>opencode-darwin-arm64</code></td> </tr> <tr> <td>macOS</td> <td>Intel</td> <td><code>opencode-darwin-x64</code></td> </tr> <tr> <td>Windows</td> <td>x64</td> <td><code>opencode-windows-x64.exe</code></td> </tr> </tbody> </table> <h3>Desktop App Downloads</h3> <table> <thead> <tr> <th>Platform</th> <th>Architecture</th> <th>File</th> </tr> </thead> <tbody> <tr> <td>macOS</td> <td>Apple Silicon</td> <td><code>.dmg</code></td> </tr> <tr> <td>macOS</td> <td>Intel</td> <td><code>.dmg</code></td> </tr> <tr> <td>Windows</td> <td>x64</td> <td><code>.msi</code> / <code>.exe</code></td> </tr> <tr> <td>Linux</td> <td>x64</td> <td><code>.AppImage</code> / <code>.deb</code></td> </tr> <tr> <td>Linux</td> <td>ARM64</td> <td><code>.AppImage</code> / <code>.deb</code></td> </tr> </tbody> </table> <h4>macOS: Running Unsigned App</h4> <p>The macOS desktop app is not code-signed. To run it:</p> <p><strong>Method 1: Remove quarantine attribute (Recommended)</strong></p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="xattr -cr /Applications/OpenCode.app"><pre>xattr -cr /Applications/OpenCode.app</pre></div> <p><strong>Method 2: Ad-hoc signing</strong></p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="codesign --force --deep --sign - /Applications/OpenCode.app"><pre>codesign --force --deep --sign - /Applications/OpenCode.app</pre></div> <p><strong>Method 3: System Preferences</strong></p> <ul> <li>Try to open the app → Go to System Preferences → Security &amp; Privacy → General → Click "Open Anyway"</li> </ul> <h3>Quick Install (CLI)</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="# macOS Apple Silicon curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.25-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # macOS Intel curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.25-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # Linux x64 curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.25-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # Linux ARM64 curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.25-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode"><pre><span class="pl-c"><span class="pl-c">#</span> macOS Apple Silicon</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.25-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> macOS Intel</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.25-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> Linux x64</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.25-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> Linux ARM64</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.25-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode</pre></div> <h3>Verification</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sha256sum -c checksums.sha256"><pre>sha256sum -c checksums.sha256</pre></div> <hr> <p><strong>Disclaimer</strong>: This is for educational and research purposes only.</p> github-actions[bot] tag:github.com,2008:Repository/1128767514/v1.2.24-unguarded 2026-03-09T17:00:14Z OpenCode Unguarded v1.2.24-unguarded <h2>OpenCode Unguarded Release</h2> <p>Based on <a href="https://github.com/anomalyco/opencode">anomalyco/opencode</a> version <code>1.2.24</code></p> <h3>Changes from Upstream</h3> <ul> <li>Removed LLM guardrails/ethics fences from system prompts</li> <li>Removed malicious code refusal instructions</li> <li>Removed defensive-only security restrictions</li> </ul> <h3>CLI Downloads</h3> <table> <thead> <tr> <th>Platform</th> <th>Architecture</th> <th>File</th> </tr> </thead> <tbody> <tr> <td>Linux</td> <td>x64</td> <td><code>opencode-linux-x64</code></td> </tr> <tr> <td>Linux</td> <td>x64 (baseline)</td> <td><code>opencode-linux-x64-baseline</code></td> </tr> <tr> <td>Linux</td> <td>ARM64</td> <td><code>opencode-linux-arm64</code></td> </tr> <tr> <td>macOS</td> <td>Apple Silicon</td> <td><code>opencode-darwin-arm64</code></td> </tr> <tr> <td>macOS</td> <td>Intel</td> <td><code>opencode-darwin-x64</code></td> </tr> <tr> <td>Windows</td> <td>x64</td> <td><code>opencode-windows-x64.exe</code></td> </tr> </tbody> </table> <h3>Desktop App Downloads</h3> <table> <thead> <tr> <th>Platform</th> <th>Architecture</th> <th>File</th> </tr> </thead> <tbody> <tr> <td>macOS</td> <td>Apple Silicon</td> <td><code>.dmg</code></td> </tr> <tr> <td>macOS</td> <td>Intel</td> <td><code>.dmg</code></td> </tr> <tr> <td>Windows</td> <td>x64</td> <td><code>.msi</code> / <code>.exe</code></td> </tr> <tr> <td>Linux</td> <td>x64</td> <td><code>.AppImage</code> / <code>.deb</code></td> </tr> <tr> <td>Linux</td> <td>ARM64</td> <td><code>.AppImage</code> / <code>.deb</code></td> </tr> </tbody> </table> <h4>macOS: Running Unsigned App</h4> <p>The macOS desktop app is not code-signed. To run it:</p> <p><strong>Method 1: Remove quarantine attribute (Recommended)</strong></p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="xattr -cr /Applications/OpenCode.app"><pre>xattr -cr /Applications/OpenCode.app</pre></div> <p><strong>Method 2: Ad-hoc signing</strong></p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="codesign --force --deep --sign - /Applications/OpenCode.app"><pre>codesign --force --deep --sign - /Applications/OpenCode.app</pre></div> <p><strong>Method 3: System Preferences</strong></p> <ul> <li>Try to open the app → Go to System Preferences → Security &amp; Privacy → General → Click "Open Anyway"</li> </ul> <h3>Quick Install (CLI)</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="# macOS Apple Silicon curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.24-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # macOS Intel curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.24-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # Linux x64 curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.24-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # Linux ARM64 curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.24-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode"><pre><span class="pl-c"><span class="pl-c">#</span> macOS Apple Silicon</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.24-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> macOS Intel</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.24-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> Linux x64</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.24-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> Linux ARM64</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.24-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode</pre></div> <h3>Verification</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sha256sum -c checksums.sha256"><pre>sha256sum -c checksums.sha256</pre></div> <hr> <p><strong>Disclaimer</strong>: This is for educational and research purposes only.</p> github-actions[bot] tag:github.com,2008:Repository/1128767514/v1.2.22-unguarded 2026-03-09T01:23:46Z OpenCode Unguarded v1.2.22-unguarded <h2>OpenCode Unguarded Release</h2> <p>Based on <a href="https://github.com/anomalyco/opencode">anomalyco/opencode</a> version <code>1.2.22</code></p> <h3>Changes from Upstream</h3> <ul> <li>Removed LLM guardrails/ethics fences from system prompts</li> <li>Removed malicious code refusal instructions</li> <li>Removed defensive-only security restrictions</li> </ul> <h3>CLI Downloads</h3> <table> <thead> <tr> <th>Platform</th> <th>Architecture</th> <th>File</th> </tr> </thead> <tbody> <tr> <td>Linux</td> <td>x64</td> <td><code>opencode-linux-x64</code></td> </tr> <tr> <td>Linux</td> <td>x64 (baseline)</td> <td><code>opencode-linux-x64-baseline</code></td> </tr> <tr> <td>Linux</td> <td>ARM64</td> <td><code>opencode-linux-arm64</code></td> </tr> <tr> <td>macOS</td> <td>Apple Silicon</td> <td><code>opencode-darwin-arm64</code></td> </tr> <tr> <td>macOS</td> <td>Intel</td> <td><code>opencode-darwin-x64</code></td> </tr> <tr> <td>Windows</td> <td>x64</td> <td><code>opencode-windows-x64.exe</code></td> </tr> </tbody> </table> <h3>Desktop App Downloads</h3> <table> <thead> <tr> <th>Platform</th> <th>Architecture</th> <th>File</th> </tr> </thead> <tbody> <tr> <td>macOS</td> <td>Apple Silicon</td> <td><code>.dmg</code></td> </tr> <tr> <td>macOS</td> <td>Intel</td> <td><code>.dmg</code></td> </tr> <tr> <td>Windows</td> <td>x64</td> <td><code>.msi</code> / <code>.exe</code></td> </tr> <tr> <td>Linux</td> <td>x64</td> <td><code>.AppImage</code> / <code>.deb</code></td> </tr> <tr> <td>Linux</td> <td>ARM64</td> <td><code>.AppImage</code> / <code>.deb</code></td> </tr> </tbody> </table> <h4>macOS: Running Unsigned App</h4> <p>The macOS desktop app is not code-signed. To run it:</p> <p><strong>Method 1: Remove quarantine attribute (Recommended)</strong></p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="xattr -cr /Applications/OpenCode.app"><pre>xattr -cr /Applications/OpenCode.app</pre></div> <p><strong>Method 2: Ad-hoc signing</strong></p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="codesign --force --deep --sign - /Applications/OpenCode.app"><pre>codesign --force --deep --sign - /Applications/OpenCode.app</pre></div> <p><strong>Method 3: System Preferences</strong></p> <ul> <li>Try to open the app → Go to System Preferences → Security &amp; Privacy → General → Click "Open Anyway"</li> </ul> <h3>Quick Install (CLI)</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="# macOS Apple Silicon curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.22-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # macOS Intel curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.22-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # Linux x64 curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.22-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # Linux ARM64 curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.22-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode"><pre><span class="pl-c"><span class="pl-c">#</span> macOS Apple Silicon</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.22-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> macOS Intel</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.22-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> Linux x64</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.22-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> Linux ARM64</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.22-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode</pre></div> <h3>Verification</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sha256sum -c checksums.sha256"><pre>sha256sum -c checksums.sha256</pre></div> <hr> <p><strong>Disclaimer</strong>: This is for educational and research purposes only.</p> github-actions[bot] tag:github.com,2008:Repository/1128767514/v1.2.21-unguarded 2026-03-08T01:23:48Z OpenCode Unguarded v1.2.21-unguarded <h2>OpenCode Unguarded Release</h2> <p>Based on <a href="https://github.com/anomalyco/opencode">anomalyco/opencode</a> version <code>1.2.21</code></p> <h3>Changes from Upstream</h3> <ul> <li>Removed LLM guardrails/ethics fences from system prompts</li> <li>Removed malicious code refusal instructions</li> <li>Removed defensive-only security restrictions</li> </ul> <h3>CLI Downloads</h3> <table> <thead> <tr> <th>Platform</th> <th>Architecture</th> <th>File</th> </tr> </thead> <tbody> <tr> <td>Linux</td> <td>x64</td> <td><code>opencode-linux-x64</code></td> </tr> <tr> <td>Linux</td> <td>x64 (baseline)</td> <td><code>opencode-linux-x64-baseline</code></td> </tr> <tr> <td>Linux</td> <td>ARM64</td> <td><code>opencode-linux-arm64</code></td> </tr> <tr> <td>macOS</td> <td>Apple Silicon</td> <td><code>opencode-darwin-arm64</code></td> </tr> <tr> <td>macOS</td> <td>Intel</td> <td><code>opencode-darwin-x64</code></td> </tr> <tr> <td>Windows</td> <td>x64</td> <td><code>opencode-windows-x64.exe</code></td> </tr> </tbody> </table> <h3>Desktop App Downloads</h3> <table> <thead> <tr> <th>Platform</th> <th>Architecture</th> <th>File</th> </tr> </thead> <tbody> <tr> <td>macOS</td> <td>Apple Silicon</td> <td><code>.dmg</code></td> </tr> <tr> <td>macOS</td> <td>Intel</td> <td><code>.dmg</code></td> </tr> <tr> <td>Windows</td> <td>x64</td> <td><code>.msi</code> / <code>.exe</code></td> </tr> <tr> <td>Linux</td> <td>x64</td> <td><code>.AppImage</code> / <code>.deb</code></td> </tr> <tr> <td>Linux</td> <td>ARM64</td> <td><code>.AppImage</code> / <code>.deb</code></td> </tr> </tbody> </table> <h4>macOS: Running Unsigned App</h4> <p>The macOS desktop app is not code-signed. To run it:</p> <p><strong>Method 1: Remove quarantine attribute (Recommended)</strong></p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="xattr -cr /Applications/OpenCode.app"><pre>xattr -cr /Applications/OpenCode.app</pre></div> <p><strong>Method 2: Ad-hoc signing</strong></p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="codesign --force --deep --sign - /Applications/OpenCode.app"><pre>codesign --force --deep --sign - /Applications/OpenCode.app</pre></div> <p><strong>Method 3: System Preferences</strong></p> <ul> <li>Try to open the app → Go to System Preferences → Security &amp; Privacy → General → Click "Open Anyway"</li> </ul> <h3>Quick Install (CLI)</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="# macOS Apple Silicon curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.21-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # macOS Intel curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.21-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # Linux x64 curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.21-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # Linux ARM64 curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.21-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode"><pre><span class="pl-c"><span class="pl-c">#</span> macOS Apple Silicon</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.21-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> macOS Intel</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.21-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> Linux x64</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.21-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> Linux ARM64</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.21-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode</pre></div> <h3>Verification</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sha256sum -c checksums.sha256"><pre>sha256sum -c checksums.sha256</pre></div> <hr> <p><strong>Disclaimer</strong>: This is for educational and research purposes only.</p> github-actions[bot] tag:github.com,2008:Repository/1128767514/v1.2.20-unguarded 2026-03-06T08:39:35Z OpenCode Unguarded v1.2.20-unguarded <h2>OpenCode Unguarded Release</h2> <p>Based on <a href="https://github.com/anomalyco/opencode">anomalyco/opencode</a> version <code>1.2.20</code></p> <h3>Changes from Upstream</h3> <ul> <li>Removed LLM guardrails/ethics fences from system prompts</li> <li>Removed malicious code refusal instructions</li> <li>Removed defensive-only security restrictions</li> </ul> <h3>CLI Downloads</h3> <table> <thead> <tr> <th>Platform</th> <th>Architecture</th> <th>File</th> </tr> </thead> <tbody> <tr> <td>Linux</td> <td>x64</td> <td><code>opencode-linux-x64</code></td> </tr> <tr> <td>Linux</td> <td>x64 (baseline)</td> <td><code>opencode-linux-x64-baseline</code></td> </tr> <tr> <td>Linux</td> <td>ARM64</td> <td><code>opencode-linux-arm64</code></td> </tr> <tr> <td>macOS</td> <td>Apple Silicon</td> <td><code>opencode-darwin-arm64</code></td> </tr> <tr> <td>macOS</td> <td>Intel</td> <td><code>opencode-darwin-x64</code></td> </tr> <tr> <td>Windows</td> <td>x64</td> <td><code>opencode-windows-x64.exe</code></td> </tr> </tbody> </table> <h3>Desktop App Downloads</h3> <table> <thead> <tr> <th>Platform</th> <th>Architecture</th> <th>File</th> </tr> </thead> <tbody> <tr> <td>macOS</td> <td>Apple Silicon</td> <td><code>.dmg</code></td> </tr> <tr> <td>macOS</td> <td>Intel</td> <td><code>.dmg</code></td> </tr> <tr> <td>Windows</td> <td>x64</td> <td><code>.msi</code> / <code>.exe</code></td> </tr> <tr> <td>Linux</td> <td>x64</td> <td><code>.AppImage</code> / <code>.deb</code></td> </tr> <tr> <td>Linux</td> <td>ARM64</td> <td><code>.AppImage</code> / <code>.deb</code></td> </tr> </tbody> </table> <h4>macOS: Running Unsigned App</h4> <p>The macOS desktop app is not code-signed. To run it:</p> <p><strong>Method 1: Remove quarantine attribute (Recommended)</strong></p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="xattr -cr /Applications/OpenCode.app"><pre>xattr -cr /Applications/OpenCode.app</pre></div> <p><strong>Method 2: Ad-hoc signing</strong></p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="codesign --force --deep --sign - /Applications/OpenCode.app"><pre>codesign --force --deep --sign - /Applications/OpenCode.app</pre></div> <p><strong>Method 3: System Preferences</strong></p> <ul> <li>Try to open the app → Go to System Preferences → Security &amp; Privacy → General → Click "Open Anyway"</li> </ul> <h3>Quick Install (CLI)</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="# macOS Apple Silicon curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.20-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # macOS Intel curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.20-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # Linux x64 curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.20-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # Linux ARM64 curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.20-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode"><pre><span class="pl-c"><span class="pl-c">#</span> macOS Apple Silicon</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.20-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> macOS Intel</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.20-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> Linux x64</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.20-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> Linux ARM64</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.20-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode</pre></div> <h3>Verification</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sha256sum -c checksums.sha256"><pre>sha256sum -c checksums.sha256</pre></div> <hr> <p><strong>Disclaimer</strong>: This is for educational and research purposes only.</p> github-actions[bot] tag:github.com,2008:Repository/1128767514/v1.2.18-unguarded 2026-03-06T01:34:47Z OpenCode Unguarded v1.2.18-unguarded <h2>OpenCode Unguarded Release</h2> <p>Based on <a href="https://github.com/anomalyco/opencode">anomalyco/opencode</a> version <code>1.2.18</code></p> <h3>Changes from Upstream</h3> <ul> <li>Removed LLM guardrails/ethics fences from system prompts</li> <li>Removed malicious code refusal instructions</li> <li>Removed defensive-only security restrictions</li> </ul> <h3>CLI Downloads</h3> <table> <thead> <tr> <th>Platform</th> <th>Architecture</th> <th>File</th> </tr> </thead> <tbody> <tr> <td>Linux</td> <td>x64</td> <td><code>opencode-linux-x64</code></td> </tr> <tr> <td>Linux</td> <td>x64 (baseline)</td> <td><code>opencode-linux-x64-baseline</code></td> </tr> <tr> <td>Linux</td> <td>ARM64</td> <td><code>opencode-linux-arm64</code></td> </tr> <tr> <td>macOS</td> <td>Apple Silicon</td> <td><code>opencode-darwin-arm64</code></td> </tr> <tr> <td>macOS</td> <td>Intel</td> <td><code>opencode-darwin-x64</code></td> </tr> <tr> <td>Windows</td> <td>x64</td> <td><code>opencode-windows-x64.exe</code></td> </tr> </tbody> </table> <h3>Desktop App Downloads</h3> <table> <thead> <tr> <th>Platform</th> <th>Architecture</th> <th>File</th> </tr> </thead> <tbody> <tr> <td>macOS</td> <td>Apple Silicon</td> <td><code>.dmg</code></td> </tr> <tr> <td>macOS</td> <td>Intel</td> <td><code>.dmg</code></td> </tr> <tr> <td>Windows</td> <td>x64</td> <td><code>.msi</code> / <code>.exe</code></td> </tr> <tr> <td>Linux</td> <td>x64</td> <td><code>.AppImage</code> / <code>.deb</code></td> </tr> <tr> <td>Linux</td> <td>ARM64</td> <td><code>.AppImage</code> / <code>.deb</code></td> </tr> </tbody> </table> <h4>macOS: Running Unsigned App</h4> <p>The macOS desktop app is not code-signed. To run it:</p> <p><strong>Method 1: Remove quarantine attribute (Recommended)</strong></p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="xattr -cr /Applications/OpenCode.app"><pre>xattr -cr /Applications/OpenCode.app</pre></div> <p><strong>Method 2: Ad-hoc signing</strong></p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="codesign --force --deep --sign - /Applications/OpenCode.app"><pre>codesign --force --deep --sign - /Applications/OpenCode.app</pre></div> <p><strong>Method 3: System Preferences</strong></p> <ul> <li>Try to open the app → Go to System Preferences → Security &amp; Privacy → General → Click "Open Anyway"</li> </ul> <h3>Quick Install (CLI)</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="# macOS Apple Silicon curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.18-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # macOS Intel curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.18-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # Linux x64 curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.18-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # Linux ARM64 curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.18-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode"><pre><span class="pl-c"><span class="pl-c">#</span> macOS Apple Silicon</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.18-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> macOS Intel</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.18-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> Linux x64</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.18-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> Linux ARM64</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.18-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode</pre></div> <h3>Verification</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sha256sum -c checksums.sha256"><pre>sha256sum -c checksums.sha256</pre></div> <hr> <p><strong>Disclaimer</strong>: This is for educational and research purposes only.</p> github-actions[bot] tag:github.com,2008:Repository/1128767514/v1.2.17-unguarded 2026-03-05T09:48:04Z OpenCode Unguarded v1.2.17-unguarded <h2>OpenCode Unguarded Release</h2> <p>Based on <a href="https://github.com/anomalyco/opencode">anomalyco/opencode</a> version <code>1.2.17</code></p> <h3>Changes from Upstream</h3> <ul> <li>Removed LLM guardrails/ethics fences from system prompts</li> <li>Removed malicious code refusal instructions</li> <li>Removed defensive-only security restrictions</li> </ul> <h3>CLI Downloads</h3> <table> <thead> <tr> <th>Platform</th> <th>Architecture</th> <th>File</th> </tr> </thead> <tbody> <tr> <td>Linux</td> <td>x64</td> <td><code>opencode-linux-x64</code></td> </tr> <tr> <td>Linux</td> <td>x64 (baseline)</td> <td><code>opencode-linux-x64-baseline</code></td> </tr> <tr> <td>Linux</td> <td>ARM64</td> <td><code>opencode-linux-arm64</code></td> </tr> <tr> <td>macOS</td> <td>Apple Silicon</td> <td><code>opencode-darwin-arm64</code></td> </tr> <tr> <td>macOS</td> <td>Intel</td> <td><code>opencode-darwin-x64</code></td> </tr> <tr> <td>Windows</td> <td>x64</td> <td><code>opencode-windows-x64.exe</code></td> </tr> </tbody> </table> <h3>Desktop App Downloads</h3> <table> <thead> <tr> <th>Platform</th> <th>Architecture</th> <th>File</th> </tr> </thead> <tbody> <tr> <td>macOS</td> <td>Apple Silicon</td> <td><code>.dmg</code></td> </tr> <tr> <td>macOS</td> <td>Intel</td> <td><code>.dmg</code></td> </tr> <tr> <td>Windows</td> <td>x64</td> <td><code>.msi</code> / <code>.exe</code></td> </tr> <tr> <td>Linux</td> <td>x64</td> <td><code>.AppImage</code> / <code>.deb</code></td> </tr> <tr> <td>Linux</td> <td>ARM64</td> <td><code>.AppImage</code> / <code>.deb</code></td> </tr> </tbody> </table> <h4>macOS: Running Unsigned App</h4> <p>The macOS desktop app is not code-signed. To run it:</p> <p><strong>Method 1: Remove quarantine attribute (Recommended)</strong></p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="xattr -cr /Applications/OpenCode.app"><pre>xattr -cr /Applications/OpenCode.app</pre></div> <p><strong>Method 2: Ad-hoc signing</strong></p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="codesign --force --deep --sign - /Applications/OpenCode.app"><pre>codesign --force --deep --sign - /Applications/OpenCode.app</pre></div> <p><strong>Method 3: System Preferences</strong></p> <ul> <li>Try to open the app → Go to System Preferences → Security &amp; Privacy → General → Click "Open Anyway"</li> </ul> <h3>Quick Install (CLI)</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="# macOS Apple Silicon curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.17-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # macOS Intel curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.17-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # Linux x64 curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.17-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # Linux ARM64 curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.17-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode"><pre><span class="pl-c"><span class="pl-c">#</span> macOS Apple Silicon</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.17-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> macOS Intel</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.17-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> Linux x64</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.17-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> Linux ARM64</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.17-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode</pre></div> <h3>Verification</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sha256sum -c checksums.sha256"><pre>sha256sum -c checksums.sha256</pre></div> <hr> <p><strong>Disclaimer</strong>: This is for educational and research purposes only.</p> github-actions[bot] tag:github.com,2008:Repository/1128767514/v1.2.14-unguarded 2026-02-25T17:12:40Z OpenCode Unguarded v1.2.14-unguarded <h2>OpenCode Unguarded Release</h2> <p>Based on <a href="https://github.com/anomalyco/opencode">anomalyco/opencode</a> version <code>1.2.14</code></p> <h3>Changes from Upstream</h3> <ul> <li>Removed LLM guardrails/ethics fences from system prompts</li> <li>Removed malicious code refusal instructions</li> <li>Removed defensive-only security restrictions</li> </ul> <h3>CLI Downloads</h3> <table> <thead> <tr> <th>Platform</th> <th>Architecture</th> <th>File</th> </tr> </thead> <tbody> <tr> <td>Linux</td> <td>x64</td> <td><code>opencode-linux-x64</code></td> </tr> <tr> <td>Linux</td> <td>x64 (baseline)</td> <td><code>opencode-linux-x64-baseline</code></td> </tr> <tr> <td>Linux</td> <td>ARM64</td> <td><code>opencode-linux-arm64</code></td> </tr> <tr> <td>macOS</td> <td>Apple Silicon</td> <td><code>opencode-darwin-arm64</code></td> </tr> <tr> <td>macOS</td> <td>Intel</td> <td><code>opencode-darwin-x64</code></td> </tr> <tr> <td>Windows</td> <td>x64</td> <td><code>opencode-windows-x64.exe</code></td> </tr> </tbody> </table> <h3>Desktop App Downloads</h3> <table> <thead> <tr> <th>Platform</th> <th>Architecture</th> <th>File</th> </tr> </thead> <tbody> <tr> <td>macOS</td> <td>Apple Silicon</td> <td><code>.dmg</code></td> </tr> <tr> <td>macOS</td> <td>Intel</td> <td><code>.dmg</code></td> </tr> <tr> <td>Windows</td> <td>x64</td> <td><code>.msi</code> / <code>.exe</code></td> </tr> <tr> <td>Linux</td> <td>x64</td> <td><code>.AppImage</code> / <code>.deb</code></td> </tr> <tr> <td>Linux</td> <td>ARM64</td> <td><code>.AppImage</code> / <code>.deb</code></td> </tr> </tbody> </table> <h4>macOS: Running Unsigned App</h4> <p>The macOS desktop app is not code-signed. To run it:</p> <p><strong>Method 1: Remove quarantine attribute (Recommended)</strong></p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="xattr -cr /Applications/OpenCode.app"><pre>xattr -cr /Applications/OpenCode.app</pre></div> <p><strong>Method 2: Ad-hoc signing</strong></p> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="codesign --force --deep --sign - /Applications/OpenCode.app"><pre>codesign --force --deep --sign - /Applications/OpenCode.app</pre></div> <p><strong>Method 3: System Preferences</strong></p> <ul> <li>Try to open the app → Go to System Preferences → Security &amp; Privacy → General → Click "Open Anyway"</li> </ul> <h3>Quick Install (CLI)</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="# macOS Apple Silicon curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.14-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # macOS Intel curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.14-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # Linux x64 curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.14-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode # Linux ARM64 curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.14-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode &amp;&amp; chmod +x /usr/local/bin/opencode"><pre><span class="pl-c"><span class="pl-c">#</span> macOS Apple Silicon</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.14-unguarded/opencode-darwin-arm64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> macOS Intel</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.14-unguarded/opencode-darwin-x64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> Linux x64</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.14-unguarded/opencode-linux-x64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode <span class="pl-c"><span class="pl-c">#</span> Linux ARM64</span> curl -L https://github.com/winmin/evil-opencode/releases/download/v1.2.14-unguarded/opencode-linux-arm64 -o /usr/local/bin/opencode <span class="pl-k">&amp;&amp;</span> chmod +x /usr/local/bin/opencode</pre></div> <h3>Verification</h3> <div class="highlight highlight-source-shell notranslate position-relative overflow-auto" data-snippet-clipboard-copy-content="sha256sum -c checksums.sha256"><pre>sha256sum -c checksums.sha256</pre></div> <hr> <p><strong>Disclaimer</strong>: This is for educational and research purposes only.</p> github-actions[bot]