macOS menu bar app

One keystroke from anything.

Startboard puts every script, app, file and command behind a single hotkey. Open the panel, hit a button, done — without touching the mouse.

↓ Download for macOS See what it does

Free  ·  macOS 13 Ventura or later  ·  Apple Silicon & Intel

S
Startboard
Work
Dev
Personal
🚀Deploy
Restart
📋Daily
📁Projects
📸Screenshot
🌐Localhost
🔗Git push
🧹Clean
Add

Everything you repeat, automated.

Built for people who open the same apps, run the same commands and navigate to the same folders dozens of times a day.

⌨️

Keyboard first

Open with a hotkey, navigate with arrow keys, run with Enter. Close. Never pick up the mouse.

Real scripts

Run Shell, AppleScript, JXA or ExtendScript directly from any button. Full output piping between steps.

📋

Boards

Separate boards for each context — work, a project, personal. Switch in one click or one keystroke.

🔗

Chain buttons

Select multiple buttons, right-click, save as one. The chain runs them in order, piping output to input.

Up and running in two minutes.

1

Add buttons

Drag any file, app or folder onto the panel — it becomes a button instantly. Or paste a script directly into the editor.

2

Set your hotkey

The default is S. Change it to anything you like in Settings. Works from any app, any window.

3

Run

Open the panel, navigate or click, done. The panel closes automatically and your previous app gets focus back.

Every language your Mac speaks.

Each button runs exactly the code you give it — quietly in the background or in a visible terminal window.

Shell / zsh AppleScript JXA ExtendScript Shortcuts Automator

Chain buttons pass $SB_INPUT from one script to the next. Each board can also expose a working directory as $SB_DIR.

deploy.sh
#!/bin/zsh
cd "$SB_DIR"
git pull
npm run build
rsync -az dist/ server:/var/www/

# notify Startboard when done
open "startboard://notify?title=Deployed&body=✓"

Build sequences. Run with one button.

Select multiple buttons, right-click → Create chain button. Each step receives the output of the previous as input.

Git pull
Run tests
Build
Deploy
🔗   Pull → Test → Build → Deploy

Ready to reclaim your time?

Free download. No account. No subscription. Just your Mac, running faster.

↓ Download Startboard

macOS 13+  ·  4 MB  ·  Free