Skip to content

Releases: XKush/homebase-devshell

v3.1.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 14:00

DevReady v3.1.0 — HomeBase DevShell

Quality, performance, and production hygiene release.

Highlights

  • devshell health -Sections — run only developer, privacy, browser, or network (faster CI and daily checks)
  • Pester + PSScriptAnalyzer — automated unit tests and static analysis in CI
  • Health resilience — corrupt baseline/history handled gracefully; offline stress matrix
  • Version SSOTVERSION + lib/DevShellProduct.ps1

Install

irm https://raw.githubusercontent.com/XKush/homebase-devshell/v3.1.0/install.ps1 | iex

Then: devshell health

Full changelog: CHANGELOG.md

v3.0.1

Choose a tag to compare

@github-actions github-actions released this 29 Jun 13:24
HomeBase DevShell v3.0.1 - health resilience patch

HomeBase DevShell v3.0.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 12:25

HomeBase DevShell v3.0.0

Prepares, verifies and maintains professional Windows workstations.

Highlights

  • devshell health — unified dashboard (Developer · Privacy Configuration · Browser · Network)
  • -Json / -Export html — machine-readable reports for CI and compliance
  • baseline / verify / history — configuration drift and trends
  • API freeze — see docs/API-STABILITY.md
  • ADRsdocs/adr/

Install

irm https://raw.githubusercontent.com/XKush/homebase-devshell/v3.0.0/install.ps1 | iex

Then: devshell health

Full changelog: CHANGELOG.md

v2.3.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 11:47
release: v2.3.0 — privacy audit suite

Privacy commands (privacy, browser, tor, vpn, opsec, metadata), doctor -Privacy,
idempotent -Fix, configurable scoring in privacy.defaults.json, stable JSON report schema 1.0.0.

Co-authored-by: Cursor <cursoragent@cursor.com>

v2.2.2

Choose a tag to compare

@github-actions github-actions released this 29 Jun 11:30
release: v2.2.2 — doctor -Fix auto-repair

Adds Repair-DevReadyEnvironment.ps1 and devshell doctor -Fix to repair failed checks from winget, PSGallery, and local install scripts, then re-run doctor.

Co-authored-by: Cursor <cursoragent@cursor.com>

v2.2.1

Choose a tag to compare

@github-actions github-actions released this 29 Jun 11:12

DevReady v2.2.1 — product clarity

Install (Core — fast, no winget)

irm https://raw.githubusercontent.com/XKush/homebase-devshell/v2.2.1/install.ps1 | iex
devready

What changed

  • devready ends with Ready to work. or Not ready yet. + fix hints
  • Default install is Core; full winget stack: install.ps1 -WithTools
  • README: three commands first

Assets

  • devready-v2.2.1.zip + .sha256.txt

Platform spec 1.0.0 LOCKED.

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 10:58

DevReady v2.2.0 — Wave 2

Install

irm https://raw.githubusercontent.com/XKush/homebase-devshell/v2.2.0/install.ps1 | iex
devready

New

  • devshell init — dry-run install plan (no winget, no changes)
  • Release zip + SHA256 — verified download without git clone
  • Scoop / WinGet manifest templates in packaging/

Assets

  • devready-v2.2.0.zip — product tree (no internal-docs)
  • devready-v2.2.0.sha256.txt — verify before expand

Platform spec 1.0.0 LOCKED.

DevReady v2.1.1

Choose a tag to compare

@XKush XKush released this 29 Jun 10:50

DevReady v2.1.1 — studio polish

Install

irm https://raw.githubusercontent.com/XKush/homebase-devshell/v2.1.1/install.ps1 | iex
devready

What is new

  • README terminal demo GIF (docs/assets/devready-demo.gif)
  • Growth docs moved to internal-docs/marketing/ (studio layout)
  • No upload automation hacks in repo

Platform spec 1.0.0 LOCKED.

DevReady v2.1.0 — brand launch

Choose a tag to compare

@XKush XKush released this 29 Jun 10:22

DevReady is here

Is your Windows dev box ready? One command to find out.

New

  • DevReady — public, shareable name for HomeBase DevShell
  • devready command on PATH (shortcut to health check)
  • README rewrite: badges, repo map, doctor tiers
  • docs/product/BRAND.md, docs hub, CODE_OF_CONDUCT

Install

irm https://raw.githubusercontent.com/XKush/homebase-devshell/v2.1.0/install.ps1 | iex
devready

Platform spec 1.0.0 LOCKED.

HomeBase DevShell v2.0.6 — CI install-smoke

Choose a tag to compare

@XKush XKush released this 29 Jun 10:15

Fixed

  • install-smoke no longer hangs 1h+ — Install-Workstation -SkipValidation during product bootstrap
  • Doctor runs after command-health in install.ps1, not mid-bootstrap as Full tier
  • All config folders created on install; CI job timeout 15 min
irm https://raw.githubusercontent.com/XKush/homebase-devshell/v2.0.6/install.ps1 | iex