Installation
Instructions
- Windows
- Linux
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
To start using LakeXpress, first request a trial to download the latest version.
Once downloaded, unzip LakeXpress to a directory of your choice.
unzip LakeXpress.zip -d LakeXpress
On Linux, you need to give execution rights to the LakeXpress binary:
chmod +x LakeXpress
You can verify the installation by checking the version:
./LakeXpress --version
You are now ready to run LakeXpress.
What's Included
The trial edition includes the following directory structure:
- Windows
- Linux
LakeXpress/
├── LakeXpress.exe - Main executable
├── engine/
│ └── FastBCP.exe - Bundled FastBCP engine (auto-discovered)
└── credentials.json - Sample authentication file
LakeXpress/
├── LakeXpress - Main executable
├── engine/
│ └── FastBCP - Bundled FastBCP engine (auto-discovered)
└── credentials.json - Sample authentication file
Trial editions include a bundled FastBCP engine in the engine/ directory that is auto-discovered — no need to specify --fastbcp_dir_path.
License Information
After the trial period you will need a valid license. LakeXpress resolves the license in the following order:
LAKEXPRESS_LICENSEenvironment variable — set this for CI/CD or containerized deployments--license TEXTCLI argument — pass the license content directly--license_file PATHCLI argument — point to a license file- Default file locations:
~/.lakexpress/license.lic(Linux/Mac)%APPDATA%/LakeXpress/license.lic(Windows)./license.lic(current directory)
- Trial mode — automatic 30-day trial if no license is found
See the CLI Reference for details.