git-ai-project/git-ai

chore(windows): Replace named pipes with AF_UNIX sockets on Windows

Geschlossen

#1.246 geöffnet am 04.05.2026

 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)Rust (231 Forks)auto 404
enhancementhelp wantedwindows

Repository-Metriken

Stars
 (2.272 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

If it's true that we can actually just use AF_UNIX sockets on Windows, then this would VASTLY (I mean, VASTLY) simplify Git AI on Windows and hopefully introduced better/cleaner performance characteristics on Windows as well.f

From my research, Git Trace2 also supports using AF_UNIX sockets on Windows (which is obviously critical).

https://devblogs.microsoft.com/commandline/af_unix-comes-to-windows/

Contributor Guide