Andes
A Visual Studio Code (or Cursor, Windsurf etc) extension that provides a local UI interface for Ollama models. This project is no longer actively maintained and may contain bugs. I recommend using Cline instead. RequirementsNode.js, Golang, VS Code (Cursor, Windsurf and Trae doesn't work somehow), make and Ollama. How to buildSet environment variables in
And you are ready for extension testing:
Features
ChangelogVisit CHANGELOG.md. TODOVisit TODO.md. About projectI created Andes to provide a simple, authentication-free VS Code extension that works exclusively with Ollama models in VSC, Windsurf, Trae, Cursor and other VSC forks. While other plugins like Cline & Continue support multiple AI providers with authentication needed, I wanted a focused solution specifically for local Ollama models. Sadly it's written in TypeScript, but API for Markdown-to-HTML formating is in Golang. Initially i wanted to write this project in Golang, but it's simplier to write it in TypeScript since i can request Ollama's endpoints directly from TypeScript. |