> For the complete documentation index, see [llms.txt](https://digitalsleuth.gitbook.io/win-for-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/requirements.md).

# Requirements

### .NET 3.5 Framework

Website: <https://download.visualstudio.microsoft.com/download/pr/b635098a-2d1d-4142-bef6-d237545123cb/2651b87007440a15209cac29634a4e45/dotnetfx35.exe\\>
Description: Microsoft .NET 3.5 Framework with .NET 2.0\
Author: Microsoft\
License:\
Version: .NET 3.5 SP1\
Notes:

### .NET 6 Desktop Runtime

Website: <https://microsoft.com\\>
Description: Windows Runtime component\
Author: Microsoft\
License: EULA\
Version: 6.0.7.31422\
Notes:

### 7-Zip

Website: <https://7-zip.org\\>
Description: Zip Compiler and Extractor\
Author: Igor Pavlov\
License: GNU LGPL (<https://www.7-zip.org/faq.html)\\>
Version: 23.01\
Notes:

### Adobe Reader DC Classic

Website: <https://www.adobe.com\\>
Description: Adobe PDF Document Reader\
Author: Adobe\
License: <https://helpx.adobe.com/ca/reader/acrobat-copyright-trademarks-third-party-notices.html\\>
Version: 23.006.20320\
Notes:

### Distorm3

Website: <https://github.com/gdabah/distorm\\>
Description: Disassembler Library for x86/x64\
Author: Gil Dabah\
License: <https://github.com/gdabah/distorm/blob/master/COPYING\\>
Version: 3.3.4\
Notes:

### Git for Windows

Website: <https://github.com/git-for-windows/git\\>
Description: Version Control System for Windows\
Author: Git (git-scm.com)\
License: GNU Public License and Lesser GNU Public License (<https://github.com/git-for-windows/git/blob/main/COPYING>, <https://github.com/git-for-windows/git/blob/main/LGPL-2.1)\\>
Version: 2.38.1\
Notes:

### Graphviz

Website: <https://graphviz.org\\>
Description: Open source graph visualization software\
Author: <https://gitlab.com/graphviz/graphviz/-/blob/main/AUTHORS\\>
License: Eclipse Public License (<https://gitlab.com/graphviz/graphviz/-/blob/main/LICENSE)\\>
Version: 9.0.0\
Notes:

### Java Development Kit

Website: <https://www.java.com\\>
Description: Java Engine\
Author: Oracle\
License: <https://www.oracle.com/legal/terms.html\\>
Version: 17.0.9\
Notes:

### Microsoft Visual C++ Compiler for Python 2.7

Website: <https://visualstudio.microsoft.com/visual-cpp-build-tools/\\>
Description: Compiler for Python 2.7 to compile scripts on Windows\
Author: Microsoft\
License: EULA\
Version: 9.0.1.30729\
Notes:

### Microsoft VC++ 2015 Build Tools

Website: <https://microsoft.com\\>
Description: Microsoft Visual C++ 2015 Build Tools\
Author: Microsoft\
License:\
Version: 15.9.34118.181\
Notes:

### Node.js

Website: <https://nodejs.org\\>
Description: Open-Source JavaScript Runtime Environment\
Author: <https://github.com/nodejs/node/blob/main/README.md#current-project-team-members\\>
License: Various (<https://github.com/nodejs/node/blob/main/LICENSE)\\>
Version: 18.16.0\
Notes:

### Portals

Website: <https://portals-app.com\\>
Description: Desktop Organizer\
Author: Ross Patterson\
License: Free To Use - Terms and Conditions (<https://rosspat.dev/privacy/)\\>
Version: 3.0.2.2\
Notes:

### Pycryptodome

Website: <https://github.com/legrandin/pycryptodome\\>
Description: Python package of low-level cryptographic primitives\
Author: Helder Eijs (Legrandin)\
License: Public Domain / BSD (<https://github.com/Legrandin/pycryptodome/blob/master/LICENSE.rst)\\>
Version: 3.16.0\
Notes:

### Python 2

Website: <https://www.python.org\\>
Description: Python Programming Language Framework\
Author: Python Software Foundation\
License: Python Software Foundation License Version 2.0 (<https://docs.python.org/2.7/license.html)\\>
Version: 2.7.18\
Notes:

### Python 3

Website: <https://www.python.org\\>
Description: Python Programming Language Framework\
Author: Python Software Foundation\
License: Python Software Foundation License Version 2.0 (<https://docs.python.org/3.10/license.html)\\>
Version: 3.10.1150.0\
Notes:

### python-dateutil

Website: <https://github.com/dateutil/dateutil\\>
Description: Python module to use standard datetime features\
Author: <https://github.com/dateutil/dateutil/blob/master/AUTHORS.md\\>
License: Apache License v2.0 (<https://github.com/dateutil/dateutil/blob/master/LICENSE)\\>
Version: 2.8.2\
Notes:

### Strawberry Perl

Website: <https://strawberryperl.com\\>
Description: Perl programming language environment for Windows\
Author: Strawberry Perl\
License: GNU General Public License 1+ (license found within software)\
Version: 5.32.1.1\
Notes:

### Visual Studio Community Edition 2022

Website: <https://visualstudio.microsoft.com\\>
Description: Windows IDE for developing in multiple Windows-based programming languages\
Author: Microsoft\
License: <https://aka.ms/VSLicensingPaper\\>
Version: 17.5.4 (2023)\
Notes: Installation and application are 17.5.4, but environment is 2023

### WSL 2 System Update

Website: <https://wslstorestorage.blob.core.windows.net/wslblob/wsl\\_update\\_x64.msi\\>
Description: Update for Windows Subsystem for Linux to version 2\
Author: Microsoft\
License: EULA\
Version: 5.10.16\
Notes:


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://digitalsleuth.gitbook.io/win-for-documentation/the-tools/requirements.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
