Dynamic Island for macOS
4,522
stars
1,591
commits
Swift
primary language
Sep 11, 2026
updated
Atoll turns the MacBook notch into a focused command surface for media, system insight, and quick utilities. It stays out of the way until needed, then expands with responsive, native SwiftUI animations.
open -a Atoll /path/to/file.Atoll is released under the GPL v3 License. Refer to LICENSE for the full terms.
Atoll builds upon the work of several open-source projects and draws inspiration from innovative macOS applications:
Boring.Notch - foundational codebase that provided the initial media player integration, AirDrop surface implementation, file dock functionality, and calendar event display. Major architectural patterns and notch interaction models were adapted from this project.
Alcove - primary inspiration for the Minimalistic Mode interface design and the conceptual framework for lock screen widget integration that informed Atoll's compact layout strategy.
Stats - source implementation for CPU temperature monitoring via SMC (System Management Controller) access, frequency sampling through IOReport bindings, and per-core CPU utilisation tracking. The system metrics collection architecture derives from Stats project readers.
Open Meteo - weather apis for the lock screen widgets
SkyLightWindow - window rendering for Lock Screen Widgets
rtaudio - Live music visualizer using C++ was adapted from this project
SwiftTerm - Terminal tab implementation in the standard mode was adapted from this project
DynamicNotch - thanks DynamicNotch for letting us use their battery huds
Wick - Thanks Nate for allowing us to replicate the iOS like Timer design for the Lock Screen Widget
OpenUsage - LLM Usage Tracking features
OpenRouter - API for getting automated model pricing
If you previously cloned DynamicIsland, update the remote to track the Atoll repository:
git remote set-url origin https://github.com/Ebullioscopic/Atoll.git
A heartfelt thanks to TheBoredTeam for being supportive and being totally awesome, Atoll would not have been possible without Boring.Notch
Backed by
iOS Development Centre
Powered by Apple and Infosys
SRM Institute of Science and Technology, Chennai, India
Your support helps fund teaching children software development.
(top 30 of 59)
Swift
99.3%
Dynamic Island for macOS
4,522
stars
1,591
commits
Swift
primary language
Sep 11, 2026
updated
Atoll turns the MacBook notch into a focused command surface for media, system insight, and quick utilities. It stays out of the way until needed, then expands with responsive, native SwiftUI animations.
open -a Atoll /path/to/file.Atoll is released under the GPL v3 License. Refer to LICENSE for the full terms.
Atoll builds upon the work of several open-source projects and draws inspiration from innovative macOS applications:
Boring.Notch - foundational codebase that provided the initial media player integration, AirDrop surface implementation, file dock functionality, and calendar event display. Major architectural patterns and notch interaction models were adapted from this project.
Alcove - primary inspiration for the Minimalistic Mode interface design and the conceptual framework for lock screen widget integration that informed Atoll's compact layout strategy.
Stats - source implementation for CPU temperature monitoring via SMC (System Management Controller) access, frequency sampling through IOReport bindings, and per-core CPU utilisation tracking. The system metrics collection architecture derives from Stats project readers.
Open Meteo - weather apis for the lock screen widgets
SkyLightWindow - window rendering for Lock Screen Widgets
rtaudio - Live music visualizer using C++ was adapted from this project
SwiftTerm - Terminal tab implementation in the standard mode was adapted from this project
DynamicNotch - thanks DynamicNotch for letting us use their battery huds
Wick - Thanks Nate for allowing us to replicate the iOS like Timer design for the Lock Screen Widget
OpenUsage - LLM Usage Tracking features
OpenRouter - API for getting automated model pricing
If you previously cloned DynamicIsland, update the remote to track the Atoll repository:
git remote set-url origin https://github.com/Ebullioscopic/Atoll.git
A heartfelt thanks to TheBoredTeam for being supportive and being totally awesome, Atoll would not have been possible without Boring.Notch
Backed by
iOS Development Centre
Powered by Apple and Infosys
SRM Institute of Science and Technology, Chennai, India
Your support helps fund teaching children software development.
(top 30 of 59)
Swift
99.3%