| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| code-server-4.134.0-macos-amd64.tar.gz | 2026-08-20 | 226.9 MB | |
| code-server-4.134.0-arm64.rpm | 2026-08-20 | 235.2 MB | |
| code-server-4.134.0-linux-arm64.tar.gz | 2026-08-20 | 228.8 MB | |
| code-server_4.134.0_arm64.deb | 2026-08-20 | 235.5 MB | |
| code-server-4.134.0-amd64.rpm | 2026-08-20 | 238.5 MB | |
| code-server-4.134.0-linux-amd64.tar.gz | 2026-08-20 | 235.0 MB | |
| code-server_4.134.0_amd64.deb | 2026-08-20 | 238.9 MB | |
| package.tar.gz | 2026-08-20 | 53.0 MB | |
| code-server-4.134.0-macos-arm64.tar.gz | 2026-08-20 | 207.5 MB | |
| README.md | 2026-08-20 | 935 Bytes | |
| v4.134.0 source code.tar.gz | 2026-08-20 | 782.3 kB | |
| v4.134.0 source code.zip | 2026-08-20 | 883.7 kB | |
| Totals: 12 Items | 1.9 GB | 0 | |
Code v1.134.0
Added
- New
--socket-fdflag that can be used to listen on a file descriptor. In particular, this allows using code-server with systemd's socket activation. - New
--vscode-optionrepeatable flag that can be used to pass through options to VS Code. It requiresflag=valueor simplyflagfor booleans. For example:--vscode-option enable-sandbox --vscode-option agents=true. TheVSCODE_OPTIONSenvironment variable may also be used. For example:VSCODE_OPTIONS="enable-sandbox agents=true". Note that code-server simply splits this variable on spaces and is not aware of quoting.
Changed
- Update to Code 1.134.0
- Remove
--unsafe-permfrom installation scripts. This flag results in an error when used with npm since v12 and has been a no-op since v7. If you are installing with a version of npm older than v7 as root, installation may not work correctly.