* 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
10 lines
320 B
Plaintext
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.
|