captchaforge 0.2.38

[DO NOT USE — UNDER ACTIVE DEVELOPMENT, NOT PRODUCTION-READY] Captcha solver scaffolding for Firefox + BiDi-driven browsers. The architecture is in place (vendor solvers, retry-loop iframe walking, VLM provider abstraction, real-WAF bench harness) but the live-vendor success rate is still 0% — Cloudflare Turnstile / hCaptcha / reCAPTCHA detect us at a TLS / BiDi fingerprint layer that no flag-based stealth has cleared. Watch the repo; do not depend on this for any real workload.
Documentation
{
  "version": "0.2.31",
  "description": "Automatic CAPTCHA detection + multi-strategy solver for headless browsers",
  "homepage": "https://github.com/santhsecurity/captchaforge",
  "license": "MIT OR Apache-2.0",
  "architecture": {
    "64bit": {
      "url": "https://github.com/santhsecurity/captchaforge/releases/download/v0.2.31/captchaforge-v0.2.31-x86_64-pc-windows-msvc.zip",
      "hash": "REPLACE_ME_x86_64_pc_windows_msvc",
      "extract_dir": "captchaforge-v0.2.31-x86_64-pc-windows-msvc"
    }
  },
  "bin": "captchaforge.exe",
  "checkver": {
    "github": "https://github.com/santhsecurity/captchaforge"
  },
  "autoupdate": {
    "architecture": {
      "64bit": {
        "url": "https://github.com/santhsecurity/captchaforge/releases/download/v$version/captchaforge-v$version-x86_64-pc-windows-msvc.zip",
        "extract_dir": "captchaforge-v$version-x86_64-pc-windows-msvc"
      }
    },
    "hash": {
      "url": "$url.sha256"
    }
  },
  "notes": [
    "Chromium is required at runtime. Install via 'scoop install chromium'.",
    "Optional: 'scoop install tesseract' for the OCR fallback solver."
  ]
}