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

# Getting Started

{% hint style="danger" %}
**aemulus.cep.one will go offline on 31 December 2026.**

**Please use** [**the official instructions on GitHub**](https://github.com/TekkaGB/AemulusModManager/blob/master/README.md) **after this date.**
{% endhint %}

## Requirements

* A registered installation of **64-bit Windows 11 or Windows 10**
* [**7-Zip**](https://www.7-zip.org/)

{% hint style="warning" %}
Aemulus is not compatible with **Mac** or **Linux** PCs, even when run through Wine.
{% endhint %}

## Supported Games

* **Persona 1** (PPSSPP emulator)
* **Persona 3 FES** (PCSX2 emulator)
* **Persona 3 Portable** (PPSSPP emulator)
* **Persona 4 Golden** (PS Vita homebrew)
* **Persona 5** (RPCS3 emulator)
* **Persona 5 Royal** (PS4 homebrew)
* **Persona 5 Royal** (Switch homebrew)
* **Persona 5 Strikers** (PC)
* **Persona Q2** (Citra emulator)

## Unsupported Games

The following games use another program for mod management and do not use Aemulus.

* **Persona 3 Portable** (PC)
* **Persona 3 Reload**
* **Persona 4 Arena / Persona 4 Arena Ultimax**
* **Persona 4 Golden** (PC)
* **Persona 5 Royal** (PC)

## Aemulus is Not a Mod Loader

***Aemulus is a mod manager, not a mod loader.***\
***You must set up a mod loader for your emulator or homebrew before using Aemulus.***

* [**Persona 1**](https://gamebanana.com/tuts/14515)
* [**Persona 3 FES**](https://www.youtube.com/watch?v=IQ-XzslciHw)
* [**Persona 3 Portable**](https://gamebanana.com/tuts/14001)
* [**Persona 4 Golden**](https://gamebanana.com/tuts/15533)
* [**Persona 5**](https://shujynx.gitbook.io/p5-modding-guides/the-basics/setting-up-rpcs3)
* [**Persona 5 Royal (PS4)**](https://shrinefox.com/guides/2020/09/30/modding-persona-5-royal-on-ps4/)
* [**Persona 5 Royal (Switch)**](https://gamebanana.com/tuts/15385)
* **Persona 5 Strikers** does not need a mod loader.
* **Persona Q2** does not need a mod loader.


---

# 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://aemulus.cep.one/install/getting-started.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.
