OpenDia v1.0.0 - Browser AI Automation
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
- Start the server:
npx opendia - Install this extension: Download
opendia-extension-v1.0.0.zipbelow - Load in browser: Go to
chrome://extensions/β Enable Developer mode β Load unpacked
Manual Installation
- Download the extension zip file below
- Extract it to a folder
- Open Chrome/Arc/Edge β Extensions β Developer mode β Load unpacked
- Select the extracted folder
π§ Setup
Add to your Claude Desktop config:
{
"mcpServers": {
"opendia": {
"command": "npx",
"args": ["opendia"]
}
}
}