Duplicati 2

Duplicati Team·Duplicati.Duplicati.Canary

Duplicati is a free, open source, backup client that securely stores encrypted, incremental, compressed backups on cloud storage services and remote file servers.

winget install --id Duplicati.Duplicati.Canary --exact --source winget

Latest 2.4.0.100·September 4, 2026

Release Notes

This release is a canary release intended to be used for testing. New Native VSS snapshot provider This release introduces a new native VSS snapshot provider on Windows that replaces the previous providers. Hyper-V and MSSQL enumeration work with the native provider which is now default. The new native VSS snapshot provider does not require VCRedist to be installed and works on x86, x64, and Arm64 systems. The existing AlphaVSS and Vanara-based VSS snapshot providers can still be selected (but not on Arm64). They will be removed in a future version as AlphaVSS is no longer maintained and the new native library has fewer dependencies than Vanara.

New WMI VSS snapshot provider The previously supported WMIC provider has been removed as Windows updates will remove the executable it relies on. Instead a new WMI snapshot provider is added which works similar to WMIC. The WMI (and WMIC) provider gives a more light-weight VSS functionality, where it does not flush the writers (MSSQL, HyperV, etc) but just ensures a crash-consistent disk snapshot. If you rely on systems that integrate with VSS, use the Native provider, if you just want to back up locked files, use the WMI provider.

Full-disk backup and VSS snapshots With this release VSS is now also used for full-disk backups. This is fully transparent and works such that an active snapshot is detected and the full-disk reader will use the snapshot to access the disk contents.

Recovering from an interrupted first backup Interrupting a first backup previously left the destination in an unrecoverable state: blocks and index files were uploaded, but no filelist was written, so neither backup nor repair could proceed. The recreate logic can now reconstruct a database from the index files alone, so an interrupted first backup can be resumed instead of requiring the destination to be discarded, thanks @JamBalaya56562.

Repair no longer removes metadata The repair handler previously attempted to fix defective metadata with various reassignment strategies that could silently remove metadata. It now reports the problem and asks the user to run list-broken-files and purge-broken-files, which rewire the metadata while keeping the file content. Detection of zero-length and otherwise defective blocksets has also been improved.

Azure Blob Storage path support The Azure Blob Storage backend previously ignored the path part of the destination URL and always stored data in the root of the container. The path is now treated as a prefix, so backups can be placed in a subfolder of a container. If you previously used a path in an Azure Blob Storage destination URL, the data was stored in the root; after upgrading, new backups will use the path as a prefix and will not see the previously uploaded files.

Prevent empty machine ID A startup sequence issue could cause a clean install to report and connect to the console without a machine ID, which could cause various unwanted behaviors.

Linux sleep prevention Duplicati can now prevent the system from sleeping during backup operations on Linux, similar to the existing support on Windows and macOS.

AppImage .zsync support This release now has the .zsync file and relevant metadata such that future updates can be done efficiently and automatically by AppImage managers that support it.

--synchronous-upload deprecated The --synchronous-upload option no longer has any effect and is now marked as deprecated. Existing configurations that set it will continue to load, but a warning is now logged. Use --asynchronous-upload-limit instead.

Default exclude volume information The System Volume Information folder is now automatically excluded from backups as it cannot be reliably read and cannot be used in a restore process.

Performance and stability updates Several performance fixes are applied to the local database queries, affecting most operations, mostly by @JamBalaya56562. Many edge cases around unexpected server responses and url encoding issues have also been adressed, thanks @JamBalaya56562.

