browser4-cli 4.12.3 → 4.12.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -6
- package/bin/browser4-cli-darwin-arm64 +0 -0
- package/bin/browser4-cli-darwin-x64 +0 -0
- package/bin/browser4-cli-linux-arm64 +0 -0
- package/bin/browser4-cli-linux-musl-arm64 +0 -0
- package/bin/browser4-cli-linux-musl-x64 +0 -0
- package/bin/browser4-cli-linux-x64 +0 -0
- package/bin/browser4-cli-win32-x64.exe +0 -0
- package/package.json +1 -1
- package/scripts/install-browser4-cli.ps1 +1 -1
- package/scripts/install-browser4-cli.sh +1 -1
package/README.md
CHANGED
|
@@ -38,15 +38,15 @@ English | [简体中文](README.zh.md) | [中国镜像](https://gitee.com/platon
|
|
|
38
38
|
|
|
39
39
|
## 🌟 Introduction
|
|
40
40
|
|
|
41
|
-
💖 **Browser4
|
|
41
|
+
💖 **Browser4 — an AI-native browser engine for autonomous agents, intelligent extraction, and large-scale web automation.** 💖
|
|
42
42
|
|
|
43
43
|
### ✨ Key Capabilities
|
|
44
44
|
|
|
45
|
-
* 🤖 **Agent Browser** —
|
|
46
|
-
*
|
|
47
|
-
* ⚡ **
|
|
48
|
-
* 🧬 **
|
|
49
|
-
* 📦 **
|
|
45
|
+
* 🤖 **Agent Browser** — Enable AI agents to browse, interact, and automate real-world websites.
|
|
46
|
+
* 🧠 **ML-Powered Extraction** — Learn page structures and extract structured data without LLM token costs.
|
|
47
|
+
* ⚡ **High-Performance Runtime** — Coroutine-safe architecture supporting 100k–200k complex page visits per machine per day.
|
|
48
|
+
* 🧬 **Hybrid Intelligence** — Combine LLM, ML, X-SQL, and selectors for robust extraction and experience reuse.
|
|
49
|
+
* 📦 **Enterprise-Scale Automation** — Swarm crawling, CDP-native control, batch jobs, stateful sessions, plugins, extensions, and more.
|
|
50
50
|
|
|
51
51
|
## Quick Start
|
|
52
52
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -318,7 +318,7 @@ function Get-DownloadUrls {
|
|
|
318
318
|
} else {
|
|
319
319
|
# Use 'latest' redirect for GitHub, 'latest' symlink for OSS
|
|
320
320
|
$ghUrl = "https://github.com/$GITHUB_REPO/releases/latest/download/$BinaryName"
|
|
321
|
-
$ossUrl = "$OSS_BASE/releases/download
|
|
321
|
+
$ossUrl = "$OSS_BASE/releases/latest/download/$BinaryName"
|
|
322
322
|
}
|
|
323
323
|
|
|
324
324
|
if ($Source -eq "github") {
|
|
@@ -330,7 +330,7 @@ get_download_urls() {
|
|
|
330
330
|
else
|
|
331
331
|
# Use 'latest' redirect for GitHub, 'latest' symlink for OSS
|
|
332
332
|
local gh_url="https://github.com/${GITHUB_REPO}/releases/latest/download/${binary_name}"
|
|
333
|
-
local oss_url="${OSS_BASE}/releases/download
|
|
333
|
+
local oss_url="${OSS_BASE}/releases/latest/download/${binary_name}"
|
|
334
334
|
fi
|
|
335
335
|
|
|
336
336
|
case "$SOURCE" in
|