{"id":49265974,"url":"https://github.com/jackra1n/czkawka-web","last_synced_at":"2026-06-14T15:01:22.051Z","repository":{"id":352985970,"uuid":"1216366030","full_name":"jackra1n/czkawka-web","owner":"jackra1n","description":"A lightning-fast, minimalist web frontend for the czkawka duplicate file finder","archived":false,"fork":false,"pushed_at":"2026-06-05T21:40:11.000Z","size":2583,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-05T22:22:23.126Z","etag":null,"topics":["cleaner","duplicates","multiplatform","rust","similar-images","similar-music","similar-videos","svelte","sveltekit"],"latest_commit_sha":null,"homepage":"","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jackra1n.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2026-04-20T20:43:28.000Z","updated_at":"2026-06-05T21:40:02.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jackra1n/czkawka-web","commit_stats":null,"previous_names":["jackra1n/czkawka-web"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jackra1n/czkawka-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackra1n%2Fczkawka-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackra1n%2Fczkawka-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackra1n%2Fczkawka-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackra1n%2Fczkawka-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jackra1n","download_url":"https://codeload.github.com/jackra1n/czkawka-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jackra1n%2Fczkawka-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34324004,"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-14T02:00:07.365Z","response_time":62,"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":["cleaner","duplicates","multiplatform","rust","similar-images","similar-music","similar-videos","svelte","sveltekit"],"created_at":"2026-04-25T10:04:28.461Z","updated_at":"2026-06-14T15:01:22.044Z","avatar_url":"https://github.com/jackra1n.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"# czkawka-web\n\n[![CI](https://github.com/jackra1n/czkawka-web/actions/workflows/ci.yml/badge.svg)](https://github.com/jackra1n/czkawka-web/actions/workflows/ci.yml)\n[![GitHub release](https://img.shields.io/github/v/release/jackra1n/czkawka-web)](https://github.com/jackra1n/czkawka-web/releases)\n[![License](https://img.shields.io/github/license/jackra1n/czkawka-web)](LICENSE)\n\nA lightning-fast, minimalist web frontend for the [Czkawka](https://github.com/qarmin/czkawka) duplicate file finder.\n\nI built this because I wanted to run Czkawka on my server, but I needed a good UI and easy Docker deployment for it.\n\n![Czkawka Web Preview](docs/images/czkawka-web_preview.webp)\n\nImage swipe comparison mode:\n![Czkawka Web Image Swipe Preview](docs/images/czkawka-web_swipe-image-compare.webp)\n\n## Features\n\n- **All Czkawka scans:** Supports every scan type that Czkawka offers.\n- **Image comparisons:** Side-by-side, swipe, and onion skin comparison modes.\n- **Fullscreen preview:** View images and videos in fullscreen mode.\n- **Keyboard navigation:** Navigate through files using arrow keys and mark duplicates with space.\n- **Docker deployment:** Easy deployment on headless servers via Docker.\n\n## Docker\n\nPull the pre-built image from GitHub Container Registry:\n\n```bash\ndocker pull ghcr.io/jackra1n/czkawka-web\n```\n\n### Run\n\n```bash\ndocker run -d \\\n  --name czkawka-web \\\n  -p 6198:6198 \\\n  -v czkawka-web-data:/data \\\n  -v /path/to/your/files:/mnt/files \\\n  ghcr.io/jackra1n/czkawka-web\n```\n\n### Docker Compose\n\n```yaml\nservices:\n  czkawka-web:\n    image: ghcr.io/jackra1n/czkawka-web\n    container_name: czkawka-web\n    ports:\n      - \"6198:6198\"\n    volumes:\n      - ./data:/data\n      # Mount directories you want to scan:\n      # - /path/on/host/to/files:/mnt/files\n    restart: unless-stopped\n```\n\nThen start it:\n\n```bash\ndocker compose up -d\n```\n\n## Tech Stack\n\nThis project is built with an emphasis on zero bloat and high performance.\n\n- **Backend:** [Rust](https://www.rust-lang.org/) + [Axum](https://github.com/tokio-rs/axum)\n- **Frontend:** [SvelteKit](https://kit.svelte.dev/)\n- [Bun](https://bun.sh/)\n- [Mise](https://mise.jdx.dev/)\n\n## Development / Local Build\n\nIf you want to build the image locally from source instead of using the pre-built one, use the development compose file:\n\n```bash\ncp .env.example .env\n# Edit .env and set SCAN_PATH to the directory you want to scan\nmkdir -p data\ndocker compose -f compose.dev.yaml up\n```\n\nIf you use [Mise](https://mise.jdx.dev/), you can also run:\n\n```bash\nmise run docker\n```\n\n## Acknowledgments\n\nA huge thanks to [qarmin](https://github.com/qarmin) for creating and maintaining [czkawka](https://github.com/qarmin/czkawka). This project wouldn't be possible without the incredible work put into that amazing project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackra1n%2Fczkawka-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackra1n%2Fczkawka-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackra1n%2Fczkawka-web/lists"}