Quickly glancing over the code, several of the external dependencies listed in the repository can be eliminated as they already exist in the RTL Delphi ships with.
E.g, the MD5 unit can be replaced with System.Hash or the sqlite wrapper with either FireDAC or System.Sqlite.
System.Net.Socket has an excellent socket class and XSuperObject can be replaced with System.JSON.