Technical Reference
Version Information
Current Version: 1.0.0
Requirements
- macOS 14.0+ (Sonoma, Sequoia, or later)
- iOS 18.0+ (for iOS version)
- Xcode 15.0+ (for development)
- Swift 5.9+
- MLX-compatible models (downloaded on demand)
Tech Stack
- SwiftUI
- SwiftData
- Vision Framework
- Carbon
- CoreImage
- Model Context Protocol (MCP)
Feature Comparison: Local LLM vs Heuristic
| Feature | Local LLM Enabled | Local LLM Disabled |
|---|---|---|
| Title Generation | LLM-generated descriptive titles | First line / 60 chars |
| Tags | 3-6 LLM-selected tags | Heuristic detection |
| Summary | LLM-written summary | First sentence / 100 chars |
| Markdown | LLM-cleaned formatting | Basic cleanup |
| Code Detection | Context-aware | Pattern matching |
| Image Description | Local LLM description | Timestamp-based |