[Feature request] linux support request
freecoderai01 opened this issue · 2 comments
freecoderai01 commented
Please consider adding support for Linux, as it can be beneficial, especially for deployment on cloud platforms.
Are there any limitations that prevent the code from running on Linux, or is it primarily related to the building process?
It appears that the code utilizes ONNX, which is supported on Linux.
kotx commented
The entire GUI seems to use WinRT/possibly WinUI, which is windows-specific. Linux/Mac support would likely require a rewrite.
MilkFlavor commented
We could try rewriting it in gtk? that might be a good replacement.