Skip to content

Lucid IDE v1.0.0

Choose a tag to compare

@yigit-guven yigit-guven released this 03 Jun 08:38
· 47 commits to main since this release
Immutable release. Only release title and notes can be modified.

Lucid IDE v1.0.0

June 3, 2026 · Windows x64


Lucid IDE is VSCodium with local AI built in. No telemetry, no accounts, no cloud. Your code stays on your machine.

This is the first release.


What's in the box

  • Local AI via Ollama — completions and chat that run on your GPU/CPU, not someone else's server
  • No telemetry — Microsoft's tracking is removed at the source, same as VSCodium
  • Open VSX — extensions work via the Open VSX Registry
  • Web installerLucidSetup.exe is 22 KB and handles the download, extraction, and shortcuts

Installing

Easy way: Download LucidSetup.exe, run it, click Install.

Manual: Extract LucidIDE-win32-x64-1.0.0.zip, run Lucid IDE.exe.


Local AI setup

Install Ollama, then pull a model:

ollama pull llama3

Lucid IDE picks it up automatically.


Notes

  • Windows only for now
  • The code CLI (remote tunnels) is not included
  • ~700 MB install size

Downloads

File
LucidSetup.exe Installer — start here
LucidIDE-win32-x64-1.0.0.zip Archive — manual install

Source: github.com/yigit-guven/Lucid-IDE