Skip to content

Releases: sanayasfp/stack

Release list

v0.1.1

Choose a tag to compare

@sanayasfp sanayasfp released this 26 Jul 01:35

Docs/metadata-only release — no functional changes from v0.1.0 (verified: zero diffs under src/).

Fixes:

  • Install instructions no longer show winget/Scoop/Chocolatey as available (none are published yet) — leads with the verified-working installer script and cargo install stackenv instead
  • Broken stackenv.dev links pointed at the site's actual current URL
  • Changelog now correctly reflects that v0.1.0 shipped, instead of saying no release existed yet

Install

irm https://github.com/sanayasfp/stack/releases/download/v0.1.1/stackenv-installer.ps1 | iex
or cargo install stackenv (also just republished with the corrected README).

v0.1.0

Choose a tag to compare

@sanayasfp sanayasfp released this 25 Jul 23:54

First tagged release of stack — native, zero-container multi-project dev environment manager. No Docker, no VMs.

Windows only for now (PowerShell & cmd) — macOS and Linux are next.

What's in this release

  • Manifest-driven stack up/stack down: clone-if-missing, language activation (vfox/uv), service start/reuse, dev-server spawn, domain routing
  • Services dedup by engine@version — shared instances across projects, isolated by schema
  • [run].external / [service.*].external — run things yourself instead of letting stack manage the process
  • Caddy-based routing over its admin API — no Caddyfile, no manual config
  • Ambient shell activation for PowerShell and cmd, including automatic Composer PATH shadowing for PHP projects
  • stack new/add/remove, stack register/list/prune, stack doctor [--fix], stack stats, stack load-env

Docs: https://stackenv.dev · Examples: https://github.com/sanayasfp/stack/tree/main/examples

Install

Download stack-x86_64-pc-windows-msvc.zip below and extract it, or run the installer script:

irm https://github.com/sanayasfp/stack/releases/download/v0.1.0/stack-installer.ps1 | iex