Detailed list of changes

  • Updated all localizations, thanks to all translators
  • Added a native VSS snapshot provider, replacing the WMI-based approach
  • Fixed Hyper-V and MSSQL enumeration with the native VSS provider
  • Added --vss-writer-flush-timeout to control how long to wait for VSS writers
  • Used VSS for full-disk backups and automatically excluded System Volume Information
  • Hid unsupported VSS options on Arm64
  • Added support for recreating a database from an interrupted first backup, thanks @JamBalaya56562
  • Changed repair to report defective metadata instead of silently reassigning it
  • Improved detection and notification of zero-length and defective blocksets
  • Sped up purge-broken-files by reusing the invalid-blocks query
  • Added an API endpoint for purging files across backup versions
  • Added permission checks for MS365 and Google Workspace so users can verify granted permissions
  • Fixed MS365 group classifications and added validation of source and destination provider options
  • Added support for a path prefix in Azure Blob Storage destinations
  • Fixed --prefix combined with path separators in sync operations
  • Fixed a clean install potentially starting with an empty machine ID
  • Added sleep prevention support on Linux
  • Fixed the destination self-test incorrectly failing on OpenStack when a probe file was already gone, thanks @JamBalaya56562
  • Fixed Google Cloud Storage not detecting a delete of a missing file
  • Fixed Google Cloud Storage URL encoding that broke authentication
  • Fixed OneDrive browsing failing on the drive root and not returning folders
  • Fixed OneDrive folder names with percent signs or hashes not being reachable, thanks @JamBalaya56562
  • Fixed Dropbox folder names with percent signs being decoded twice, thanks @JamBalaya56562
  • Fixed SharePoint destination paths containing + being misread, thanks @JamBalaya56562
  • Fixed WebDAV destination paths containing + being misread, thanks @JamBalaya56562
  • Fixed hostless backend URLs such as dropbox://?authid=... failing to enumerate from the root
  • Fixed a Windows source given as a bare drive letter (e.g., C:) resolving to the process working directory instead of the drive root, thanks @JamBalaya56562
  • Preserved the fileset timestamp when replacing a missing dlist file during repair, thanks @JamBalaya56562
  • Recorded the fileset timestamp in the dlist file so a database recreate keeps it, thanks @JamBalaya56562
  • Fixed URL query string values not always being preserved when modifying URLs
  • Indexed the verification tables on the compared columns, significantly speeding up remote volume verification, thanks @JamBalaya56562
  • Removed a redundant DISTINCT that blocked index lookups in fileset queries, thanks @JamBalaya56562
  • Stopped deduplicating twice in the fileset consistency check, thanks @JamBalaya56562
  • Made BackendTester re-read the remote folder before abandoning a test run, and accept an already-deleted file during cleanup, thanks @JamBalaya56562
  • Cleared the Filen file cache when a write did not come back, preventing stale lookups, thanks @JamBalaya56562
  • Re-read the Filejump file list when a delete got no answer, thanks @JamBalaya56562
  • Re-read the Drime file list when a delete got no answer, thanks @JamBalaya56562
  • Deprecated --synchronous-upload which no longer has any effect, thanks @JamBalaya56562
  • Added .zsync files for .appimage releases, enabling delta updates
  • Updated System.CommandLine from pre-release to the stable 2.0 release
  • Regenerated the libsecret DBus bindings with the latest tooling

Updates to ngclient

  • Changed the order for navigation on new backups: source before destination
  • Added support for purging files from the UI
  • Added support for checking permissions with MS365 and Google Workspace
  • Fixed Windows search results having a leading \ prefix, causing empty restores
  • Fixed WebDAV destination path normalization, thanks @JamBalaya56562
  • Fixed folder filters losing their type while editing, thanks @JamBalaya56562
  • Fixed folder exclusions not propagating through the file tree, thanks @JamBalaya56562
  • Fixed file attribute exclusions not being preserved when editing, thanks @JamBalaya56562
  • Fixed local schedule dates being reset when editing, thanks @JamBalaya56562
  • Fixed custom form validator behavior, thanks @JamBalaya56562
  • Fixed commandline result polling, thanks @JamBalaya56562
  • Hardened HTTP interceptor request handling, thanks @JamBalaya56562
  • Fixed the file browser height on the restore page
  • Fixed flicker in the Duplicati Storage backup picker
  • Fixed connection state being set incorrectly with socket relay
  • Migrated to hey-api's modern Angular client, thanks @sp90
  • Fixed termination display
  • Updated all translations, thanks to all translators

Installer type: wix

x86—1DBF2BA5E81D659FEB4B3D82354E5D134C6DA41EE3B68EE82AB96BBBFC4791F3
x64—8DABBF215B80CB651ED8283ACC1B4A0C454C0B3BD512F1B39FEE85AD0A34AB2C
arm64—CF3C5CAD8EC0494E37A1968C3D7D1F4093D3653F9049FF3269E74A968A953469

Details

Homepage
https://www.duplicati.com/
License
MIT
Publisher
Duplicati Team
Support
https://github.com/duplicati/duplicati/issues
Moniker
duplicati-canary

Tags

backupcrypteddataduplicatiincremental

Older versions (48)

