https://github.com/daniyalmaster693/supercorners
Make Your Mac's Corners Useful Again
https://github.com/daniyalmaster693/supercorners
apple automation hotcorner macos swift swiftui
Last synced: 2 months ago
JSON representation
Make Your Mac's Corners Useful Again
- Host: GitHub
- URL: https://github.com/daniyalmaster693/supercorners
- Owner: daniyalmaster693
- License: gpl-3.0
- Created: 2025-05-22T16:49:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-26T20:22:44.000Z (about 1 year ago)
- Last Synced: 2025-06-26T20:36:15.464Z (about 1 year ago)
- Topics: apple, automation, hotcorner, macos, swift, swiftui
- Language: Swift
- Homepage:
- Size: 20.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: License
Awesome Lists containing this project
README
SuperCorners
Supercharge your Mac's Corners
[](License)
[](https://github.com/daniyalmaster693/SuperCorners/releases)
[](https://www.apple.com/macos/)

SuperCorners is a macOS app that supercharges your screen corners.
I've always loved the Hot Corners feature on macOS, but it's always felt very limited. So I built SuperCorners, which aims to provide a more polished and powerful experience. It builds on Apple's built in Hot Corners with extra trigger zones while providing more control and smarter automation, transforming each corner and zone into a powerful part of your productivity system.
## Features
- **Additional Zones** - Trigger actions when moving your mouse the middle of any screen edge.
- **Launch Apps** - Launch apps directly from corners and zones.
- **Run Shortcuts** - Run shortcuts directly from corners and zones.
- **Open Files and Folders** - Open Files and Folders directly from corners and zones.
- **Run Apple Scripts** - Run apple scripts directly from corners and zones.
- **Open Websites** - Open Websites directly from corners and zones.
- **In App Actions** - Trigger in app actions directly from corners and zones.
- **System Commands** - Run system commands directly from your screen corners and zones.
- **Tools** - Access useful tools from your screen corners and zones.
- **Developer Utilities** - Access useful developer related info directly from your screen corners and zones.
- **Menubar Component** - Access your corner and zone actions right from the menubar for instant control.
- **Visual Feedback** - Subtle toast notifications appear briefly to provide visual feedback for actions.
- **Configurable** - Disable any corner or zone and control app behaviors.
- **Native** - Built with Swift and SwiftUI for a seamless experience that feels well integrated with macOS.
...and more...
## Installation
**Requires macOS 13.0 and later**
### Manual Installation
1. Download the latest release.
2. Move the app to your **Applications folder**.
3. Run the app and grant necessary permissions when prompted.
### Homebrew
You can also install SuperCorners using Homebrew:
```bash
brew tap daniyalmaster693/casks
brew install --cask supercorners
```
**Note**: On first launch, macOS may warn that the app couldn't be verified. Click **OK**, then go to **System Settings → Privacy & Security**, scroll down, and click **Open Anyway** to launch the app.
## Usage
1. Launch **SuperCorners**.
2. Grant Necessary Permissions (**Accessibility permission must be enabled for the app to work correctly**).
3. Use the activation hotkey or modifier key (set in the settings window) to trigger corners and zones when moving your mouse to a corner or the middle of any screen edge.
4. Enjoy the upgraded hot corners experience!
For more information visit the [Getting Started Guide](./GettingStarted.md)
## Roadmap
- [x] ~~Fix toast messages not showing up when app is not active~~
- [x] ~~Improve toast success and error logic~~
- [x] ~~Additional trigger methods for corners and zones~~
- [x] ~~Trigger Actions using only a modifier key~~
- [x] ~~Trigger Actions by clicking~~
- [x] ~~Action List for the Menubar Command (a seperate menu to trigger more actions)~~
- [x] ~~Trigger Actions without any key presses~~
- [ ] Allow assigning seperate actions per monitor
- [ ] Automation based action profiles
- [ ] Allow assigning actions per focus mode
- [ ] Allow creating different global action profiles
- [ ] Allow assigning actions per app
- [ ] Additional in app actions
...and more to come...
## Dependencies
- [Keyboard Shortcuts](https://github.com/sindresorhus/KeyboardShortcuts)
- [LaunchAtLogin Modern](https://github.com/sindresorhus/LaunchAtLogin-Modern)
- [SoulverCore](https://github.com/soulverteam/SoulverCore)
- [Sparkle](https://github.com/sparkle-project/Sparkle)
## Contributions
Any contributions and feedback is welcome! Feel free to open issues or submit pull requests.
## License
This project is licensed under the [GPLv3 License](License).