About NotesOllama
Use Ollama to talk to local LLMs in Apple Notes. Contribute to andersrex/notesollama development by creating an account on GitHub.
Use Ollama to talk to local LLMs in Apple Notes. Contribute to andersrex/notesollama development by creating an account on GitHub.
Use Ollama to talk to local LLMs in Apple Notes. Contribute to andersrex/notesollama development by creating an account on GitHub.

An Open Source Cross-platform Desktop AI Assistant and MCP (Model Context Protocol) Client.Support local knowledge base and custom prompt library.

Microsoft Project in your browser
Declarative language for creating reliable, composable LLM prompts
Shield - An app to protect against process injection on macOS Link to heading In this post I would like to tell the story of the Shield.app development and also introduce its features. It’s been a ride over the past year, and I wasn’t sure always that it will happen. Motivation for limiting process injections Link to heading In the past 2 years I started to dig into macOS security research, and along the way it became pretty clear that beyond memory corruption issues the alpha and omega of macOS exploits is to run code in the context of other applications. The reason for this lies within the security model of macOS (and in fact *OS as well). Each application has a list of entitlements that grants the application various rights. If we take only 3rd party applications it’s mostly around what it can do if it’s sandboxed (e.g.: access the network) or if not sandboxed, which privacy (TCC) protected areas can it access, like camera, microphone, messages, etc… In case of TCC, if we don’t hold these entitlements, we can’t access those resources or location even if we run as root.