Skip to content

OpenDia v1.0.0 - Browser AI Automation

Choose a tag to compare

@aaronjmars aaronjmars released this 28 Jun 19:24
0391f07

OpenDia v1.0.0 πŸš€

The open alternative to Dia - Connect your browser to AI models

🎯 Features

  • βœ… Anti-detection bypass for Twitter/X, LinkedIn, Facebook
  • βœ… 17 powerful browser tools for AI automation
  • βœ… Smart page analysis with two-phase discovery
  • βœ… Universal browser support (Chrome, Arc, Edge, Brave, etc.)
  • βœ… Privacy-first - everything runs locally

πŸ“¦ Installation

Quick Start

  1. Start the server: npx opendia
  2. Install this extension: Download opendia-extension-v1.0.0.zip below
  3. Load in browser: Go to chrome://extensions/ β†’ Enable Developer mode β†’ Load unpacked

Manual Installation

  1. Download the extension zip file below
  2. Extract it to a folder
  3. Open Chrome/Arc/Edge β†’ Extensions β†’ Developer mode β†’ Load unpacked
  4. Select the extracted folder

πŸ”§ Setup

Add to your Claude Desktop config:

{
  "mcpServers": {
    "opendia": {
      "command": "npx",
      "args": ["opendia"]
    }
  }
}