Skip to content

Releases: writingdeveloper/devdeck

1.0.0

08 Jun 20:16

Choose a tag to compare

v1.0.0

DevDeck v1.0.0 — first stable release

0.5.1

08 Jun 01:01

Choose a tag to compare

v0.5.1

v0.5.1 — in-app About section (version, links, check-for-updates)

0.5.0

07 Jun 22:20

Choose a tag to compare

v0.5.0

v0.5.0 — multi-agent (Claude+Codex), multi-folder scanning, auto-updater

0.4.1

07 Jun 21:39

Choose a tag to compare

v0.4.1

v0.4.1 — Windows portable zip fallback

0.4.0

07 Jun 21:14

Choose a tag to compare

v0.4.0

v0.4.0 — multi-folder scanning + auto-updater

DevDeck v0.3.0

05 Jun 00:22

Choose a tag to compare

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.AppImage or DevDeck-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

04 Jun 21:48

Choose a tag to compare

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) or DevDeck-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)

04 Jun 19:50

Choose a tag to compare

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)

  1. Download DevDeck-0.1.0-win-x64.zip below.
  2. Extract anywhere and run DevDeck.exe.
  3. Unsigned build → if SmartScreen warns: More info → Run anyway.
  4. 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 -c resume, 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