Promptly was born during a three-hour lunch break out of a specific frustration: the friction between thought and execution. While Apple's native writing tools provided a foundation, they lacked the flexibility to choose specific models or integrate deeply into a professional workflow. This lightweight macOS utility allows for instant, context-aware AI assistance without ever leaving the active window.

Highlight. Query. Done.
The application leverages the macOS Accessibility API to bridge the gap between static text and dynamic refinement. By capturing the current system-wide selection, Promptly enables users to transform text into polished emails, summaries, or code refactors with a single global shortcut (⌘⇧I). It is designed to be invisible — staying out of the way until the moment it is summoned.
Your Model, Your Rules
Privacy and sovereignty are at the heart of the architecture. By integrating directly with a local Ollama instance, Promptly ensures that sensitive data never leaves the machine. Users have full control over the LLM backend, allowing for seamless switching between general-purpose models and specialized variants without the overhead of Docker or cloud subscriptions.
Architecture & Design
Built entirely with Swift and SwiftUI, Promptly maintains a minimal memory footprint typical of elite macOS utilities like Alfred or Rectangle. The implementation focuses on event-driven state management to ensure that global keyboard monitoring and cross-app text retrieval feel native and instantaneous.
Built With
- Swift
- SwiftUI
- macOS Accessibility API
- Ollama
