{"id":28135948,"url":"https://github.com/mikewang000000/vscode-server-centos7","last_synced_at":"2026-04-30T00:05:13.605Z","repository":{"id":288818844,"uuid":"969237675","full_name":"MikeWang000000/vscode-server-centos7","owner":"MikeWang000000","description":"Run the latest vscode-server on RHEL/CentOS 7!","archived":false,"fork":false,"pushed_at":"2026-04-29T22:32:49.000Z","size":98,"stargazers_count":355,"open_issues_count":8,"forks_count":28,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-04-29T23:15:56.287Z","etag":null,"topics":["centos7","glibc","rhel7","vscode","vscode-remote"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MikeWang000000.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-04-19T17:42:53.000Z","updated_at":"2026-04-29T21:49:54.000Z","dependencies_parsed_at":"2025-12-11T00:04:50.040Z","dependency_job_id":null,"html_url":"https://github.com/MikeWang000000/vscode-server-centos7","commit_stats":null,"previous_names":["mikewang000000/vscode-server-centos7"],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/MikeWang000000/vscode-server-centos7","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeWang000000%2Fvscode-server-centos7","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeWang000000%2Fvscode-server-centos7/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeWang000000%2Fvscode-server-centos7/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeWang000000%2Fvscode-server-centos7/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MikeWang000000","download_url":"https://codeload.github.com/MikeWang000000/vscode-server-centos7/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MikeWang000000%2Fvscode-server-centos7/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32448883,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"ssl_error","status_checked_at":"2026-04-29T22:10:49.234Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["centos7","glibc","rhel7","vscode","vscode-remote"],"created_at":"2025-05-14T15:20:23.947Z","updated_at":"2026-04-30T00:05:11.570Z","avatar_url":"https://github.com/MikeWang000000.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vscode-server-centos7\n\nA specially patched VS Code Server that runs on RHEL/CentOS 7.\n\n## Quick Start\n\n1. Download a tarball from the [Releases](https://github.com/MikeWang000000/vscode-server-centos7/releases) page to your server.\n\n2. Execute the following commands on your server:\n\n    ```bash\n    mkdir -p ~/.vscode-server\n    tar xzf vscode-server_*.tar.gz -C ~/.vscode-server --strip-components 1\n    ~/.vscode-server/code-latest --patch-now\n    ```\n\n3. Enjoy!\n\n\n## Build from Source\n\n1. Install YUM dependencies:\n\n    ```bash\n    sudo scripts/yum-install.sh\n    ```\n\n2. Download additional dependencies:\n\n    ```bash\n    scripts/download-deps.sh\n    ```\n\n3. Start the build process:\n\n    ```bash\n    make\n    ```\n\n    You can specify the value of `ARCH` to build for different architectures:\n\n    ```bash\n    make ARCH=x64\n    ```\n\n    ```bash\n    make ARCH=arm64\n    ```\n\n    ```bash\n    make ARCH=armhf\n    ```\n\nA full build process may take a long time since it involves compiling the glibc and GCC toolchains.\n\n\n## License\n\n**Licenses for this repository:**  \n[GNU General Public License v3.0](./LICENSE.txt)\n\nMicrosoft Visual Studio Code product license:  \nhttps://code.visualstudio.com/license\n\nVisual Studio Code - Open Source:  \nhttps://github.com/microsoft/vscode/blob/main/LICENSE.txt\n\nlibfastjson:  \nhttps://github.com/rsyslog/libfastjson/blob/master/COPYING\n\nPatchELF:  \nhttps://github.com/NixOS/patchelf/blob/master/COPYING\n\nThe GNU C Library:  \nhttps://www.gnu.org/software/libc/manual/html_node/Copying.html\n\nThe GNU C++ Library:  \nhttps://gcc.gnu.org/onlinedocs/libstdc++/manual/license.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikewang000000%2Fvscode-server-centos7","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmikewang000000%2Fvscode-server-centos7","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmikewang000000%2Fvscode-server-centos7/lists"}