| File | Date | Author | Commit |
|---|---|---|---|
| AppIcon.iconset | 2025-12-05 |
|
[922585] Shutdown Timer MAC APP using Kiro 1.0 |
| ShutdownTimer.app | 2025-12-05 |
|
[922585] Shutdown Timer MAC APP using Kiro 1.0 |
| release | 2025-12-20 |
|
[103a74] create release |
| scripts | 2025-12-20 |
|
[103a74] create release |
| AppIcon.icns | 2025-12-05 |
|
[922585] Shutdown Timer MAC APP using Kiro 1.0 |
| CHANGELOG.md | 2025-12-20 |
|
[103a74] create release |
| Info.plist | 2025-12-05 |
|
[922585] Shutdown Timer MAC APP using Kiro 1.0 |
| LICENSE | 2025-12-20 |
|
[103a74] create release |
| README.md | 2025-12-20 |
|
[103a74] create release |
| ShutdownTimer | 2025-12-05 |
|
[922585] Shutdown Timer MAC APP using Kiro 1.0 |
| ShutdownTimer.swift | 2025-12-05 |
|
[922585] Shutdown Timer MAC APP using Kiro 1.0 |
A simple and elegant macOS desktop application that allows you to shutdown, restart, or log out of your Mac either immediately or after a specified delay.
Download ShutdownTimer-v1.0.dmg
The first time you use the app, macOS will request permission to control System Events. This is required for shutdown/restart/logout functionality.
Grant permission in: System Settings → Privacy & Security → Automation
Add screenshots here when uploading to SourceForge
⚠️ Important: Save your work before using this app! The shutdown/restart actions will close all applications without additional warnings.
Developer: Yasser Ouaftouh
Tools: Vibe coding using Kiro
# Clone the repository
git clone https://github.com/yourusername/shutdown-timer.git
cd shutdown-timer
# Compile
swiftc -o ShutdownTimer ShutdownTimer.swift -framework SwiftUI -framework AppKit
# Create app bundle
./create_dmg.sh
This project is licensed under the MIT License - see the LICENSE file for details.
See CHANGELOG.md for version history.
If you encounter any issues or have suggestions, please create an issue on the project repository.
Built with ❤️ using Kiro IDE