Describe the bug
Following the official Wheels CLI setup instructions using the LuCLI Windows launcher results in a non-working installation on Windows. Running wheels --version throws:
The filename, directory name, or volume label syntax is incorrect.
This happens even after correctly setting JAVA_HOME, LUCLI_HOME, and extracting the Wheels module.
To Reproduce
Steps to reproduce the behavior:
-
Download lucli-0.3.7.bat from
LuCLI releases:
https://github.com/cybersonic/LuCLI/releases
-
Rename it to:
wheels.bat // from lucli-0.3.7.bat
- Place it in PATH (e.g. C:\Tools\wheels)
- Download Wheels module from
CFWheels releases:
https://github.com/wheels-dev/wheels/releases
- Rename the zip file
wheels-module-4.0.0.zip // from wheels-4.0.0-SNAPSHOT-1657.zip
- Extract module:
New-Item -ItemType Directory -Force -Path "$env:USERPROFILE\.wheels\modules\wheels" | Out-Null
Expand-Archive -Path "C:\Users\HP\Downloads\wheels-module-4.0.0.zip" -DestinationPath "$env:USERPROFILE\.wheels\modules\wheels"
- Set environment variables:
setx JAVA_HOME "C:\Program Files\Eclipse Adoptium\jdk-21"
setx LUCLI_HOME "$env:USERPROFILE\.wheels"
- Open new terminal and run:
Expected behavior
CLI should output something like:
Actual behavior
The filename, directory name, or volume label syntax is incorrect.
*Screenshots

Desktop:
Describe the bug
Following the official Wheels CLI setup instructions using the LuCLI Windows launcher results in a non-working installation on Windows. Running
wheels --versionthrows:This happens even after correctly setting
JAVA_HOME,LUCLI_HOME, and extracting the Wheels module.To Reproduce
Steps to reproduce the behavior:
Download lucli-0.3.7.bat from
LuCLI releases:
https://github.com/cybersonic/LuCLI/releases
Rename it to:
CFWheels releases:
https://github.com/wheels-dev/wheels/releases
Expected behavior
CLI should output something like:
Actual behavior
The filename, directory name, or volume label syntax is incorrect.
*Screenshots

Desktop: