-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
windows binary #259
Comments
The windows binary is actually very close to working! I believe the only change we need to make is including the additional files w/ Edit: As for timeline, we don't have an exact date. We're focusing on improving support for Mac & Linux. If enough interest grows for Windows support, we will be sure to take notice. |
i'm interested in a windows version as well |
@lazeebee I believe we have a new bundler in the works that should get us one step closer to getting the windows binary working |
New Bundler for binary has been released! @nol166 Maybe we can re-test this? (I think Justin has a windows machine, no?) |
@multishifties I would like to test the new bundler, where I can find it ? |
@fMichaleczek new Binary compiler is located here https://github.com/codercom/nbin Code-server uses this now instead of AFAIK, it SHOULD allow you to compile for any platform where Node.js is supported. But I haven't had a chance to test it extensively yet. |
@multishifties I will try to test this week and give feedback on nbin repo. |
Was anybody able to produce a Windows binary? Even if beta test only.. |
Any updates? Is there an expected time when Windows build will be available? |
@MaxLOh Windows builds are low priority since there is more demand for ARM builds than Win32 builds. |
@sr229 Vote for windows binary. Hope we can get it one day. BTW, is there any guides to use code server with WSL? |
I wait for it too. What needs to be done? |
#1306 will fix this. |
Guys, I am looking for VSCode binary on windows.Any help is much appreciated. |
@DarshanaSubhash We don't publish Windows releases at the moment but you can try installing with |
I just tried installing via yarn using the command
I am running Windows 10, node version 14.3.0, yarn version 1.22.10 |
same it crashes for me too |
Do Maybe the path is too long for Windows' file system and the file didn't get downloaded to the folder. You will also need Python to be installed in your machine as node-gyp requires Python to build. |
Is there a Windows binary yet? If so, where is the download for it? |
Hi, I encountered the same issue. The path you mentioned doesn't exist, and I have python installed. Also, I noticed that the script "~/AppData/Local/Yarn/Data/global/node_modules/code-server/postinstall.sh" was opened by the Vscode during the installation. It's looks like it not excuted. |
whats the timeline of the windows binary release?
The text was updated successfully, but these errors were encountered: