Most artificial intelligence (AI) tools are either closed-source or require a server to function. However, with the help of Ollama, it is possible ...
For further actions, you may consider blocking this person and/or reporting abuse
I started using a local tool that corrects and explains my errors directly within any Windows app, without sending my text to the cloud. The real advantage is the global shortcut, which makes instant corrections easy. Sometimes the suggestions deserve a second look, but keeping everything local has really reassured me about confidentiality without affecting my workflow.
That is really cool! What do you use?
I actually ended up building it myself! It's a desktop app I developed called LinguaPilot AI (I often call it my personal AI Writing Mentor).
I couldn't find any tool on the market that combined a global Windows shortcut with data privacy, so I coded it to run offline using local LLMs via Ollama.
If interested, you can easily find it on Google by searching for: LinguaPilot AI — Your AI Writing Mentor for Windows.
Let me know what you think if you check it out!
I tried searching for it, but came back to this command and a Netlify website that is blocked by security
Could you share your git project?
Hey! Thanks a lot for letting me know, I really appreciate it. It is certainly the Netlify subdomain that triggered the security system.
To keep it straightforward, the official GitHub repository for the project is available directly in my profile bio.
The app is packed with advanced features tailored for local execution:
Originally, it was purely local. However, after getting feedback from users with older PC configurations who wanted more speed for non-sensitive text, I integrated cloud models like OpenAI, Gemini, Mistral, and Anthropic.
The architecture is completely modular—if you choose to stick to Ollama, it runs entirely independently of the cloud. This means you can use it 100% offline with absolute data privacy for sensitive documents.
Just to be upfront, there is a free evaluation version available so you can test the global shortcut and see how it fits your workflow.
⚠️ Quick note on Windows SmartScreen: Since it's a brand new software and I haven't invested in a pricey Windows code-signing certificate yet, SmartScreen might flash a warning. You can safely bypass it by clicking 'More info' ➡️ 'Run anyway'.
Would love to know your thoughts on the architecture or the shortcut integration if you give it a spin!
Tom, this is a stellar walkthrough on setting up a local AI writing assistant with Ollama. It's refreshing to see AI tools being developed with privacy and local execution in mind.
Thank you, it still feels so weird that Meta is the one to help with privacy 😄
Meta is pretty good on the developer side. Their maintenance of React and GraphQL have been great.
True, but I did not see a LLM as a dev tool. A specially if you see what open ai get for a revenue from a chat bot 😯
Setting up local stuff has got som much easier lately. As a Java developer I tested the setup of my own custom web app UI with Ollama and it takes like 20 lines of UI code and 2 commands to get Mistral running locally in a Docker container. Now I can build local AI systems for anything! But my question is: Is there way to use GPUs in local containers to speed up LLMs?