Skip to content

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