An open API service indexing awesome lists of open source software.

https://github.com/dais-project/dais

Your Desktop AI Studio.
https://github.com/dais-project/dais

agent ai ai-agents ai-studio dais desktop desktop-app fullstack llm workflow

Last synced: about 1 month ago
JSON representation

Your Desktop AI Studio.

Awesome Lists containing this project

README

          




Dais Logo

Dais


Your Desktop AI Staffs


简体中文 |
English




## Screenshot

![mainscreen](./docs/screenshots/mainscreen-en-split.png)

## Quick Start



Download Latest Release

## Features

- Powerful Extensibility

Expand your Agent's capabilities by connecting it to various external tools, enabling it to tackle a much wider range of real-world tasks.

- Flexible Skill Management

Easily organize and assign specific skills to your Agents, ensuring they always have the perfect toolkit for the job at hand.

- Intuitive Workspace Organization

Stay organized by switching seamlessly between dedicated workspaces tailored for different projects and scenarios.

- Efficient Multi-Tasking

Keep things moving by managing and advancing multiple tasks simultaneously without losing track of your progress.

- Secure & Controlled Execution

Work with peace of mind thanks to robust permission controls that prevent unintended actions and ensure your Agent stays on track.

## Links

- [LinuxDO](https://linux.do/)

## Development

### Prerequisites

- uv
- pnpm
- node
- rustup

### Commands

Install dependencies (postinstall will run `nx run-many -t install` for subprojects)
```
pnpm install
```

Start the dev servers
```
pnpm run dev
```

Build all projects
```
pnpm run build
```