Skip to content

Releases: yigit-guven/Lucid-IDE

Lucid IDE v1.0.3

04 Jun 17:31
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Lucid IDE v1.0.3

June 4, 2026 · Windows x64


Lucid IDE v1.0.3 introduces deep integration features for the AI Chat interface, adaptive styling across all editor themes, Ollama lifecycle management settings, and a fully light-themed, C#-compiled installer bootstrap.


What's new

  • Theme-Adaptive AI Chat UI — Overhauled the AI Chat extension to dynamically inherit colors from the active editor theme (including the Ollama settings panel, buttons, inputs, and borders), eliminating static or out-of-place hardcoded colors.
  • Interactive Changes Review Panel — Added a review panel directly above the chat input textarea. Users can now inspect proposed code modifications step-by-step, review changes overview terminals/artifacts, and use "Accept All" or "Refuse" buttons for granular control.
  • Ollama Lifecycle Management — Added a setting (enabled by default) that automatically shuts down the background Ollama service when you close Lucid IDE, and restarts it upon relaunch. Disabling this option allows Ollama to run independently.
  • Lucid Light Installer Styling — Updated the custom C# setup installer (LucidSetup.exe) to always use the clean, premium Lucid Light color palette (light blue-grey backgrounds, pure white cards, slate text, and sky blue accents) with optimized button hover highlights.

Installing

Easy way (Web): Download LucidSetup.exe (78 KB), run it, click Install. It will download the package and configure it.

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


Local AI setup

Select and install models directly from the chat panel dropdown, or pull via CLI:

ollama pull deepseek-r1:8b

Lucid IDE will detect your local Ollama models automatically.


Notes

  • Windows only for now
  • Web setup installer size is 78 KB
  • ~890 MB uncompressed install size

Downloads

File Description
LucidSetup.exe Web Installer — downloads ZIP and installs to user profile
LucidIDE-win32-x64-1.0.3.zip Archive — manual portable install

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

Lucid IDE v1.0.2

03 Jun 17:21
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Lucid IDE v1.0.2

June 3, 2026 · Windows x64


Lucid IDE v1.0.2 focuses on visual refinements (darker theme mode, cleaner status bar, corrected token colors), seamless dynamic versioning in the C# installer, and critical build pipeline and editor stability fixes.


What's new

  • Enhanced Dark Theme Background — Darkened the Lucid Dark theme background to a sleek, modern #030712 (deep slate) to reduce eye strain and give a more premium look.
  • Redesigned Syntax Highlighting — Cleaned up syntax coloring by removing harsh red colors from text tokens in both the Lucid Light and Lucid Dark themes.
  • Minimalist Status Bar — Removed the default purple background color on the status bar when no folder is open or during debugging sessions, replacing it with a neutral background matching your active color theme.
  • Dynamic Installer Versioning — The custom C# setup installer (LucidSetup.exe) now dynamically displays the build version on the Welcome screen and post-install completion text. It also automatically queries the corresponding GitHub release zip archive.
  • TypeScript & Gulp Build Fixes:
    • Resolved a TypeScript compilation error in the release notes viewer (releaseNotesEditor.ts) by introducing a safety check for null-valued update text.
    • Corrected extension publisher package metadata inside the built-in themes extension (theme-lucid) to comply with strict extension packaging validation rules.

Installing

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

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


Local AI setup

Select and install models directly from the chat panel dropdown, or pull via CLI:

ollama pull deepseek-r1:8b

Lucid IDE will detect your local Ollama models automatically.


Notes

  • Windows only for now
  • Custom setup installer size is 76 KB
  • ~750 MB install size

Downloads

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

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

Lucid IDE v1.0.1

03 Jun 13:02
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

Lucid IDE v1.0.1

June 3, 2026 · Windows x64


Lucid IDE v1.0.1 introduces integrated local model management, a rewritten and more robust installation wizard, complete file association branding, and automated update notifications.


What's new

  • In-App Local AI Model Manager — Download, switch, and delete open-source AI models (DeepSeek R1, Qwen 2.5 Coder, Llama 3.2, etc.) with a single click directly inside the chat panel. No command line configuration required.
  • Overhauled Installer WizardLucidSetup.exe has been redesigned with a borderless window, custom title bar, real-time download speed, progress percentage (%), and a fully functional Cancel button with cleanup rollback.
  • Automatic Uninstall Check — The installer now detects existing versions in the target directory and prompts you to delete them automatically, preventing file locks and installer corruption.
  • Full Shell Branding — Replaced all 28 file association icons, tile graphics, taskbar icons, and shortcut assets with custom Lucid IDE branding. Associated code files (C/C++, C#, TS/JS, Python, Markdown, etc.) now correctly display Lucid branding in File Explorer.
  • Welcome Page Announcements — Fixed announcements branch tracking. The Welcome Screen's announcements tab is now automatically updated with release notes upon every pipeline release.

Installing

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

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


Local AI setup

Select and install models directly from the chat panel dropdown, or pull via CLI:

ollama pull deepseek-r1:8b

Lucid IDE will detect your local Ollama models automatically.


Notes

  • Windows only for now
  • Custom setup installer size is 77 KB
  • ~750 MB install size

Downloads

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

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

Lucid IDE v1.0.0

03 Jun 08:38
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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