Free to download. Start a 45-day trial or activate with a license key.
Windows 10/11 (64-bit)
Download InstallerInno Setup installer · Bundles .NET 8 runtime · GPU support
Ubuntu, Fedora, Arch (64-bit)
Download AppImagePortable AppImage · Bundles .NET 8 runtime · GPU support
macOS 12+ · Apple Silicon (M1 or later)
Download for Apple SiliconSigned .app bundle · CPU-only (no GPU on macOS)
macOS first launch: unzip the download, then right-click
LensHH-LT.app → Open → Open once
— the app is signed but not yet notarized, so this is the one-time
equivalent of the Windows SmartScreen “Run anyway.”
Apple Silicon only; Intel Macs are not supported.
All downloads & release notes on GitHub →
The LensHH-LT GUI, CLI, and MCP server are open source under the MIT license. To build on any platform:
git clone https://github.com/SynapseOptics/LensHH-LT.git
cd LensHH-LT
dotnet build src/LensHH.App/LensHH.App.csproj
dotnet run --project src/LensHH.App/LensHH.App.csproj
Requires .NET 8 SDK.