# Downloads

## GitHub

The latest REDscript releases are available on GitHub.

{% embed url="<https://github.com/jac3km4/redscript/releases>" %}

### For mod users

If you want to install REDscript as a dependency for other mods.

1. Download [redscript-mod-vX.Y.Z.zip](https://github.com/jac3km4/redscript/releases)
2. Extract contents of the ZIP file to the game directory
3. Make sure the following files are present inside the Cyberpunk game directory\
   &#x20;   `Cyberpunk 2077\engine\tools\scc.exe`\
   &#x20;   `Cyberpunk 2077\engine\config\base\scripts.ini`

### For advanced users

* [Get the Visual Studio Code extension](https://github.com/jac3km4/redscript-ide-vscode) if you want to write your own REDscript scripts
* [Download the CLI](https://github.com/jac3km4/redscript/releases) (command-line interface) if you want to manually compile/decompile some REDscript code

## Nexus

Confused by GitHub? Download the ZIP file from the Nexus.

{% embed url="<https://www.nexusmods.com/cyberpunk2077/mods/1511>" %}


---

# 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://wiki.redmodding.org/redscript/getting-started/downloads.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.
