Commit Graph

2 Commits

Author SHA1 Message Date
nyk 00a22a2e24
fix: use CSPRNG for password generation in install.ps1 (#424)
Replace Get-Random (System.Random, clock-seeded) with RandomNumberGenerator in Get-RandomPassword to match the CSPRNG already used by Get-RandomHex.
2026-03-17 12:54:55 +07:00
Lucas Wiessel a4fefc882e
feat: add Windows PowerShell installer (#423)
Adds install.ps1 — a PowerShell port of install.sh for Windows users. Supports local and Docker deployment modes with secure credential generation, standalone server setup, and OpenClaw fleet checks. Adds Windows install section to README.
2026-03-17 12:51:10 +07:00