BaseRT vs Dayflow: Detailed Comparison

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

FeatureBaseRTDayflow
Primary FunctionFastest LLM runtime on Apple SiliconAutomatic work journal using screen data
Target UserDevelopers, AI engineersKnowledge workers, freelancers, developers
PlatformmacOS (Apple Silicon)macOS (Ventura+)
InstallationSingle curl commandDownload or build from source
AI ModelsQwen3, Llama 3, Gemma 4, Mistral, Phi-3, etc.Local (Ollama/LM Studio) or cloud (Gemini, ChatGPT, Claude)
Open SourceYes (GitHub)Yes (MIT License)
PrivacyFully localLocal storage, optional cloud AI
PerformanceUp to 33% faster decode, 6.4x prefill vs llama.cppLightweight (~100MB RAM, <1% CPU)
IntegrationCoding agent plugin (pi)Shortcuts, deeplinks, menu bar
CommunityDiscordGitHub (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.