{"id":18755328,"url":"https://github.com/sectore/exify","last_synced_at":"2026-01-24T18:32:12.588Z","repository":{"id":200548500,"uuid":"705772094","full_name":"sectore/exify","owner":"sectore","description":"Progressive Web App (PWA) to remove EXIF data from images. All done in frontend. No server needed. Thanks to WASM. Works offline. ","archived":false,"fork":false,"pushed_at":"2024-09-05T13:18:36.000Z","size":4042,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T13:44:54.600Z","etag":null,"topics":["exif","rust-wasm"],"latest_commit_sha":null,"homepage":"https://sectore.github.io/exify","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sectore.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2023-10-16T16:57:06.000Z","updated_at":"2024-10-15T12:37:19.000Z","dependencies_parsed_at":"2024-11-07T17:50:58.088Z","dependency_job_id":null,"html_url":"https://github.com/sectore/exify","commit_stats":null,"previous_names":["sectore/exify","bitcoinbeachtravemuende/exify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sectore/exify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sectore%2Fexify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sectore%2Fexify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sectore%2Fexify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sectore%2Fexify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sectore","download_url":"https://codeload.github.com/sectore/exify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sectore%2Fexify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28734307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T17:51:25.893Z","status":"ssl_error","status_checked_at":"2026-01-24T17:50:48.377Z","response_time":89,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["exif","rust-wasm"],"created_at":"2024-11-07T17:32:29.082Z","updated_at":"2026-01-24T18:32:12.574Z","avatar_url":"https://github.com/sectore.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `exify`\n\nProgressive Web App (PWA) to remove [EXIF](https://en.wikipedia.org/wiki/Exif) (Exchangeable Image File Format) data from images.\n\n\u003cp float=\"left\"\u003e\n  \u003ca href=\"assets/exify-1.png\"\u003e\n    \u003cimg src=\"assets/exify-1.png\" width=\"30%\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"assets/exify-2.png\"\u003e\n    \u003cimg src=\"assets/exify-2.png\" width=\"30%\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"assets/exify-3.png\"\u003e\n    \u003cimg src=\"assets/exify-3.png\" width=\"30%\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n \n## Features\n\n- Client-side image processing\n- No server\n- No data is sent anywhere\n- Mobile support\n- Once loaded it works offline to process data\n- Free open source software (MIT License)\n\n\n## Mobile app\n\n- Open https://sectore.github.io/exify/ in your browser. \n- Install the application from the browser menu by clicking \"Install app\".\n- After installing `exify`, you can start it just as you would with any other app.\n\n\u003cp float=\"left\"\u003e\n  \u003ca href=\"templates/exify-install-1.jpg\"\u003e\n    \u003cimg src=\"templates/exify-install-1.jpg\" width=\"30%\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"templates/exify-install-2.jpg\"\u003e\n    \u003cimg src=\"templates/exify-install-2.jpg\" width=\"30%\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"templates/exify-install-3.jpg\"\u003e\n    \u003cimg src=\"templates/exify-install-3.jpg\" width=\"30%\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Desktop\n\nOpen https://sectore.github.io/exify/ in your browser. \n\n\n## Development\n\n### Prerequisites\n\n#### Nix (recommended)\n\nInstall [Nix](https://zero-to-flakes.com/install)\n\n#### Other\n\nInstall [Rust](https://www.rust-lang.org/tools/install) and [Trunk](https://trunkrs.dev/)\n\n\n### Build from source\n\n`cd` into the project directory and run:\n\n### Nix\n\n```bash\nnix develop\ntrunk build --release\n```\n\n### Or others\n\n```bash\ntrunk build --release\n```\n\n\n### Developing locally\n\n`cd` into the project directory and run:\n\n### Nix\n\n```bash\nnix develop\ntrunk serve\n```\n\n### Or others\n\n```bash\ntrunk serve\n```\n\nOpen browser at http://127.0.0.1:8080/exify\n\n## FAQ\n\n### What does `exify` mean?\n\nThe name `exify` is derived from EXIF, the file format used to store metadata in images.\n\n### Do I need an Internet connection?\n\nNo. The application works offline.\n\n### What happens to my original images?\n\nOriginal images will be unchanged. All changes will be saved as a new image prefixed with `exify-`.\n\n### How does `exify` work?\n\nTechnically the application is built with [Yew](https://yew.rs/) / ([Rust](https://www.rust-lang.org/)) and compiled to [WebAssembly](https://webassembly.org/). It uses [kamadak-exif](https://crates.io/crates/kamadak-exif) and [img-parts](https://crates.io/crates/img-parts) crates to parse and remove EXIF data from images.\n\nAll code runs in the browser. No server is needed. \n\n### What browsers are supported?\n\nAll modern browsers.\n\n### Does it work for mobile devices?\n\nYes. The application works on mobile devices. Once installed from browser, it can be started from the home screen of your device.\n\n### What image formats are supported?\n\n`jpg`, `png` and `webp` formats are supported.\n\n### What metadata is removed?\n\nAll EXIF data recognized by the application will be removed.\n\n### Is this application free?\n\nYes. The source code is available on GitHub under the MIT license.\n\n### How can I contribute?\n\nYou can contribute by reporting bugs, suggesting features or by submitting pull requests.\n\n\n## License\n\n[MIT Lizenz](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsectore%2Fexify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsectore%2Fexify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsectore%2Fexify/lists"}