<ahref="https://ci.appveyor.com/project/MaxXor/quasarrat"><imagesrc="https://ci.appveyor.com/api/projects/status/5857hfy6r1ltb5f2?svg=true"height="18"></a> [![Join the chat at https://gitter.im/quasar/QuasarRAT](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/quasar/QuasarRAT)
Quasar is a fast and light-weight remote administration tool coded in C#. Providing high stability and an easy-to-use user interface, Quasar is the perfect remote administration solution for you.
Open the project in Visual Studio and click build, or use one of the batch files included in the root directory.
| Batch file | Description
| ----------------- |:-------------
| build-debug.bat | Builds the application using the debug configuration (for testing)
| build-release.bat | Builds the application using the release configuration (for publishing)
Building a client
---
| Build configuration | Description
| ----------------------------|:-------------
| debug configuration | The pre-defined [Settings.cs](/Client/Config/Settings.cs) will be used. The client builder does not work in this configuration. You can execute the client directly with the specified settings.
| release configuration | Use the client builder to build your client otherwise it is going to crash.