saucepleez / taskt

taskt (pronounced 'tasked' and formely sharpRPA) is free and open-source robotic process automation (rpa) built in C# powered by the .NET Framework
http://www.taskt.net/
1.09k stars 350 forks source link

Support for linux machine #238

Closed bhupeshdahal closed 3 years ago

bhupeshdahal commented 3 years ago

Would be great if this could be ported to .Net core and make it available for Linux as well.

saucepleez commented 3 years ago

The underlying issue with that is while .NET Core is cross-platform capable, the dependencies for this project are not. For example, we extensively implement user32 and other DLLs to do things like record the screen, interact with application windows, etc. which are OS specific and not going to be available in .NET Core.