DeepBridge is the current working prototype of AIOSE (AI OS Environment) — an environment for AI I've been building for a long time: a local bridge between browser DeepSeek and a full AI agent with tools. The early DeepGate was dropped for a wrong approach — replaced by the more stable DeepBridge: intercepting and injecting requests via the browser, session management, file-system and shell tools in a Web UI.
DeepBridge is a local bridge that turns browser DeepSeek into a full AI agent with access to the file system, terminal and browser. A Flask server runs locally, Playwright drives Chrome via CDP, and the Web UI provides a DeepSeek-style interface with tool support.
AI OS Environment — the umbrella name of the line, an environment for AI developed long before. DeepGate and DeepBridge are iterations within it.
The first interception approach. It proved unstable and architecturally wrong — discontinued.
A rethought bridge: more stable session and injection handling. A working prototype, needs refinement.
Drives Chrome via the Chrome DevTools Protocol. Lets it intercept and inject requests into DeepSeek without an official API.
The agent reads, writes and deletes files in the working directory. Guards: path-traversal checks, directory whitelist, protected files.
Running terminal commands via the agent. Whitelist command validation, stdout/stderr capture, protection against destructive operations.
Chat-session management with history, export, context menu and token stats. The full conversation lifecycle.
A minimal interface with a sidebar, modes (Think / Normal), hotkeys, themes and history search. 20+ UI-test screenshots.
A persistent access token is loaded from a file on restart. Protects the local server from unauthorized access.