{"id":31790471,"url":"https://github.com/crefax/clipcrab","last_synced_at":"2026-06-10T07:31:43.654Z","repository":{"id":314013417,"uuid":"1013502324","full_name":"Crefax/clipcrab","owner":"Crefax","description":"A lightweight, fast and modern memory-secure multi-platform clipboard manager.","archived":false,"fork":false,"pushed_at":"2025-12-23T19:33:00.000Z","size":3350,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-24T15:03:38.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Crefax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-04T02:39:05.000Z","updated_at":"2025-12-23T19:33:04.000Z","dependencies_parsed_at":"2025-09-10T08:46:21.548Z","dependency_job_id":null,"html_url":"https://github.com/Crefax/clipcrab","commit_stats":null,"previous_names":["crefax/clipcrab"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/Crefax/clipcrab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crefax%2Fclipcrab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crefax%2Fclipcrab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crefax%2Fclipcrab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crefax%2Fclipcrab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Crefax","download_url":"https://codeload.github.com/Crefax/clipcrab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Crefax%2Fclipcrab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34142637,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-10T15:52:58.990Z","updated_at":"2026-06-10T07:31:43.646Z","avatar_url":"https://github.com/Crefax.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ClipCrab\n\nA lightweight, local-first clipboard manager built with Tauri and Rust.\n\n## Features\n\n- Clipboard history for text and images\n- Fast search with type filters\n- Pinned items\n- Encrypted local storage\n- System tray background mode\n- Autostart and updater support\n- Thumbnail-based image history for lower WebView memory use\n- Diagnostics panel with DB size, image payload, WebView2 version, logs, repair, and compact actions\n- Retention and privacy settings: opt-in automatic cleanup, max history, max DB payload, max text/image size, image capture toggle, app ignore list\n- Keyboard workflow: `Ctrl+Alt+V` quick open on Windows, arrows to select, `Enter` copy and hide, `Ctrl+Enter` copy only, `Space` open details, `Delete` delete, `P` pin, `1-9` quick pick\n\n## Security And Privacy\n\nClipCrab encrypts clipboard data before writing it to disk.\n\n- Algorithm: AES-256-GCM\n- Nonce: 12-byte random nonce per encryption\n- Key storage: a local key file generated on first launch\n- Logs are content-free by design; clipboard text/image payloads are not written to stdout or the app log\n- Password manager presets and user-defined ignored apps can be skipped by the watcher on Windows\n- Automatic cleanup is disabled by default so upgrades do not prune existing history unless the user enables it\n\n## Data Storage\n\nYour data is stored locally in:\n\n- Windows: `%APPDATA%\\clipcrab\\`\n- macOS: `~/Library/Application Support/clipcrab/`\n- Linux: `~/.local/share/clipcrab/`\n\nThe main database is `clipboard.db`. App logs are written under `logs/clipcrab.log` in the same app data directory.\n\n## Installation\n\nDownload the latest release from the [Releases](https://github.com/crefax/clipcrab/releases) page.\n\n### Windows\n\n- Download the `.msi` or `.exe` installer.\n- The app registers `Ctrl+Alt+V` for quick open when the shortcut is available.\n\n### Linux\n\n- Debian/Ubuntu: download the `.deb` file\n- Fedora/RHEL: download the `.rpm` file\n- Other distros: download the `.AppImage`\n\nLinux dependencies:\n\n```bash\nsudo apt install libwebkit2gtk-4.1-0 libappindicator3-1\nsudo dnf install webkit2gtk4.1 libappindicator-gtk3\n```\n\n## Building From Source\n\n```bash\ngit clone https://github.com/crefax/clipcrab.git\ncd clipcrab\nnpm install\nnpm run tauri build\n```\n\n## Tech Stack\n\n- Rust + Tauri 2\n- Vanilla HTML/CSS/JavaScript\n- SQLite with WAL\n- AES-GCM encryption\n- WebView2 on Windows\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrefax%2Fclipcrab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcrefax%2Fclipcrab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcrefax%2Fclipcrab/lists"}