Skip to content

How to actually install code-server? #4784

Answered by im-coder-lg
Chainsburg asked this question in Q&A
Discussion options

You must be logged in to vote

The installation is pretty simple. In the README, it mentioned that you need Linux with a minimum of 1-2 core. Once you got that, run this on the terminal:

curl -fsSL https://code-server.dev/install.sh | sudo bash

If you are on macOS, install via HomeBrew:

brew install code-server

Starting it up is simple. Just run code-server. For upgrading to the latest version, run the same commands, it will replace the old files.
If you are on Windows, get WSL and run the same Linux command above.
PS: Linux requirements: Linux machine with WebSockets enabled, 1 GB RAM, and 2 CPUs

However, if you are installing on Debian/Ubuntu or RHEL-based Linux distros, I recommend you to go to https://github.com/…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Chainsburg
Comment options

@jsjoeio
Comment options

Answer selected by Chainsburg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants