> For the complete documentation index, see [llms.txt](https://metaverse-imagen.gitbook.io/ai-tools-research/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metaverse-imagen.gitbook.io/ai-tools-research/solutions-and-tutorials/tools-selection/face-swap.md).

# Face Swap

Faceswap is the leading free and Open Source multi-platform Deepfakes software.

{% embed url="<https://faceswap.dev/>" %}

![](/files/UU9K1TmduLVHAYfAi56v)

<figure><img src="https://camo.githubusercontent.com/a76e58803660c2a1d01d9357f5b3c2d414f36a62/68747470733a2f2f692e696d6775722e636f6d2f6e5748464c44662e6a7067" alt="Screenshots"><figcaption></figcaption></figure>

Powered by Tensorflow, Keras and Python; Faceswap will run on Windows, macOS and Linux.

We have an active community supporting and developing the software.

Please visit our [Forums](https://forum.faceswap.dev/) for any questions. There we have guides and tutorials for learning how to use the software.

**Windows** users can get the latest Windows Installer [from this link](https://github.com/deepfakes/faceswap/releases/latest/download/faceswap_setup_x64.exe).\
**Linux** users can get the latest Install script [from this link.](https://github.com/deepfakes/faceswap/releases/latest/download/faceswap_setup_x64.sh)

To install on any other platform, please download our git repository from [Github](https://github.com/deepfakes/faceswap/releases)

If you’re comfortable with using the command line you can directly use git:

`git clone https://github.com/deepfakes/faceswap.git`

though we recommend you setup in a Conda environment. See “[installation](https://github.com/deepfakes/faceswap/blob/master/INSTALL.md)” for more information on how to do that.

For guides on how to use Faceswap to make Deepfakes go to the guides in the forum.

* Installation: [Windows Guide here](https://faceswap.dev/forum/viewtopic.php?f=4\&t=20), [Linux Guide here](https://forum.faceswap.dev/viewtopic.php?f=4\&t=68)
* Extraction: [Guide here](https://forum.faceswap.dev/viewtopic.php?f=25\&t=27)
* Training: [Guide here](https://forum.faceswap.dev/viewtopic.php?f=6\&t=146)
* Convert: [Guide here](https://forum.faceswap.dev/viewtopic.php?f=24\&t=1083)

&#x20; Faceswap is free and Open Source


---

# 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://metaverse-imagen.gitbook.io/ai-tools-research/solutions-and-tutorials/tools-selection/face-swap.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.
