An automated Windows installer that sets up a complete local AI code assistant environment.
- VS Code - Microsoft Visual Studio Code editor
- Cline Coding Agent - AI coding assistant extension for VS Code
- LM Studio - Local LLM runtime environment
- AI Model - Automatically downloads and configures your chosen model
- Auto Configuration - Cline is automatically configured to use the local model via LM Studio
- Windows 10/11 (64-bit)
- Administrator privileges
- 10GB+ free disk space (for models)
- Internet connection (for initial download)
- Install .NET SDK 6.0+ (required for WiX CLI)
- Install WiX Toolset 6 CLI:
dotnet tool install --global wix --version 6.0.0
- PowerShell 5.1+ (included in Windows 10/11)
# Clone the repository
git clone https://github.com/yourusername/local-vibe-coding-stack.git
cd local-vibe-coding-stack
# Build the MSI
.\build.ps1The MSI installer will be generated in the output directory.
- Run
LocalVibeCodingStack.msi - Follow the installation wizard
- Wait for all components to download and install
- Launch VS Code when complete
Edit assets\installer-config.json to customize:
- Model to download
- Installation paths
- Component versions
- Download URLs
After installation:
- Open VS Code
- Cline extension is pre-installed and configured
- LM Studio is running with your chosen model
- Start coding with AI assistance!
Use Windows "Add or Remove Programs" or run:
msiexec /x {PRODUCT-GUID} /qnMIT License
For issues, visit: https://github.com/yourusername/local-vibe-coding-stack/issues