﻿scrt4 -- prebuilt Windows bundle
================================
Nothing to install first. No Rust, no vcpkg, no OpenSSL, no Python.

    powershell -ExecutionPolicy Bypass -File .\install.ps1

Then open a NEW terminal (for PATH) and run:  scrt4 help

Contents:
  scrt4-daemon.exe   the daemon (named-pipe transport, \\.\pipe\scrt4-<user>)
  scrt4.cmd          the CLI entry point (works in cmd.exe AND PowerShell,
                     no execution-policy change needed)
  scrt4-cli.ps1      the client implementation (launched by scrt4.cmd)
  scrt4\             the PowerShell client module
  scrt4-rs.exe       the Rust CLI (smoke tests; the PS client is the real one)

The daemon auto-starts on first command. Vault lives in %USERPROFILE%\.scrt4.
