Alpha - v0.0.2
Second Alpha of DevStation — a security and quality release.
This is an early Alpha — expect rough edges and breaking changes between releases.
Install
Linux / macOS:
curl -fsSL https://raw.githubusercontent.com/devstationtech/devstation/main/install.sh | shWindows (PowerShell):
irm https://raw.githubusercontent.com/devstationtech/devstation/main/install.ps1 | iexThe installer pulls the binary for your platform straight from this release and verifies its checksum. The in-app self-update (press U) reads the same GitHub-native manifest.
What's changed
- Master password policy — new passwords now require 8-128 characters instead of 16+, matching what the setup form always advertised. The new upper bound protects the Argon2id key-derivation path from oversized input (#4).
- Dependency security — refreshed the lockfile to clear every
deno auditadvisory, including high-severity ones infast-uriandip-address(#4). - Quality gates — CI now enforces a 70% coverage minimum, a weekly dependency audit watches
deno.lockbetween releases, CodeQL runs via GitHub's default setup, and the README sports a live coverage badge (#5).