All Projects → cdr → Code Server

cdr / Code Server

Licence: mit
VS Code in the browser

Programming Languages

typescript
32286 projects
shell
77523 projects
HTML
75241 projects
CSS
56736 projects
Mustache
554 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to Code Server

Vscodium
binary releases of VS Code without MS branding/telemetry/licensing
Stars: ✭ 14,639 (-71.04%)
Mutual labels:  vscode, ide
docker-vscode-php
Visual Studio Code in a container for PHP/Drupal development
Stars: ✭ 44 (-99.91%)
Mutual labels:  ide, vscode
Addon Vscode
Visual Studio Code - Home Assistant Community Add-ons
Stars: ✭ 201 (-99.6%)
Mutual labels:  vscode, ide
Nvcode
An IDE layer for Neovim with sane defaults. Completely free and community driven.
Stars: ✭ 6,714 (-86.72%)
Mutual labels:  ide, vscode
Julia Vscode
Julia extension for Visual Studio Code
Stars: ✭ 823 (-98.37%)
Mutual labels:  vscode, ide
Micropy Cli
Micropython Project Management Tool with VSCode support, Linting, Intellisense, Dependency Management, and more!
Stars: ✭ 112 (-99.78%)
Mutual labels:  vscode, ide
VSCode-Anywhere
VSCode with preconfigured tools for your programming languages : binaries, settings, extensions and documentations
Stars: ✭ 26 (-99.95%)
Mutual labels:  ide, vscode
Koding
The Simplest Way to Manage Your Entire Dev Infrastructure!
Stars: ✭ 1,945 (-96.15%)
Mutual labels:  ide, development-environment
Ionide Vscode Fsharp
VS Code plugin for F# development
Stars: ✭ 660 (-98.69%)
Mutual labels:  vscode, ide
Gitpod
Gitpod automates the provisioning of ready-to-code development environments.
Stars: ✭ 6,261 (-87.61%)
Mutual labels:  ide, browser-ide
Pyiron
pyiron - an integrated development environment (IDE) for computational materials science.
Stars: ✭ 153 (-99.7%)
Mutual labels:  ide, development-environment
Crossui
CrossUI is a free Cross-Browser Javascript framework with cutting-edge functionality for rich web application
Stars: ✭ 945 (-98.13%)
Mutual labels:  ide, development-environment
Vscode Nim
An extension for VS Code which provides support for the Nim language.
Stars: ✭ 204 (-99.6%)
Mutual labels:  vscode, ide
container
Custom containers for various usecases
Stars: ✭ 12 (-99.98%)
Mutual labels:  vscode, development-environment
Amet
🐳 Containerized Development Environment
Stars: ✭ 12 (-99.98%)
Mutual labels:  vscode, development-environment
Deb Dev Machine
Quickly install common Developer tools, IDE's & Services on Debian 9
Stars: ✭ 63 (-99.88%)
Mutual labels:  ide, development-environment
Foam
A personal knowledge management and sharing system for VSCode
Stars: ✭ 10,993 (-78.25%)
Mutual labels:  vscode
Orchestra
One language to be RegExp's Successor. Visually readable and rich, technically safe and extended, naturally scalable, advanced, and optimized
Stars: ✭ 103 (-99.8%)
Mutual labels:  ide
Dotfiles
Awesome personal dotfiles
Stars: ✭ 99 (-99.8%)
Mutual labels:  vscode
Betterfountain
A screenwriting app integrated into visual studio code
Stars: ✭ 99 (-99.8%)
Mutual labels:  vscode

code-server

"GitHub Discussions" "Join us on Slack" Twitter Follow codecov See v4.0.0 docs

Run VS Code on any machine anywhere and access it in the browser.

Screenshot

Highlights

  • Code on any device with a consistent development environment
  • Use cloud servers to speed up tests, compilations, downloads, and more
  • Preserve battery life when you're on the go; all intensive tasks run on your server
🔔 code-server is a free browser-based IDE while Coder, is our enterprise developer workspace platform. For more information, visit Coder.com

Requirements

See requirements for minimum specs, as well as instructions on how to set up a Google VM on which you can install code-server.

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

Getting started

There are three ways to get started:

  1. Using the install script, which automates most of the process. The script uses the system package manager if possible.
  2. Manually installing code-server
  3. Using our one-click buttons and guides to deploy code-server to a cloud provider

If you use the install script, you can preview what occurs during the install process:

curl -fsSL https://code-server.dev/install.sh | sh -s -- --dry-run

To install, run:

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

When done, the install script prints out instructions for running and starting code-server.

We also have an in-depth setup and configuration guide.

Questions?

See answers to frequently asked questions.

Want to help?

See Contributing for details.

Hiring

Interested in working at Coder? Check out our open positions!

For Organizations

Want remote development for your organization or enterprise? Visit our website to learn more about Coder.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].