- Always runs in background.
- Highly customizable properties.
- Configurable using TOML.
- Features a changing "Mr. Incredible becoming Uncanny" image which changes based on CPU usage.
- Simple app, yet adopted the latest fluent design principles.
- Available for Linux and MacOs (soon...)
- TOML Config file documentation is available here.
- Framework -
.NET6
- UI Toolkit -
AvaloniaUI
- Build Tool -
MSBuild
- Windows Target -
winx64
- Language -
C#
- Lang Version -
10
- TOML Parser -
TommyParser
-
- Microsoft .NET6 SDK can be installed from their official site.
-
- Clone the repository by running the following command.
$ git clone https://github.com/CosmicPredator/Uncanny-RPC.git
-
- Now, build the app by running,
$ dotnet publish -c release
-
- Now, the built
exe
will be found inbin/Release/net6.0/publish/
. - Run the app by double clicking on the
exe
.
- Now, the built