AwayBuster is a simple Windows utility designed to prevent your system from going idle. It runs as a single executable and lives quietly in your system tray.
- Single Portable Executable: Easy deployment with one file and operates solely from the system tray.
- Status Indication: The tray icon tints red to indicate whether the utility is enabled or disabled.
- Windows Only: Works only on windows, uses winforms and requires .NET 8.
This is a simple C# project that requires .NET 8.
-
Clone the repository:
git clone https://github.com/yourusername/awaybuster.git cd awaybuster
-
Restore dependencies and build the project:
dotnet build -c Release
-
Publish as a single executable:
dotnet publish -c Release -r win-x64 --self-contained false /p:PublishSingleFile=true
This project is licensed under the MIT License.