Releases: writingdeveloper/devdeck
Releases · writingdeveloper/devdeck
1.0.0
0.5.1
v0.5.1 v0.5.1 — in-app About section (version, links, check-for-updates)
0.5.0
v0.5.0 v0.5.0 — multi-agent (Claude+Codex), multi-folder scanning, auto-updater
0.4.1
v0.4.1 v0.4.1 — Windows portable zip fallback
0.4.0
v0.4.0 v0.4.0 — multi-folder scanning + auto-updater
DevDeck v0.3.0
New since v0.2.0:
- 📋 "Next" view — every project's note (or resume cue) in one cross-project "what's next" list
- ↑ Unpushed signal — commits ahead of your remote, flagged on the card
- { } Open in editor (VS Code) from a card
- 🔄 Live auto-refresh while the deck is open
- Nested org/repo scanning (2 levels)
Downloads
- Windows:
DevDeck-0.3.0-Setup.exe - macOS:
DevDeck-0.3.0-arm64.dmg(Apple Silicon) ·DevDeck-0.3.0-x64.dmg(Intel) - Linux:
DevDeck-0.3.0-x86_64.AppImageorDevDeck-0.3.0-amd64.deb
Unsigned — first-run bypass (SmartScreen / Gatekeeper) noted in the README. Built + tested on real Windows/macOS/Linux CI runners.
DevDeck v0.2.0 — macOS, Linux & Windows
DevDeck is now cross-platform — Open launches your Claude Code session in a terminal on macOS, Linux, and Windows.
Downloads
- Windows:
DevDeck-0.2.0-Setup.exe(installer) - macOS — Apple Silicon:
DevDeck-0.2.0-arm64.dmg - macOS — Intel:
DevDeck-0.2.0-x64.dmg - Linux:
DevDeck-0.2.0-x86_64.AppImage(portable) orDevDeck-0.2.0-amd64.deb
Unsigned build — bypass the OS prompt
- Windows SmartScreen → More info → Run anyway
- macOS Gatekeeper → right-click the app → Open (or
xattr -dr com.apple.quarantine /Applications/DevDeck.app)
What's new
- 🖥 Cross-platform launcher — macOS Terminal (via osascript) + Linux (gnome-terminal / konsole / alacritty / kitty / xterm / x-terminal-emulator).
- Earlier in the 0.x line: ↩ resume cue (auto next-todo), staleness deck, local usage analytics, notes, 4-language i18n, a11y.
Built and verified on real ubuntu / macOS / windows GitHub Actions runners.
DevDeck v0.1.0 — first public release (Windows)
A desktop command deck for juggling many Claude Code projects: see every repo's git state + how long it's been neglected at a glance, and resume your last session in one click (claude -c).
Install (Windows)
- Download
DevDeck-0.1.0-win-x64.zipbelow. - Extract anywhere and run
DevDeck.exe. - Unsigned build → if SmartScreen warns: More info → Run anyway.
- Settings → point DevDeck at the folder holding your git repos (default
~/Documents/GitHub).
Highlights
- 🚦 Project deck with a staleness traffic-light (fresh / warning / neglected)
- ▶ One-click
claude -cresume, or open a specific past session - ↩ Resume cue — auto-shows the last thing you asked in each project, no typing
- 📊 Usage analytics — tokens, cache-hit rate, API-equivalent cost (parsed locally from
~/.claude) - 📝 Notes, 📌 pin / 🙈 hide / 🔎 search / sort, 🌐 4 languages, system tray
- 🔒 Fully local & offline — reads
~/.claude+ git, sends nothing anywhere
Notes
- Windows only for now — macOS/Linux launcher is planned (PRs welcome 🙏)
- Portable build (no installer yet) · unsigned · early v0.1, expect rough edges