-
v0.7.3
StableSome checks failedCI / Verify agents (Linux) (push) Has been cancelledCI / Verify agents (Windows) (push) Has been cancelledCI / ShellCheck (push) Has been cancelledCI / PSScriptAnalyzer (push) Has been cancelledRelease / Build ZIP (Windows) (push) Has been cancelledRelease / Build packages (Linux) (push) Has been cancelledRelease / Publish GitHub Release (push) Has been cancelledreleased this
2026-05-02 13:47:48 +00:00 | 0 commits to main since this releaseInstall
Linux — Debian / Ubuntu (
.deb)curl -fsSLO https://github.com/ggrace519/claude-code-dev-studio/releases/download/v0.7.3/ccds_0.7.3_all.deb sudo dpkg -i ccds_0.7.3_all.deb ccds verifyLinux — Fedora / RHEL / openSUSE (
.rpm)curl -fsSLO https://github.com/ggrace519/claude-code-dev-studio/releases/download/v0.7.3/ccds-0.7.3-1.noarch.rpm sudo rpm -i ccds-0.7.3-1.noarch.rpm # or: sudo dnf install ./ccds-0.7.3-1.noarch.rpm ccds verifyWindows — PowerShell 5.1 or 7+ (online installer)
iwr -UseBasicParsing https://raw.githubusercontent.com/ggrace519/claude-code-dev-studio/main/Install-Playbook.ps1 | iexPin this release: append
-Version v0.7.3. Default prefix:%USERPROFILE%\.claude\playbook.Linux / macOS — bash (online installer)
curl -fsSL https://raw.githubusercontent.com/ggrace519/claude-code-dev-studio/main/install-playbook.sh | bashPin this release: append
-s -- --version v0.7.3. Default prefix:$HOME/.claude/playbook.Manual ZIP install
Download
ccds-v0.7.3.zipandccds-v0.7.3.zip.sha256, then:Install-Playbook.ps1 -LocalZip .\ccds-v0.7.3.zip # Windows./install-playbook.sh --local-zip ./ccds-v0.7.3.zip # Linux/macOSThe installer verifies the ZIP against the sidecar SHA256 before staging.
Update / uninstall
ccds update # latest stable ccds update v0.7.3 # pin a tag ccds update --rollback # restore previous install ccds uninstallVerify the download
sha256sum -c ccds-v0.7.3.zip.sha256 # Or compare against the asset digests: # .deb 306c268b3a5dcb9c5038b4693d145e71be99d297664dfe8650001cacc67dfd7e # .rpm 1e1196310db59766d9cdd60008619079c8ca83bf7ac1533fd94adbf08ef6b144 # .zip 48db5459c36bb55106ff3075ff625315664bbd45612e871063983eab2d2af23d
What's Changed
- fix(encoding): use ReadAllText(UTF8) for all file reads in PS installer by @ggrace519 in https://github.com/ggrace519/claude-code-dev-studio/pull/10
Full Changelog: https://github.com/ggrace519/claude-code-dev-studio/compare/v0.7.2...v0.7.3
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.7.2
StableSome checks failedCI / Verify agents (Linux) (push) Has been cancelledCI / Verify agents (Windows) (push) Has been cancelledCI / ShellCheck (push) Has been cancelledCI / PSScriptAnalyzer (push) Has been cancelledRelease / Build ZIP (Windows) (push) Has been cancelledRelease / Build packages (Linux) (push) Has been cancelledRelease / Publish GitHub Release (push) Has been cancelledreleased this
2026-05-01 16:09:25 +00:00 | 2 commits to main since this releaseInstall
Linux — Debian / Ubuntu (
.deb)curl -fsSLO https://github.com/ggrace519/claude-code-dev-studio/releases/download/v0.7.2/ccds_0.7.2_all.deb sudo dpkg -i ccds_0.7.2_all.deb ccds verifyLinux — Fedora / RHEL / openSUSE (
.rpm)curl -fsSLO https://github.com/ggrace519/claude-code-dev-studio/releases/download/v0.7.2/ccds-0.7.2-1.noarch.rpm sudo rpm -i ccds-0.7.2-1.noarch.rpm # or: sudo dnf install ./ccds-0.7.2-1.noarch.rpm ccds verifyWindows — PowerShell 5.1 or 7+ (online installer)
iwr -UseBasicParsing https://raw.githubusercontent.com/ggrace519/claude-code-dev-studio/main/Install-Playbook.ps1 | iexPin this release: append
-Version v0.7.2. Default prefix:%USERPROFILE%\.claude\playbook.Linux / macOS — bash (online installer)
curl -fsSL https://raw.githubusercontent.com/ggrace519/claude-code-dev-studio/main/install-playbook.sh | bashPin this release: append
-s -- --version v0.7.2. Default prefix:$HOME/.claude/playbook.Manual ZIP install
Download
ccds-v0.7.2.zipandccds-v0.7.2.zip.sha256, then:Install-Playbook.ps1 -LocalZip .\ccds-v0.7.2.zip # Windows./install-playbook.sh --local-zip ./ccds-v0.7.2.zip # Linux/macOSThe installer verifies the ZIP against the sidecar SHA256 before staging.
Update / uninstall
ccds update # latest stable ccds update v0.7.2 # pin a tag ccds update --rollback # restore previous install ccds uninstallVerify the download
sha256sum -c ccds-v0.7.2.zip.sha256 # Or compare against the asset digests: # .deb 3d407ac2cba7b6a7543802cfecf125f9e4f2043e64a792875392c934cde73077 # .rpm 4fe67788e6c655d9478fcfd14db387d9841224b2ca741cdb80312ed6046b4e52 # .zip 2af60216c83c0738426f124e22d650a22c643a43aad30635b7e3e893b2c4f6a4
Full Changelog: https://github.com/ggrace519/claude-code-dev-studio/compare/v0.7.1...v0.7.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.7.1
StableSome checks failedRelease / Build ZIP (Windows) (push) Has been cancelledRelease / Build packages (Linux) (push) Has been cancelledCI / Verify agents (Linux) (push) Has been cancelledCI / Verify agents (Windows) (push) Has been cancelledCI / ShellCheck (push) Has been cancelledCI / PSScriptAnalyzer (push) Has been cancelledRelease / Publish GitHub Release (push) Has been cancelledreleased this
2026-05-01 15:22:38 +00:00 | 3 commits to main since this releaseInstall
Linux — Debian / Ubuntu (
.deb)curl -fsSLO https://github.com/ggrace519/claude-code-dev-studio/releases/download/v0.7.1/ccds_0.7.1_all.deb sudo dpkg -i ccds_0.7.1_all.deb ccds verifyLinux — Fedora / RHEL / openSUSE (
.rpm)curl -fsSLO https://github.com/ggrace519/claude-code-dev-studio/releases/download/v0.7.1/ccds-0.7.1-1.noarch.rpm sudo rpm -i ccds-0.7.1-1.noarch.rpm # or: sudo dnf install ./ccds-0.7.1-1.noarch.rpm ccds verifyWindows — PowerShell 5.1 or 7+ (online installer)
iwr -UseBasicParsing https://raw.githubusercontent.com/ggrace519/claude-code-dev-studio/main/Install-Playbook.ps1 | iexPin this release: append
-Version v0.7.1. Default prefix:%USERPROFILE%\.claude\playbook.Linux / macOS — bash (online installer)
curl -fsSL https://raw.githubusercontent.com/ggrace519/claude-code-dev-studio/main/install-playbook.sh | bashPin this release: append
-s -- --version v0.7.1. Default prefix:$HOME/.claude/playbook.Manual ZIP install
Download
ccds-v0.7.1.zipandccds-v0.7.1.zip.sha256, then:Install-Playbook.ps1 -LocalZip .\ccds-v0.7.1.zip # Windows./install-playbook.sh --local-zip ./ccds-v0.7.1.zip # Linux/macOSThe installer verifies the ZIP against the sidecar SHA256 before staging.
Update / uninstall
ccds update # latest stable ccds update v0.7.1 # pin a tag ccds update --rollback # restore previous install ccds uninstallVerify the download
sha256sum -c ccds-v0.7.1.zip.sha256 # Or compare against the asset digests: # .deb 25c3c9db0f38524ff8aad597c0cc450d45154d95f1426f41c3ddb5a61e808fc8 # .rpm 807649b5cc798d93cdaeffe27e3e2e8d96ae735794144bd9922a400c41c02702 # .zip 387414b9ab1b5111eb87dd670ed49e39fc0cf7cf8f00ebbae88dfe781d0c11c6
Full Changelog: https://github.com/ggrace519/claude-code-dev-studio/compare/v0.7.0...v0.7.1
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.7.0
StableSome checks failedCI / Verify agents (Linux) (push) Has been cancelledCI / Verify agents (Windows) (push) Has been cancelledCI / ShellCheck (push) Has been cancelledCI / PSScriptAnalyzer (push) Has been cancelledRelease / Build ZIP (Windows) (push) Has been cancelledRelease / Build packages (Linux) (push) Has been cancelledRelease / Publish GitHub Release (push) Has been cancelledreleased this
2026-05-01 15:20:18 +00:00 | 4 commits to main since this releaseInstall
Linux — Debian / Ubuntu (
.deb)curl -fsSLO https://github.com/ggrace519/claude-code-dev-studio/releases/download/v0.7.0/ccds_0.7.0_all.deb sudo dpkg -i ccds_0.7.0_all.deb ccds verifyLinux — Fedora / RHEL / openSUSE (
.rpm)curl -fsSLO https://github.com/ggrace519/claude-code-dev-studio/releases/download/v0.7.0/ccds-0.7.0-1.noarch.rpm sudo rpm -i ccds-0.7.0-1.noarch.rpm # or: sudo dnf install ./ccds-0.7.0-1.noarch.rpm ccds verifyWindows — PowerShell 5.1 or 7+ (online installer)
iwr -UseBasicParsing https://raw.githubusercontent.com/ggrace519/claude-code-dev-studio/main/Install-Playbook.ps1 | iexPin this release: append
-Version v0.7.0. Default prefix:%USERPROFILE%\.claude\playbook.Linux / macOS — bash (online installer)
curl -fsSL https://raw.githubusercontent.com/ggrace519/claude-code-dev-studio/main/install-playbook.sh | bashPin this release: append
-s -- --version v0.7.0. Default prefix:$HOME/.claude/playbook.Manual ZIP install
Download
ccds-v0.7.0.zipandccds-v0.7.0.zip.sha256, then:Install-Playbook.ps1 -LocalZip .\ccds-v0.7.0.zip # Windows./install-playbook.sh --local-zip ./ccds-v0.7.0.zip # Linux/macOSThe installer verifies the ZIP against the sidecar SHA256 before staging.
Update / uninstall
ccds update # latest stable ccds update v0.7.0 # pin a tag ccds update --rollback # restore previous install ccds uninstallVerify the download
sha256sum -c ccds-v0.7.0.zip.sha256 # Or compare against the asset digests: # .deb adb4a1fff561fb4546bf7934d557d270a7cece1d22acf02fc7897c747c86cb2b # .rpm c8dd6c90f3295f862b7727ece8380cdf8906e6280f29a9fe92f5a5dd2747e224 # .zip afa3140526413958d32f41945b37351ea149599ee2761393ea5968e901ee0a8c
Full Changelog: https://github.com/ggrace519/claude-code-dev-studio/compare/v0.6.3...v0.7.0
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.6.3
StableSome checks failedRelease / Build ZIP (Windows) (push) Has been cancelledRelease / Build packages (Linux) (push) Has been cancelledRelease / Publish GitHub Release (push) Has been cancelledCI / Verify agents (Linux) (push) Has been cancelledCI / Verify agents (Windows) (push) Has been cancelledCI / ShellCheck (push) Has been cancelledCI / PSScriptAnalyzer (push) Has been cancelledreleased this
2026-05-01 11:45:45 +00:00 | 5 commits to main since this releaseInstall
Linux — Debian / Ubuntu (
.deb)curl -fsSLO https://github.com/ggrace519/claude-code-dev-studio/releases/download/v0.6.3/ccds_0.6.3_all.deb sudo dpkg -i ccds_0.6.3_all.deb ccds verifyLinux — Fedora / RHEL / openSUSE (
.rpm)curl -fsSLO https://github.com/ggrace519/claude-code-dev-studio/releases/download/v0.6.3/ccds-0.6.3-1.noarch.rpm sudo rpm -i ccds-0.6.3-1.noarch.rpm # or: sudo dnf install ./ccds-0.6.3-1.noarch.rpm ccds verifyWindows — PowerShell 5.1 or 7+ (online installer)
iwr -UseBasicParsing https://raw.githubusercontent.com/ggrace519/claude-code-dev-studio/main/Install-Playbook.ps1 | iexPin this release: append
-Version v0.6.3. Default prefix:%USERPROFILE%\.claude\playbook.Linux / macOS — bash (online installer)
curl -fsSL https://raw.githubusercontent.com/ggrace519/claude-code-dev-studio/main/install-playbook.sh | bashPin this release: append
-s -- --version v0.6.3. Default prefix:$HOME/.claude/playbook.Manual ZIP install
Download
ccds-v0.6.3.zipandccds-v0.6.3.zip.sha256, then:Install-Playbook.ps1 -LocalZip .\ccds-v0.6.3.zip # Windows./install-playbook.sh --local-zip ./ccds-v0.6.3.zip # Linux/macOSThe installer verifies the ZIP against the sidecar SHA256 before staging.
Update / uninstall
ccds update # latest stable ccds update v0.6.3 # pin a tag ccds update --rollback # restore previous install ccds uninstallVerify the download
sha256sum -c ccds-v0.6.3.zip.sha256 # Or compare against the asset digests: # .deb 511d63094c7825d87168d5029fba7c8a9f3be92505cb1d378d0aba08d7e357f3 # .rpm 281fc80e389ec85396e09868c3363c6adad0df7b5ba9963bce6845b1986a6722 # .zip d5d7b06d9deb9e09c95c04df7e534bcb6f17262b4cdac402be5b6897e42f4cdd
Full Changelog: https://github.com/ggrace519/claude-code-dev-studio/compare/v0.6.2...v0.6.3
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.6.2
StableSome checks failedCI / Verify agents (Linux) (push) Has been cancelledCI / Verify agents (Windows) (push) Has been cancelledCI / ShellCheck (push) Has been cancelledCI / PSScriptAnalyzer (push) Has been cancelledRelease / Build ZIP (Windows) (push) Has been cancelledRelease / Build packages (Linux) (push) Has been cancelledRelease / Publish GitHub Release (push) Has been cancelledreleased this
2026-05-01 10:57:52 +00:00 | 7 commits to main since this releaseInstall
Linux — Debian / Ubuntu (
.deb)curl -fsSLO https://github.com/ggrace519/claude-code-dev-studio/releases/download/v0.6.2/ccds_0.6.2_all.deb sudo dpkg -i ccds_0.6.2_all.deb ccds verifyLinux — Fedora / RHEL / openSUSE (
.rpm)curl -fsSLO https://github.com/ggrace519/claude-code-dev-studio/releases/download/v0.6.2/ccds-0.6.2-1.noarch.rpm sudo rpm -i ccds-0.6.2-1.noarch.rpm # or: sudo dnf install ./ccds-0.6.2-1.noarch.rpm ccds verifyWindows — PowerShell 5.1 or 7+ (online installer)
iwr -UseBasicParsing https://raw.githubusercontent.com/ggrace519/claude-code-dev-studio/main/Install-Playbook.ps1 | iexPin this release: append
-Version v0.6.2. Default prefix:%USERPROFILE%\.claude\playbook.Linux / macOS — bash (online installer)
curl -fsSL https://raw.githubusercontent.com/ggrace519/claude-code-dev-studio/main/install-playbook.sh | bashPin this release: append
-s -- --version v0.6.2. Default prefix:$HOME/.claude/playbook.Manual ZIP install
Download
ccds-v0.6.2.zipandccds-v0.6.2.zip.sha256, then:Install-Playbook.ps1 -LocalZip .\ccds-v0.6.2.zip # Windows./install-playbook.sh --local-zip ./ccds-v0.6.2.zip # Linux/macOSThe installer verifies the ZIP against the sidecar SHA256 before staging.
Update / uninstall
ccds update # latest stable ccds update v0.6.2 # pin a tag ccds update --rollback # restore previous install ccds uninstallVerify the download
sha256sum -c ccds-v0.6.2.zip.sha256 # Or compare against the asset digests: # .deb dbe9c403a916788fcce3816e4bd2ca2bc11ee1a1a708e52a547259268c73d86a # .rpm cbe84e952779777ebbc55c33d94c53505c6d9095d86fe0b2d6cbf4fabb7013f3 # .zip 96611ef5acf3fa5b2d71fd729141aeb3f0d26f3911c769f8924f50a55925b946
What's Changed
- chore(ci): render install body from template + pin LF on jit-claude.md by @ggrace519 in https://github.com/ggrace519/claude-code-dev-studio/pull/8
Full Changelog: https://github.com/ggrace519/claude-code-dev-studio/compare/v0.6.1...v0.6.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.5.0
StableSome checks failedCI / Verify agents (Linux) (push) Has been cancelledCI / Verify agents (Windows) (push) Has been cancelledCI / ShellCheck (push) Has been cancelledCI / PSScriptAnalyzer (push) Has been cancelledRelease / Build ZIP (Windows) (push) Has been cancelledRelease / Build packages (Linux) (push) Has been cancelledRelease / Publish GitHub Release (push) Has been cancelledreleased this
2026-04-26 01:43:55 +00:00 | 44 commits to main since this releaseDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.4.0
StableSome checks failedreleased this
2026-04-20 01:49:49 +00:00 | 47 commits to main since this releaseDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)
-
v0.4.0-rc1
Pre-releaseSome checks failedreleased this
2026-04-20 00:37:21 +00:00 | 52 commits to main since this releaseDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
Source code (ZIP)