Copy once.
Access forever.

The clipboard manager that turns everything you copy into an organized, searchable archive. Built for Mac.

7-day free trial · macOS 12 or later · No credit card required

Also available for Intel

Search...
image
Screenshot 2024-03-20 at 14.32.png
Just now
Screenshot
text

12 * 8 + 45 = 141

1 min ago
Cali
color

#FF9500

HEX
2 min ago
Pastry
code
const clipboard = await navigator.clipboard.readText();
3 min ago
VS Code
url

https://pastry.app/download

5 min ago
Safari
text

Meeting notes: Discussed the new feature implementation timeline.

8 min ago
Notes
url

https://developer.apple.com/documentation/swiftui

12 min ago
Safari
image
design-mockup-v3.png
15 min ago
Figma
code
npm install framer-motion @tauri-apps/api
20 min ago
Terminal
color

#3B82F6

HEX
25 min ago
Figma
text

API Key: sk-proj-abc123xyz789def456...

30 min ago
Notes
url

https://tailwindcss.com/docs/installation

45 min ago
Chrome
code
git commit -m "feat: add clipboard history"
1 hr ago
Terminal
image
1 hr ago
Photos
text

Remember to call the client about the proposal tomorrow.

2 hr ago
Reminders
color

#10B981

HEX
2 hr ago
Figma
url

https://www.figma.com/file/abc123/Design-System

3 hr ago
Figma
code
SELECT * FROM users WHERE created_at > NOW() - INTERVAL '7 days'
3 hr ago
Terminal
text

The quick brown fox jumps over the lazy dog.

4 hr ago
TextEdit
image
5 hr ago
Figma
color

#8B5CF6

HEX
5 hr ago
Figma
url

https://react.dev/learn/thinking-in-react

Yesterday
Safari
code
docker-compose up -d --build
Yesterday
Terminal
text

Invoice #2024-0342 - Total: $1,250.00

Yesterday
Mail
image
Yesterday
Finder
color

#F43F5E

HEX
Yesterday
Figma
url

https://nextjs.org/docs/app/building-your-application

Yesterday
Safari
code
pnpm add -D typescript @types/node @types/react
Yesterday
VS Code
text

Password: Xk9#mP2$vL7@nQ4

Yesterday
Notes
image
2 days ago
Preview
color

#0EA5E9

HEX
2 days ago
Figma
url

https://stripe.com/docs/api/charges

3 days ago
Safari
code
export default function App() { return <div>Hello</div> }
3 days ago
VS Code
text

Shipping address: 123 Main St, San Francisco, CA 94105

4 days ago
Notes
image
5 days ago
Preview
color

#FBBF24

HEX
5 days ago
Figma
url

https://vercel.com/dashboard

6 days ago
Chrome
code
const result = await fetch('/api/data').then(r => r.json())
1 week ago
VS Code
text

Flight confirmation: UA 1234, SFO → JFK, March 25

1 week ago
Mail
image
1 week ago
Photos
color

#EC4899

HEX
1 week ago
Figma
url

https://www.notion.so/workspace/project-roadmap

1 week ago
Safari
code
function debounce(fn, delay) { let timer; return (...args) => { clearTimeout(timer); timer = setTimeout(() => fn(...args), delay); }}
1 week ago
VS Code
text

Client feedback: Love the new design direction, please proceed.

1 week ago
Slack
image
1 week ago
Figma
color

#14B8A6

HEX
1 week ago
Figma
url

https://linear.app/team/projects/roadmap

1 week ago
Chrome
code
const [state, setState] = useState<ClipboardItem[]>([])
1 week ago
VS Code
text

TODO: Review PR #234 before standup tomorrow morning

1 week ago
Notes
image
2 weeks ago
Screenshot
color

#6366F1

HEX
2 weeks ago
Figma
url

https://supabase.com/docs/guides/auth

2 weeks ago
Safari
code
CREATE TABLE clipboard_items (id SERIAL PRIMARY KEY, content TEXT NOT NULL)
2 weeks ago
Terminal
text

Meeting link: https://zoom.us/j/123456789

2 weeks ago
Mail
image
2 weeks ago
Preview
color

#F59E0B

HEX
2 weeks ago
Figma
url

https://planetscale.com/docs/tutorials/connect

2 weeks ago
Safari
code
npx shadcn-ui@latest add button card input
2 weeks ago
Terminal
text

Quarterly goals: Increase MRR by 25%, ship v2.0

2 weeks ago
Notes
image
2 weeks ago
Figma
color

#EF4444

HEX
2 weeks ago
Figma
url

https://www.prisma.io/docs/orm/prisma-schema

3 weeks ago
Chrome
code
brew install rustup && rustup default stable
3 weeks ago
Terminal
text

SSH Key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAA...

3 weeks ago
Terminal
image
3 weeks ago
Figma
color

#84CC16

HEX
3 weeks ago
Figma
url

https://docs.rs/tauri/latest/tauri/

3 weeks ago
Safari
code
impl ClipboardMonitor { pub fn new() -> Self { Self { items: vec![] } } }
3 weeks ago
VS Code
text