2.3.0.110
x86—9A4B3FCBBC1ECC3EFA5901F9C13AA98ACFA151481A46D6891052B80A2945B96E
x64—37D9A3FE50353CFF8D4DC335FD3445B1FF6F0108ABD9911F9503DA8B145E1D6D
2.3.0.109
x86—BC1280B60B9BD5578D7C49A22C64BEDE605CA5A83E5AAAC097A3240DB0784B64
x64—A1C303B6BD9DEC002F7CD188EE86EEEF0391267A443E388866B3A11D997D6931
arm64—7BA590C69BE304ADEAD697E794618286B48A7CF12E1B1F751D36422DC8168B9F
2.3.0.108
x86—21A4263DB1488A1980BDF238BBFF8DF16BF6F4F224CA1DA3F8A24C9C4F8F471B
x64—C9D59F768753EAC920EB9FACF84C84B8B61276986FCCFF2F5A51E15A049BB638
2.3.0.107
x86—4A6D1E060D48DF50D58F7D5964A69D99CD711E577054BE66A2288D70B14D20C2
x64—09527C547B7AA93DE43754774FE10AFBEED9246BEF6AB95ECF67A67BE275D572
2.3.0.106
x86—CE5734588BF6AEA4F8E0EB4461D1CE879BCC5CF0EB2112FE7D05FFBA8DAD3CBA
x64—0108CFF0AA76984406F10247E9C5F66414EAC8113C072985845DAF1828254B6B
2.3.0.105
x86—9A5AD6C02EE6AA7C71F474B2AC96EB4E8C273AA93B90255D40B0996185FC3B89
x64—8E9A282A7028C098AC04626AAD39991611290752374DE461FC3E95267D1AE10B
2.3.0.104
x86—9216D62893FE00C490D0F109117492247C6EF79D8EB45020FF1627AAC2ADB17A
x64—B8321C38CADDAF7D6E80E936A0370B6A000D6E45393A15991D45E53386C7F210
2.3.0.103
x86—302438CB197CFEFB9CB24363686DD451D0D4E341FF1215A5BBECE2E88A16F110
x64—8860FE0812D75F338AEC1E71F18508F7E8C3D868D0E854AF0F00105C84C8AAEA
arm64—A7A7229E08D592F5AC5CE000B350598FAD80DF0F7FEA5C75442F8E57F0C80BD2
2.3.0.102
x86—73DA49B8E0EDD4148B0E9425019C6E4C7454CF0D032E851FD72F0B339C9ACECF
x64—13089FBE85FC9AFFC3CC6E253E63128AD21E142441928A0A6260B4F23A3D5641
arm64—C2544AD905360FD2BEE8D1C589B3AAF219A5D6EF3F9B12CABDA39AF6C1FCC872
2.3.0.101
x86—12A313984C34EDB9147E231B1D765A3F888DD5F99F0CF2031B58981E133BAE78
x64—EB0D351F5ADAC7C4E2920F95E2C64B2A6233FE0E934C00BD51D89C507324B88C
arm64—B99836D402CC452A395D6484CF00577F5417E27E01AE43DDFBA948621399DF72
2.3.0.100
x86—4082248CEF518CD3EC95DC070589CF79D4727C3FC47CD4F756552D4D3AA3AE1D
x64—76D449AF1CCA86CCE28B86A6AFD4FF6E3FD9414A46BBD83AEC5EDBA0F9D79A53
arm64—F16A3CC449CC01F63A6ED0EA16DACBB473B14C87806DE8F9257BE1FDF7BFA49E
2.2.1.0
x86—A3188EACA286FF6B456E108C3C49C5B3CBBA0BDA1D051B89A7E7133797299447
x64—E5ED711A5EC41B512512DD2EE9F55D719CA8E48FA8B3C42D79D0C81D8E2CE35A
arm64—37C1A8CB6C0DFA1DCE1B3D81DDD8E6DE9AFACB956722A37194E2C77108AA0846
2.2.0.107
x86—494A8A1D6758832906F5F00CCE7547384675F7EF9A31426F4CE7821F69298932
x64—708E62D817C78FC7648FF684EED089A60D37DE2981F292C0488F8D71E01BAF1A
arm64—6BCFD3355D4930EDF8BD6F1718560A80BE37F12CDFBC1012B7926EC806E51CF2
2.2.0.106
x86—319212818F13E03EBABE1E3F850A3556E0EEE55E1B0C4E5E6457AE815748B949
x64—BFB868C569BE9B1A179B89DF0A974671D9AE47347ABB266CBB7EA90C716844DA
arm64—51241055AD3082CC166AC184359C53869966EBE64E088809A8ABD3715ABF0ACB
2.2.0.105
x86—48D9F81FFFF922491C5E96FBD79D888B56C54122B2307755C723C7C4D27FCDEB
x64—430A9A537719E260C313B13A5E4E6C0CFD6978F6682F06EF71867C031BB3EC7A
arm64—F6485A38FB0B7E217042E9D0EFF1A3A1576DB1D4E8F058005A8DA0BAECBE5DA8
2.2.0.104
x86—197DE6414304E566AD42F822D5CAFE13D521D425BC7FD307B309F017FEBB8BBF
x64—7A1CB83530278AC829617E49FE2BBED914264583674E682CED272A4050F2AE95
arm64—AC2ABC299FF6B3A39CCD4DD58AE00F82DE6F6BAFAFFC846670704C3257F9D9F6
2.2.0.103
x86—49297AB37D917954D4CBFF0B599D33516BB02420CC74981784BA4C383F0311AF
x64—1A02AE9F44B07B368A66C651735A5BBD033DD32BDAF040E9E43EF45658A8045E
arm64—FBD4AB8A6B9F7290811D24ECF44DE89AA4C8519B1FC8CB30D9939BD8D73E2351
2.2.0.102
x86—4F6FCBA453D1DE64030B927A9644B1E168EA3B7118A876EA62701A1A15969877
x64—5B93CF89FD3B7055635F1DB8D16F839FDA22CB3CA183F7782E16F10F9CC48942
arm64—307954C181D4D7504BBF1A06B716B3D5247179092A5BBAF256B644652D04C348
2.2.0.101
x86—4BA53A2E4B027A34B20EF3473CD488DB1FD03A73F8D45BBCBBA3362CD40D690F
x64—EAE23B188738A63153F98E725D1ABC3394BCB440AFF17AD54F92A7920012AA86
arm64—3A3ABE3152A2158ADC246AA7D8E24AC0E00C06AC930CD0486F5FA33735BBC3E6
2.2.0.100
x86—3F5C01B61869EA73B40C22F9A058BD824E5F5B6D98D9D1F1FF852D39C0A47167
x64—F626AB0DD1B9F4B9B6F86890CD8246BFCA1E068A21D9F71AD864DA6D8524A567
arm64—23C2DB67877D04804769D77A2B9CB997FD73BDFBE58BA65019B61DD1AF9A12A2
2.2.0.2
x86—257FE8AE7614D5E279DBBD20F19A1839625FB6A1506877D65FD3B3197E85E98F
x64—9460030945A3419567057834E9811C6CAA1CCABD97760697B6526D6CF7E87DA0
arm64—9494D3A011C9FEB51D5FE54B4E0D445DAD189A70FF681462E4E6631C0F5573A1
2.1.2.3
x86—3DCB96C19C810D32D6F57A40B2946C3181CAC0A1282C64CB4C553E50B8810BA5
x64—39483C4BEEC6D1D40D83DB398BE8949F0AB2F08F488CB77812101AA880AA1F8A
arm64—262F446FA181EAF8D0DC128AB1807B15AFC9BD72CA353A5AEC1BB00A3167D5B9
2.1.2.2
x86—90E1070A47F24B33416F5792124B258FBD6A4A2D03A7677577E205FB0FD1D6F7
x64—44C6AFC71B2FFC5FB0F352875C817F65261C83054352E12C4ACFB028F0C78926
arm64—848EC4AE51F612ED382BC2B3C84A30297B1439A922D28BF7252E71AFAE200069
2.1.2.1
x86—0EC41CBA06000A2DCEB6EC48D8C85A1A61BABA05640F06596FE725921765E292
x64—DBA14AB391ABA8E33EDB564DD557487DF519C6C138D8AE32751BD6B66E110A0F
arm64—822EB188C75C43B3C3FBDCE4536DCD4CAAE288D5FA46DBBF8F220B40493B0A8D
2.1.2.0
x86—858BFA3574450D1C4F9A55FC7A219CFBFCCB1618BBF4B37C932069A2C421A9B7
x64—6A0A2D06F905507AE0E5F9685B230FE3F431A4757C41E798B012E8B1471A3310
arm64—5979772C09C168F13A632BE22F094C8878D3A3EF588E88FAC738FF6409F29077
2.1.1.103
x86—EF6640C571B920507D20AE9B91B1E59966DB7BDB663D34EF871AEECC6E5157E8
x64—69B5C18AB588E0B674AB4704520F71E2D096A0F60D714C16E7317A640CDE6585
arm64—C90E64559F5DFA9E1641810D49491FC48954DADA843365B64F181211453A06E0
2.1.1.102
x86—B17DAF88165AE310D94EB580E3E01CB0942B4F01C1AB0EB8876B8DE17DEB1A22
x64—3B7B3DA5EBD99E578A1005D526CF77F36948B4AA5D38766F1A386092AF77C6BD
arm64—09C2EB11F93FDF5B8F4A116A7F5761AE9808448069C79A42D70665AFDF1A8B8B
2.1.1.101
x86—DE6C9B497E7D38010ABA2E003EE5E88D74936D093128BDDFDD64DD2909C22BA9
x64—11A967F7FB7A8A7ACABFC5538B8BF73243DCBC3A30FF5B5141217D97853D8179
arm64—BDA88B8DB6473A244616C9947A7FFB99DEA3F5C740831F9859BB41184856249D
2.1.1.100
x86—E3E4DF5A05326685089E6E4EF1DA68C8B19756F34BFB03120DC9802AD42F2291
x64—F98FAB280749092C24557E1AC5FF582103306917F35FE3BAF124E1D84C778F70
arm64—4CEF1B2DCB804F7DA27247F3E2BB835FD0FE6FB2EBF7BD9CFF7C22B98B8EB090
2.1.1.0
x86—CAC37CB8BA474EF31287AFE7EF314E28DE3E6A66B4E17CDEAD6017875BB59EBE
x64—CF9D9114527654CDF67D4EC4F2B8A139A6873DDD532DAB69A0D69793399E4A2D
arm64—7D6B0844A7BF6618D7CAE68900958E0560A355C25E0333B3C2FA544589BF04B3
2.1.0.125
x86—6A330C1C1A4ACF42D96CF1853FD9841CB65ABE86C3E07ACD6B4D60874C06E790
x64—37998B103ADA70B7FFBFB30221A6A52C5A7F5F8C04368DAFFFD88F1CDECEE466
arm64—1D80D620FEDC8B4F019607FA328DBCB75888CAAD523A2A71574C138A7DCDEF5F
2.1.0.124
x86—CC4325CDBFEE51F67613AEEA646F9CF5765DFD3C2B405F08CD81E1C054CF2BDF
x64—F17E79C7E81C9A52B7C72C82290C8943014E4A0032701A263E8E0F70C2D9D25F
arm64—3AAF8A397DAD7CA391C3E3EC337999D97382D26D1345AC767AABFECFA313E875
2.1.0.123
x86—513FC17D293622DDEA6CB7E98917DF436E840D5CF2C82D1E1DCD208810E99DB9
x64—0B84A007AA2391C2641859A6130D9F436CBE09C12EDB95C69343C0DE1ED77DA7
arm64—77392B7A9A86B2014619D986639B9A70DD9487728A512660431FAC50F2325616
2.1.0.122
x86—8CD29E712B89CE6B68448262E9E4815B2246C9596B620F15709F36ACAC27D17B
x64—26F3C55266600EEB89D305B7B0FD17AAE6658C299C5F7FE8DE9266658B93A8E5
arm64—EF796071609836635F425EF93374CC8BBC536BEDFBD699E86DE74C0011F2D8FB
2.1.0.121
x86—7B1942F009872EE4644F7C0FCBD7D4734964D6769B06005255A62EF2ED717DA8
x64—34C95960DBC458AA5479CED691E0723F65973BC5CBF4CA0AC79478AF92AC077A
arm64—ACF07C428F4A04E535B8CCDC9DDE9BB2F0BFFA9C340673AA5230716FCF92AA73
2.1.0.120
x86—118D604B4D64CA65C71C5B6E3CCA8C13D1BD4766E73441BA2E5D099917CC5A8D
x64—E726DB4E6ADE40D45363F490E4E442B73ED1331FAE4093AE971F521B73B5CBEA
arm64—C9AA174E0166209D8E8315D98391471D06CB8ABB75CF893C07BA548E158C1E08
2.1.0.119
x86—36CEB9F6FB9C9EBFE007D98E09F49B5DD827F84210852DB393D9A77BF7D150EC
x64—5ABF0F6038DC99CA8D79CC26BD33A9B709DDD445EF60F8B87D251CFF8FE05BAD
arm64—05AF4E58CCDF6390E5AB047ECFA9F464B0E17B168F50203DF2CDBF6BB46B07E5
2.1.0.118
x86—4CA2D399A3164A2F30A21C12D5A216F81AD7C166FB7F88D9DA6C77E34B89A2FA
x64—87B6A63EB693BAC02844CAA2326D23180126E2E6DF87BF98BF6E447283599B48
arm64—C176CEAEDF8090C5AE66F855DA2BEF15E159D97DBC05E8C6B24D5613A475E32A
2.1.0.117
x86—B8D3A72E7BB24C4508ADC5D8959A3ABDE155C3F0F0D3AAF01779193588B15C0F
x64—7C3BEBA77060741D8B4A111C067424AC569509129C0E5AF39699676D2E09BFF0
arm64—B716070BC8A2109DA5AAC610BB74FD75EC334D914C8604073AA7C19EA4C55A79
2.1.0.116
x86—BB17E7A3EA221F22EFEEF038A5BA73233B3ABC0DC465911B80F64EF9479A9655
x64—9EE8EBE2225E5585B73B6D37B6A429F2DE3FE99C8F7E808B5B15D5FE9D751315
arm64—A68776C1C3CE997C1FE05670023F21ADA8126DECA2577FB6F520440BF0B25811
2.1.0.115
x86—2DCF8F7B852C461724130C92FE73B5A4620AC7E89BC9DA084EC92CE1F85A57FA
x64—E05013E71673054F11F4186152C3DFE4835C5FEBC215B26664F8EFA21AFC0B7B
arm64—6B9055F735BDF02CCBD984D1DCD24829C8E44AC13470788765ED20B928EAF8AB
2.1.0.114
x86—FE93E41AE2746D2CCC4A05C1F1E2CB5316FE522EBB94747435522DEBE3219C4E
x64—6204BAE84D9F324CA0AD97D73B951DE11EE889C0B7638460651E5E6AE1EA3EF8
arm64—8D3CBD9EC505A375E0E2041BAB43C064503F1F068E391F8ECABE33C47844883A
2.1.0.113
x86—3245731B28989ED481E7C7BE593B8F7257D7311DAC1F86B2CEEA8DCBC363EC3D
x64—90B349337C72870873F097C7A871F7045E06317D58657843834E84FBBB0A3ED9
arm64—E6FF76E395D9E9EF4D057873EC54FAC2CEFE6E6385C5D1F43059C014D18C5C4E
2.1.0.112
x86—DF245D4C0F0022CFB54378B72493F9CE19B92EA705E706FA95735D890B20D46B
x64—2995AFE63847EAB80E16038C9E38FE7BDD36C1C52F40E382072083AB45A972DE
arm64—76AF2D831C8732A5DEBE3FD1FEFA9DE149169D1D6D41644AD86D4DB3F688BB43
2.1.0.111
x86—8938A6C6D22F3BABA40565BA903611CAD73A5C0378FFF7195A8497FFC417FF96
x64—843A4484084A00685CDCF3AFB600A12CAB213ABBC6885810C6B1DF9E23B52962
arm64—5F1E86804DAD89D1FB490D06010335B49A45667403629385BC29C13677C83AC1
2.1.0.110
x86—BA8210BC78B68E1ECC9A19A31BE8DD43024DC20D53E4C2F4C590E0CF5DFBCA61
x64—199B9B79AE926FC848CEB57AB250ACDDCE125D3FABBF50CE22E75762CAFD8FFD
arm64—30CA2DAC2ED39CFE39BB078B237E7528EAD3AD4FEB28CAA575F1B01596DCEE81
2.1.0.109
x86—8AA0FAC84332F632883AAD555290B5A56C64DB2D0A62781D5F48B1FB38B6558E
x64—A090DEC1BCE3AD4DB513EE25FC1B72C63506D95AFB6583592BA80FAE35BD3CB1
arm64—CAAE8990E5C539B0C023A43FBBDDD2FE75F326B13B3E55B79C98CD02A1C16C59
2.0.7.101
x86—191B04C9A08900CB10B0B14233B1CB04FFD9459C5D0046DFD179F9DBF2808165
x64—30F1DA666E1261E2D651D0AA647FCB4957247A1D6038820F72F5EFB6CF903775