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

Linux

Ubuntu, Fedora, Arch (64-bit)

Download AppImage

Portable AppImage · Bundles .NET 8 runtime

macOS

macOS 12+ (Apple Silicon & Intel)

Build from Source

See build instructions 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.