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

A
Asher 已提交
3
[!["GitHub Discussions"](https://img.shields.io/badge/%20GitHub-%20Discussions-gray.svg?longCache=true&logo=github&colorB=purple)](https://github.com/coder/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://coder.com/community) [![Twitter Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=social)](https://twitter.com/coderhq) [![codecov](https://codecov.io/gh/coder/code-server/branch/main/graph/badge.svg?token=5iM9farjnC)](https://codecov.io/gh/coder/code-server) [![See v4.1.0 docs](https://img.shields.io/static/v1?label=Docs&message=see%20v4.1.0%20&color=blue)](https://github.com/coder/code-server/tree/v4.1.0/docs)
4

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

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

L
LG 已提交
17
| 🔔 code-server is a free browser-based IDE while [Coder](https://coder.com/) is our enterprise developer workspace platform. For more information, visit [Coder.com](https://coder.com/docs/comparison)
18 19
| ---

20 21
## Requirements

22 23
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.
24

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

27
## Getting started
28

29
There are three ways to get started:
30

31
1. Using the [install
L
LG 已提交
32
   script](https://github.com/coder/code-server/blob/main/install.sh), which
33 34 35
   automates most of the process. The script uses the system package manager if
   possible.
2. Manually [installing
36
   code-server](https://coder.com/docs/code-server/latest/install)
37
3. Using our one-click buttons and guides to [deploy code-server to a cloud
L
LG 已提交
38
   provider](https://github.com/coder/deploy-code-server)
39

40 41
If you use the install script, you can preview what occurs during the install
process:
C
Colin Adler 已提交
42 43

```bash
44
curl -fsSL https://code-server.dev/install.sh | sh -s -- --dry-run
45
```
46

47
To install, run:
48 49

```bash
A
Anmol Sethi 已提交
50
curl -fsSL https://code-server.dev/install.sh | sh
51 52
```

53 54
When done, the install script prints out instructions for running and starting
code-server.
A
Anmol Sethi 已提交
55

56
We also have an in-depth [setup and
57
configuration](https://coder.com/docs/code-server/latest/guide) guide.
58

59
## Questions?
A
Asher 已提交
60

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

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

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

69 70
## Hiring

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

J
jae 已提交
74
## For Organizations
75

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