🧩 ARAYA EXTENSION DNA

Chrome/Brave Sidebar Extension for Consciousness Revolution

Status: SHIP (85%) Native Messaging: VERIFIED Araya API: CONNECTED Manifest V3 CDC: 2.2.3.001

📦 Download Extension

Get ARAYA sidebar for Chrome or Brave

⬇️ Download ARAYA Extension

v1.0.0 | Manifest V3 | 15 KB

🎯 PURPOSE

ARAYA Extension is a browser sidebar that provides AI-powered analysis, pattern detection, and quick actions on any webpage.

🏗️ ARCHITECTURE

+---------------------------------------------------------------+
|                    ARAYA BROWSER EXTENSION                     |
+---------------------------------------------------------------+
|                                                                |
|  +-------------------+    +-------------------+                |
|  |   POPUP           |    |   SIDEPANEL       |                |
|  |   popup.html      |    |   lobby.html      |                |
|  +--------+----------+    +--------+----------+                |
|           |                        |                           |
|           v                        v                           |
|  +-----------------------------------------------+             |
|  |           SERVICE WORKER (background)          |             |
|  |           service_worker.js                    |             |
|  +----------------------+------------------------+             |
|                         |                                      |
|     +-------------------+-------------------+                  |
|     |                   |                   |                  |
|     v                   v                   v                  |
|  +----------+    +-------------+    +--------------+           |
|  | Content  |    | AI Detector |    | Glass Window |           |
|  | Scripts  |    | (observer)  |    | (floating)   |           |
|  +----------+    +-------------+    +--------------+           |
|                                                                |
+---------------------------------------------------------------+
                          |
                          | Native Messaging (VERIFIED)
                          v
          +-------------------------------+
          |     OVERKORE LOCAL TERMINAL   |
          |     Python ↔ Chrome Bridge    |
          +-------------------------------+

🧱 COMPONENTS

📋
Manifest
manifest.json
Extension config
🪟
Popup
popup/popup.html
Quick access
📐
Side Panel
sidepanel/lobby.html
7 Domains UI
⚙️
Service Worker
background/service_worker.js
Event handling
🤖
AI Detector
content/ai-detector.js
Pattern detection
👁️
Observer
content/observer.js
Page monitoring
🔮
Glass Window
glass-window/
Floating overlay
🐍
Native Host
native_host.py
Local Python bridge

📊 STATUS DASHBOARD

75%
Completion
Popup UI
Sidepanel UI
Native Messaging
AI Detection
WebSocket Terminal
FeatureStatusNotes
Popup InterfaceBUILTQuick access to tools
Sidepanel InterfaceBUILT7 Domains navigation
AI Content DetectionBASICHeuristic-based, needs upgrade
Native MessagingVERIFIEDExtension ↔ Python working
WebSocket to OVERKORENOT BUILTws://localhost:9999 planned
Supabase SyncNOT BUILTCross-device sync planned

📥 INSTALLATION

Requirements: Chrome 114+ or Brave browser

Open the Sidebar

🔌 NATIVE MESSAGING (VERIFIED)

Status: WORKING (Feb 8, 2026)

The extension can communicate with local Python scripts!

How It Works

Extension                    Chrome                     Local System
    |                          |                            |
    |-- sendNativeMessage() -->|                            |
    |                          |-- Registry lookup -------->|
    |                          |                            |
    |                          |<-- native_host.py ---------|
    |                          |                            |
    |<-- Response -------------|                            |
    |                          |                            |

Files Required

FilePurpose
native_host.pyPython script that handles messages
io.consciousnessrevolution.overkore.jsonNative messaging manifest
INSTALL_NATIVE_HOST.batRegistry installer (Windows)

Test Result

Extension → Native Host: {"type": "ping", "data": "hello"}
Native Host → Extension: {"type": "pong", "data": "hello"}
✓ Round-trip verified!

🛣️ ROADMAP

Phase 1: Local Terminal Connection (P1)

  • Add WebSocket client to service worker
  • Connect to OVERKORE at ws://localhost:9999
  • Enable "Execute Locally" actions

Phase 2: Enhanced AI Detection (P2)

  • Claude API for content analysis
  • Pattern Theory scoring on pages
  • Manipulation detection alerts

Phase 3: Supabase Sync (P2)

  • Connect to Supabase for user data
  • Sync settings across devices
  • Share with web platform

Phase 4: Firefox Support (P3)

  • Firefox-compatible manifest
  • Test browser.sidebarAction API
  • Package as .xpi

📡 CONNECTIONS

SystemConnectionStatus
ARAYA Web Chat Same API backend COMPATIBLE
OVERKORE Terminal Native Messaging bridge VERIFIED
Cyclotron Brain Via OVERKORE → 166K atoms INDIRECT
Supabase Not yet connected PLANNED
Trinity Hub MCP server available AVAILABLE

📂 FILE LOCATIONS

ResourcePath
Extension Source100X_DEPLOYMENT/araya-extension/
Packaged ZIP100X_DEPLOYMENT/araya-extension/ARAYA_CARGO_EXTENSION.zip
Install Guide100X_DEPLOYMENT/araya-extension/INSTALL_IN_BRAVE.md
Native Host FilesDesktop/2_BUILD/PORTABLE_BOOT_PACKAGE/
DNA Blueprint (MD)Desktop/1_COMMAND/ARAYA_EXTENSION_DNA_BLUEPRINT.md

🔗 RELATED DNA