is this a native mac app? want to know for curiosity sake. i am new to mac development, i inspected in application and it looks like python qt? if so, why this and not say electron based?
Python QT is going to be an order of magnitude more efficient than Electron. I can't see why Electron would be an improvement over it.
Agree. QT is based on C++ and Electron is JS. QT is much faster, but I'm not too happy with the ui from QT - too boring