immense / Remotely

A remote control and remote scripting solution, built with .NET 8, Blazor, and SignalR.
GNU General Public License v3.0
4.28k stars 1.6k forks source link

FEATURE REQUEST: smaller agent for windows #859

Closed Raxiel1987 closed 1 month ago

Raxiel1987 commented 3 months ago

when i download the agent in windows it's 80 mb, and it's huge maybe try to reduce the agent and this will be perfect :D

bitbound commented 1 month ago

The majority of the size comes from the .NET Runtime, PowerShell SDK, and Avalonia UI. NuGet packages account for most of the rest. The Remotely code itself is a small fraction of the overall size. There's nothing that can be cut out. Assembly trimming won't work with this project.

The .NET Runtime is bundled with the app, so it doesn't have to be installed ahead of time.

Same with the PowerShell SDK.

Avalonia is needed for cross-platform UI.