Vantage app icon

macOS menubar utility

ten tools.
one menubar.

window manager, clipboard history, system monitor, ai assistant, pomodoro, app launcher, text snippets, network tools, display info, battery stats — all behind one click in the menubar. free. native swift. no subscription, no telemetry.

requires macOS 14 Sonoma or later  ·  apple silicon + intel

window manager

snap to 15 zones with ⌃⌥ hotkeys. halves, thirds, quarters, two-thirds, center float. accessibility api, works with any app.

clipboard history

last 200 items. polled at 0.5s, persisted to json. search, pin, delete. copy back in one click.

system monitor

live process list (kill on hover), disk usage donut, network i/o delta. ps + netstat under the hood, 3s refresh.

app launcher

scans /Applications, shows 5 recents, search by name. one click to launch. faster than spotlight for apps you use often.

focus timer

pomodoro with auto-advancing phases, configurable durations, system notifications. circular ring, 4-dot progress indicator.

ai assistant

chat with openai, anthropic, gemini, or deepseek. switch providers in one click. keys stored locally, never leave your machine.

text snippets

store text with a trigger abbreviation. tap to copy. json persistence. ships with 3 defaults, add as many as you want.

network tools

live interface info (ipv4/ipv6), ping tool with latency history, dns from resolv.conf. copy ip addresses with one click.

display info

all connected monitors, resolution, refresh rate, retina detection. quick button to system settings. no private apis.

battery & power

cycle count, health percentage, temperature, capacity in mah, time to empty/full. reads from iokit appleSmartBattery directly.

install

dmg installer
Vantage.dmg v0.1.0 · ~1.2 MB

open the dmg, drag to Applications. grant accessibility permission once — window manager needs it for hotkeys.

from source
# requires xcodegen + xcode 15+
git clone https://github.com/f4rkh4d/vantage
cd vantage
brew install xcodegen
xcodegen generate
open Vantage.xcodeproj

macOS 14 Sonoma or later. apple silicon and intel both fine. no auto-update yet — check releases manually.