Vorssaint: A Menu Bar Toolkit That Lets You Install Only the Features You Need
Free and open-source macOS menu bar toolkit. Super key. Hold Caps Lock and it counts as Shift, Control, Option and Command together, so the shortcuts you build on it never fight with the ones apps already use.
At a glance
- What is it?
- Vorssaint is a free, open-source macOS menu bar app that bundles per-app volume, system monitoring, window snapping, clipboard history, and more. Its feature-based installation model and honest energy badges set it apart, but the GPL license and beta status deserve attention.
- Who is it for?
- Adopt Vorssaint if you want a modular, no-account macOS utility that lets you install only the features you need and you are comfortable with the GPL-3.0 license. Do not adopt it if you require a stable, non-beta release or if you need to redistribute modified versions under a different license.
- Can I use it commercially?
- Yes, with conditions. GPL-3.0 is a copyleft licence: if you distribute software that includes it, you must release that software's source code under the same licence. Running it internally without distributing it does not trigger that obligation.
- Is it still maintained?
- Yes. The repository last received commits 1 day ago.
- What is it written in?
- Mainly Swift, according to GitHub's language statistics.
Answers come from the project's GitHub data, last synced on September 14, 2026, and from our analysis. They are not legal advice.
DEEP OPEN-SOURCE ANALYSIS
What Vorssaint Solves and Who It Is For
Vorssaint targets a specific pain: macOS users who accumulate a dozen paid utilities, each with its own menu bar icon, updater, and subscription. The README frames it as "One menu bar icon doing the job of a dozen paid Mac apps." The toolkit includes per-app volume control, a system monitor, an enhanced app switcher, window snapping, Dock previews, clipboard history, text snippets, a file shelf, and an uninstaller. The intended audience is power users who want these tools without paying per app and without creating an account. The project emphasizes that everything runs locally, with no telemetry and no subscription. That positioning is direct: it competes on consolidation and privacy rather than on any single feature's depth.
The Modular Installation Model Is the Core Mechanism
The most distinctive design choice is that features are not all installed at once. The Features page installs and uninstalls whole features, and what you uninstall "disappears from the entire app and stops loading, so it spends no CPU, memory or energy." Nothing is deleted, and reinstalling brings back your old settings. First setup offers three one-click bundles: Essentials, Windows, and Battery and quiet, plus a visual picker for individual features. Only the permissions those choices need are requested next, and everything can be changed later in Settings. This is a real departure from typical menu bar apps that ship with everything enabled. The trade-off is that you must decide what you need, but the README shows that the app is built around that decision.
Getting It Running: Installation and Configuration
The README links to a website (https://vorssaint.com) and a Releases page for downloads, but it does not include a Homebrew cask or a direct command-line install. The install path is: download the latest release from GitHub, move the app to Applications, and launch it. First setup guides you through the bundle or picker, and permissions are requested only for what you choose. Settings let you reorder and hide panel sections, switch between compact tabs and sections, export settings to a file, and import them on a new Mac. The app can stay light or dark independently of the system, and it supports more than a dozen languages. There is no mention of a CLI or configuration file, so all setup is through the GUI.
Feature Depth: Sound, Monitoring, and Window Management
The README lists a broad set of features. Sound includes a volume mixer that adjusts overall volume or per-app volume, can push a quiet app past 100 percent, and can send system sounds through another output. Per-app output lets music go to speakers and a call to a headset simultaneously. The system monitor shows CPU, GPU, memory, swap, temperatures, history graphs, battery health, cycle count, power draw, and an optional Fan Control beta with manual speeds and custom temperature curves. The app switcher offers live window thumbnails, minimized windows, per-app rules, and a simple mode without previews. Window layout supports snapping to halves, thirds, sixths, corners, or center, with edge snapping and drag-to-move with modifiers. This is a lot of surface area, and the README is honest that some parts are beta, like Fan Control.
Honest Energy Badges and Privacy Claims
Each feature wears an "honest energy badge" that says what it keeps alive while on. That is a practical transparency measure, because a system monitor with history graphs will keep polling sensors, and an app switcher with live thumbnails will capture screens. The README also claims "no account, no telemetry and no subscription." Those are strong privacy claims, but the provided material does not show the source code or a privacy policy. The energy badges are a good start, but they do not quantify actual CPU or battery drain. For a tool that runs in the menu bar 24/7, that is a gap. You should verify the privacy claims by reading the source if you plan to trust it with sensitive screen captures or microphone access.
Limitations and Cases Where It Is the Wrong Tool
The most obvious limitation is the license: GPL-3.0. If you are a developer or a company that wants to embed or fork this code into a proprietary app, that license is a hard constraint. The project is also in active beta, with the latest release being v3.3.3-beta.3. Beta software can have bugs, and the README explicitly labels Fan Control as a beta. Another limitation is that the modular installation model, while clever, means you must manage features individually. If you want a single monolithic utility that just works out of the box, the three bundles help, but you still face permission prompts for each chosen feature. Finally, the README does not mention whether the app is sandboxed or notarized, which matters for macOS security. If you need those guarantees, verify them before installing.
Alternatives and How They Differ
The obvious alternative is a collection of single-purpose apps, like Rectangle for window snapping, Stats for system monitoring, and Maccy for clipboard history. That approach gives you focused, mature tools with separate licenses and update cycles. The difference is that you pay for them individually, either with money or with subscriptions, and you end up with multiple menu bar icons. Another alternative is a paid all-in-one like Raycast or BetterTouchTool, which bundle many utilities but are not free or open source. Vorssaint's approach is to consolidate under one icon while keeping everything free and local, but it sacrifices the maturity that comes with a stable, long-lived release. The modular install is a middle ground: you get the consolidation, but you can still avoid features you do not need.
Maintenance, Upgrade Cost, and License Implications
The repository shows recent beta releases on 2026-08-22 and 2026-08-26, indicating an active development cycle. The README links to a CHANGELOG.md, so upgrade notes are available. The cost of maintenance is that you are on a beta track, which means more frequent updates and the possibility of regressions. The GPL-3.0 license means that if you distribute a modified version, you must release the source under the same license. That is fine for personal use, but it is a real consideration for organizations. The README mentions a Buy Me a Coffee link, so funding is donation-based, which can affect long-term sustainability. The project is not archived, and the last push is recent, which is a positive sign, but you should check the CHANGELOG for any known issues before adopting.
Editorial conclusion
Adopt Vorssaint if you want a modular, no-account macOS utility that lets you install only the features you need and you are comfortable with the GPL-3.0 license. Do not adopt it if you require a stable, non-beta release or if you need to redistribute modified versions under a different license. Before adopting, verify the current beta's stability, check the exact privacy claims (no telemetry, no account) against the source, and confirm that the features you rely on are not among those that keep the app alive while on.
Community notes