Favicon of VSCodium (LinuxServer.io)

VSCodium (LinuxServer.io)

Get community-driven, freely-licensed binaries of VS Code. Enjoy a powerful code editor with the telemetry and tracking completely removed for a private experience.

VSCodium provides community-driven, freely-licensed binary distributions of Microsoft's VS Code editor. While the vscode source code is open source, the official product released by Microsoft includes proprietary licensing and tracking features. This project provides builds directly from the clean, open-source repository, giving you a pure experience.

The result is a powerful code editor that is functionally identical to VS Code but with crucial differences: telemetry is completely disabled, and the binaries are licensed under the permissive MIT license. You get the full coding experience without any Microsoft-specific tracking, logos, or gallery configurations. The VSCodium project exists so you don't have to build from source yourself; it provides ready-to-use installers for a hassle-free setup.

It is available for all major operating systems, including:

  • Windows (via WinGet, Chocolatey, and Scoop)
  • macOS (via Homebrew)
  • A wide range of Linux distributions (via Snap, Flatpak, and native package managers like APT and DNF)

Directory Structure

vscodium-linuxserver-io
vscodium
config
.env
docker-compose.yml

docker-compose.yml

services:
  vscodium:
    image: lscr.io/linuxserver/vscodium:latest
    container_name: vscodium
    security_opt:
      - seccomp:unconfined
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
      - PASSWORD=${PASSWORD}
      - SUDO_PASSWORD=${SUDO_PASSWORD}
    volumes:
      - ./config:/config
    ports:
      - 3000:3000
      - 3001:3001
    restart: unless-stopped

.env

# Optional: Set a password for the Web GUI access
PASSWORD=your_secure_password

# Optional: Set a sudo password for the container user (useful for installing extensions/packages)
SUDO_PASSWORD=your_secure_sudo_password
Categories:

Share:

Ad
Favicon

 

  
 

Similar to VSCodium (LinuxServer.io)

Favicon

 

  
  
Favicon

 

  
  
Favicon