-
Notifications
You must be signed in to change notification settings - Fork 202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Partial native windows support #2235
Comments
@W1M0R Thank you for pointing it out. I hid those spam comments and reported the users to github. |
@W1M0R With that said, I suggest you generating those file via |
Thanks for the tip @mohsenari |
@mohsenari I gave your suggestion a try. It looks like it could work, but I'm running into the following error:
This looks like the relevant error:
I suspect this is not a devbox issue. I wonder if there is no internet access from within the container. I'll play around some more. |
hey @W1M0R Glad you are bringing this up. I am also thinking about this area myself. My use case is actually building golang tools that use CGO. For example I am currently playing around with: mupdf, ffmpeg, pdfium, poppler devboxdevbox has mupdf, ffmpeg, pdfium, but not poppler aquaaqua is pretty good and I have used it. Native packagesThis is really where the value is with devbox too. Native https://www.jetify.com/devbox/docs/guides/platform_specific_packages/#supported-platforms |
What problem are you trying to solve?
It would be nice to have devbox working natively on Windows without WSL.
What solution would you like?
I'd like at least the vscode devcontainer support to work in Windows. I imagine this to function as it would for non-Windows systems, using the Nix-based backend. I'd be interested to see whether this might work out of the box (although I expect that creating the devcontainer itself probably relies on Nix - so a Nix "bootstrapping" container would probably be required for Windows).
For a truly native experience, a different backend would have to be used for windows, since Nix does not (and probably will never) support Windows.
Some Nix-alternatives to use for providing a native Windows backend:
From my experience, aqua is the least restrictive (that is, "less opinionated") tool, and the most responsive to user feedback. It is written in go, and might even be possible to use as a library.
Alternatives you've considered
No response
The text was updated successfully, but these errors were encountered: