DEV Community

Cover image for OllamaFX 0.5.0 released
FrederickSalazar
FrederickSalazar

Posted on

OllamaFX 0.5.0 released

Since launching OllamaFX, my goal has always been simple: create the lightest, fastest, and most useful native desktop client for Ollama. We wanted to build something that respects your privacy and doesn't rely on browser engines.

Today, I’m thrilled to announce our biggest leap forward. OllamaFX 0.5.0 is finally here. We are moving from a simple "local chatbot" to a true personal intelligence hub.

🚀 The Headline Features: More Power, Locally

1. RAG (Chat with Documents) – Total Privacy

The most requested feature is here. Retrieval-Augmented Generation (RAG).
OllamaFX can now index your local PDF and text files. When you chat, the model automatically pulls relevant context from your documents to answer your questions. This is perfect for analyzing massive technical manuals, private notes, or research papers—all processed entirely on your machine. No data ever leaves your computer.

2. Full Multimodal Vision Support

Stop typing descriptions and start analyzing reality. We have implemented native support for vision models like Llava and Bakllava. Simply drag and drop an image (diagrams, photos, whiteboard sketches) directly into the chat. Ask your local model to explain, debug, or extract data from the image. The potential for technical support and OCR is huge.

3. Native Auto-Updates

Staying up to date shouldn't be work. OllamaFX now includes a built-in update mechanism. The system will detect new releases, allow you to view the changelog, and update the application directly from the interface, ensuring you always have the latest features and stability fixes without manual downloads.

📂 The Developer Workflow: Getting Organized

A powerful AI tool is useless if you can't manage your output. As developers, we create dozens of chats daily. 0.5.0 addresses the clutter.

4. Categorized Chat Folders

You can now create custom folders in the sidebar. Move conversations into folders (e.g., 'Project Alpha', 'Research', 'Personal') to keep your workspace pristine. The drag-and-drop movement is fluid and instant.

5. The Recycle Bin (Undo Delete)

Accidentally deleting a complex prompt chain is devastating. 0.5.0 introduces a Recycle Bin. Deleted chats are moved to this section, where you can restore them or choose to empty the bin and delete them permanently. Peace of mind, unlocked.

🛠️ Performance, Stability, and the Full Changelog

Beyond the features, we spent significant time refining the application's core and the AtlantaFX (JavaFX) interface.

The Full 0.5.0 Changelog:

Feature: RAG (Retrieval-Augmented Generation) with local document indexing.

Feature: Complete native Multimodal Vision model support (Llava/Bakllava).

Feature: Integrated Auto-update system.

Workflow: Chat Folders for sidebar organization.

Workflow: Recycle Bin functionality with full restore capabilities.

UI: Fluid Drag-and-drop movement of chats between folders.

UI: AtlantaFX theme refinements (optimized Dark/Light modes).

UI: Enhanced Markdown rendering for code blocks.

Core: Detailed model info view (file size, format, quantization).

Stability: Optimized memory management for streaming responses.

Fix: Resolved intermittent crashes during rapid model switching.

OllamaFX is truly multiplataform (Windows, macOS, Linux).

Download OllamaFX 0.5.0 & Contribute

OllamaFX is a community-driven project. I invite you to download this release and try the local RAG and Vision features.

👉 Download the v0.5.0 Installers here: https://github.com/fredericksalazar/OllamaFX/releases

👉 Visit the Repository: https://github.com/fredericksalazar/OllamaFX

If you find this project valuable, a Star ⭐ on GitHub helps more than you know. We are already planning the 0.6.0 release—what features do you want to see next? Leave a comment below!

Top comments (0)