Skip to content

RonnyFX/RenoarX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

RenoarX

Modern WinUI3 client built on Xray-core

Downloads

Windows

Architecture Installer
x64 Setup EXE

Features

  • 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

Notifications usage

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors