openvscode-server
vscodium
openvscode-server | vscodium | |
---|---|---|
126 | 556 | |
5,260 | 26,706 | |
1.6% | 2.2% | |
0.0 | 9.4 | |
3 days ago | 5 days ago | |
TypeScript | Shell | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
openvscode-server
-
đ Exciting News for Developers: Run VS Code on Any Browser! đ
If youâve ever wanted the flexibility of running VS Code directly in your browser, nowâs the time to give it a try. After experimenting with various solutions, Iâve found a standout option: openvscode-server by github.com/gitpod-io/openvscode-server â a fork of Microsoftâs VS Code.
-
Reviving decade-old Macs with antiX and MX Linux (2022)
> Yeah, sadly there are entry level laptops cheaper than a phone or said monitor plus a keyboard and mouse
Many people already have a monitor, mouse, and keyboard lying around. They'll also have a phone already. Plus, there are very cheap docks where you can just slide your phone into a laptop shell, priced similarly to the worst and most awful Chromebooks imaginable.
> So nothing works offline.
You can run a vscode server on your phone (https://github.com/gitpod-io/openvscode-server/releases). What's lacking is the VSCode GUI, so pointing a browser at http://[::1]:8080/ will work just fine.
- [Self Hosted] Alternative auto-hébergée aux codepaces
-
Building a remote/cloud dev box IDE specifically for digital nomads. What do you want?
This already exists!! https://www.gitpod.io/
-
Understanding the Networking Basics of Lambda to RDS Connectivity
The next part is the 'Public access' parameter which needs to be aligned with the DB Subnet Group configuration. When set to No, the provisioned ENI will only have Private IP. If you try to access it from the Internet, your PC or a cloud development environment such as Gitpod that would obviously not be accessible. However, if you set it to Yes, the ENI will also have a Public IP and a Public hostname (DNS endpoint). This settings can be changed without the need to re-provision the RDS which is quite handy.
-
Crazy coworker manages entire development environment in single docker container
https://www.gitpod.io/ does this
-
Self-hosted alternative to Codespaces? (With .devcontainer support)
Not sure what .devcontainer means, but you can take a look to https://github.com/gitpod-io/openvscode-server or https://github.com/coder/code-server
-
Does anyone have a solution to replace my laptop?
I am using this project (https://github.com/gitpod-io/openvscode-server/) to run on my Linux box, then I can access it's server through my web browser.
-
ïžAppwrite + Gitpod: One Click Setup
We look forward to integrating more with Gitpod in the future! Check out the Gitpod homepage for more information and new development environment templates.
-
[D] I recently quit my job to start a ML company. Would really appreciate feedback on what we're working on.
I suggest you check out https://www.gitpod.io, which does more general provisioning of GitOps clusters/Pods in their managed Kubernetes clusters. It's not specifically ML, but we've looked at it for POC ML projects that want basic hosting.
vscodium
-
Xcode Constantly Phones Home
Notably absent are all of the remote debugging extensions and Copilot. This would be a deal-breaker for many.
[0] https://github.com/VSCodium/vscodium/blob/master/docs/index....
-
A Comment on Mozilla's Policy Changes
Thanks, good spot.
So Mozilla, an organisation that commends itself for working to put control of the internet back in the hands of the people using it, [0] is creating a situation where the FOSS community needs to maintain its own 'cleansed' builds, akin to VS Code/VS Codium [1] and, to a lesser extent, Chrome/Chromium. [2] (The Chromium case is somewhat different; Google maintains both the FOSS Chromium builds and the non-Free Chrome builds).
4 years ago I commented that It's just non-stop with Mozilla, isn't it? They have the curious pairing of technical excellence, and a long history of awful non-technical decision-making. Little seems to have changed. [3]
[0] https://www.mozilla.org/en-GB/about/
[1] https://vscodium.com/
[2] https://en.wikipedia.org/wiki/Chromium_(web_browser)
[3] https://news.ycombinator.com/item?id=26873740
-
I still like Sublime Text in 2025
I've been running vscodium for a couple of years now, and they rip out the MS specific stuff so no ChatGPT and so forth. I haven't noticed any slowdowns.
Maybe give it a try? https://vscodium.com/
-
Ask HN: Open-Source editor with local code completion?
Continue [0] is open source and supports local models. I still haven't found time to try it out yet. If you host it in VSCodium [1], you would have pretty much what you asked for.
[0] https://www.continue.dev/
[1] https://vscodium.com/
- The State of Vim
- "Escapando" de IntelliJ
-
Ask HN: Any tips for building a VSCode fork?
You can look at this fork: https://github.com/VSCodium/vscodium and see how they did it.
-
Visual Studio Code vs. Sublime Text: Which code editor should you use?
Vscodium for me
binary releases of VS Code without MS branding/telemetry/licensing
https://github.com/VSCodium/vscodium
-
Microsoft is introducing hidden APIs to VS Code only enabled for Copilot
> Visual studio is open source
Sort of. The core is, and the installable binaries with telemetry and properietary extensions are not.
The open source, telemetry-free version of VSCode is called VSCodium: https://vscodium.com/
> Didn't cusor fork it and is building it features directly into the fork?
Yes, in their recent interview with Lex Fridman they argued that life as an extension is too limiting.
The main reason we criticise Microsoft for doing this and not them is just their size and market dominance.
Why jump through hoops to make competitors better able to hotwire their own AI into VSCode, or hotwire Copilot into their own IDE, when it's easier to iterate fast and remain unpredictable?
-
Visual Studio Code is designed to fracture
> If you enjoy a rabbithole, look at how much DRM there is in Pylance (another extension that MS has locked down): https://github.com/VSCodium/vscodium/discussions/1641
The funny thing is that Iâll never understand why itâs not open source and why its license prohibits its use in VSCodium. Pylance is good, but not that good. Certainly not on a level of PyCharm. What incentive do they have to keep it secret except being evil?
What are some alternatives?
Code-Server - VS Code in the browser
codesandbox-client - An online IDE for rapid web development
theia - Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
Visual Studio Code - Visual Studio Code