Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Built on [CAMEL-AI][camel-site]'s acclaimed open-source project, our system intr
- [🚀 Getting Started with Open Source Cowork](#-getting-started-with-open-source-Cowork)
- [🏠 Local Deployment (Recommended)](#-local-deployment-recommended)
- [⚡ Quick Start (Cloud-Connected)](#-quick-start-cloud-connected)
- [📦 Install on Arch Linux (AUR)](#-install-on-arch-linux-aur)
- [🏢 Enterprise](#-enterprise)
- [☁️ Cloud Version](#%EF%B8%8F-cloud-version)
- [✨ Key features - Open Source Cowork](#-key-features---open-source-Cowork)
Expand Down Expand Up @@ -130,6 +131,20 @@ cd backend
uv sync
```

### 📦 Install on Arch Linux (AUR)

Arch Linux (and Arch-based distros) users can install the prebuilt desktop app from the [AUR](https://aur.archlinux.org/packages/eigent-bin) with any AUR helper:

```bash
# using paru
paru -S eigent-bin

# or using yay
yay -S eigent-bin
```

Once installed, start it from your application menu or by running `eigent` in a terminal.

### 🏢 Enterprise

For organizations requiring maximum security, customization, and control:
Expand Down
Loading