---
## ⚠️ Security Notice
> **Important Security Advisory**
> While Heroku implements extended security measures, installing modules from untrusted developers may still cause damage to your server/account.
>
> **Recommendations:**
> - ✅ Download modules exclusively from official repositories or trusted developers
> - ❌ Do NOT install modules if unsure about their safety
> - ⚠️ Exercise caution with unknown commands (`.terminal`, `.eval`, `.ecpp`, etc.)
---
## 🚀 Installation
### Manual Installation (VPS/VDS Server)
```bash
apt update && apt install git python3 -y && \
git clone https://github.com/coddrago/Heroku && \
cd Heroku && \
pip install -r requirements.txt && \
python3 -m heroku
```
> **Note for VPS/VDS Users:**
> Add `--proxy-pass` to enable SSH tunneling
> Add `--no-web` for console-only setup
### Additional Features