mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
21 lines
692 B
Plaintext
21 lines
692 B
Plaintext
---
|
|
title: Quick Start
|
|
description: Running OpenHands Cloud or running on your own.
|
|
icon: rocket
|
|
---
|
|
|
|
<Tabs>
|
|
<Tab title="OpenHands Cloud">
|
|
The easiest way to get started with OpenHands is on OpenHands Cloud, which comes with $20 in free credits for new users.
|
|
|
|
To get started with OpenHands Cloud, visit [app.all-hands.dev](https://app.all-hands.dev).
|
|
|
|
For more information see [getting started with OpenHands Cloud.](/usage/cloud/openhands-cloud)
|
|
</Tab>
|
|
<Tab title="Running OpenHands on Your Own">
|
|
Run OpenHands on your local system and bring your own LLM and API key.
|
|
|
|
For more information see [running OpenHands on your own.](/usage/local-setup)
|
|
</Tab>
|
|
</Tabs>
|