0
0
via GitHub · Posted Jul 15, 2026 · 1 min read

Dream: Frontier IDE for AI Coding

dreamide/dream
Application

Frontier IDE built for AI coding.

37Stars
2Forks
2Open issues
1Watching
TypeScript MIT v0.7.0 Updated 1 day ago

Dream is a desktop IDE designed for managing multiple AI coding agents in a unified workspace. It provides multi-project support, integrated chat views, Git workflows, file exploration, and a built-in terminal for developers who want to coordinate various AI coding tools.

0 comments

README

Dream

Dream is a desktop IDE for working with multiple AI coding agents.

Features

  • Multi-project workspace with project tabs
  • View multiple chats at once
  • Git status, branch, commit, push, and PR workflows
  • File explorer, diff rendering, and editor launch integration
  • Integrated terminal
  • Built-in browser preview panel

Requirements

At least one supported agent CLI:

  • Codex
  • Claude Code
  • OpenCode
  • Cursor Agent

Download

macOS

Windows

Linux

Installation

Install dependencies:

pnpm install

Development

pnpm dev

Build

Create a production build:

pnpm build

Run the Electron app against the production build:

pnpm start

Packaging

Build the renderer and package the Electron app:

pnpm package

Artifacts are written to release/ by electron-builder.

Platform-specific and unpacked variants:

pnpm package:dir
pnpm package:mac
pnpm package:win
pnpm package:linux

License

MIT

Comments (0)

Sign in to join the discussion.

No comments yet

Be the first to share your take.