Files
BrowserOS/docs/onboarding.mdx
Felarof df7873562d Revert Kimi partnership UI, restore daily limit survey (#663)
* docs: add uBlock Origin install info to getting started and ad-blocking pages

Chrome dropped support for the full uBlock Origin extension — highlight
that BrowserOS brings it back and make it easy to install from both the
getting started guide and the dedicated ad-blocking page.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* feat: revert Kimi partnership UI, restore daily limit survey

Remove Kimi/Moonshot AI partnership branding from the rate limit
banner, provider card, provider templates, and LLM hub. Restore
the original survey CTA on daily limit errors. Moonshot AI remains
as a regular provider template without the "Recommended" badge.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: address Greptile review comments

- Guard survey CTA with !isCreditsExhausted to avoid showing it for
  credits-exhausted users who already see "View Usage & Billing"
- Remove dead kimi-launch feature flag files (kimi-launch.ts,
  useKimiLaunch.ts)
- Remove unused KIMI_RATE_LIMIT analytics events
- Remove VITE_PUBLIC_KIMI_LAUNCH from env schema and .env.example

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 16:39:00 -07:00

59 lines
2.0 KiB
Plaintext

---
title: "Getting Started"
description: "Set up BrowserOS in 2 minutes"
---
Welcome to BrowserOS! Let's get you set up.
<Steps>
<Step title="Import from Chrome">
Bring your bookmarks, history, and passwords from Chrome.
1. Go to `chrome://settings/importData`
2. Select **Google Chrome** and click **Import**
3. Choose **Always allow** when prompted
<Tip>
This imports everything in one click — bookmarks, passwords, history, and extensions.
</Tip>
</Step>
<Step title="Set up your AI">
BrowserOS includes a default AI model with limited daily usage. For the best experience, add your own.
**Quick option:** Get a free Gemini API key from [aistudio.google.com](https://aistudio.google.com) — 20 requests per minute at no cost.
<Card title="Configure your LLM" icon="key" href="/features/bring-your-own-llm">
Set up Gemini, Claude, OpenAI, or run models locally with Ollama
</Card>
</Step>
<Step title="Try it out">
Open any webpage and click the **Assistant** button in the toolbar.
- **Chat Mode:** Ask questions about the page
- **Agent Mode:** Describe a task and watch it execute
<Note>
For Agent Mode, use Claude Opus 4.5 or Sonnet 4.5. Local models work great for Chat but aren't powerful enough for agents yet.
</Note>
</Step>
</Steps>
## You're all set!
<Tip>
**Block ads with uBlock Origin** — Chrome dropped support for the full uBlock Origin extension, but BrowserOS brought it back. [Install it from the Chrome Web Store](https://chromewebstore.google.com/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm) and browse ad-free. [Learn more →](/features/ad-blocking)
</Tip>
Explore what BrowserOS can do:
<Columns cols={2}>
<Card title="LLM Chat & Hub" icon="message" href="/features/llm-chat-hub">
Chat with AI on any page, compare responses across models
</Card>
<Card title="Use with Claude Code" icon="terminal" href="/features/use-with-claude-code">
Control BrowserOS from Claude Code or Gemini CLI
</Card>
</Columns>