# Supported Virtual Machines

Current versions of **HyperDbg** are tested and confirmed it's working on the following vendors with support to the bate metal/nested virtualization:

* HyperDbg works on [regular computers](https://docs.hyperdbg.org/getting-started/attach-to-hyperdbg/local-debugging) with support to the Intel VT-x. It was tested on 4th Intel processors and later generations.
* [VMware Workstation](https://docs.hyperdbg.org/tips-and-tricks/nested-virtualization-environments/run-hyperdbg-on-vmware) (**v16.0.0** or above, older version might work as well!).

We're working on adding the support for Hyper-V's nested virtualization, but it's not supported yet.

You can use both VMware Workstation pro as well as VMware Workstation Player (Free for non-commercial use).


---

# 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.hyperdbg.org/tips-and-tricks/nested-virtualization-environments/supported-virtual-machines.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.
