Launching today

RemiAI
Local AI assistant with powerful tools.
6 followers
Local AI assistant with powerful tools.
6 followers
RemiAI is a local AI assistant designed to help you interact with your files, run searches, and connect to external tools (MCP servers). It is built with Next.js, TypeScript, and the AI SDK libraries, offering a lightweight, self‑hosted alternative to cloud‑based assistants.

honestly this looks solid, but one thing that would be a game changer for me is proper file watching so the assistant can auto index new or modified files without me having to manually re run a search. basically keep the local context fresh in the background without extra clicks.
@sefa1224488 Thanks for the feedback! I'm definitely looking into adding file watching as a feature. This will allow the assistant to automatically index new or modified files in the background, keeping the local context fresh without requiring manual searches or extra clicks. Expecting it in v1.1.0/1.2.0.
the fact that it runs fully local and still hooks into MCP servers is honestly really clean, most self-hosted assistants I have tried feel half-baked but this one actually feels polished
@bostanoglu10915 Thanks for the kind words, i'm glad you find the local + MCP integration clean and polished. I'm constantly trying to improve it!
Have you considered adding a built-in vector store option so the local assistant can index files for semantic search right out of the box. That would make it way more useful for people working with large doc collections without needing to bolt on a separate database.