Skip to content

Introduction

GoPaste is a lightweight, fast, and secure cross-platform clipboard manager. It silently monitors your clipboard activity in the background and gives you instant access to your full clipboard history via a global hotkey — without ever switching windows.

Why GoPaste?

Modern workflows involve constant copy-pasting. Whether you're a developer, writer, or designer, you've likely lost a piece of important content by accidentally overwriting your clipboard. GoPaste solves this problem elegantly:

  • Zero friction — runs in the background, no manual action needed to record
  • Instant retrieval — global hotkey summons your history in under 100ms
  • Privacy first — all data stays on your device, encrypted at rest

Features at a Glance

FeatureDescription
Auto-recordMonitors clipboard for text, images, links, code, and files
Instant accessGlobal hotkey Alt + ` to open the panel
Smart searchReal-time full-text search with type filter
FavoritesMark items to keep forever, pin to top
AES-256 encryptionAll stored content encrypted, key in system Keychain
Cross-platformWindows, macOS, Linux — one codebase
Dual themesDark and light mode
MultilingualSimplified Chinese, Traditional Chinese, English
Data exportOne-click JSON export

Tech Stack

GoPaste is built with:

  • Backend: Go + Wails v2 (WebView-based desktop framework)
  • Frontend: Vue 3 + TypeScript + Vite
  • Storage: SQLite (pure Go, no CGO dependency)
  • Encryption: AES-256-GCM + system Keychain

Next Steps

Released under the MIT License.