
KDE is publicly drafting guidelines for how (or whether) generative AI should live in its projects, and a sub-community has started asking for a hard ban on LLM-generated code and features. The debate is not resolved yet, and the outcome will decide how KDE apps ship in future releases. For anyone who wants to run a Linux desktop today without a language model sitting inside the app, the tools are already there, and most of them predate the whole generative-AI wave.
We pulled together eight open-source apps that cover the daily desktop surface (writing, editing, image work, video, coding) and do not embed an LLM, do not ship telemetry to a hosted service, and do not require a network connection to function. Every one is on the current Ubuntu, Fedora, and Arch repositories.
What to look for in an AI-free open-source app
For a Linux user avoiding generative AI, the practical checklist is:
- The app runs entirely locally with no cloud dependency.
- No embedded LLM or “AI features” enabled by default.
- Active maintenance from a healthy contributor community, not one solo dev.
- A packaging path that works across distros (Flatpak, Snap, or in-repo).
- A file format the user can move to another tool without lock-in.
The eight below meet all five. They are the same tools that ran the Linux desktop long before “AI features” became a marketing bullet.
Quick comparison
| App | Best for | Where it ships from | License |
|---|---|---|---|
| Kate | Text editing with a proper IDE core | KDE | GPL |
| GNOME Text Editor | Simple text edits on GNOME | GNOME | GPL |
| LibreOffice | Documents, spreadsheets, slides | The Document Foundation | MPL |
| Krita | Digital painting | KDE | GPL |
| Inkscape | Vector graphics | Inkscape project | GPL |
| GIMP | Photo and raster editing | GIMP project | GPL |
| Kdenlive | Video editing | KDE | GPL |
| Neovim | Terminal-first text editing | Neovim project | Apache/Vim |
1. Kate, best for text editing with an IDE core
Kate is KDE’s advanced text editor. It reads projects, supports LSP servers for real code completion (the kind driven by a language server, not a model), and handles large files without falling over. The 2026 releases have added a proper split-view session manager and better session save on crash. No LLM in the shipped build.
Where it falls short: the UI density is a Windows-era file browser style; users who want a minimal experience often prefer GNOME Text Editor.
Pricing:
- Free, GPL.
Platforms: Linux, Windows, macOS.
Download: kate-editor.org
Bottom line: The default text editor recommendation for KDE Plasma users who want an IDE-lite without a language model.
2. GNOME Text Editor, best for a minimal writer
GNOME Text Editor replaced Gedit as the default writer on GNOME. It handles UTF-8 cleanly, keeps a document history, and stays out of the way. Syntax highlighting for common languages is built in. No AI features anywhere.
Where it falls short: it is a text editor, not an IDE. No project view, no LSP, no debugger.
Pricing:
- Free, GPL.
Platforms: Linux.
Download: gitlab.gnome.org/GNOME/gnome-text-editor
Bottom line: Right pick when the job is a shell script, a config file, or a short note.
3. LibreOffice, best for documents, spreadsheets, and slides
LibreOffice is the office suite that runs on every desktop. Writer handles Word documents cleanly, Calc handles the spreadsheets a small business needs, and Impress covers slides. The 2026 releases have been polishing the sidebar and improving MS Office file fidelity. No generative AI is baked in.
Where it falls short: the UI still shows the OpenOffice bones, and the styles system has a learning curve that MS Office users find awkward.
Pricing:
- Free, MPL.
Platforms: Linux, Windows, macOS.
Download: libreoffice.org
Bottom line: The default office suite for a Linux desktop and for anyone who wants documents in an open file format.
4. Krita, best for digital painting
Krita is a full digital painting app built by and for illustrators. Brush engines, layer masks, animation timelines, all local. The community explicitly rejected a Stable Diffusion plugin in the mainline app; painting tools are the point.
Where it falls short: it is not a photo editor. Use GIMP for retouch tasks.
Pricing:
- Free, GPL.
Platforms: Linux, Windows, macOS.
Download: krita.org
Bottom line: The Linux answer to Procreate and Clip Studio for digital art work.
5. Inkscape, best for vector graphics
Inkscape is the vector editor that has been quietly getting better every year. SVG is the native file format, and the 2026 releases finally shipped a modernized node-editing UX. Logo work, icon design, and print layouts all sit comfortably here. No AI generation in the box.
Where it falls short: performance on very large SVG files is slower than Adobe Illustrator, though the gap narrows with each release.
Pricing:
- Free, GPL.
Platforms: Linux, Windows, macOS.
Download: inkscape.org
Bottom line: The default recommendation for logos, icons, and any SVG work on Linux.
6. GIMP, best for raster editing
GIMP is the long-standing GIMP. The 3.0 release finally shipped non-destructive editing, GEGL is doing its job, and the pen tablet support is much better than it used to be. All the “generative fill” work is available as separate optional plugins, not in the base app; the default install stays LLM-free.
Where it falls short: the UI is dense, and years of accumulated menus reflect the app’s age. Krita is a friendlier starting point for painting.
Pricing:
- Free, GPL.
Platforms: Linux, Windows, macOS.
Download: gimp.org
Bottom line: Photoshop-shaped retouch and compositing work on the Linux desktop, without generative fill in the base install.
7. Kdenlive, best for open-source video editing
Kdenlive is a full non-linear video editor. Multi-track timelines, effects, proxy generation, and a growing set of export presets that match YouTube and Vimeo settings. Local render only.
Where it falls short: the color pipeline is still a step behind DaVinci Resolve. If grading is the point, Resolve is the better pick even on Linux, though it is not open-source.
Pricing:
- Free, GPL.
Platforms: Linux, Windows, macOS.
Download: kdenlive.org
Bottom line: The right open-source video editor for the daily Linux desktop.
8. Neovim, best for a terminal-first text editor
Neovim is where the Vim community landed. Lua config, LSP integration, a treesitter-driven syntax layer, and a plugin ecosystem that keeps everything local. LSP is not AI; it is a rules-driven language server. That distinction matters here.
Where it falls short: the learning curve is real. First-time users spend a week getting comfortable before it earns its keep.
Pricing:
- Free, Apache/Vim license.
Platforms: Linux, Windows, macOS.
Download: neovim.io
Bottom line: The right editor for anyone whose day is in a terminal already.
How to pick the right one
- If you want a quick text edit: GNOME Text Editor on GNOME, Kate on KDE.
- If you want a full IDE without a language model: Kate with LSP, or Neovim with LSP if you prefer the terminal.
- If the work is documents: LibreOffice, and export to
.docxwhen handing off. - If the work is illustration: Krita.
- If the work is vectors: Inkscape.
- If the work is photo retouch or compositing: GIMP.
- If the work is video: Kdenlive.
FAQ
Do any of these apps ship with generative AI features on by default?
No. Any AI-adjacent feature is a separate plugin the user installs, not part of the default build.
Is a language server (LSP) the same as an AI feature?
No. LSP is a rules-driven, language-aware assistant that reads the syntax tree of your code. It does not generate suggestions from a trained model. LSP is what “smart completion” meant before LLMs entered the picture.
Where does the KDE LLM debate stand?
KDE is drafting formal guidelines for how AI contributions can be reviewed and merged. A sub-community is pushing for a hard ban on generative AI content in KDE projects. The outcome is not yet decided at the time of writing.
Can I use these apps offline?
Yes. Every app on this list runs fully offline once installed. No cloud services are required for core functionality.
Are there Wayland-native versions?
Kate, GNOME Text Editor, LibreOffice, Kdenlive, Inkscape, GIMP, and Krita all run on Wayland with recent Linux distributions. Neovim runs in any terminal, Wayland-hosted or otherwise.
What about browsers, file managers, and email clients?
Firefox (browser), Nautilus or Dolphin (file manager), and Thunderbird (email) are the same story: mature, open-source, and no generative AI shipped in the default build.