https://github.com/dais-project/dais
Your Desktop AI Staffs.
https://github.com/dais-project/dais
agent ai ai-agents dais desktop desktop-app fullstack llm multi-agent workflow
Last synced: 18 days ago
JSON representation
Your Desktop AI Staffs.
- Host: GitHub
- URL: https://github.com/dais-project/dais
- Owner: Dais-Project
- Created: 2025-10-25T16:02:59.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-06-30T10:33:34.000Z (25 days ago)
- Last Synced: 2026-06-30T12:21:57.037Z (25 days ago)
- Topics: agent, ai, ai-agents, dais, desktop, desktop-app, fullstack, llm, multi-agent, workflow
- Language: TypeScript
- Homepage:
- Size: 6.56 MB
- Stars: 77
- Watchers: 0
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
## Screenshot

## Quick Start
## Features
- MCP support: Connect more external tools so Agents can handle a wider range of task scenarios
- Skills management: Centrally manage and assign Agent skills so different tasks can use the right capability combination
- Workspace management: Freely switch between multiple workspaces to fit different projects and usage scenarios
- Parallel task handling: Process and manage multiple tasks at the same time for more efficient multitasking
- Multi-Agent collaboration: Dispatch tasks through subtasks to make more efficient use of context
## 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
```