SkillAgentSearch skills...

Wingman

Your offline AI pair programmer for VSCode on Windows.

Install / Use

/learn @winstxnhdw/Wingman
About this skill

Quality Score

0/100

Supported Platforms

GitHub Copilot

README

Wingman

linting: pylint deploy.yml formatter.yml dependabot.yml CodeQL

<p align="center"><b>Monorepo for Wingman</b></p> <div align="center"> <img src="resources/wingman_transparent.png" /> </div>

[!NOTE]
Did you know that the Win in Wingman stands for Windows?

Wingman is a fast CPU-first offline AI pair programmer for Visual Studio Code on Windows. Wingman comes with a self-contained FastAPI server that leverages the fast inference speeds of 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.

Features

  • No internet connection required
  • No API keys required
  • No GPU required
  • Self-contained
  • Fast

Usage

[!IMPORTANT]
Ensure that Visual Studio Code has already been installed.

You can download the portable executable here.

Development

If you would like to contribute to Wingman, here is some information to get you started.

Requirements

Setup

Install all TypeScript dependencies.

yarn

Install all server dependencies.

poetry install

Download the model.

python scripts/download_model.py

Build

Minify, bundle and package the extension.

yarn package

Human-readable bundle of your Node application. For debugging purposes.

yarn build test

Build the installer.

python scripts/build.py

Test

Test the Visual Studio Code extension.

yarn test

Test the server.

pytest

Credits

A special thank you to Alyssa for the amazing extension logo and banner!

View on GitHub
GitHub Stars31
CategoryDevelopment
Updated12d ago
Forks2

Languages

Python

Security Score

95/100

Audited on Mar 17, 2026

No findings