# Installer Core
This directory contains the Anya Core unified installer modules and scripts.
## Structure
- `Modules/AnyaInstaller`: PowerShell modules implementing installation routines (cross-platform).
- `Modules/Tests`: Test suites for the installer modules.
- `dashboard.ps1`: Launcher script for the interactive installer dashboard.
## Usage
To launch the installer dashboard (PowerShell Core required):
```powershell
pwsh -File dashboard.ps1
```