EcoPaste is a cross-platform clipboard management tool designed for efficiently managing and synchronizing clipboard content across multiple devices. It provides a seamless experience for users who work on Windows, macOS, and Linux systems.
Key Features:
Cross-Platform Support: Effortlessly switch between devices while maintaining access to your clipboard history.
Rich Content Handling: Supports various clipboard formats, including plain text, rich text, HTML, images, and files.
Secure Local Storage: Ensures privacy by storing data locally, giving users full control over their information.
Note Functionality: Organize and categorize clips with notes for better management and quick retrieval.
Customizable Settings: Tailor the experience to your preferences with a variety of configuration options.
Audience & Benefit:
Ideal for professionals, developers, and anyone who needs efficient clipboard management across devices. EcoPaste helps users save time by easily accessing previously copied content, enhancing productivity and streamlining workflows.
EcoPaste can be installed via winget, making it easy to integrate into your system.
README
EcoPaste
A local-first clipboard manager for macOS and Windows.
EcoPaste is an open-source desktop clipboard manager built with a Rust-first Tauri architecture: durable behavior lives in Rust, while the React frontend focuses on rendering and interaction.
The app is designed to be fast, lightweight, and maintainable, with local storage, SQLite search, native shortcuts, tray integration, backup support, and a focused cross-platform surface for macOS and Windows.
Features
Capture clipboard history for plain text, HTML, RTF, images, files, and folders.
Search clipboard content and notes with SQLite FTS5.
Filter history by source application and content type.
Protect sensitive content by skipping high-confidence secrets such as private keys, service tokens, AWS keys, and JWTs.
Preview text, images, and files in a dedicated preview window.
Paste, copy, copy as plain text, reveal files, open links, add notes, pin, favorite, delete, and drag items out to other apps.
Organize history with favorites, pinned items, notes, custom groups, and configurable item actions.
Tune capture order, size limits, retention, display density, list sorting, and window behavior.
Export and import .ecopastebak backups, including encrypted backup containers.
Keep clipboard data, resources, and settings local to your machine.
Contributing
Development setup, architecture notes, quality checks, and contribution
expectations live in the contribution guide.