Files
chrome-use/docs/src/app/native-mode/page.mdx
T
Chris Tate 8e43469c8b full native (#754)
* full native

* fix: apply cargo fmt formatting

* fix: prevent zip path traversal in Chromium installer

Use enclosed_name() to sanitize zip entry paths, preventing malicious
archives from writing outside the extraction directory.

* improvements

* fix: apply cargo fmt formatting

* benchmarks

* bench

* updates

* fixes
2026-03-13 19:59:21 -05:00

10 lines
320 B
Plaintext

import { pageMetadata } from "@/lib/page-metadata"
export const metadata = pageMetadata("native-mode")
# Native Mode
agent-browser is now 100% native Rust by default. The Node.js/Playwright daemon has been removed.
This page is no longer relevant. See the main [documentation](/) for current architecture and usage.