Buffit — Buffer Queue Manager for Mac#
A lightweight macOS menu bar app for quickly composing and queuing posts to Buffer.
Features#
- 🎯 Post directly to Buffer from your menu bar
- 📸 Upload images instantly to CDN
- ⌨️ Keyboard shortcut: CMD+ENTER to post
- 🎨 Choose queue or draft by default
- ⚡ Fast, simple, and lightweight
Installation#
Option 1: Download & Install (Easiest)#
- Download the latest
Buffit.dmgfrom Releases - Open the DMG file
- Drag Buffit to Applications folder
- Open Applications → Buffit
- When you see the security warning:
- Click Open to approve the app
- Grant any permissions requested
Option 2: Allow from System Settings#
If you see "Buffit can't be opened because it wasn't signed properly":
- Go to System Settings → Privacy & Security
- Scroll to Security section
- Click Open Anyway next to the Buffit warning
- Click Open in the confirmation dialog
Option 3: Terminal (Advanced)#
# Remove quarantine if the app won't open
xattr -d com.apple.quarantine ~/Applications/Buffit.app
Setup#
-
Get your Buffer API key:
- Visit buffer.com/settings/api
- Create a "Personal Key"
- Copy it
-
Open Buffit from your menu bar
-
Paste your API key
-
Click Connect
Your API key is stored securely on your device (in Keychain) — not sent anywhere else.
Usage#
Quick Post#
- Click the pencil icon in the menu bar
- Type your post
- (Optional) Click Upload Image to add an image
- Select channels to post to
- Press CMD+ENTER or click post button
Settings#
- Default for new posts — Queue or Draft
- Privacy — See what data is shared (Buffer API only)
- Sign Out — Disconnect your Buffer account
Keyboard Shortcuts#
| Shortcut | Action |
|---|---|
| CMD+ENTER | Post with default action (Queue/Draft) |
| Click menu bar | Open/focus app |
Privacy & Security#
- ✅ API key stored in macOS Keychain
- ✅ No tracking or analytics
- ✅ Direct connection to Buffer API only
- ✅ Open source (all code visible)
Build from Source#
# Clone the repo
git clone https://github.com/yourusername/BufferQueue.git
cd BufferQueue
# Open in Xcode
open BufferQueue.xcodeproj
# Build & Run
# Product → Run (or press ⌘R)
Troubleshooting#
"App won't open"
- Go to System Settings → Privacy & Security
- Click "Open Anyway" next to Buffit
- Or run:
xattr -d com.apple.quarantine ~/Applications/Buffit.app
"API key won't save"
- Make sure you're entering the full API key from Buffer
- Check that the key hasn't expired in Buffer settings
"Images won't upload"
- Verify your CDN endpoint is configured correctly
- Check that the image file isn't corrupted
Requirements#
- macOS 12.0 or later
- Buffer account with API access
License#
MIT License — See LICENSE file for details
Support#
Found a bug? Have a feature request?
- Open an issue
- Or contact @danielmorrisey
Made with ❤️ by Daniel Morrisey