# SignalReach Beta 0.1.0 ## Included Packages - Windows beta source bundle with the friendly launcher and hidden local UI server startup. - macOS beta source bundle with a `.command` launcher and shell bootstrap. - Linux beta source bundle with shell bootstrap and launcher scripts. ## Beta Runtime Profile - forced to the `standard` tier - environmental penalty controls such as vegetation, structure, and moisture are hidden - signed beta license enforcement is enabled - beta packages expire on July 1, 2026 ## Quick Start ### Windows 1. Extract `signalreach-beta.zip` 2. Run `launch_signalreach.vbs` ### Linux 1. Extract `signalreach-beta-linux.tar.gz` 2. Run `chmod +x launch_signalreach.sh packaging/bootstrap_beta_env.sh` 3. Run `./launch_signalreach.sh` ### macOS 1. Extract `signalreach-beta-macos.tar.gz` 2. Run `chmod +x launch_signalreach.command launch_signalreach.sh packaging/bootstrap_beta_env.sh` 3. Run `./launch_signalreach.command` ## Notes - Windows, macOS, and Linux beta bundles install dependencies into a local `.venv` on first launch. - Windows now includes an in-app shutdown control and a clearer first-run launcher status window. - These packages are intended for review and evaluation, not unattended production deployment.