Skip to content

v1.2.0 — Windows support (beta)

Choose a tag to compare

@CodeAbra CodeAbra released this 26 Jun 21:44

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 / signal calls 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.