mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 19:50:34 +00:00
52 lines
1.3 KiB
Markdown
52 lines
1.3 KiB
Markdown
---
|
|
title: Installation
|
|
description: Getting Eigent set up on your computer is simple. Follow these steps to begin.
|
|
icon: wrench
|
|
---
|
|
|
|
<Steps>
|
|
<Step title="Download Eigent">
|
|
Head to our official website to download the latest version.
|
|
- Download for macOS
|
|
- Download for Windows
|
|
|
|
```
|
|
<Warning>
|
|
**macOS Prerequisite**
|
|
Please ensure you are running macOS 11 (Big Sur) or a newer version to install Eigent.
|
|
</Warning>
|
|
```
|
|
|
|
</Step>
|
|
<Step title="Install the Application">
|
|
- **On macOS:** Open the downloaded `.dmg` file and drag the Eigent icon into your Applications folder.
|
|
- **On Windows:** Run the downloaded `.exe` installer and follow the on-screen instructions.
|
|
</Step>
|
|
</Steps>
|
|
|
|
Once installed, launch Eigent and log in to get started!
|
|
|
|
## Next Steps
|
|
|
|
You're all set! Now that Eigent is installed, here are a few places you can go to learn more:
|
|
|
|
<CardGroup>
|
|
<Card
|
|
title="Quick Start"
|
|
icon="rocket"
|
|
href="/get_started/quick_start">
|
|
Jump right in and learn how to launch your first task.
|
|
</Card>
|
|
<Card
|
|
title="Key Concepts"
|
|
icon="key"
|
|
href="/core/concepts">
|
|
Understand the core terms and features that make Eigent unique.
|
|
</Card>
|
|
<Card
|
|
title="Support"
|
|
icon="question-circle"
|
|
href="/troubleshooting/support">
|
|
Find answers to frequently asked questions.
|
|
</Card>
|
|
</CardGroup>
|