
Cross-platform, lightweight clipboard manager written in Rust and GPUI.
English | 简体中文

Space.Download the latest binaries from the Releases page.
After downloading the .dmg file and dragging Ropy.app to the Applications folder, you may need to remove the quarantine attribute to run the application without issues. Open Terminal and run the following commands:
xattr -rc /Applications/Ropy.app
sudo xattr -r -d com.apple.quarantine /Applications/Ropy.app
You can install Ropy using Scoop:
scoop bucket add extras
scoop install ropy
[!NOTE] If you install Ropy via Scoop, it is recommended to disable Ropy's built-in auto-update feature to avoid conflicts with Scoop's package management. You can disable auto-updates in Ropy's settings.
Ensure you have Rust installed (via rustup). Then:
git clone https://github.com/StudentWeis/ropy.git
cd ropy
cargo build --release
./target/release/ropy
/ to focus search, then refine results with case-sensitive, whole-word, and type filters.Up/Down or J/K to move through items, and Enter or 1-5 to confirm a selection.Shift+Enter to paste as plain text when a rich-text record is selected.H/L to move between columns.Space to preview the selected record, press F to favorite it, and Delete or D to remove it.copy_to_clipboard and paste_immediately confirm modes in Settings.