Skip to content

Instantly share code, notes, and snippets.

@zpratikpathak
Last active April 23, 2026 09:13
Show Gist options
  • Select an option

  • Save zpratikpathak/5ca533519dd963a0052c20932dae55d1 to your computer and use it in GitHub Desktop.

Select an option

Save zpratikpathak/5ca533519dd963a0052c20932dae55d1 to your computer and use it in GitHub Desktop.
Fast and secure vsix download tool for VS Code extensions. Search and download VSIX files directly from the marketplace

πŸ“¦ VS Code Extension Downloader: Manually download VSIX

Need a reliable way to perform a vsix download for Visual Studio Code? This tool is a sleek, 100% client-side web application designed for searching and downloading VS Code extensions (.vsix files) directly from the official Microsoft Marketplace.

Why use this VSIX Download Tool?

Finding a secure and fast way to download VSIX files can be a challenge, especially in restricted environments. This project solves that by offering:

  • Direct VSIX Download: Fetch any extension version (stable or pre-release) directly from the source.
  • Zero Backend: Your data stays in your browser. No server, no tracking.
  • Offline & Air-Gapped Support: Ideal for enterprise environments or offline machines where a direct vsix download is required for manual installation.
  • Developer-First UI: A fast, Command Palette-style interface built with TailwindCSS.

How to Download VSIX Extensions

  1. Visit the Live App.
  2. Search for your desired extension (e.g., Python, Prettier, GitHub Copilot).
  3. Select the version you need.
  4. Click to initiate the vsix download.

πŸš€ Live App: zpratikpathak.github.io/vsix-downloader πŸ“‚ GitHub Repository: zpratikpathak/vsix-downloader

Features at a Glance

  • Search the entire VS Code Marketplace.
  • Toggle between stable and pre-release versions.
  • Entirely static - host it yourself or run it locally.
  • MIT Licensed.

Created by Pratik Pathak to simplify extension management and vsix download workflows for developers everywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment