DetourLite.dll — portable build
dotnet DetourLite.dll
Framework-dependent .NET 8 build, works on both Linux and Windows. The bundled run.sh
checks for .NET 8 first and prints installation instructions if it is missing.
Requires the .NET 8 runtime:
- Ubuntu/Debian:
sudo apt-get install -y dotnet-runtime-8.0 - Portable script:
curl -sSL https://dot.net/v1/dotnet-install.sh | bash -s -- --channel 8.0 --runtime dotnet
The UI is served in the browser (CycleGUI WebUI, port 4322 by default). Linux has no WinForms, so the classic desktop window is skipped automatically; localization and SLAM are unaffected.