Skip to main content

Installation

Instructions

To start using LakeXpress, first request a trial to download the latest version.

Once downloaded, unzip LakeXpress to a directory of your choice.

Expand-Archive -Path .\LakeXpress.zip -DestinationPath .\LakeXpress

You can verify the installation by checking the version:

.\LakeXpress.exe --version

You are now ready to run LakeXpress.

What's Included

The trial edition includes the following directory structure:

LakeXpress/
├── LakeXpress.exe - Main executable
├── engine/
│ └── FastBCP.exe - Bundled FastBCP engine (auto-discovered)
└── credentials.json - Sample authentication file
Bundled FastBCP Engine

Trial editions include a bundled FastBCP engine in the engine/ directory that is auto-discovered — no need to specify --fastbcp_dir_path.

License Information

License Information

After the trial period you will need a valid license. LakeXpress resolves the license in the following order:

  1. LAKEXPRESS_LICENSE environment variable — set this for CI/CD or containerized deployments
  2. --license TEXT CLI argument — pass the license content directly
  3. --license_file PATH CLI argument — point to a license file
  4. Default file locations:
    • ~/.lakexpress/license.lic (Linux/Mac)
    • %APPDATA%/LakeXpress/license.lic (Windows)
    • ./license.lic (current directory)
  5. Trial mode — automatic 30-day trial if no license is found

See the CLI Reference for details.

Copyright © 2026 Architecture & Performance.