Pomodoro App
Modern macOS Pomodoro focus tool
AI-Agent Assisted
Tier 2README
🍅 Pomodoro App
Plan. Focus. Done.
Pomodoro App is a macOS productivity app that connects focus sessions, Tasks, Reminders, and Calendar into a single workflow.
It is not just a timer — it links tasks, time, and focus, adapting to task-driven, time-blocking, or flow-based work styles. Pomodoro is built as a unified time system rather than a rigid productivity method, with a macOS-inspired glass / liquid glass UI.
⚠️ Notice
If the app still ask for calendar & reminders permissions after you activate, please quit and restart the app
🌐 Our official website
Explore the project website for design philosophies, documentation, and downloads:
👉 https://pomodoro-app.tech
Screenshot
🎁 Giveaway Event
We are running an early access TestFlight giveaway.
👉 Full rules & participation details:
View Giveaway Rules
Join the waitlist to enter the draw.
🚀 Try it now
Early Access Preview Available
Official Apple preview builds are now available via TestFlight.
This is an invite-only early access — please join the waitlist to request an invite before getting access.
👉 Join the waitlist:
https://forms.gle/hQ7ubqxt39sXca4e9
Previous GitHub Release
Download the latest release from GitHub and run the app.
- Gatekeeper warning: macOS may warn that the app is from an unidentified developer. This is expected while the project awaits Apple Developer Program approval.
- Bypass Gatekeeper safely: follow the step‑by‑step guide in
docs/Gatekeeper.mdto open the downloaded app without compromising security.
Signed app is provided on TestFlight currently.
✅ Features
- ⏱️ Customizable work, short break, and long break durations
- 🔁 Long-break interval configuration (e.g. every 4 sessions)
- ⚡ Presets for quick switching (25/5, 50/10, 90/15, Custom)
- ▶️ Start / Pause / Resume / Reset with clear state feedback
- ⏳ Dedicated countdown timer mode
- ✅ Tasks with optional Reminders integration and bidirectional sync foundations
- 📅 Calendar views (Day / Week / Month) as a visual layer for planning
- 🔔 Session-end pop-up reminder with optional sound
- 📊 Daily productivity summary (focus time, sessions, breaks)
- 💾 Automatic saving of daily stats
- 🎧 Ambient sound player (white noise, brown noise, rain, wind)
- 🎵 Simple music status support (Apple Music / Spotify)
- 🪟 Glass-panel UI with background blur and depth
- 🌙 macOS dark mode support
- 💻 Real time menubar support on MacBooks
✨ Why Pomodoro App is different
Pomodoro App is designed as a unified time system — not just a timer. It brings together focus sessions, tasks, reminders, and calendar blocks into one single workflow, so planning and execution live in the same place.
Instead of forcing a rigid productivity method, Pomodoro App adapts to how you actually work — whether that’s time-blocking, task-driven planning, or flow-based focus.
🧰 Running & Developing
Running the app
If you prefer not to build from source, download the binary from the latest release (see “Try it now” above). On first launch, macOS may block the app; use the Gatekeeper guide linked above.
Building from source
Requires Xcode on macOS 14.6 or later. Clone this repository, open the project in Xcode, and build/run as usual.
Requirements:
- Firebase iOS SDK 12.9.0 or later (Swift Package Manager should automatically download gRPC, GoogleUtilities, etc. for you)
- Xcode on macOS 14.6 or later
This project uses Swift Package Manager to manage dependencies.
The current version is fully native Swift; legacy Tauri/Svelte/Python versions are archived.
⚠️ Firebase Config File Usage
This repository does NOT contain a real Firebase configuration.
⚠️ DO NOT USE THE INCLUDED FILE
Any GoogleService-Info.plist file in this repository is a placeholder and exists only so the project can compile in CI.
If you need to run your own Firebase instance, please follow these steps:
- Create your own Firebase project
- Download your own
GoogleService-Info.plist- Replace the existing file locally for your environment
- Never commit your own plist file to the repository
See Example:
GoogleService-Info.plist.sample
Version status/Release Notes
For full details on updates, see the release notes on TestFlight or App Store.
👉 TestFlight & App Store release notes are the new source for version changes and updates.
📌 Update Policy
- Will receive more updates
- Changes may occur without notice
- Feedback, PR, and issue reports are welcome
- Will be on TestFlight or App Store
Current UI Direction
The current UI uses a structured glass tile system inspired by macOS 26 (liquid glass).
The goal of upcoming versions is to transition toward a softer, macOS-inspired liquid glass look — with more subtle contrast, improved typography, and refined panel depth.
🛠️ Project status
- Stable for daily use
- Design iterations are ongoing
- New features are in development
🚧 Distribution Status
Pomodoro is currently under active development and available on TestFlight
🚀 Preview Access Available
Official Apple preview builds of Pomodoro are now available via TestFlight.
This is an invite-only early access program — access is managed through a waitlist to prevent spam and ensure quality feedback.👉 Join the TestFlight waitlist:
https://forms.gle/hQ7ubqxt39sXca4e9Thank you for your interest and support ❤️
🗺️ Roadmap (Post-1.0.0)
Planned for future versions:
- 🎨 More macOS-style liquid glass theme refinements
- 🪄 Smoother button & timer animations
- 💡 Better logic
- 🔔 Advanced reminder scheduling & customization
- ⌨️ More features
- 🛎️ Issue requirements
See: docs/Future_Pro_Plan.md and docs/Roadmap_1.0-2.0.md
🤝 Collaboration & Contributions
You’re welcome to help improve:
- 🎨 UI & visual refinement (macOS-style liquid glass direction)
- 🧩 Session logic & customization options
- 🔔 In-app reminder & notification
- 🧪 Bug fixes and stability improvements
- 📝 Documentation
- ✅ Anything else
Discussions & Suggestions
If you want to:
- propose a feature
- discuss UI / UX direction
- any other things about this project
You can open a Discussion or Issue instead of a PR.
Constructive feedback is especially welcome during the current 1.x.x integration and planning phase.
🕰️ Legacy Systems (Archived)
Pomodoro has gone through multiple architectural stages during its development. All previous implementations are preserved for reference only and are no longer part of the active product direction.
Legacy see: https://github.com/T-1234567890/Pomodoro-legacy
Status
- ❌ Deprecated
- ❌ Prototype only
- ❌ No longer representative of the project
- ❌ No longer maintained
The current mainline version of Pomodoro is fully native Swift (macOS).
Legacy System A — Tauri + Svelte + Python (0.5.x – 0.7.x)
This version introduced a modern desktop architecture before the move to native Swift.
Stack
- Frontend: Svelte
- Desktop shell: Tauri
- Backend: Python (Pomodoro engine)
- IPC: JSON-based bridge between frontend and backend
Reason for deprecation While functional, this architecture:
- Added unnecessary complexity on macOS
- Limited deep system integration
- Did not fully match macOS performance and UX expectations
The project has since migrated to native Swift for clarity, performance, and long-term maintainability.
Legacy System B — Python + Tkinter UI (≤ 0.4.x)
This was the original prototype used during the earliest stages of development.
Stack
- Python
- Tkinter UI
- Single-process desktop app
Docs
- Future planning:
docs/Future_Pro_Plan.md - Development roadmap:
docs/Roadmap_1.0-2.0.md - FAQ & design decisions:
docs/FAQ.md - Gatekeeper & installation notes:
docs/Gatekeeper.md
Long-term Future Directions
Pomodoro App is free.
A small number of long-term ideas (AI features, cloud sync, deeper analytics) are being brainstormed.
No paid plan exists at this stage.
Details: docs/Future_Pro_Plan.md
🤝 Sponsors & Partners
This project is supported by partners who help keep development sustainable.
VPS.Town provides infrastructure support for testing and cloud experimentation.
💡 Sponsorship Categories
| Category | Partner |
|---|---|
| Infrastructure Sponsor | VPS.Town |
| AI Partner | Available |
| Community Partner | Available |
| Tools / Integration Partner | Available |
| Other | Available |
Interested in sponsoring or partnering with Pomodoro App? Contact us below.
📈 Star History
⚠️ 说明/Notice
本项目仍在持续改进中,部分功能或界面可能会发生变化。
如在使用过程中发现问题或有改进建议,欢迎提交 Issue 或 PR。
This project is under active development and some features or UI elements may change over time.
If you encounter issues or have suggestions, feel free to open an issue or pull request.
📬 Contact
- 📧 Email: [email protected]
- 🌐 Website: https://pomodoro-app.tech
- 💬 Issues / PRs / Discussions are welcome
We’re happy to hear feedback, bug reports, and feature ideas.
Tags
Similar Tools
Just Speak
System-wide offline voice dictation for macOS
CodexBar
VerifiedUsage stats for Codex and Claude Code on macOS
CrateBot5
Audio fingerprinting for DJs
Billmanager
Track monthly bills and subscriptions
Panel Notes
Track electrical panel breakers
Traktarr
Export Trakt history without subscription