{"id":13777881,"url":"https://github.com/dan0v/xdelta3-cross-gui","last_synced_at":"2025-04-06T01:11:01.336Z","repository":{"id":44306781,"uuid":"288296700","full_name":"dan0v/xdelta3-cross-gui","owner":"dan0v","description":"A cross-platform GUI for creating xDelta3 patches, available for Windows, Linux, and Mac","archived":false,"fork":false,"pushed_at":"2024-10-01T17:07:33.000Z","size":8730,"stargazers_count":101,"open_issues_count":4,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-30T01:02:43.676Z","etag":null,"topics":["avalonia","avaloniaui","cross-platform","csharp","dotnet-core","dotnet7","gui","hacktoberfest","linux","macos","patcher","windows","xdelta3"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dan0v.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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}},"created_at":"2020-08-17T22:10:33.000Z","updated_at":"2024-10-22T08:52:43.000Z","dependencies_parsed_at":"2023-01-27T07:01:25.330Z","dependency_job_id":"34d23d36-92b9-4b98-8cf2-b61e7d14cd19","html_url":"https://github.com/dan0v/xdelta3-cross-gui","commit_stats":{"total_commits":114,"total_committers":6,"mean_commits":19.0,"dds":"0.45614035087719296","last_synced_commit":"f5e91abb5b380d54768d7737f06641eca3672fb0"},"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan0v%2Fxdelta3-cross-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan0v%2Fxdelta3-cross-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan0v%2Fxdelta3-cross-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan0v%2Fxdelta3-cross-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dan0v","download_url":"https://codeload.github.com/dan0v/xdelta3-cross-gui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247419861,"owners_count":20936012,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["avalonia","avaloniaui","cross-platform","csharp","dotnet-core","dotnet7","gui","hacktoberfest","linux","macos","patcher","windows","xdelta3"],"created_at":"2024-08-03T18:00:49.497Z","updated_at":"2025-04-06T01:11:01.320Z","avatar_url":"https://github.com/dan0v.png","language":"C#","funding_links":[],"categories":["Samples and Projects"],"sub_categories":["Other"],"readme":"![Logo](Extra%20Resources/Repository%20Cover.png)\r\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\r\n# xDelta3 Cross GUI\r\nA cross-platform GUI for creating xDelta3 patches, inspired by [Moodkiller/xdelta3-gui-2.0](https://github.com/Moodkiller/xdelta3-gui-2.0), now available for Windows, Linux, and MacOS. Output patches can also be applied on all three major platforms without requiring the GUI.\r\n\r\n## Features\r\n- Compatible with Windows, Linux, and MacOS\r\n- Scalable UI\r\n- Add old and new files to the UI with Drag and Drop (Windows and MacOS only [*upstream issue*](https://github.com/AvaloniaUI/Avalonia/issues/3502))\r\n- Visual progress bar for patching\r\n- View or hide terminal output during patching\r\n- Allow for custom xDelta3 commandline arguments\r\n- Optional zip compression of patches\r\n- Detect and use preinstalled xDelta3 if available on System Path\r\n- Localization support ([further contributions welcome](https://github.com/dan0v/xdelta3-cross-gui/issues/12))\r\n\t- Deutsch\r\n\t- English\r\n\t- Español\r\n\t- Magyar\r\n\t- 中文(简体)\r\n\t- 日本語\r\n\r\n## Installation\r\n### Windows *(x86)*\r\n#### Scoop\r\nIf you have the [Scoop](https://scoop.sh/) package manager installed, enter the following commands into Powershell to install the latest version of xDelta3 Cross GUI.\r\n\r\n```\r\nscoop bucket add extras\r\nscoop install xdelta3-cross-gui\r\n```\r\n\r\nThe application can also be updated to new versions with `scoop update xdelta3-cross-gui`. There is a few hour delay between new updates being released and being available through Scoop.\r\n\r\n#### Manual\r\n1. Download and unzip [latest Windows build](https://github.com/dan0v/xdelta3-cross-gui/releases/latest/download/xdelta3-cross-gui_win_x86.zip) from the [Releases page](https://github.com/dan0v/xdelta3-cross-gui/releases/)\r\n2. Run executable (`xdelta3_cross_gui.exe`)\r\n\r\n### Linux *(x86_64)*\r\n1. *Optionally install [AppImageLauncher](https://github.com/TheAssassin/AppImageLauncher) to integrate xDelta3 Cross GUI into your desktop environment*\r\n2. Download and unzip [latest Linux AppImage build](https://github.com/dan0v/xdelta3-cross-gui/releases/latest/download/xdelta3-cross-gui_linux_AppImage_x86_64.tar.gz) from the [Releases page](https://github.com/dan0v/xdelta3-cross-gui/releases/)\r\n3. Mark `xDelta3_Cross_Gui-x86_64.AppImage` as executable (`chmod 755 xDelta3_Cross_Gui-x86_64.AppImage`)\r\n4. Run executable (`xDelta3_Cross_Gui-x86_64.AppImage`)\r\n\r\n### Mac *(x86_64)*\r\n1. Download and unzip [latest MacOS build](https://github.com/dan0v/xdelta3-cross-gui/releases/latest/download/xdelta3-cross-gui_macOS_x86_64.tar.gz) from the [Releases page](https://github.com/dan0v/xdelta3-cross-gui/releases/)\r\n2. Run (`xDelta3 Cross GUI.app`)\r\n\r\n## Screenshots\r\n![Screenshot](Extra%20Resources/Progress-demo.png)\r\n\r\n## Contributors\r\n\r\nAll contributions are welcome! Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\r\n\r\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/dan0v\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/7658521?v=4?s=100\" width=\"100px;\" alt=\"dan0v\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003edan0v\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/dan0v/xdelta3-cross-gui/commits?author=dan0v\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/dan0v/xdelta3-cross-gui/issues?q=author%3Adan0v\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"#design-dan0v\" title=\"Design\"\u003e🎨\u003c/a\u003e \u003ca href=\"https://github.com/dan0v/xdelta3-cross-gui/commits?author=dan0v\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#maintenance-dan0v\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e \u003ca href=\"#platform-dan0v\" title=\"Packaging/porting to new platform\"\u003e📦\u003c/a\u003e \u003ca href=\"#question-dan0v\" title=\"Answering Questions\"\u003e💬\u003c/a\u003e \u003ca href=\"https://github.com/dan0v/xdelta3-cross-gui/pulls?q=is%3Apr+reviewed-by%3Adan0v\" title=\"Reviewed Pull Requests\"\u003e👀\u003c/a\u003e \u003ca href=\"https://github.com/dan0v/xdelta3-cross-gui/commits?author=dan0v\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"#userTesting-dan0v\" title=\"User Testing\"\u003e📓\u003c/a\u003e \u003ca href=\"#translation-dan0v\" title=\"Translation\"\u003e🌍\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/LeeBinder\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/39203497?v=4?s=100\" width=\"100px;\" alt=\"LeeBinder\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLeeBinder\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#design-LeeBinder\" title=\"Design\"\u003e🎨\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/0?v=4?s=100\" width=\"100px;\" alt=\"R.\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eR.\u003c/b\u003e\u003c/sub\u003e\u003cbr /\u003e\u003ca href=\"#translation\" title=\"Translation\"\u003e🌍\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Hambaka\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/20476755?v=4?s=100\" width=\"100px;\" alt=\"Hambaka\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHambaka\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#translation-Hambaka\" title=\"Translation\"\u003e🌍\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/1024mb\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/9301204?v=4?s=100\" width=\"100px;\" alt=\"1024mb\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003e1024mb\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#translation-1024mb\" title=\"Translation\"\u003e🌍\u003c/a\u003e \u003ca href=\"https://github.com/dan0v/xdelta3-cross-gui/commits?author=1024mb\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://bandism.net/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/22633385?v=4?s=100\" width=\"100px;\" alt=\"Ikko Ashimine\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eIkko Ashimine\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#translation-eltociear\" title=\"Translation\"\u003e🌍\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\r\n\r\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdan0v%2Fxdelta3-cross-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdan0v%2Fxdelta3-cross-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdan0v%2Fxdelta3-cross-gui/lists"}