Free and open-source macOS menu bar toolkit.
18,315
stars
758
commits
Swift
primary language
Sep 11, 2026
updated
One menu bar icon doing the job of a dozen paid Mac apps.
Free, open source, and everything runs on your Mac.
Website · Install · Features · Privacy · Changelog · Contact · Buy Me a Coffee
For partnerships or anything private, email hello@vorssaint.com.
Per app volume, a real system monitor, a better app switcher, window snapping, Dock previews, clipboard history, text snippets, a file shelf, an uninstaller. The utilities Mac users usually buy one by one, together behind a single menu bar icon, with no account, no telemetry and no subscription.
Nobody needs all of it, and Vorssaint is built around that. The Features page installs and uninstalls whole features: what you uninstall disappears from the entire app and stops loading, so it spends no CPU, memory or energy. Nothing is deleted, and installing again brings your old settings back.
First setup offers three one click bundles, Essentials, Windows, and Battery and quiet, plus a visual picker for choosing individual features. Only the permissions those choices need are requested next, and everything can be changed later in Settings. Every feature also wears an honest energy badge saying what it keeps alive while on.
The rest bends the same way: panel sections reorder and hide, the compact layout trades sections for tabs, settings export to a file and import on a new Mac, the app can stay light or dark apart from the Mac, and the whole app speaks more than a dozen languages.
With Homebrew:
brew install --cask vorssaint
Or grab the disk image from the releases page and drag Vorssaint into Applications.
Builds are signed with an Apple Developer ID and notarized, so macOS opens them without a fuss and your permissions survive updates.
With Homebrew:
brew uninstall --cask vorssaint
To remove Vorssaint completely, including its settings and permissions:
./Tools/uninstall.sh
Vorssaint is local-first, with no account, analytics or tracking. The network is touched only by things you can see: update checks, the speed test, Homebrew actions, temporary screenshot or recording links and feedback you explicitly send. The full story is in the privacy notes.
Permissions get the same treatment. Every one is optional, the app explains each in plain words, shows which features actually use it, and even tells you when a permission you granted is no longer needed by anything, with a shortcut to revoke it.
| Permission | Used by | Without it |
|---|---|---|
| Accessibility | Switcher, Dock features, window controls, mouse and keyboard features, snippets, cut and paste | Those features stay off |
| Screen Recording | Window previews, screenshots, copy text and screen recordings | Those captures stay unavailable |
| System Audio Recording | Per app volume and output routing | Apps stay on normal system audio |
| Microphone | Optional voice track in screen recordings | Recordings continue without your voice |
| Notifications | Keep awake, battery, monitor and update alerts | The app stays silent |
| Full Disk Access, optional | Deeper cleaner and uninstaller scans | Only reachable places are scanned |
| Administrator, once, optional | Password free closed lid toggling | A password prompt per toggle |
The shelf and almost every quick toggle need no permission at all. Finder cut and paste, the uninstaller, emptying the Trash and the Homebrew terminal handoff ask macOS for Automation access the first time they talk to Finder or Terminal.
git clone https://github.com/vorssaintapp/vorssaint-utils.git
cd vorssaint-utils
./build.sh # compile, generate the icon, assemble the signed bundle
./build.sh --install # the same, then install into Applications and launch
Xcode Command Line Tools are the only requirement. The contributing guide covers the layout and conventions. Official builds come only from the maintainer: the GPL covers the source, while the Vorssaint name, icon and look are covered by TRADEMARKS.md, so forks need their own identity.
The troubleshooting guide walks through the common cases: the app blocked on first launch, a permission that will not stick, thumbnails showing as icons. To remove Vorssaint completely, ./Tools/uninstall.sh quits the app, drops the login item, resets its privacy grants and deletes every trace.
Vorssaint went from first commit to the front of GitHub trending in three days, top of the Swift charts, and issues and pull requests have shaped every release since. Bug reports, feature ideas and translations are all welcome, starting from the contributing guide.
Vorssaint is free and will stay that way. If it earned its place in your menu bar, a star helps other people find it, and a coffee keeps the maintainer awake, with or without the Keep awake feature.
GPL 3.0 or later, copyright 2026 Vorssaint. The license covers the source code; the Vorssaint name, logo and look are covered separately in TRADEMARKS.md.
Made by @vorssaint
(top 30 of 64)
Hacker News (2)
Swift
99.4%
Free and open-source macOS menu bar toolkit.
18,315
stars
758
commits
Swift
primary language
Sep 11, 2026
updated
One menu bar icon doing the job of a dozen paid Mac apps.
Free, open source, and everything runs on your Mac.
Website · Install · Features · Privacy · Changelog · Contact · Buy Me a Coffee
For partnerships or anything private, email hello@vorssaint.com.
Per app volume, a real system monitor, a better app switcher, window snapping, Dock previews, clipboard history, text snippets, a file shelf, an uninstaller. The utilities Mac users usually buy one by one, together behind a single menu bar icon, with no account, no telemetry and no subscription.
Nobody needs all of it, and Vorssaint is built around that. The Features page installs and uninstalls whole features: what you uninstall disappears from the entire app and stops loading, so it spends no CPU, memory or energy. Nothing is deleted, and installing again brings your old settings back.
First setup offers three one click bundles, Essentials, Windows, and Battery and quiet, plus a visual picker for choosing individual features. Only the permissions those choices need are requested next, and everything can be changed later in Settings. Every feature also wears an honest energy badge saying what it keeps alive while on.
The rest bends the same way: panel sections reorder and hide, the compact layout trades sections for tabs, settings export to a file and import on a new Mac, the app can stay light or dark apart from the Mac, and the whole app speaks more than a dozen languages.
With Homebrew:
brew install --cask vorssaint
Or grab the disk image from the releases page and drag Vorssaint into Applications.
Builds are signed with an Apple Developer ID and notarized, so macOS opens them without a fuss and your permissions survive updates.
With Homebrew:
brew uninstall --cask vorssaint
To remove Vorssaint completely, including its settings and permissions:
./Tools/uninstall.sh
Vorssaint is local-first, with no account, analytics or tracking. The network is touched only by things you can see: update checks, the speed test, Homebrew actions, temporary screenshot or recording links and feedback you explicitly send. The full story is in the privacy notes.
Permissions get the same treatment. Every one is optional, the app explains each in plain words, shows which features actually use it, and even tells you when a permission you granted is no longer needed by anything, with a shortcut to revoke it.
| Permission | Used by | Without it |
|---|---|---|
| Accessibility | Switcher, Dock features, window controls, mouse and keyboard features, snippets, cut and paste | Those features stay off |
| Screen Recording | Window previews, screenshots, copy text and screen recordings | Those captures stay unavailable |
| System Audio Recording | Per app volume and output routing | Apps stay on normal system audio |
| Microphone | Optional voice track in screen recordings | Recordings continue without your voice |
| Notifications | Keep awake, battery, monitor and update alerts | The app stays silent |
| Full Disk Access, optional | Deeper cleaner and uninstaller scans | Only reachable places are scanned |
| Administrator, once, optional | Password free closed lid toggling | A password prompt per toggle |
The shelf and almost every quick toggle need no permission at all. Finder cut and paste, the uninstaller, emptying the Trash and the Homebrew terminal handoff ask macOS for Automation access the first time they talk to Finder or Terminal.
git clone https://github.com/vorssaintapp/vorssaint-utils.git
cd vorssaint-utils
./build.sh # compile, generate the icon, assemble the signed bundle
./build.sh --install # the same, then install into Applications and launch
Xcode Command Line Tools are the only requirement. The contributing guide covers the layout and conventions. Official builds come only from the maintainer: the GPL covers the source, while the Vorssaint name, icon and look are covered by TRADEMARKS.md, so forks need their own identity.
The troubleshooting guide walks through the common cases: the app blocked on first launch, a permission that will not stick, thumbnails showing as icons. To remove Vorssaint completely, ./Tools/uninstall.sh quits the app, drops the login item, resets its privacy grants and deletes every trace.
Vorssaint went from first commit to the front of GitHub trending in three days, top of the Swift charts, and issues and pull requests have shaped every release since. Bug reports, feature ideas and translations are all welcome, starting from the contributing guide.
Vorssaint is free and will stay that way. If it earned its place in your menu bar, a star helps other people find it, and a coffee keeps the maintainer awake, with or without the Keep awake feature.
GPL 3.0 or later, copyright 2026 Vorssaint. The license covers the source code; the Vorssaint name, logo and look are covered separately in TRADEMARKS.md.
Made by @vorssaint
Hacker News (2)
(top 30 of 64)
Swift
99.4%