Rhino.Inside on Mono?

Any way to get https://github.com/mcneel/rhino.inside/tree/master/ConsoleApps/HelloWorld to run on Mono?
Changing
static readonly string SystemDir = (string) Microsoft.Win32.Registry.GetValue ( @"HKEY_LOCAL_MACHINE\SOFTWARE\McNeel\Rhinoceros\7.0\Install", "Path", Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ProgramFiles), "Rhino WIP", "System") );

to point to "RhinoWIP.app/Contents/Frameworks/RhCore.framework/Versions/Current/Resources/" (where Rhinocommon.dll is held on the macOS install), results in a FileNotFound Exception:

Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'RhinoCommon, Version=7.0.19183.10490, Culture=neutral, PublicKeyToken=552281e97c755530' or one of its dependencies.

Any info on this?

Sorry, but Rhino.Inside is currently a Windows only technology.