// native app // zero-config // menu-bar / tray // mac / win

snip.
paste._

A menu-bar screenshot tool for people who paste things into coding agents all day. One keystroke → short URL on your clipboard → into the thread. No detour.

$ curl -sL screensnipper.com/install | sh # (coming soon)
File Edit View
SS
10:24
842 × 468
snip.screensnipper.com/s/k4n9x
· idle
── The flow
  1. 01
    Hit ⌘⇧6
    or Ctrl+Shift+6 on Windows
  2. 02
    Drag a region
    Native capture — no overlay lag
  3. 03
    Paste the URL
    Already on your clipboard
§ 01 keybindings

The whole app is two hotkeys and a tray icon. Everything else is out of your way.

AUTO
capture → upload → url
No editor, no prompt. Hotkey to clipboard in ~200ms.
mac + + 6
win Ctrl+ + 6
EDIT
capture → annotate → upload
Pre-upload editor: pen, highlighter, text. Skippable.
mac + + 7
win Ctrl+ + 7
§ 02 annotation

Three tools that matter. Pen for emphasis, highlighter for context, text for a callout. Skip it entirely and auto mode is instant.

editor-screenshot.png
01 pen
→ freehand stroke
02 highlighter
→ semi-transparent rect
03 text
→ callout at cursor
§ 03 hosted backend

No S3 bucket. No AWS account. No keys to paste into the app.
You sign in once; we host the storage; your clipboard does the rest.

step 1
Sign in
Email + 6-digit OTP
// once per device
step 2
Upload
via our backend
// device token in keychain
step 3
Share
short URL copied
// ~200ms roundtrip
// response
{
  "id": "k4n9x",
  "url": "snip.screensnipper.com/s/k4n9x",
  "bytes": 89431,
  "expires_in": 1800,
  "quota_remaining": 47
}
// clipboard
snip.screensnipper.com/s/k4n9x
// if offline
~/Pictures/Screenshots/2026-04-23_10-24.png
§ 04 privacy defaults
30m
Default link lifetime. After 30 minutes the file is auto-deleted from storage. Long enough to paste once; short enough not to linger.
expiry30mauto-delete after
authotpemail + 6-digit code
secretkeychainlong-lived device token
offlinelocalfallback path + clipboard
quota100/dayfree tier, UTC reset
§ 05 platform
macos
Apple Silicon
→ .dmg
· migrates from original ScreenSnipper
· native screencapture
· launches at login
windows
x86_64
→ .msi / -setup.exe
· built-in clipper integration
· credential store for tokens
· launches at login
stack
native
not an electron app
build
mac · win
apple silicon + x86_64
mem (idle)
~18MB
tray + hotkey listener
cold start
<80ms
to hotkey-ready
§ 06 faq
?what if i'm offline?[+]
→ hotkey never blocks. saves locally, copies the file path. paste what you have.
?how does sign-in work?[+]
→ email + 6-digit otp. device token stored in os keychain (mac) / credential store (win).
?multi-device?[+]
→ yes. each device signs in independently. quota is per-account.
?is there a paid plan?[+]
→ free tier is 100 uploads/day, utc reset. paid plan coming. no cc to install.
?does it auto-launch?[+]
→ yes, by default. toggleable in preferences.
?why not electron?[+]
→ because it's a tray app. native on both platforms, no chromium along for the ride.
// install
ship faster.
paste smarter.
Built for people who are already two tabs deep in a conversation with an agent. Free, small, out of your way.