-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Feature Description
I would like to see support for Windows (win-x64) in the RTMS SDK, alongside the existing macOS and Linux builds.
Use Case
This feature would allow developers working on Windows machines or Windows-based servers to use RTMS without needing separate Linux or macOS environments. It would simplify development workflows and broaden adoption in Windows-centric organizations.
Affected Language Bindings
Node.js, Python
Proposed Solution
Provide Windows build targets (e.g., win-x64) for the RTMS core library and distribute corresponding binaries for Node.js and Python. If full support is not currently feasible, offering build instructions for Windows would also be valuable.
Implementation Considerations
No response
Alternatives Considered
I have tried using RTMS inside WSL as a workaround, but this adds friction and does not fully address Windows-native deployment needs.
Additional Context
No response
Verification
- I have searched existing issues to ensure this feature has not already been requested
- This feature would benefit a significant portion of RTMS SDK users