VSCodium
The telemetry-free community build. Open VSX by default; everything works.
Planned
Designed and scheduled, not yet built. Documented so the design can be reviewed early.
VSCodium is VS Code built from source without Microsoft’s branding, telemetry or marketplace terms. The extension host is identical, so everything works.
Install
VSCodium ships pointed at Open VSX. Search Vulnetix in the Extensions view, or:
codium --install-extension vulnetix.vulnetix
Telemetry
VSCodium users tend to care about this, so plainly:
- Scanning runs locally. Your source code is never uploaded.
- The extension honours
telemetry.telemetryLevel. Set it tooffand nothing is sent, including from the CLI: the extension setsVULNETIX_NO_ANALYTICS=1andDO_NOT_TRACK=1in the engine’s environment and passes--no-analytics. vulnetix.telemetry.enabledcan only turn telemetry further off. It can never re-enable it when the editor says no.- Dependency lookups against the vulnerability database still happen, because there is no local copy of it. Those carry package coordinates, not code. See privacy.
Building from source
If you build VSCodium yourself and the marketplace is unconfigured, install the .vsix directly:
codium --install-extension vulnetix-<version>.vsix
Releases are attached to GitHub releases as well as published to Open VSX.