VS Codium 1.121 Brings Packaging Fixes and Telemetry Cleanup to Your Workflow
The latest VS Codium 1.121 release lands with a focus on stabilizing the build pipeline, squashing AppImage and MSI packaging bugs, and stripping out unnecessary UI fluff like the onboarding screen. Developers who have been wrestling with broken update prompts or weird widget resizing after a recent patch will find this maintenance drop smooths things out without adding bloat. The upstream codebase tracks VS Code 1.20 and 1.21 changes while keeping telemetry completely disabled by default.
What Actually Changed in VS Codium 1.121
The official changelog reads like a developer’s laundry list, but the real story here revolves around packaging reliability and interface cleanup. The team finally fixed that persistent AppImage error where Linux users kept seeing no version information available during execution. Users relying on the MSI installer also get better handling for update files and installation paths. Behind the scenes, patches were updated to track upstream changes, which means the editor runs a more stable foundation without waiting for Microsoft to push their own hotfixes. The build process now keeps secrets in environment variables instead of hardcoding them, which is exactly how it should have been handled from the start.
Why Removing Onboarding and AI Coauthor Matters
One of the more noticeable shifts in this release is the complete removal of references to the onboarding screen. Most power users skip that welcome wizard anyway, but forcing it out of the codebase reduces startup overhead and keeps the interface lean. The update also explicitly disables the ai-coauthor feature by default. That makes sense for a project built around privacy and telemetry-free development. Developers will not be tracking keystrokes or sending code snippets to external services just because a button exists in the settings menu. Those requiring AI assistance should simply install a local extension that respects data boundaries instead of relying on built-in cloud hooks.
How to Get VS Codium 1.121 Running Smoothly
Grabbing the new version is straightforward, but the real value comes from understanding how the installer handles updates now. The MSI build uses a proper extension for its updater file, which prevents those weird permission errors that used to block silent installations on managed workstations. Linux users pulling the AppImage should notice fewer runtime warnings, though the executable flag still needs to be set before launching. If the editor runs inside WSL, the invocation fix means terminal calls will no longer throw path resolution errors or fail to attach to the correct display server. The update log has been merged and reorganized, so checking for new versions will actually show meaningful output instead of dumping raw build hashes into the console.
Release VSCodium 1.121.03429
x86 64bits
ARM 64bits
ARM 32bits
PPC 64bits
RISC-V 64bits
Linux .tar.gz VSCodium-linux-riscv64-1.121.03429.tar.gz Remote Host vscodium-reh-linux-riscv64-1.121.03429.tar.gz Web Host vscodium-reh-web-linux-riscv64-1.121.03429.tar.gz Loong 64bits
Linux .tar.gz VSCodium-linux-loong64-1.121.03429.tar.gz Remote Host vscodium-reh-linux-loong64-1.121.03429.tar.gz Web Host vscodium-reh-web-linux-loong64-1.121.03429.tar.gz s390x
Linux Remote Host vscodium-reh-linux-s390x-1.121.03429.tar.gz Web Host vscodium-reh-web-linux-s390x-1.121.03429.tar.gz
Keep an eye on the release page if edge cases pop up with custom extensions or third-party themes. The core editor handles daily coding without demanding constant attention. Happy patching.

