Modern WinUI3 client built on Xray-core
| Architecture | Installer |
|---|---|
| x64 | Setup EXE |
- Modern UI -- based on the winui3 framework
- Fully powered by XRay-core technologies -- xray tun, xray json with zero override
- Notifications in headers -- you can send notifications to your users right in the app
| Key | Value |
|---|---|
| renoarx-notification | json or base64 format |
Example in json before encode:
{
"id": "1",
"severity": "warning",
"title": "Technical works",
"message": "Today from 1pm to 3am some servers may be slow.",
"actionText": "Support",
"actionUrl": "https://t.me/yoursupport",
"expiresAt": "2026-04-28T00:00:00Z"
}*The fields ActionText, actionUrl and expiresAt are optional. severity supports the values error, warning, informative, success; if the value is unknown, the notification is considered informational. The id must be unique and stable for a specific notification: the client remembers from it that the user has already closed the notification.