Bug report: App crashes when copying large images

3 weeks ago
Slack
image
3 weeks ago
Screenshot
color

#A855F7

HEX
3 weeks ago
Figma
url

https://www.typescriptlang.org/docs/handbook

1 month ago
Safari
code
async function fetchClipboard() { return await invoke('get_items') }
1 month ago
VS Code
text

Design review scheduled for Friday at 2pm PST

1 month ago
Slack
image
1 month ago
Figma
color

#06B6D4

HEX
1 month ago
Figma
url

https://www.rust-lang.org/learn/get-started

1 month ago
Safari
code
#[tauri::command] fn copy_to_clipboard(text: String) -> Result<(), String>
1 month ago
VS Code
text

License key: XXXX-XXXX-XXXX-XXXX

1 month ago
Mail
image
1 month ago
Figma
color

#22D3EE

HEX
1 month ago
Figma
url

https://vitejs.dev/config/

1 month ago
Chrome
code
module.exports = { content: ['./src/**/*.{ts,tsx}'], theme: {} }
1 month ago
VS Code
text

Expense report: $342.50 for software licenses

1 month ago
Mail
image
1 month ago
Figma
color

#D946EF

HEX
1 month ago
Figma
url

https://arc.net/download

1 month ago
Safari
code
window.addEventListener('keydown', (e) => { if (e.key === 'Escape') close() })
1 month ago
VS Code
text

WiFi password: SuperSecure123!

1 month ago
Notes
image
2 months ago
Photos
color

#FB923C

HEX
2 months ago
Figma
url

https://framer.com/motion/introduction/

2 months ago
Safari
code
const spring = useSpring(value, { stiffness: 300, damping: 30 })
2 months ago
VS Code
text

Weekly sync: Monday 10am, Wednesday 3pm

2 months ago
Mail
image
2 months ago
Photos
color

#4ADE80

HEX
2 months ago
Figma
url

https://docs.swift.org/swift-book/documentation

2 months ago
Chrome
code
pub struct AppState { db: SqlitePool, config: Config }
2 months ago
VS Code
text

Feature request: Add dark mode support

2 months ago
Slack
image
2 months ago
Figma
color

#818CF8

HEX
2 months ago
Figma
Navigate
Copy
101 itemsPastry
Scroll to explore

Features

Your clipboard,
reimagined.

Six powerful tools that turn copying into a superpower. All accessible with a single keyboard shortcut.

Clipboard History

Never lose a copy again.

Every text, image, link, and code snippet—automatically saved. Weeks of history at your fingertips, organized by app and type.

Instant Search

Type. Find. Done.

Blazing-fast fuzzy search across thousands of clips. Start typing and watch results appear before you finish.

|
#FF5733
#3498DB
#2ECC71
Screenshots

Snap it. Search it.

Every screenshot you take is automatically added to Pastry. Search by text content or color—find any screenshot in seconds.

Select area...
Color Picker

Pick any pixel. Any color.

Point, click, capture. Get HEX, RGB, HSL instantly. Perfect for designers who need colors from anywhere on screen.

#F97316
Text Recognition

See text? Copy it.

Powerful OCR extracts text from screenshots, images, even video frames. If you can see it, you can copy it.

Scanning...
Extract text from anywhere
Screen Ruler

Pixel-perfect measurements.

Measure anything on screen with surgical precision. Distances, dimensions, spacing—all in pixels.

128px
Measure anything on screen

And so much more.

Blazing Fast

Built with Rust. 15MB RAM. Launches instantly.

Private by Design

Your data never leaves your Mac. Period.

Pinboards

Save favorites to collections for quick access.

Smart Detection

Auto-formats URLs, colors, code, and JSON.

Keyboard Shortcuts

Designed for
your fingertips.

Every action is a keyboard shortcut away. Work faster without touching your mouse.

Open Pastry

Launch Pastry from anywhere

Pastry
Press
V
to open pastry

Why Pastry

Built different.
On purpose.

No subscriptions. No cloud. No compromise.

15MB

Rust-Powered

Native performance with minimal footprint. No Electron bloat.

Secured

100% Private

Your data never leaves your Mac. Period.

V

Instant Access

One shortcut away. Always ready.

Clipboard History

Weeks of copy history at your fingertips.

OCR Extraction

Copy text from images instantly.

Fuzzy Search

Find anything instantly as you type.

Color Picker

Grab any color from your screen.

20px

Screen Ruler

Measure anything on screen.

One-time purchase

$19.99
Lifetime updates
No subscription
No account needed

Pinboards

Save favorites for quick access.

Screenshots

Auto-saved and searchable by text.

URL
#FFF
{ }

Smart Detection

Auto-formats URLs, colors, and code.

FAQ

Questions?
Answers.

Pastry

Ready to work
smarter?

Try Pastry free for 7 days. No credit card required.Then just $19.99 for a lifetime license.

macOS 12 Monterey or later
Apple Silicon and Intel~10MB download