Please turn JavaScript on
Delphi 11 10 XE8 XE7 XE Seattle Berlin Tokyo Rio Firemonkey, Delphi Android, Delphi IOS icon

Delphi 11 10 XE8 XE7 XE Seattle Berlin Tokyo Rio Firemonkey, Delphi Android, Delphi IOS

Is this your feed? Claim it!

Publisher:  Unclaimed!
Message frequency:  0.67 / day

Message History

Developer MicrotronX has released mxLore, a self-hosted MCP server designed to give AI coding assistants persistent memory across projects, sessions, and teams. Instead of starting from scratch every time, AI tools can recall architectural decisions, specifications, plans, lessons learned, and project knowledge accumulated over time.

mxLore acts as a centralized knowle...


Read full story

Developer BeRo1985 has made available PasLLM, a high-performance LLM inference engine written entirely in Object Pascal. Unlike wrappers around llama.cpp or external runtimes, PasLLM implements model loading, quantization, and inference natively, allowing large language models to run directly from Delphi and FreePascal applications.

The framework includes support for:<...


Read full story

FMXExpress has released LocalPal, a native Delphi application CLI for downloading, managing, and chatting with local AI models powered by llama.cpp.

Built on the foundation established by Embarcadero’s SimpleChatWithDownload sample, LocalPal takes the concept further by providing a more complete local AI experience with model management, chat workflows, and a reusable ...


Read full story

Embarcadero’s SimpleChatWithDownload sample demonstrates how to build a complete local AI chat application in Delphi that can download a model, load it with llama.cpp, and start chatting—all from a native Delphi interface.

Built on top of the llama-cpp-delphi project, the sample shows how to integrate local LLMs directly into Delphi applications without relying on clou...


Read full story

FMXExpress has released LocalVector, a native Delphi library for building semantic search, vector databases, and Retrieval-Augmented Generation (RAG) applications entirely on local infrastructure. It actually generates the embedding vectors locally.

LocalVector combines ONNX Runtime, SQLite, and sqlite-vec to provide embedding generation, vector storage, and similarity...


Read full story