
platonai/dsh-browser4
dsh-browser4
Browser4 — an AI-native browser engine for autonomous agents, intelligent extraction, and large-scale web automation.
Install
npx @deepseek-ai/dsh plugin --profile web add dsh-browser4Restart `dsh web` after install. Bundle APIs can change during the developer preview.
README badge
[](https://dshhub.dev/plugins/dsh-browser4)Paste this into your README. The star count updates with every catalog sync.
From the README
Excerpt from platonai/dsh-browser4, cleaned of badges and images.
🤖 Browser4
Project: github.com/platonai/Browser4 · Website: browser4.io
Table of Contents
- 🤖 Browser4
🌟 Introduction
💖 Browser4 — an AI-native browser engine for autonomous agents, intelligent extraction, and large-scale web automation. 💖
✨ Key Capabilities
- 🤖 Agent Browser — Enable AI agents to browse, interact, and automate real-world websites.
- 🧠 ML-Powered Extraction — Learn page structures and extract structured data without LLM token costs.
- ⚡ High-Performance Runtime — Coroutine-safe architecture supporting 100k–200k complex page visits per machine per day.
- 🧬 Hybrid Intelligence — Combine LLM, ML, X-SQL, and selectors for robust extraction and experience reuse.
- 📦 Enterprise-Scale Automation — Large-scale web access, CDP-native control, batch jobs, stateful sessions, plugins, extensions, and more.
📦 Installation
1. Install DeepSeek Harness (DSH)
First check whether DSH is already installed:
dsh --version
If the command prints a version number, DSH is ready — go to the next step. If the command is not found, install it by OS:
macOS
Install Node.js 20 or later, then install DSH:
brew install node
npm install -g @deepseek-ai/dsh
Windows
Install Node.js LTS in PowerShell:
winget install OpenJS.NodeJS.LTS
Reopen PowerShell after installation, then install DSH:
npm install -g @deepseek-ai/dsh
Run dsh --version again to confirm DSH works.
…
