Download LensHH-LT

Free to download. Start a 45-day trial or activate with a license key.

Windows

Windows 10/11 (64-bit)

Download Installer

Inno Setup installer · Bundles .NET 8 runtime · GPU support

Linux

Ubuntu, Fedora, Arch (64-bit)

Download AppImage

Portable AppImage · Bundles .NET 8 runtime · GPU support

macOS

macOS 12+ · Apple Silicon (M1 or later)

Download for Apple Silicon

Signed .app bundle · CPU-only (no GPU on macOS)

macOS first launch: unzip the download, then right-click LensHH-LT.appOpenOpen 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 →

Build from Source

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.