Overview
BaseRT and Dayflow are two distinct open-source macOS tools that leverage AI but serve very different purposes. BaseRT is a high-performance LLM runtime optimized for Apple Silicon, delivering the fastest inference speeds for local models. Dayflow is an automatic work journal that uses screen recording and AI to log your daily activities without manual input. This comparison explores their features, pricing, and ideal use cases.
Feature Comparison
| Feature | BaseRT | Dayflow |
|---|---|---|
| Primary Function | Fastest LLM runtime on Apple Silicon | Automatic work journal using screen data |
| Target User | Developers, AI engineers | Knowledge workers, freelancers, developers |
| Platform | macOS (Apple Silicon) | macOS (Ventura+) |
| Installation | Single curl command | Download or build from source |
| AI Models | Qwen3, Llama 3, Gemma 4, Mistral, Phi-3, etc. | Local (Ollama/LM Studio) or cloud (Gemini, ChatGPT, Claude) |
| Open Source | Yes (GitHub) | Yes (MIT License) |
| Privacy | Fully local | Local storage, optional cloud AI |
| Performance | Up to 33% faster decode, 6.4x prefill vs llama.cpp | Lightweight (~100MB RAM, <1% CPU) |
| Integration | Coding agent plugin (pi) | Shortcuts, deeplinks, menu bar |
| Community | Discord | GitHub (6.1k stars), Y Combinator |
Pricing
Both products are free and open source. BaseRT has no paid tiers. Dayflow is MIT licensed; using cloud AI models like ChatGPT or Claude requires their respective subscriptions, but local models and Gemini free tier are available at no cost.
Pros and Cons
BaseRT
Pros:
- Fastest runtime on Apple Silicon with significant speed improvements
- One-command installation
- Supports many popular open-source models
- Includes coding agent plugin
Cons:
- Apple Silicon only
- Focused solely on inference speed
- Command-line only, no GUI
Dayflow
Pros:
- Automatic capture without manual logging
- Privacy-first with local storage
- Open source and auditable
- Detailed timelines for standups
Cons:
- macOS only (Ventura+)
- Local AI can be battery-intensive
- Screen recording may raise privacy concerns
Verdict
BaseRT is ideal for developers who need the fastest local LLM inference on Apple Silicon, especially for coding agents and model serving. Dayflow is perfect for knowledge workers who want an automated, privacy-respecting work journal to track accomplishments and improve productivity. Choose BaseRT for raw AI performance, Dayflow for personal productivity tracking.

