> For the complete documentation index, see [llms.txt](https://wiki.redmodding.org/redscript/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.redmodding.org/redscript/getting-started/setup.md).

# Setup

### Summary <a href="#summary" id="summary"></a>

Created: Apr 02 2024 by [mana vortex](mailto:undefined)\
Last documented edit: Jul 21 2026 by [Zhincore](mailto:undefined)

### For mod users

If you want to install REDscript as a dependency for other mods, see [its NexusMods page](https://www.nexusmods.com/cyberpunk2077/mods/1511) for instructions.

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

### For mod developers

Download and install REDscript just like a regular user.&#x20;

It is also highly recommended to install an extension to your favorite IDE:

{% content-ref url="/pages/jw2RZ5aFUSgpc07Bh6LB" %}
[Setup for VSCode](/redscript/getting-started/setup/setup-for-vscode.md)
{% endcontent-ref %}

{% content-ref url="/pages/SR7Ze861BlrLxhTCUNGn" %}
[Setup for JetBrains IDEs](/redscript/getting-started/setup/setup-for-jetbrains-ides.md)
{% endcontent-ref %}

For other IDEs checkout the README on redscript-ide GitHub page directly:

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

You can also [download the CLI](https://github.com/jac3km4/redscript/releases) (command-line interface) if you want to manually compile/decompile some REDscript code.

The latest REDscript releases are available on GitHub.

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