Supported Platforms and Devices - OpenMacroBoard/StreamDeckSharp GitHub Wiki

Platforms

I typically test StreamDeckSharp on Windows and Linux (Debian, Ubuntu).

"But", because everything targets netstandard20 there is a very good chance that you will get it to run on probably many other platforms that can run .net core too. If you can't get it to work on a platform that technically should support .NET (core) feel free to open an issue and describe your problem. Maybe someone (or myself) can still help you.

Regarding macOS

Even though I personally don't own a Mac according to community report it should work out of the box without changes:

Old Versions with System.Drawing

@g3rv4 was able to make it run on macOS by installing runtime.osx.10.10-x64.CoreCompat.System.Drawing from NuGet - (Source) and @Suplanus added libgdiplus packaging to make it work. (Source)