v1.2.0 — Windows support (beta)
Added
-
Windows support (beta). The daemon and CLI now run on Windows:
- Unix-domain sockets fall back to authenticated TCP loopback (
127.0.0.1:<port>+ token); fcntl/resource/signalcalls are shimmed or guarded;- the daemon installs via Windows Task Scheduler;
- crypto-key permissions are set with
icacls; - the MCP wrapper dials the daemon over the same transport.
The runtime is ported and validated on Windows 11. The test suite is still being ported, so Windows is beta for now — please report anything you hit. POSIX behavior is unchanged.
Thanks to @danielhertz1999-bit for the port, and to @warplayer for thorough Windows 11 validation.
- Unix-domain sockets fall back to authenticated TCP loopback (