| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| latest-linux-arm64.yml | 2026-03-25 | 708 Bytes | |
| latest.yml | 2026-03-25 | 363 Bytes | |
| maestro-0.16.4-RC-aarch64.rpm | 2026-03-25 | 109.7 MB | |
| maestro-0.16.4-RC-amd64.deb | 2026-03-25 | 115.8 MB | |
| maestro-0.16.4-RC-arm64.deb | 2026-03-25 | 136.8 MB | |
| maestro-0.16.4-RC-x86_64.AppImage | 2026-03-25 | 194.8 MB | |
| Maestro-Portable-0.16.4-RC-x64.exe | 2026-03-25 | 149.2 MB | |
| Maestro-Setup-0.16.4-RC-x64.exe | 2026-03-25 | 149.5 MB | |
| latest-linux.yml | 2026-03-25 | 709 Bytes | |
| latest-mac.yml | 2026-03-25 | 843 Bytes | |
| maestro-0.16.4-RC-arm64-mac.dmg | 2026-03-25 | 190.1 MB | |
| maestro-0.16.4-RC-arm64-mac.zip | 2026-03-25 | 180.6 MB | |
| maestro-0.16.4-RC-arm64.AppImage | 2026-03-25 | 194.9 MB | |
| maestro-0.16.4-RC-x64-mac.dmg | 2026-03-25 | 196.7 MB | |
| maestro-0.16.4-RC-x64-mac.zip | 2026-03-25 | 187.2 MB | |
| maestro-0.16.4-RC-x86_64.rpm | 2026-03-25 | 114.0 MB | |
| README.md | 2026-03-25 | 3.5 kB | |
| v0.16.4-RC _ Maestro Cue source code.tar.gz | 2026-03-25 | 63.2 MB | |
| v0.16.4-RC _ Maestro Cue source code.zip | 2026-03-25 | 64.4 MB | |
| Totals: 19 Items | 2.0 GB | 0 | |
🪄 Maestro Cue is a new trigger based cross-agent orchestration capability. Heartbeats, GitHub issues / PRs, file system monitors and other data sources can result in your agents coming to life and passing work between one another.
💻 Major shell upgrade. We now launch a full-featured xterm terminal as a tab alongside your existing AI and file preview tabs. You can open multiple terminals and rename the terminal tabs as well.
Smaller Changes in 0.16.4
- Token-efficient system prompt delivery — Claude Code now receives Maestro context via
--append-system-promptinstead of embedding in user messages, reducing token overhead on every spawn 🎯 - Files Pane Icon Theme setting — choose between Default (Lucide) and Rich (Material Icon Theme–style SVGs) for file and folder icons in the right sidebar 🎨
- Publish to Gist button on AI messages — share any AI response as a GitHub Gist directly from the message action bar 📤
- Cue pipeline editor fully conforms to app theme — ~100 hardcoded colors replaced with theme-aware equivalents across 28 components 🎨
- Cue pipeline context menu and settings panel now dismiss on click-outside and Escape 🩹
- Cue node drag stabilized in All Pipelines view — no more pipeline overlap or jump on drag 🩹
- Cue duplicate agents now render as separate nodes in pipeline chains 🔗
- Cue chain edge sources resolved correctly before overwriting sessionToNode mapping 🩹
- Right-click context menu on file references in AI chat with Copy Path and Open actions 📂
- Lightbox image copy-to-clipboard now uses Electron native clipboard API for reliable cross-platform support 📋
- Jump to Nearest Terminal rebound to ⌥⌘J to avoid browser shortcut conflict ⌨️
- File explorer stats bar now honors local ignore patterns and .gitignore 📊
- Silent
.catch(() => {})patterns replaced with error logging for better Sentry visibility 🛡️ - Group chat
addParticipantmade idempotent andopenExternalURL validation hardened 🔒 - Windows system prompt delivery uses temp files to avoid CLI argument length limits 🖥️
- Unique temp file per spawn prevents race conditions on rapid agent respawns 🩹
- Drawfinity added to the Symphony registry 🎵
- Spec-Kit documentation updated with prerequisites and setup instructions 📝
Full Changelog: https://github.com/RunMaestro/Maestro/compare/v0.16.3-RC...v0.16.4-RC
What's Changed
- Clarify Spec-Kit Prerequisites by @scriptease in https://github.com/RunMaestro/Maestro/pull/603
- fix(cue): theme conformity, context menu dismiss, and drag stability by @reachraza in https://github.com/RunMaestro/Maestro/pull/608
- feat: add Drawfinity to symphony registry by @needmorecowbell in https://github.com/RunMaestro/Maestro/pull/607
- feat: add files pane icon theme setting by @jeffscottward in https://github.com/RunMaestro/Maestro/pull/609
- feat: token-efficient system prompt delivery for CLI agents by @jSydorowicz21 in https://github.com/RunMaestro/Maestro/pull/596
- feat: add BMAD command bundle by @jeffscottward in https://github.com/RunMaestro/Maestro/pull/573
New Contributors
- @scriptease made their first contribution in https://github.com/RunMaestro/Maestro/pull/603
- @needmorecowbell made their first contribution in https://github.com/RunMaestro/Maestro/pull/607
Full Changelog: https://github.com/RunMaestro/Maestro/compare/v0.16.3-RC...v0.16.4-RC