{"id":13634749,"url":"https://github.com/winstxnhdw/Wingman","last_synced_at":"2025-04-18T23:33:03.102Z","repository":{"id":183838526,"uuid":"669288266","full_name":"winstxnhdw/Wingman","owner":"winstxnhdw","description":"Your offline AI pair programmer for VSCode on Windows.","archived":false,"fork":false,"pushed_at":"2024-04-19T11:01:26.000Z","size":626,"stargazers_count":26,"open_issues_count":2,"forks_count":2,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-04-20T00:47:19.135Z","etag":null,"topics":["copilot","ctransformers","huggingface","llm","replit","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/winstxnhdw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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}},"created_at":"2023-07-21T20:29:07.000Z","updated_at":"2024-04-22T12:28:39.907Z","dependencies_parsed_at":"2024-01-29T13:16:22.466Z","dependency_job_id":"7a1c81d1-9e98-4d67-8af0-c0cc92a95421","html_url":"https://github.com/winstxnhdw/Wingman","commit_stats":null,"previous_names":["winstxnhdw/wingman"],"tags_count":1,"template":false,"template_full_name":"winstxnhdw/node-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winstxnhdw%2FWingman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winstxnhdw%2FWingman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winstxnhdw%2FWingman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winstxnhdw%2FWingman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/winstxnhdw","download_url":"https://codeload.github.com/winstxnhdw/Wingman/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249565250,"owners_count":21292427,"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","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":["copilot","ctransformers","huggingface","llm","replit","vscode-extension"],"created_at":"2024-08-02T00:00:32.771Z","updated_at":"2025-04-18T23:33:02.811Z","avatar_url":"https://github.com/winstxnhdw.png","language":"Python","funding_links":[],"categories":["IDE Extensions"],"sub_categories":["Other IDEs"],"readme":"# Wingman\n\n[![linting: pylint](https://img.shields.io/badge/linting-pylint-yellowgreen)](https://github.com/PyCQA/pylint)\n[![deploy.yml](https://github.com/winstxnhdw/Wingman/actions/workflows/deploy.yml/badge.svg)](https://github.com/winstxnhdw/Wingman/actions/workflows/deploy.yml)\n[![formatter.yml](https://github.com/winstxnhdw/Wingman/actions/workflows/formatter.yml/badge.svg)](https://github.com/winstxnhdw/Wingman/actions/workflows/formatter.yml)\n[![dependabot.yml](https://github.com/winstxnhdw/Wingman/actions/workflows/dependabot.yml/badge.svg)](https://github.com/winstxnhdw/Wingman/actions/workflows/dependabot.yml)\n[![CodeQL](https://github.com/winstxnhdw/Wingman/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/winstxnhdw/Wingman/actions/workflows/github-code-scanning/codeql)\n\n\u003cp align=\"center\"\u003e\u003cb\u003eMonorepo for Wingman\u003c/b\u003e\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"resources/wingman_transparent.png\" /\u003e\n\u003c/div\u003e\n\n\n\u003e [!NOTE]\\\n\u003e Did you know that the **Win** in **Win**gman stands for **Win**dows?\n\n`Wingman` is a **fast CPU-first offline AI pair programmer** for [Visual Studio Code](https://code.visualstudio.com/) on Windows. `Wingman` comes with a self-contained [FastAPI](https://fastapi.tiangolo.com/) server that leverages the fast inference speeds of [ctransformers](https://github.com/marella/ctransformers) and a lightweight 4-bit quantised model to provide a seamless pair programming experience on low-end machines. You may find the used model [here](https://huggingface.co/winstxnhdw/Replit-v2-CodeInstruct-3B-ggml-4bit).\n\n## Features\n\n- No internet connection required\n- No API keys required\n- No GPU required\n- Self-contained\n- Fast\n\n## Usage\n\n\u003e [!IMPORTANT]\\\n\u003e Ensure that Visual Studio Code has already been installed.\n\nYou can download the portable executable [here](https://github.com/winstxnhdw/Wingman/releases/tag/latest).\n\n## Development\n\nIf you would like to contribute to `Wingman`, here is some information to get you started.\n\n### Requirements\n\n- [Python 3.11](https://www.python.org/downloads/release/python-3110/)\n- [Node.js 16](https://nodejs.org/ja/blog/release/v16.16.0)\n- [Poetry](https://python-poetry.org/)\n- [Yarn](https://yarnpkg.com/)\n\n### Setup\n\nInstall all TypeScript dependencies.\n\n```bash\nyarn\n```\n\nInstall all server dependencies.\n\n```bash\npoetry install\n```\n\nDownload the model.\n\n```bash\npython scripts/download_model.py\n```\n\n### Build\n\nMinify, bundle and package the extension.\n\n```bash\nyarn package\n```\n\nHuman-readable bundle of your Node application. For debugging purposes.\n\n```bash\nyarn build test\n```\n\nBuild the installer.\n\n```bash\npython scripts/build.py\n```\n\n### Test\n\nTest the Visual Studio Code extension.\n\n```bash\nyarn test\n```\n\nTest the server.\n\n```bash\npytest\n```\n\n## Credits\n\nA special thank you to [Alyssa](https://github.com/alyssaxchua) for the amazing extension logo and banner!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinstxnhdw%2FWingman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwinstxnhdw%2FWingman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinstxnhdw%2FWingman/lists"}