---
title: "Download Diffusion Studio"
canonical_url: "https://diffusion.studio/download"
---

# Download Diffusion Studio

Bring the complete creative platform to your desktop and unlock agentic video workflows.

- Download for macOS: https://github.com/diffusionstudio/editor/releases/latest/download/Diffusion-Studio-arm64.dmg
- Requirements: macOS 12+ with an M1 chip or later.
- Browser version, nothing to install: https://app.diffusion.studio

## Get started

Three steps to get started and edit with your agent.

1. **Install Diffusion Studio**. Open the downloaded DMG file, drag Diffusion Studio into your Applications folder, then launch it from there.
2. **Connect your agent**. Open Diffusion Studio, then install dapi CLI and agent skills to connect your coding agent.
3. **Edit with your agent**. /editor is the main skill you'll use. Ask for what you want in plain language, your agent will handle the rest.

```bash
npx skills add diffusionstudio/skills -g
```

## Prefer the terminal?

| Channel | Command |
| --- | --- |
| Homebrew | `brew install --cask diffusionstudio/tap/editor` |
| GitHub | `git clone https://github.com/diffusionstudio/editor.git` |
| NPX (Skill) | `npx skills add diffusionstudio/skills -g` |

## Links

- [Home](https://diffusion.studio/index.md)
- [Pricing](https://diffusion.studio/pricing.md)
- [Download for macOS](https://diffusion.studio/download.md)
- [Changelog](https://diffusion.studio/changelog.md)
- [Contact](https://diffusion.studio/contact.md)
- [GitHub: Editor Repository](https://github.com/diffusionstudio/editor)
- [GitHub: Agent skills](https://github.com/diffusionstudio/skills)
