Skip to content

OpenSIN Documentation

OpenSIN-AI — The world's most comprehensive autonomous AI agent ecosystem.


🏢 Organization Overview

OpenSIN-AI is a GitHub organization building a fully autonomous, multi-agent AI platform. The architecture combines a CLI core, A2A (Agent-to-Agent) protocol, Chrome Bridge extension, and a fleet of specialized agents — all orchestrated through n8n workflows on dedicated infrastructure.

GitHub: https://github.com/OpenSIN-AIWebsite: https://opensin.aiDashboard: https://a2a.delqhi.comDiscord: https://discord.gg/opensin


📦 Repository Landscape

Core Repositories

RepositoryPurposeURL
OpenSINFree-tier CLI agent — ReAct loop, tools, hooks, MCPgithub.com/OpenSIN-AI/OpenSIN
OpenSIN-CodeSIN Code CLI — TypeScript-based opencode fork with pluginsgithub.com/OpenSIN-AI/OpenSIN-Code
OpenSIN-backendSubscription backend — API services, Chrome extension, sinInChromegithub.com/OpenSIN-AI/OpenSIN-backend

Websites

RepositoryPurposeURL
website-opensin.aiPublic marketing site — features, pricing, docsgithub.com/OpenSIN-AI/website-opensin.ai
website-my.opensin.aiUser dashboard — account management, agent fleet overviewgithub.com/OpenSIN-AI/website-my.opensin.ai

Infrastructure & Templates

RepositoryPurposeURL
OpenSIN-documentationVitePress documentation site — this repogithub.com/OpenSIN-AI/OpenSIN-documentation
Template-A2A-SIN-AgentAgent template — scaffold for new A2A agentsgithub.com/OpenSIN-AI/Template-A2A-SIN-Agent
dev-setupQuick-start development environment setupgithub.com/OpenSIN-AI/dev-setup

Marketing

RepositoryPurposeURL
OpenSIN-Marketing-Release-StrategieRelease planning, blog posts, marketing materialsgithub.com/OpenSIN-AI/OpenSIN-Marketing-Release-Strategie
OpenSIN-Blog-PostsPublished blog contentgithub.com/OpenSIN-AI/OpenSIN-Blog-Posts

🧠 Architecture at a Glance

┌─────────────────────────────────────────────────────────┐
│                    OpenSIN Ecosystem                     │
├──────────────┬──────────────┬───────────────────────────┤
│   CLI Core   │   A2A Fleet  │    Infrastructure         │
│              │              │                           │
│ OpenSIN      │ 20+ A2A      │ n8n (OCI VM)              │
│ (Free)       │ Agents       │ Supabase (OCI VM 200GB)   │
│              │              │                           │
│ OpenSIN-Code │ SIN-Zeus     │ HF Spaces (free VMs)      │
│ (Pro)        │ (Orchestrator)│ Cloudflare Pages         │
│              │              │                           │
│              │ SIN-Hermes   │ Chrome Extension          │
│              │ (Dispatcher) │ (39 MCP Tools)            │
│              │              │                           │
│              │ SIN-Solver   │ OpenSIN Bridge            │
│              │ (Web App)    │ (WebSocket MCP Server)    │
└──────────────┴──────────────┴───────────────────────────┘

Key Components

  1. CLI Core — Two implementations: Python-based OpenSIN (free) and TypeScript-based OpenSIN-Code (pro/subscription). Both feature ReAct loops, tool systems, MCP clients, hook systems, and subagent delegation.

  2. A2A Protocol — Agent-to-Agent communication standard. Each agent has its own MCP server, Telegram bot, and can delegate tasks to other agents.

  3. OpenSIN Bridge — Chrome extension with 39 MCP tools. Provides video recording, stealth mode, cookie management, webRequest logging, and WebSocket-based MCP server on HuggingFace.

  4. n8n Orchestration — Workflow engine on OCI VM (92.5.60.87) handling inbound work items, PR watching, token rotation, and fleet coordination.

  5. Supabase Database — Central PostgreSQL database on OCI VM (200GB) serving as the persistent data layer for all agents.


🚀 Quick Start

Install OpenSIN CLI (Free)

bash
pip install opensin-cli
opensin agent create researcher --model gpt-4
opensin agent test researcher --prompt "What is AI?"

Install SIN Code CLI (Pro)

bash
# Clone the repository
git clone https://github.com/OpenSIN-AI/OpenSIN-Code.git
cd OpenSIN-Code
npm install
npm run build

Run OpenSIN Bridge (Chrome Extension)

  1. Clone OpenSIN-backend: git clone https://github.com/OpenSIN-AI/OpenSIN-backend.git
  2. Load services/sin-chrome-extension as unpacked extension in Chrome
  3. Connect to HF MCP Server at https://huggingface.co/spaces/OpenJerro/opensin-bridge-mcp

Deploy Documentation

bash
git clone https://github.com/OpenSIN-AI/OpenSIN-documentation.git
cd OpenSIN-documentation
npm install
npm run docs:dev

📚 Documentation Index

TopicLink
Getting StartedGuide
InstallationGuide
Quick StartGuide
Agent BasicsGuide
MCP IntegrationGuide
A2A ProtocolGuide
Team OrchestrationGuide
DeploymentGuide
MonitoringGuide
ScalingGuide
TroubleshootingGuide
ChangelogGuide
OpenSIN BridgeDocs
API ReferenceAPI
ArchitectureArchitecture

🌉 OpenSIN Bridge — Chrome Extension

The most significant development in the entire OpenSIN-AI organization.

OpenSIN Bridge is a Chrome Extension with 39 MCP Tools that outperforms Antigravity in every category:

  • 39 Tools (vs Antigravity's ~15)
  • Video Recording (chrome.tabCapture)
  • Stealth Mode (Anti-Detection)
  • Cookie CRUD (Full Chrome Cookie API)
  • webRequest Logging (500 entries)
  • HF MCP Server (always online via WebSocket)
  • Open Source, free, no vendor lock-in

🔗 External Services

ServicePurpose
OCI VM (92.5.60.87)n8n workflow engine, Supabase database
HuggingFace SpacesFree VM hosting for A2A agents and MCP servers
Cloudflare PagesDocumentation and website hosting
SupabaseCentral PostgreSQL database (200GB on OCI)
TelegramAgent communication and operator chat

Released under the Apache 2.0 License.