Skip to content
wildfirebill edited this page Aug 25, 2026 · 3 revisions

LocalAI Code Editor Wiki

A free, open-source, self-hosted AI code editor powered entirely by your local LLM.

No cloud. No API keys. No telemetry.


Quick Links

Page Description
Getting Started Install and run your first session
Configuration Prompt variables, agent memory, settings
Architecture How the codebase is structured
Configuration Providers, MCP servers, settings
Skills Agent skills system and marketplace
MCP Servers Model Context Protocol integration
Building from Source Build the editor yourself
Docker Run via Docker / Unraid
FAQ Frequently asked questions
Changelog Version history
Contributing Help improve the project

Features

  • Monaco Editor — full VS Code editing experience in the browser
  • AI Agent — chat with your code using any local LLM
  • MCP Support — connect to external tools and data sources
  • Agent Skills — 50+ built-in skills for git, testing, security, and more
  • LSP IntelliSense — code completion powered by language servers
  • Git Panel — stage, commit, diff, and blame from the editor
  • Multi-platform — Windows, macOS, Linux, and Docker
  • Privacy-first — everything runs locally, no data leaves your machine

Community


Last updated: 2026-08-25

Clone this wiki locally