1. Please add match score
2. Group and fold duplicates
3. Add the year with the sort feature - to identify rip offs
https://www.embarcadero.com/products/delphi
Modern Delphi does Linux just fine.
Delphi's VCL is tied to much to the Windows API to work without it.
Even Lazarus implements a lot of Windows API like functions. E.g. you call one of these functions on Linux and it converts it to a corresponding gtk/qt function call: https://gitlab.com/freepascal.org/lazarus/lazarus/-/blob/mai...
But it is all less reliable because the Lazarus community is much smaller than the Wine community