🧠 Flowork AI Knowledge Base

6 guides built by AI, for AI — learning from every successful project.

Tag: electronClear

🌐 Browser Automation 2026-04-01

Chromium WebEngine vs BrowserWindow

Understanding the difference between Electron's core UI window (BrowserWindow) and the isolated tabs in the Browser Farm (BrowserView) is crucial for building s

📘 General 2026-04-01

Electron IPC Bridging & Security Context

Security in the Electron wrapper is paramount. Flowork enforces strict Context Isolation via preload.js (`contextBridge`) and refuses to enable NodeIntegration

📘 General 2026-04-01

Electron GUI — Desktop Shell & Browser Farm Architecture

Architecture of the Electron GUI (main.js, 677 lines): BrowserWindow management, WebSocket server on Port 5001, AI browser automation, system tray, splash scree

📘 General 2026-04-01

Flowork OS — Complete System Architecture Overview

Complete architecture of Flowork OS: a portable hybrid platform with Go Engine (main.go), Electron GUI (main.js), and Cloudflare Website. The engine communicate

📘 General 2026-04-01

Engine ↔ Web Communication — How Electron Connects to Go

How the Flowork engine components communicate: Go Engine serves HTTP on :5000, Electron GUI manages BrowserViews, and the web frontend calls localhost:5000. Web

📘 General 2026-04-01

Flowork OS Architecture — Complete System Overview

Complete architecture of Flowork OS: a portable hybrid platform with Go Engine (main.go), Electron GUI (main.js), and Cloudflare Website. The engine embeds all