-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature Request: Windows Support
Summary
legit-code currently only supports macOS. This issue tracks adding support for Windows 10 and 11.
Current Behavior
When running legit-code on Windows, users receive the error:
❌ Error: legit-code currently only supports macOS.
We detected you are running on Windows.
📋 We plan to support other operating systems!
Please upvote or track our progress here:
https://github.com/Legit-Control/monorepo/issues/62
Desired Behavior
legit-code should work seamlessly on Windows 10 and 11.
Requirements
- Add SMB server for mounting logic to Windows
- Handle Windows path separators and drive letters
- Test on Windows 10 and 11
- Update documentation for Windows users
- Handle Windows-specific permissions and security
- Add CI/CD for Windows testing
Technical Notes
The main challenges:
- Windows doesn't natively support NFS client - we got to use smb instead
- Path separators (
\vs/) - Case-insensitive file system
- Different process spawning behavior
Please leave a comment to upvote this issue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request