README.md 2.9 KB
Newer Older
B
Bruno 已提交
1
# code-server
A
Asher 已提交
2

3
[!["GitHub Discussions"](https://img.shields.io/badge/%20GitHub-%20Discussions-gray.svg?longCache=true&logo=github&colorB=purple)](https://github.com/cdr/code-server/discussions) [!["Join us on Slack"](https://img.shields.io/badge/join-us%20on%20slack-gray.svg?longCache=true&logo=slack&colorB=brightgreen)](https://cdr.co/join-community) [![Twitter Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=social)](https://twitter.com/coderhq) [![codecov](https://codecov.io/gh/cdr/code-server/branch/main/graph/badge.svg?token=5iM9farjnC)](https://codecov.io/gh/cdr/code-server) [![See v3.11.1 docs](https://img.shields.io/static/v1?label=Docs&message=see%20v3.11.1%20&color=blue)](https://github.com/cdr/code-server/tree/v3.11.1/docs)
4

5 6
Run [VS Code](https://github.com/Microsoft/vscode) on any machine anywhere and
access it in the browser.
7

B
Bruno 已提交
8
![Screenshot](./assets/screenshot.png)
A
Anmol Sethi 已提交
9 10 11

## Highlights

12 13
- Code on any device with a consistent development environment
- Use cloud servers to speed up tests, compilations, downloads, and more
14 15
- Preserve battery life when you're on the go; all intensive tasks run on your
  server
16

17 18
## Requirements

19 20
See [requirements](requirements.md) for minimum specs, as well as instructions
on how to set up a Google VM on which you can install code-server.
21

22
**TL;DR:** Linux machine with WebSockets enabled, 1 GB RAM, and 2 CPUs
23

24
## Getting started
25

26
There are three ways to get started:
27

28 29 30 31 32
1. Using the [install
   script](https://github.com/cdr/code-server/blob/main/install.sh), which
   automates most of the process. The script uses the system package manager if
   possible.
2. Manually [installing
33
   code-server](https://coder.com/docs/code-server/v3.11.1/install)
34 35
3. Using our one-click buttons and guides to [deploy code-server to a cloud
   provider](https://github.com/cdr/deploy-code-server)
36

37 38
If you use the install script, you can preview what occurs during the install
process:
C
Colin Adler 已提交
39 40

```bash
41
curl -fsSL https://code-server.dev/install.sh | sh -s -- --dry-run
42
```
43

44
To install, run:
45 46

```bash
A
Anmol Sethi 已提交
47
curl -fsSL https://code-server.dev/install.sh | sh
48 49
```

50 51
When done, the install script prints out instructions for running and starting
code-server.
A
Anmol Sethi 已提交
52

53
We also have an in-depth [setup and
54
configuration](https://coder.com/docs/code-server/v3.11.1/guide) guide.
55

56
## TLS and authentication (beta)
A
Anmol Sethi 已提交
57

G
galesky 已提交
58
To add TLS and authentication out of the box, use [code-server --link](https://coder.com/docs/code-server/v3.11.1/link).
59

60
## Questions?
A
Asher 已提交
61

62
See answers to [frequently asked
63
questions](https://coder.com/docs/code-server/v3.11.1/FAQ).
A
Asher 已提交
64

65
## Want to help?
O
Onilton Maciel 已提交
66

67
See [Contributing](https://coder.com/docs/code-server/v3.11.1/CONTRIBUTING) for
68
details.
O
Onilton Maciel 已提交
69

70 71
## Hiring

72 73
Interested in [working at Coder](https://coder.com/careers)? Check out [our open
positions](https://coder.com/careers#openings)!
74

J
jae 已提交
75
## For Organizations
76

77 78
Want remote development for your organization or enterprise? Visit [our
website](https://coder.com) to learn more about Coder.