mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-18 19:16:22 +00:00
19 lines
516 B
Plaintext
19 lines
516 B
Plaintext
---
|
|
title: "Update BrowserOS"
|
|
description: "How to update to the latest version of BrowserOS"
|
|
---
|
|
|
|
Select your platform for step-by-step update instructions:
|
|
|
|
<CardGroup cols={3}>
|
|
<Card title="macOS" icon="apple" href="/update/macos">
|
|
Auto-updates with manual option
|
|
</Card>
|
|
<Card title="Windows" icon="windows" href="/update/windows">
|
|
Download and install the latest version
|
|
</Card>
|
|
<Card title="Linux" icon="linux" href="/update/linux">
|
|
Download and replace the binary
|
|
</Card>
|
|
</CardGroup>
|