SidebarPin turns regular app windows into a dedicated sidebar so your communication and work context stays visible while you focus.
Most productivity loss comes from context switching:
- You jump between coding/design/docs and Slack/Email/Teams.
- Important messages disappear behind full-size windows.
- You lose time reopening, resizing, and rearranging apps.
SidebarPin solves this by keeping key windows attached to a screen edge in a stable layout. You keep a persistent "communication lane" while continuing deep work in the rest of the screen.
- Keep chat, ticket queue, inbox, or notes visible while working.
- Reduce alt-tab friction and window hunting.
- Maintain a repeatable workspace layout across sessions.
- React faster to updates without breaking flow.
- Keep up to three apps stacked on one side for triage workflows.
- Native macOS app (
SwiftUI + AppKit + Accessibility APIs) - Menu bar utility workflow
- Pick target from installed apps (
/Applications,~/Applications) or running windows - Pin up to 3 apps stacked on one side
- Sidebar uses full display height and ~25% display width
- Choose left/right edge and display
- Auto-launch selected app if not already running
- Smooth push-in / pull-out sidebar motion
- Edge toggle handle on the sidebar boundary
- Optional automatic open/close by edge hover
- Optional auto-pin by dragging a window to the screen edge and holding
- Per-app persistence (edge, display, width defaults)
- Launch at login toggle
- Global hotkey:
Control + Option + S - Blue floating button mode (for selected apps):
Clickto pin/unpin that windowClick and holdto choosePlace on LeftorPlace on Right
- macOS 14+
- Accessibility permission enabled for SidebarPin
cd /Volumes/KshitizLinux/rework
swift test
swift run SidebarPinAlternative launch after build:
open /Volumes/KshitizLinux/rework/.build/arm64-apple-macosx/debug/SidebarPin- Launch SidebarPin.
- Grant Accessibility permission when prompted.
- Open SidebarPin and enable Blue Button Apps (optional).
- Pin an app/window to the preferred edge/display.
- Pin communication tools (Slack/Teams/Email) to the right side.
- Use center/main screen area for focused tasks (coding, writing, design).
- Keep alerts visible without switching context every few minutes.
- Unpin/re-pin quickly as priorities change.
- Use long-press on blue button when you want to move the sidebar side.
- True system-level always-on-top for arbitrary third-party windows is not reliably available via public APIs.
- SidebarPin uses best-effort geometry enforcement and bring-forward behavior.
- If a pinned window closes, that window is removed from the sidebar session; the SidebarPin app itself stays running.
- Launch-at-login uses
SMAppService.mainApp; unsigned dev binaries may have login-item limitations until packaged/notarized.