Edu4rdSHL

Edu4rdSHL / Strata

Public

A robust GNOME clipboard manager with a Rust daemon backend

10
0
100% credibility
Found May 28, 2026 at 10 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
JavaScript
AI Summary

Strata is a clipboard manager for GNOME Shell that automatically saves everything you copy—text, links, images, and files—into a searchable history. It runs a lightweight background service that handles all the storage and search, while a sleek panel in your top bar lets you browse, search, and paste any previous clipboard item with a keyboard shortcut. The project includes thoughtful privacy features like automatically skipping password manager content and letting you exclude specific apps from being recorded.

How It Works

1
🔍 You discover Strata

You find Strata while browsing GNOME Shell extensions or through word of mouth from fellow Linux users who swear by it.

2
⚙️ You install both pieces

You install the background service that runs silently and the desktop extension that adds the clipboard panel to your top bar.

3
Everything starts working automatically

From the moment you install it, every text, link, image, and file you copy gets quietly saved to your personal clipboard history.

4
⌨️ You press Super+Shift+V

A neat panel slides down showing your recent clipboard items. You can search through everything you've copied, even from days ago.

5
You need to paste something old
👆
Click to paste

You click on any item in the list and it immediately copies to your clipboard, ready to paste anywhere.

🔎
Search first

You type a few words in the search box and your matching clipboard items appear instantly.

6
🛡️ Your passwords stay private

Strata automatically recognizes when you copy from password managers and never saves those items, keeping your secrets safe.

🎉 Your workflow is faster

You never lose track of what you've copied. Finding and reusing text, links, and images becomes effortless.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 10 to 10 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is Strata?

Strata is a clipboard manager for GNOME Shell that keeps a searchable history of everything you copy. It solves the classic problem of losing clipboard contents when you copy something new. The project splits work between a Rust daemon that handles storage, hashing, and image thumbnails, and a GNOME Shell extension in JavaScript that renders the UI. The two communicate over D-Bus. You get text, URLs, images, colors, and file paths all indexed and searchable. Dedup means copying the same thing twice bumps it to the top instead of creating duplicates.

Why is it gaining traction?

Most clipboard managers block the compositor when handling large histories. Strata avoids this by keeping all heavy work in a separate Rust process. Full-text search over your entire clipboard history is built in via SQLite, with diacritic-insensitive prefix matching. The password-manager integration is practical: entries marked sensitive are never stored, and you can exclude specific apps from recording. Image thumbnails are generated once and cached, so browsing history with images stays snappy.

Who should use this?

GNOME users who copy and paste frequently and want a searchable history. Developers working with code snippets, API responses, or config fragments benefit most. Users who need image clipboard history will appreciate the thumbnail previews. If you are on wlroots compositors like Sway or Hyprland, the same daemon works there too.

Verdict

This is a well-designed clipboard manager with thoughtful performance and privacy decisions. However, the project is early stage with only 10 stars and limited real-world testing. The documentation is thorough for a small project, but test coverage and community backing remain unknown. Worth trying if you want clipboard history that does not slow down your desktop, but treat it as an early-stage tool and test it in your workflow before relying on it daily.

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.