{"id":14982819,"url":"https://github.com/gni/offvsix","last_synced_at":"2025-10-29T16:31:10.138Z","repository":{"id":194540500,"uuid":"691281524","full_name":"gni/offvsix","owner":"gni","description":"Visual Studio Code Extension Downloader for offline install","archived":false,"fork":false,"pushed_at":"2024-12-09T22:04:17.000Z","size":12,"stargazers_count":49,"open_issues_count":2,"forks_count":5,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-21T23:13:44.295Z","etag":null,"topics":["code","code-server","coder","extensions","vscode","vscode-extension","vsix","vsix-extension","vsix-extensions"],"latest_commit_sha":null,"homepage":"https://gni.github.io/offvsix-web/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gni.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-13T21:32:54.000Z","updated_at":"2025-09-19T02:24:00.000Z","dependencies_parsed_at":"2024-11-25T09:06:45.584Z","dependency_job_id":"047fc168-e2fe-4173-86de-3efac756cd2c","html_url":"https://github.com/gni/offvsix","commit_stats":null,"previous_names":["exaluc/offvsix","ioluc/offvsix","gni/offvsix"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gni/offvsix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gni%2Foffvsix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gni%2Foffvsix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gni%2Foffvsix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gni%2Foffvsix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gni","download_url":"https://codeload.github.com/gni/offvsix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gni%2Foffvsix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281654337,"owners_count":26538644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-29T02:00:06.901Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["code","code-server","coder","extensions","vscode","vscode-extension","vsix","vsix-extension","vsix-extensions"],"created_at":"2024-09-24T14:06:08.671Z","updated_at":"2025-10-29T16:31:09.819Z","avatar_url":"https://github.com/gni.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# offvsix: Offline Visual Studio Code Extension Downloader\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)\n\n`offvsix` is a Python CLI utility designed to streamline the process of downloading Visual Studio Code extensions for offline installations. Whether you're preparing for a coding session without internet access or simply want to keep your favorite extensions handy, `offvsix` has you covered!\n\n## Features\n\n- Download specific versions of extensions.\n- Download extensions to a custom directory.\n- Use a proxy server for downloading.\n- Avoid redundant downloads with optional caching.\n- Get detailed logs with verbose mode.\n- **Bulk download**: Supply a text file with a list of extensions to download them all at once!\n\n## Installation\n\nYou can install the package from PyPI:\n\n```bash\npip install offvsix\n```\n\nOr for offline installation, download the wheel file and run:\n\n```bash\npip install offvsix-\u003cversion\u003e.whl\n```\n\n## Usage\n\n### Basic usage:\n\n```bash\noffvsix \u003cpublisher.extension\u003e\n```\n\nFor example:\n\n```bash\noffvsix ms-python.python\n```\n\n### Using a Text File:\n\nTo download multiple extensions, you can use a text file where each line is an extension name:\n\n```bash\noffvsix --file extensions.txt\n```\n\n### Install downloaded extension\n```bash\ncode --install-extension ./extensions/ms-python.python-2023.17.12561009.vsix\n```\n\n### Options:\n\n- `--version` to specify the version.\n- `--destination` to specify the destination folder.\n- `--no-cache` to force re-download.\n- `--no-print` without output.\n- `--file` to specify a text file containing a list of extensions to download.\n- `--proxy` to use a proxy server.\n\n## Contributing\n\nAll contributions are welcome! Please refer to the [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.\n\n## License\n\nMIT Licensed. See [LICENSE](LICENSE) for full details.\n\n## Author\n\n- [Lucian BLETAN](https://github.com/gni)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgni%2Foffvsix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgni%2Foffvsix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgni%2Foffvsix/lists"}