# Running-on-Windows

GoReplay can work on windows machines, but have some specifics, due to the nature of different networking layer of Windows stack. See <https://github.com/buger/goreplay/issues/440> for specific details.

By default, windows do not have loopback network driver, like Unix systems, and it has to be installed separately if you want to capture local traffic. One of the options is installing <https://nmap.org/npcap/> or <https://technet.microsoft.com/en-us/library/cc708322.aspx>.

In some cases it may require passing custom bpf filter and specify loopback IP, or omitting it, like this: `--input-raw-bpf-filter "port 80"` (in addition to specifying the port in `--input-raw` argument).

The latest version of windows binaries can be here <https://github.com/buger/goreplay/files/1696582/goreplay.zip>

If you want compile by yourself, this community guide can be handy <https://opensourceconnections.com/blog/2016/06/08/building-go-replay-gor-on-windows/>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.goreplay.org/untitled/running-on-windows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
