mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
32 lines
643 B
Plaintext
32 lines
643 B
Plaintext
---
|
|
title: "Introduction"
|
|
description: "Automate browser tasks in plain text. "
|
|
icon: "book-open"
|
|
---
|
|
|
|
<img
|
|
className="block dark:hidden rounded-2xl"
|
|
src="/images/browser-use-banner.png"
|
|
alt="Browser Use Logo"
|
|
/>
|
|
<img
|
|
className="hidden dark:block rounded-2xl"
|
|
src="/images/browser-use-banner-dark.png"
|
|
alt="Browser Use Logo"
|
|
/>
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Local Setup" icon="terminal" href="/quickstart">
|
|
Open-source Python library.
|
|
</Card>
|
|
<Card
|
|
title="Cloud Setup"
|
|
icon="cloud"
|
|
href="https://docs.cloud.browser-use.com"
|
|
color="#FE750E"
|
|
>
|
|
Scale up with our cloud.
|
|
|
|
</Card>
|
|
</CardGroup>
|