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.
- Host: GitHub
- URL: https://github.com/dais-project/dais
- Owner: Dais-Project
- Created: 2025-10-25T16:02:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-03-03T07:18:26.000Z (3 months ago)
- Last Synced: 2026-03-03T08:29:43.546Z (3 months ago)
- Topics: agent, ai, ai-agents, ai-studio, dais, desktop, desktop-app, fullstack, llm, workflow
- Language: TypeScript
- Homepage:
- Size: 4.03 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
## Screenshot

## Quick Start
## 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
```