Skip to content

Releases: mguttmann/opencode

OpenCode Custom Build (Multi-Account + YOLO + Auto-Relogin)

21 Jan 10:46

Choose a tag to compare

Custom OpenCode Build

This build includes features not yet merged into the main repository:

Features

  1. Multi-Account OAuth Rotation (PR anomalyco#9069)

    • Add multiple Anthropic OAuth accounts
    • Automatic failover when rate-limited
    • CLI: opencode auth add, opencode auth list, opencode auth remove
  2. YOLO Mode (PR anomalyco#9073)

    • Skip all permission prompts
    • CLI: opencode --yolo or set OPENCODE_YOLO=1
    • Desktop: Enable in Settings
  3. Auto-Relogin (PR anomalyco#9455)

    • Automatically refresh expired OAuth tokens via browser sessions
    • Setup: opencode auth browser setup
    • Uses Puppeteer + Stealth to bypass Cloudflare

Installation (macOS ARM64)

Desktop App:

  1. Download OpenCode-Dev-macos-arm64.zip
  2. Unzip and move OpenCode Dev.app to /Applications
  3. On first launch: Right-click → Open (to bypass Gatekeeper)

CLI:

  1. Download opencode-cli-macos-arm64
  2. Move to ~/.local/bin/opencode (or another directory in your PATH)
  3. Run chmod +x ~/.local/bin/opencode

First-Time Setup

# Authenticate with Anthropic (Claude Max subscription)
opencode auth

# Optional: Setup auto-relogin for overnight token refresh
opencode auth browser setup

Note

This is an unofficial build. For the official release, see https://github.com/anomalyco/opencode