Bruno

Anoop M D·Bruno.Bruno

Opensource IDE For Exploring and Testing API's (lightweight alternative to Postman/Insomnia)

Bruno is a fast, Git-friendly, and open-source API client, aimed at revolutionizing the status quo represented by Postman, Insomnia and similar tools out there. Bruno stores your collections directly in a folder on your filesystem. We use a plain text markup language, Bru, to save information about API requests. You can use git or any version control of your choice to collaborate over your API collections. Bruno is offline-only. There are no plans to add cloud-sync to Bruno, ever.

winget install --id Bruno.Bruno --exact --source winget

Latest 4.1.0·August 20, 2026

Release Notes

Changelog

Features

  • feat: Mock Server implementation by @utkarsh-bruno and @shubh-bruno in #8734
  • feat(docs): Rich text docs editor by @Gopi-bruno in #8559
  • feat(cli): add --global-env-var to override global environment variables at runtime by @abhishekp-bruno in #8620
  • feat(client certs): add global client certs and allow disabling individual client certs. by @morsh-bruno in #8751
  • feat(auth-headers): handling authorization header leaks to third party servers on redirect by @Gopi-bruno in #8380
  • feat(envs): adding search filter to environment selector dropdown by @Gopi-bruno in #8277
  • feat(environment): add default env to presets by @sachin-thakur-bruno in #8612
  • feat: support drag-and-drop and alphabetical sorting for variables by @adwait-bruno in #8603
  • feat: add sorting to the secrets tab as well by @adwait-bruno in #8871
  • feat(collections): open multiple collections from a monorepo by @gopu-bruno in #8724
  • feat(collections): add description text to open collection selection modal by @gopu-bruno in #8793
  • feat(presets): updated presets design by @sachin-thakur-bruno in #8828
  • feat(presets): updated dropdown with menu dropdown and label weight ux changes by @sachin-thakur-bruno in #8841
  • feat(migrate): enhance migration modal to handle collection drafts by @naman-bruno in #8899
  • feat: add migrate-to-YML pill to collection header by @naman-bruno in #8882
  • feat(converters): add support for script execution flow in yml configuration by @naman-bruno in #8745
  • feat: add preserve scripts option for Postman import/export by @gopu-bruno in #8726
  • feat(snapshot): persisting sidebar state in the snapshot by @Gopi-bruno in #8328
  • feat(code-mirror-search): add replace and replace-all with search position, debouncing and tests by @sachin-thakur-bruno in #8715
  • feat(db): sqlite as a re-usable SDK for secondary queries by @chirag-bruno in #8533
  • feat(request): warn when binary body file is missing on disk by @sanish-bruno and @rajashreehj-bruno in #8753
  • feat(size/M): Default to no environments selected in the Generate Documentation modal by @sachin-bruno in #8785
  • feat(ai): add focus for prompt input after AI response completion by @naman-bruno in #8747
  • feat(secrets): add GCP Secret Manager support by @abhishekp-bruno
  • feat(git): implement Git remote operation modals and enhance branch selection UI by @utkarsh-bruno
  • feat(proxy): implement Git proxy environment configuration by @utkarsh-bruno
  • feat(git-providers): apply network config for git provider APIs by @gopu-bruno
  • feat(app/git): inform the user that edits are being made on protected branches by @sid-bruno
  • feat(workspace): warning about unsynced collections excluded from Fetch in Bruno embed by @ravindra-bruno
  • feat(license): report app version, OS, arch and telemetry id on licence calls by @hassan-bruno

Fixes

  • fix(auth): stop AWS V4 auth headers from leaking on cross-origin redirects by @Gopi-bruno in #8893
  • fix(secrets): block duplicate secret names to prevent value loss by @pooja-bruno in #8750
  • fix(security): overflow on chip list styling by @naman-bruno in #8748
  • fix(app): global environment variables for apps by @naman-bruno in #8900
  • fix(app): re-add new request shortcut by @sid-bruno in #8805
  • fix(workspace): stopped the same collection from rendering twice with conflicting status by @ravindra-bruno in #8947
  • fix(workspace): showing only the remove option for the failed collection in workspace overview by @ravindra-bruno in #8932
  • fix(workspace): notify about collections that fail to open in Workspa… by @ravindra-bruno in #8719
  • fix(workspaces): switch to default workspace on close so header shows correct name by @ravindra-bruno in #8425
  • fix(editor): fixed search and replace input border by @sachin-thakur-bruno in #8930
  • fix(editor): tab indentation on code blocks by @sachin-thakur-bruno in #8926
  • fix(editor): add guessed language in language dropdown picker by @sachin-thakur-bruno in #8925
  • fix(editor): allow app keybindings if that keybindings is not present in rich text editor by @sachin-thakur-bruno in #8894
  • fix(codemirror-search): keybinding for focusing search and replace inside the search container by @sachin-thakur-bruno in #8895
  • fix(sidebar): prevent drag divider from disappearing on zoom-out by @gopu-bruno in #8266
  • fix: OpenAPI Spec Viewer: throws resolver errors for $ref schemas by @arpit-bruno in #8892
  • fix(openapi): strip trailing dots from operation names on import by @adwait-bruno in #8812
  • fix: populate collection & folder docs on OpenAPI/swagger imports by @adwait-bruno in #8803
  • fix(transient-request): unable to create transient request when preset is websocket by @chirag-bruno in #8889
  • fix: cmd+w now works for transient tabs by @adwait-bruno in #8429
  • fix: persist additional request values in preferences general tab save by @morsh-bruno in #8823
  • fix(proxy): update timestamp label format by @abhishekp-bruno in #8870
  • fix(ws): disable message queuing when in intermediate connection states by @sid-bruno in #8879
  • fix(ws): remove auto-reconnect in websockets by @sid-bruno in #8605
  • fix(ws): add height for ws msgs to fix search overlap by @sachin-thakur-bruno in #8814
  • fix(mount): hydrate websocket message uids in the cached mount path by @chirag-bruno in #8862
  • fix: change-version modal ui by @adwait-bruno in #8735
  • fix: keep sort column header from shifting when the arrow appears by @adwait-bruno in #8833
  • fix(generate-code): encode a literal colon in the path when url encoding is enabled by @pooja-bruno in #8834
  • fix(generate-code): generate code for url interpolation by @pooja-bruno in #7308
  • fix(presets): ux fixes for dropdown and icon spacing by @sachin-thakur-bruno in #8827
  • fix: Description missing for the import export yml for the environments by @sachin-bruno in #8822
  • fix: add dynamic font size adjustment for CodeMirror info display by @adwait-bruno in #8817
  • fix(export/import): OpenCollection YAML drops collection and folder-level post-response variables by @sachin-bruno in #8815
  • fix(node-vm): resolve npm modules from additionalContextRoots via native walk-up by @sanish-bruno in #8538
  • fix(curl-import): treat inline --data-binary as body, not file by @pooja-bruno in #8617
  • fix(dev-tools): console and network filter dropdown position to top if no space by @sachin-thakur-bruno in #8713
  • fix(bruno-response): normalize response header name lookup to be case-insensitive by @abhishekp-bruno in #8461
  • fix(runner): collection runner loader issue by @sharan-bruno in #8783
  • fix: avoid network probe in PAC myIpAddress by @cyphercodes in #8588
  • fix: url truncates in docs by @adwait-bruno in #8468
  • fix: env configure remains visible by @adwait-bruno in #8530
  • fix: Folder Sequencing When we try to move any folder at the bottom of the folders list by @ravindra-bruno in #8722
  • fix(environment): auto save on env table removing some characters by @sachin-thakur-bruno in #8732
  • fix(timeout): allow inherit request timeout for yaml requests by @shubh-bruno in #8746
  • fix: binary body lost on importing from postman by @sanish-bruno and @rajashreehj-bruno in #8729
  • fix(converters): add missing auth mappings on postman export, add additional parameters mapping on postman import by @morsh-bruno in #8494
  • fix: failing test case fix by @utkarsh-bruno in #8801
  • fix(git): fixing pac proxy and removing buildGitProxyEnv as the secondary proxy implementation by @utkarsh-bruno
  • fix(git): use primary color for create branch cta by @gopu-bruno
  • fix(git): update onClose to use handleBackToOverview by @naman-bruno
  • fix(proxy-util): enhance proxy environment configuration by @utkarsh-bruno
  • fix(GitHub): deduplicate instance URL save on OnBlur/Enter by @gopu-bruno
  • fix(GitHub): prevent redundant URL saves in GitHub configuration by @naman-bruno
  • fix: added Git submodule initialization and fetch for workspace collections by @ravindra-bruno
  • fix(workspace): written .gitmodules for git-synced collections so submodules resolve by @ravindra-bruno
  • fix(Embed): showing warning before sharing a workspace with unsynced changes by @ravindra-bruno
  • fix(doc-url): replaced Fetch In Bruno doc url for workspace embeding by @ravindra-bruno
  • fix(watcher): improve unlink logic to handle both formats by @naman-bruno
  • fix(external-secrets): correct external secret variables autocomplete duplicates and its variable-info scope by @lohit-bruno
  • fix: added a min and max height with an overflow to avoid the resizing based on the remotes fetched by @utkarsh-bruno
  • fix(openapi): export scheme-less request URLs as server entries by @adwait-bruno
  • fix(export): Postman export modal rendering in Share Collection by @gopu-bruno
  • fix(default-env): load env from file destructing by @sachin-thakur-bruno
  • fix(runner): Collection Runner - Loader still keeps running even after Cancelling the execution by @sharan-bruno
  • fix(UI): In Runner post execution "Run again" button is missing by @sharan-bruno
  • fix(collection-runner): disable runner in iterations count by @shubh-bruno

Others

  • feat(tests): enhance Playwright configuration for sharded CI runs by @sid-bruno in #8742
  • security(ipc): confine file-write handlers to known collections and api specs by @chirag-bruno in #8274
  • refactor(ai): moved AI Assist from floating overlay into request pane and collection/folder settings tab bars by @ravindra-bruno in #8693
  • refactor(ai): update API key handling in openai comp providers by @naman-bruno in #8749
  • refactor(tests): update data type assertions to use data-selected-type attribute for consistency by @bijin-bruno in #8731
  • yml migration rework by @naman-bruno in #8795
  • reported how many collections failed to open on workspace load by @ravindra-bruno in #8831
  • Added the ignore for the collection nested folders by @ravindra-bruno in #8725
  • Added the fix for bru.runner.stopExecution() while running collection run from tests by @ravindra-bruno in #8720

Installer types: nullsoft, wix, zip

x64—nullsoftC4FA1FD54BE2328570858F13D28804278C9EC9A9F592FB4F71598476CB0E7623
x64machinewixAB9BA93EF1E4231673E299F57A8F54DC3CB9CE6466C92867D9FCE3F3B2E7DF0C
x64—zip707E5B67C5CE14EA053396469ED7FB6771FBFC88B584073CA040165055DDECF5
arm64—nullsoft4173419CF280B8655F6F6AD6AA1F56C608DDD7152BDAC2666F218A511F24D6BC
arm64machinewix5314446A52C8905C02738379494E653F6D420DBD72E62EDCD9A354B490D9AFD6
arm64—zip0DA16A911E24877427FC214874FC7A32BE217B29E5D906DBD03172E356185D02

Details

Homepage
https://www.usebruno.com/
License
MIT
Publisher
Anoop M D
Support
https://www.usebruno.com/support
Privacy Policy
https://www.usebruno.com/privacy-policy
Copyright
Copyright (c) 2026 Anoop M D, Anusree P S and Contributors
Moniker
bruno

Tags

apidevelopmentopenapi

Older versions (112)

4.0.0
x64—nullsoft7D1CF8E604DD6321C5DA0086A65097D93A41377BAD08A6D966FFA30D62E6E24B
x64machinewix7B5D661B12F25D976725DAB382BC682A609DE93E4C979655BB0D8A5A48D74848
x64—zipFE5ACBC0E9743553138FE33F1E4AEBDF847B8D5F86CC4E01A6C4B926F11A4089
arm64—nullsoft44523F1DEDDFE6A1EA6424C4ED2513204EDB4CBE9C036A52D545D58A1ED16580
arm64machinewix34E604FA2E5E73AA8B9B5B2F429C2C3EE5C4B093B48D5BE2C23D51CBCCCF5D7E
arm64—zip840E07AC8E220CFFA77B276B04636F267820FA81965C51D1ABAF61F3A67B8A0E
3.5.3
x64—nullsoft54F8D3E08F9FBC130637395FB99271048D92CF4FCEB4333446D3629B43EC48E1
x64machinewixC113924652339215BA6DC419BDB0DACA9BEC45895E9C02F8763A855DDE339FA8
x64—zipB992C44D6B475BCBEE74E3F40A7344C77C3B30E2F7F608EC11F82F4CF5910C35
arm64—nullsoft858B26A4EDF7F24ABD9529E3F51DB6E6FA2E550FF1512E858EC7F6717E5C0B79
arm64machinewixED50D4A96BD8AE7B2ACAD39FA91D22A2497E4047C9457A13D54D282DCB1B8F33
arm64—zip025CADEE50CBB1566B7A2A5C4CF0F8A0856038E686BB484FAFCED5169D818E7F
3.5.2
x64—nullsoft707B80FF8280075A69D2A6DDE6B25F806857E6B6BB54714B9CD4674DA4987DA9
x64machinewix721392A25FD83F3D11D87F11DF5CB23327C9276215510B1C5E4A7794143F5A41
x64—zipF2FED661AB9BC856A443207F52BFB6753A62E41A75F16A9DEAC30BC6179279DF
arm64—nullsoft9C2EE93CAF67595C1A1DE600C9EB5A20E95EFECC33EAE6BAEE49B4180895282F
arm64machinewixC01A54B6FDFF554391B02CF31C3E884BF1F13BD5751939D180B32C03C1B70871
arm64—zip85D10B2A1D87F7E570679494C106399F84DDE2A4AAEC59D6A70C1E8763F2C659
3.5.1
x64—nullsoft4869BC652335CF687BDB0A4553E588669E4A651BB3A2D72882904B3ABD013C7A
x64machinewixE38FF57FC95BFA773D9CBC12666353977F744C2FFF20B7361F56D838B21609D3
x64—zip8F6B80B139422AD12D987049FBCED10E0586B634DB8DEC18FDEE3A4FE94251BD
arm64—nullsoft7EF0D59242554507F80F00129E3E211598D8810B48922DE4F890B333461AE460
arm64machinewix215366C41E05165A7795332C350D80CC693F80A042E0109959CB3CD697ED037B
arm64—zip005183278F402AE18C0E00B87A49BBCD9B0667795BB1F02BC602235ED1E1A24C
3.5.0
x64—nullsoftF948A2FC20C9D32A79CBFAF8B8AE28B42E06AA0CD3086DE13C3FCAC35C27BC0B
x64machinewixCF9DB7C903C302863CEB6EE5AD82F0F36830E3EB734EF0DF5E7999AEABFC0132
x64—zip62CC56CC64905B77D33D7A1CCE4EDA3174BFDA742B9C4E67EF72C6790483D74D
arm64—nullsoftF935B9B7C648F0D8F0917AA20A70061EC720074DEF9FFC6853AA69D476125A32
arm64machinewix339819E21216BA9A312AE315D5FD4D9C8490646719360CB6DF2ACA59F80D48BE
arm64—zip3C2C872095E2672BFF883C4C764C816BF8252F1B3D38C51300689ACE25F14EAE
3.4.2
x64—nullsoftC5BBD960D3167B5BE8CF3298213BFF23A5AB9833C4C583ACB10841BB69C9434E
x64machinewixEA801EE2D79FD502815617F4283B9C5B52403CFF3115A36915AC87D3F1BBDF65
x64—zip59CB08576310446C0784D7D792B011BCA662323DC72E0B4890B8108A7039AE10
arm64—nullsoftA9570CCA1DD188ED6B36039DCF07220B525D436BECE220CE3BC9C114357D6050
arm64machinewix8CE77E265CA4BBD2DF455C5BB0012C150F231E24E665E5B3B9024DC3DA88A742
arm64—zip7F697C01483E13D35DF677F782A76B6E5CD7CAAFC64C6F70BCC4EAEAAC28CD9F
3.4.1
x64—nullsoft28519218F953A95DEDF7527AC80D6670F3B63A6E619585DB8EA8A215F9CF45EE
x64machinewixFAC94B729C9426D53A3A24A86816833BDA98368B8460381283C65DF1CDC957CC
x64—zip3BBD1CC9AF10AC02CBEE285D79F91CAC302FB0ACF74F797D7B9BC079C1B7AE7F
arm64—nullsoft2225B397834DD4FD2EF9A662677498ECD83C185D949C9501928931837DE0F7B7
arm64machinewixF62198C23D9C99AA31065021BA2AA164A4553D193C6231577F30231DF8C489D5
arm64—zip040FB7AA7CB1332DDA013FBF5CC08A7462C183F5A152FF8F61DB305C6E4FF404
3.4.0
x64—nullsoft1FC45BBDDAB6CBAEAD4BBDA8D672A4947B32D47DFEF6757FD78797F7F7FFC3F7
x64machinewix33A768EEE2511AFC4490D19D5C6FB7422C3D35D51C0261CA99FC0CCC29AF103F
x64—zip9EF355CFF886C4D7F8CFAAF1B2EFD830699CF0CF100258203509A52F12396F3D
arm64—nullsoft6613AD6D345F913B13700FD876CF8F50D3BAE8E1C6066ADD5B08351CE2F99AE2
arm64machinewixA77F3BAB6999ABBC6BC5DF8B25DF6F934946C4716CEBBBD20242290FE3D111ED
arm64—zip14EC16526E430DB6B5A9511B67A8EEAE78550199F9E942F5F2FE6FABADC3BB17
3.3.0
x64—nullsoft8527C3EB08A6A6833955CC6FE98C22F937360675C23C8E6FF410AB00DE8A2FB4
x64machinewix7DC460362F49931914EAF68B74DA59F14D7D29833417EC5AA7DFC6E53404B867
x64—zipA448F2A6B8D7BD210DBA07988AFD2F772E6C75F41158408C3F157D91A147A905
arm64—nullsoft0422FEE2712F168B194FACA93D270B582FCAB4AE72E9632092EC26268D13B1D6
arm64machinewix0C8358614ECFB41E386744B6B29A0EB48AA59908C331E549D6021A4957E9FA91
arm64—zipF6F3848A70F483926F615FDDE056F5D54F03D8B15AC1F95233EDAC7CD1E0B4BD
3.2.2
x64—nullsoft40E3E755C4ECE397A8339D0E47E5CE5198685A89E28350433E21659394813BC1
x64machinewix66DBD7889D818B002833DEDDA8D66E424F4B79D6619A85D5C2E59CD0CB80A098
x64—zip64189F6A8DFB798AC050AAB995F59DA8E12120E81800AC4A4B63BD213DCB4C48
arm64—nullsoftE0EA4704E57F2768F8D4EF7E4A7BE3954421B2CDEC2A299EF6F14D915272198C
arm64machinewix76D642A03F62239CA927F67A7B2CDAABCFC0A977F86CF269D821C8C3E026D167
arm64—zip198C4881D0D2C77A5F8248D8D4E5662A778AC04719EAF767221CA2FC7FE31246
3.2.0
x64—nullsoftBB4C3D844E2059681D89081064EA8F939ABA811849A7A4859B00B6E932CA77B4
x64machinewixCBA4343BE84FD200DE98AC1EC28D6B265C2F2CDBFCA06002D7AEC2AA5FCA4FF6
x64—zip63DB5B7FAC5F6427272A2E7DDEC0B85AE99DB0D1CB8A3A0A3A8D8D7090AAA338
arm64—nullsoftD889AD4AA2446B6303E78501039132521C1A48F0C79B5A029F9B0E85FE649C7F
arm64machinewix95BDE3D7D0C18E4D6C7221F1371BAA9E4081430393104627CD3F31DC545FF002
arm64—zip1CFCEA646A2A2BD6AFBEBCAAAF7AE1C722329402E7F20240EC9711174F426C2F
3.1.4
x64—nullsoft5C3AA4775573E79B9D7078892B4DF67AE604258B561DE914842DD29C13CA5104
x64machinewix995C841210B1D52A083BD348D8BC240EA0DC204667663FCE16DAEC65B368F233
x64—zipA45467C0574C9F3422E2B20D715D922B83B4DB8E362CF3B8098F338A72D0C3F2
arm64—nullsoftC5A8B1C925C1641EE8E996B58ECA0D1973E78ED733A0F0535DDA24CC55C3FDFF
arm64machinewixABABF8D81A1B2E8E84F7EF92D10673910BC8AB5FB357004933ABBB2DB78CE89A
arm64—zip97FDF64161D4041416FE7B312D9BC4FA53117DBB7C2926DEEEB6C9CEC2AFF215
3.1.3
x64—nullsoft539219845509FE2FCE6EE8FDB5AE13A82ADB13CF2B6EA6A340D46DF8564CB448
x64machinewix7AA3C1E7D13C325BC652A38C2BCDDC75361344E2F1D2BD0B7185A062CA6FD159
x64—zip032DFED27F068F516A9EFAD53FE6EF8F5184BE5E48A1C738D23D06EBBB210CB0
arm64—nullsoft1461392323A31B2BCA3A8D469327C40A749E8762BBE068A851C4BA2852D2CF14
arm64machinewix41E7BE9A3DC5F60584CE00B26E5763AEFCD791AA7A5186E2E2964D127ACED833
arm64—zipCA447CEB981356C81425E1A36A6C0EE266080898C761039DF15678AD7BD90BCB
3.1.2
x64—nullsoft9FD728B515D1B40EFE2E2ED85F0A37E0D5960E706AE43FE9DC51C9A1153FF541
x64machinewixA80F1F1749B231BE8FEC6A6C6AF1FCB78CBA935B5BE8A045E0961FE14A59A905
x64—zipC75FB37795F90C61021C52509B8637D0F8513AD28AE0FDE6F9A7D1BDC6DF7757
arm64—nullsoft32437C5D0008237550A2805102EFE138775172D7D6726A7EA2B0FC5538D60A16
arm64machinewixC2F471116D0588CA8FBEF702B137D7C251DB33644A32D233689C11093E0BC6A1
arm64—zip3C7BB3732DC88E2F7BD4518BDF14BEB2970377D3CA21FE29D2A2D624D4C6E38C
3.1.1
x64—nullsoft26186247B493A6531B5D45EC575BA5A1A2CD3E677BC9EC3B391FD37B79ABF252
x64machinewix17F1F350FA2165B2CE9F9A399344B9AFE74157F7FFCC0E30D82AF4F69515E11B
x64—zip5E09AF3E4C7B046A97DF7AA0632761CEF309744200F7DD1F0D725161DCFB1127
arm64—nullsoft9B25603FCD2A396885D9D2BA60D4A96518A36B9BC2ED8454E96BB4444D2EBF28
arm64machinewixB76DDE758094730B36E2C979D89556023DABB3773A907B441FA58369FC6B8C41
arm64—zip51B345FE3DC262BFFB5ECB4CB6E29F5B6445E167B9F9AEB97622EA96B15B738F
3.1.0
x64—nullsoft5C67BCA7187EDB9DDC25D4B16872F9A3B3DA13CF2F3B6051D68ABA0B49422E0B
x64machinewix4A1A78006B6C5905FDFAF5F5482F9CC54107072E9189DF2B2833DEF9FA576B6B
x64—zipE51131D3E78F688C72FD66DEBAE155D06077323FF330E96D81D6132D5C99FD6F
arm64—nullsoftE63F6830BB4C8729137CFFD7548A839013A5EB71D609340C6BDF17E2B8682807
arm64machinewix9AA1164B969B41A8230BBFBA8F42F9A0CD0BA31777ADCB3C6578562B80448346
arm64—zip8C2E9E4E2070ADBC96BD1670B5CE263039F3CF444222120A8427CB0C0D15DE03
3.0.2
x64—nullsoft9520156B5D187B8BA896EC9B4A5153CC912BE26F18EFCE898518A852899AF246
x64machinewix6FE2265AEC496F93CC53EC6BCF3750DA9D790B5DAA809B2814E94FC90CA647CB
x64—zipBB1E3C609CB6855FB40B9DC1B8EE5446677AD6E9B02BCDCC15DE09370DD544E7
arm64—nullsoft695286E25D208E7B1A9C7FBB1E4BA693EAE409B7A36F988DF6402B751712C3E4
arm64machinewix224C80C2EF2990E0162924333965C898578FB472E7670312E5099C050C8FF6A8
arm64—zip05DBA1426F2E126D956CF6DC74B7886B165A366B945D8551E56DD6846697822B
3.0.1
x64—nullsoftB33D0AE7B9026A5F2B59ED3D88161E7C08AC150FC7AEB8FC61C7868E939FACD1
x64machinewixA274DA9AD1B646301B77C3674AF138A887AD8F69F8A5C4345BB53A9D0D3EB3C8
x64—zipD63367D8D986EBD55985120DDE75E86EE52A2D86DC3E2AB958D2B2F4280860D9
arm64—nullsoftEA326F7FFA824C5CCECA67C1110C9F365E15B3DFB40C71AAD46B716A0241E581
arm64machinewix88CB07ACFE4DD0C50A66888820DED7AC0B78F2A5AE03A4B1723D6A40AB611283
arm64—zip6F1A5EAC93BB90A08CAE3411F3EB37CCBB55A3B1E7300E3B97AABAB5E06B2622
3.0.0
x64—nullsoft2C2BA793D3D9796676A99A954072ECA13A159E9A77BB7D8062333B4596300252
x64machinewixB9A661B26F391CCC42A483FF52B45D9BCCEF9AA88A8CE6EA2A8B17F8D6648969
x64—zip2C5594A82781DEBADA61F3275D733175A6026A1EDB8DF35151607EAC84D595AF
arm64—nullsoftD291697E7A256C682E0FB50D42E6B7796889C08F71C2D61A8A44992101E4980F
arm64machinewixE48C477C06D37063F2E4CDC95FCDA218B47BF58F089B401CC2F5DA3106F059F0
arm64—zip53BB2801EEEC9E626907A6879BC773424ECFCA35D322A36EB4572C853B4CFFDD
2.15.1
x64—zip50512534BF19AB16C311B3CBF7A2E344A8300041017A45D7D55234F1470C561D
x64usernullsoft03EA7056F521DEEFDBF58806144B448F197EABB0D3EB7E9D38876675E9FA21CD
2.15.0
x64—zipAC3A7A58482621B6528B151BE8D5F14C8C9271B4364AF2F25AF3ADC67E86B41F
x64usernullsoft951BE0E6D6FC8F4B48BD5573F5D4990806C1CD92737D4E977C0FEE6F523A33EC
2.14.2
x64—zip7227E0DCA0E625E1C79EA22644220751D930AA46A5C57ACD7D231FB3708BC1F1
x64usernullsoftC30716691B45EF05F69D66AE347D8AB4DA4FF16245BC9AD0E814D939D24EB855
2.14.1
x64—zip16F79A166406BA9FF70860FE3BA639E0A03AD08F694D03254AC5AE2DAAF2E0AB
x64usernullsoft9DF1BD6681568F7E88DEB4D285DF6C4170060BCF95BBF42ABA057FCC48C6D889
2.14.0
x64—zip6CDA2BD85442BABA137354F63CBA65ED0AA73D9E9102FE367CFD656616967D2B
x64usernullsoftBDE411165FDBD148C7668FE545B667F65EC583DB90A6D3CD9BC70456FE5F9346
2.13.2
x64—zip03049E6EB93B44B49A4FD6C1FBF43EB5FF74CE71801F0E177CE3CE322EB3C3A1
x64usernullsoft65F7E8ACDF4AB95644E6867EA7AC9EFFF6520EB31D86379F4F82F6B5B2A06085
2.13.1
x64—zip1B74BDB8BCB14D63524028DDE9B51D48B3B96582BF30F25A85723BD01FD7A7BB
x64usernullsoft5D57AEEB78C85DA84D66D31DBEBFB406C10D7E033552E10428F5CF2EB31E5EC9
2.13.0
x64—zip9062CB7EA3AE4AAEF5224FEAA7CD158930F7F7B88BCAAED5A4A32D25377E4517
x64usernullsoftFA4495909305FCF93F93501A6E1165BC5F6DDF1781E3CE37F8FC550B56C7A95C
2.12.0
x64—zipFE5C859435AB22DA4290AD674ED4F75983588208AA9DB6024519DDDB46359727
x64usernullsoft74BFD0DFD07FEF1FFEC26347154F8CFF58AFDA4EB7F36F318AD0F33B0CAC6C53
2.11.0
x64—zip827912B219953773CCDA0AEBABF9F77AA2B69C3A0C1BA1FAEB52BC280E87F90A
x64usernullsoftAF1CCD4E6EA31D5E5E99B1A9004B1AD1842C3752ACDA6304DEFF2D513E5977BC
2.10.1
x64—zip4EF2E3B7738F34ADC27AE1E932A6366740704198569BC2C1645F62D662E3A56D
x64usernullsoft22D440A60C5FB68A4A6F74906DAD9B39190610F52199FAADE6DF5A684D51307B
2.10.0
x64—zip3CE1E2561498A69193266DF51B9E570069CBB9209E69229BFA9E928B7C5B291A
x64usernullsoft8E1205FDACE3149CBB1CAABA2E8501A375E9BD33F984D2584716967CC25A8660
2.9.1
x64—zip18D16DEAEAC816E2682EE3C4D3DF196C4500F1FA036273D7E20A066FFC7033B7
x64usernullsoft3513F02051AFA225560AFCC5F719F01764AE131D6EFCAA35D04A951D2FBB7116
2.9.0
x64—zip13BC98852A3E76AB8D209BBFD399A201F9A888488C8999CA55164DCA849BAC6F
x64usernullsoft9F2CD375DB5335C63D93CFFD536D3670857DEB46F286255BF56A40CBCD79BF03
2.8.1
x64—zip1D6101A7EBD8A424D213AD05498E4271C1D0E18930C6F074640FD47E0BAA0E46
x64usernullsoft43E3FF6A49C9D50210DD33124662987049C7618E7567AE4E5BC81333ECDED429
2.8.0
x64—zip565A08DB9CC51CDB70DA852AE435B799037A69C806F2B6341089F2FB1E901ECF
x64usernullsoft473460988BF8823C3E513E2B957832359C61DF31FD4485F847B8DBBD03447264
2.7.0
x64—zipA4F122A9C0342B81E41C65390268ACD16B5A892B951FE1CE83BACD802894654E
x64usernullsoftF25115A31AD539F00E32C77FC81CA25C4644FCA24E5FE829B8F30FADD1141107
2.6.1
x64—zipE85CF0C85BC1A39B505241747D4ACBF6547ADB00AC7851FE73666E07AA90B573
x64usernullsoft9B0EC439A4B468A2C9D88BCF60BF9FD5102B062E472BC11D023BB555E650D55D
2.6.0
x64—zipC5E1F0B24B0CFB04CB32251394B70C1FCE2C795D04E57FCED8337EB5A6918D17
x64usernullsoft937160A7B6C74D6872C68EC624667033DB982C456E456F11A4B25E6FC78B116E
2.5.0
x64—zip2712AE12B650B1B2DABEDE7778A14F0E962ACE1C4BC028509542153F7B89AA84
x64usernullsoft220180470E89429E01DB534C63A599A9025C68EB5324590193BEF5E9B8DD77E5
2.4.0
x64—zip6223596E028449221341CDCF8259D2FD5F75F29EFC77023CE2DAC13EEE6C2276
x64usernullsoftD29FDCB5AF71B36CBEC6E2D5059EF29EC23491967D6974C9DA8F29327FA1B1BD
2.3.0
x64—zip897785640EE2F52EB62596660A7B03599072E2B2F445C6E8BE4CDE1C81E16F79
x64usernullsoftC238FA645DD9131755698625418895150E7877452A6722C6D049B1C024C13538
2.2.0
x64usernullsoft063AC5247C125B43F2B5FB4DB5154AE131548C69048EF451BB5188C4BB45AF5A
x64—zip168039B58A6D41938506EC0BE45D08939E6DA82D8E61FDA406DE3F63B5EEF181
2.1.0
x64usernullsoft21BCA77A8D241432196B14C2BBB5F895491A50CB4BD144CA609B9221614AA662
x64—zip8D065E27B3A4F035DCF9B25FD793E87C45CC29AC0055452A8AACD9C81071291C
2.0.1
x64—752C61DE59E46DCF76121B54D4679DAE11F27806D9645A66D5D09D129EE751B2
2.0.0
x64—4FDDC40013DB7FF283A06F0F13BCEE0C217EE91AAE778182B6FD1F04B31E4603
1.40.1
x64—E2B22338E2621A3F3B8B18B4A867423F05753E52E5A12B8608644140D1895D33
1.40.0
x64—E3F6F4B67C5AC697DA7A5FEEEC582916B70DFCEFB99C5ED308A6B3D26CCBE67F
1.39.1
x64—CC20A4CD2ECC36C1C0B6369805B7EAC984F92152FBD26F4AD0B41E8541A89894
1.39.0
x64—9E31D1469A64C4BA47D1B269913AE28E27DDA7F286F6858DE6784E74487251D9
1.38.1
x64—BD69776A1C35DD1DA622985A0B2399D09F2FBA5D0F68E808213A1390A93E7424
1.38.0
x64—D8D1669ED2732F1B2901AF8CFE5D82ACCD3B165BB85F809C09A4F2932ADD5BA9
1.37.0
x64—622A09DFA8AD1E2CF3FE9D5983C73F7DBD9D510F68705E0236A6B0D14C03B546
1.36.1
x64—619BDF223026940B9017FE13D87DF460C5D2819397021070D744E3A697007CAA
1.36.0
x64—9AE8E4306F922123854A9D01E263DECB362613C268E44CDCBA0A654504F03D92
1.35.0
x64—BA695DC8EB56FF502A9A90B6DBF71E0C739FED9B2D0CA8C8407748C9E581BF11
1.34.2
x64—EB15E80E5A84AD986CFC148405F617FD8FA6CB9B46048B546F04383D99790355
1.34.1
x64—C899E1881600627327FC43B40AFDB70F660B8E87E26FA99B5457118F9F537B0F
1.34.0
x64—4A4C76949C26780C48E01A8C6651A409528391C7D32883FE5713FE4AF454587E
1.33.1
x64—340403E3236018ED7DFB7785CB3A11F65F0DB5B8316AC32E29526D18E02135CC
1.33.0
x64—3700C4E67593A2AD6D93347110F372EAEF8615F891762B72ABDD65FB714005B2
1.32.1
x64—E858C0E14D9D78E2A0D8C8ACB8E0E6FCE8E99FEE041C0FE1C60BA42B7284DD75
1.32.0
x64—C6918B11166EA78C70750AA5280633FC047EC1D3376B46B728220F2F0F815831
1.31.0
x64—567DD90CA7FF1C81CF0ED098C8C79BFA06FC7EE72D4B159DC4F40BE64E65FF3E
1.30.1
x64—6FF5B703BE8FE599E6C5A867852C50BB64044FD5A32F555E1C02D987C0082C62
1.30.0
x64—B89B17BDA73AADD26E5F19E9DAE09C9777B6001594037387A41158D3E62AFF69
1.29.1
x64—34A548FBD3DCA4DEA3FDA95174DFAE89219A8263604D946CD5607A6C18E0AF61
1.29.0
x64—3C885D9AA6D813490A26E078A9479CF4E22016C87D9FCA4873C1301BE9D4983D
1.28.0
x64—850E09DBC4C1A0591913F50C113B79F1F9C466541C22475B862FF8FA243282EC
1.27.0
x64—A494E1D7E4A09FECF81E11CE99F1C0A24E309365E6CE1F3998B760852A49584A
1.26.2
x64—347A5E0D932E4CE68190FB4CC8487221772D367AED0C08B82B10BAB41AD9CF99
1.26.1
x64—06827842889C20FFF2B77776FB1AD89C64D13DF530D353D9E2818560A8530BF2
1.26.0
x64—A5D426132BB03B4E9652E00D5F5112CF2BE7C685344EFA3701E196347A4E9987
1.25.0
x64—BD151FBF39B13C18AFDC3AD94862D49181DBAF700B80612D825BD72FE3B7F406
1.24.0
x64—E5BD8BA9DAADCE6223E75E42A872AE0D9FF0DCEB38437D24096021E78EC74CC0
1.23.1
x64—921B67A3DCA25327C055F1C15D006EDBCF5D13B2EE1C140216FDCE6116B875C4
1.23.0
x64—7A1FC1B7F530E1909D57949D72E462747DA7D0C9654A7E29DACE6105FD4C9309
1.22.0
x64—E5200AEEF6D11625FFF9FBF46F0D949DCA710534176CD525C14F4927D7BFA5F1
1.21.0
x64—DE6E302B9C7C1F4583F37E3D03A9245B6EFDC7B260165C77C48D0690B8788C29
1.20.4
x64—393CA116D94967BD94645C443CAD3089F3BCAADF0A98236B8C3950AB38C19F14
1.20.3
x64—A9388EFE0163F4806AD9C53560915B3D9D318F332BC762E6037E7736DF5F18D2
1.20.2
x64—C4122A6E4CFEBDC391DA122E0E50CC4F1C282D36D6DEF2E82878393859D13DC6
1.20.1
x64—69B4102A5CC6B4A6907B1FAC1CA05633956D5A574A6C9B851FFE7BDDD932466F
1.20.0
x64—C6701366BEBCB1441B0B552B84DEADE13D8046D1AC17D7DA5C8150F14F27230E
1.19.0
x64—9B40D884A5ECF15D3FB8DE1EB3A04A8E8B082017B7153C12BDE0460D5FDC2BD1
1.18.1
x64—E7826D4F3D1605610710D8EA3CF24171520534AB9F161D464A24E8F77EE5A8F0
1.18.0
x64—E98F5A9233E3FD67CD1835F4534A62B84FF13C0B4B57D9F2193244FC82059106
1.17.0
x64—BEA69E4D6803064229DEDB76057B741BE2B145487AA81EEE41C8FE811368728A
1.16.1
x64—B168655462A5FA7B1347BF1AEDBC5B0722E4DCF52BD65A0CBF043502B576BC87
1.16.0
x64—E55588A35409D954CB78118E840AC99416E39E67E4A63DCC5113F59300752DDB
1.15.0
x64—2325EEE32EF07E5537E1BC51B622E1DC8B8AD85201BF7777C00E0C54A05DC7F6
1.14.0
x64—EF319BE1FF622FBDD1CF97F3CD0E27091DE625BDAD6C37E6917EE3C8535EF3BE
1.13.1
x64—3FCE832E49FE4A5F2C5606DB55A22D89CF85CB0CA3D4C5E381575C026E84A718
1.13.0
x64—96B066CA6838AF7CCBDAA20995A6BE052C5B000A22672452EFFD8561B2FFFD4C
1.12.3
x64—FD20EB212828543E51EC19C2B758FBC28C5C5E9B8AD19A7B066932515B7DD1A7
1.12.2
x64—84DA29655AC7C62DB34C7AAE0B78CF6AD54C8E1B42AEA8ADC02EDB46DF478551
1.12.1
x64—DFA7E26FEDD047B6B328F9C7B3A1BCDDDCD0202BB4AECD2825AD99ABA231445E
1.11.0
x64—AE57646C7363CFE42F4A378DE00FDE577661C2BB7C48F6D70BFF34A17E0BBCEF
1.10.0
x64—BDD17B809E821AE635510880F2140FF70EE86AEBCCFBECF2952C62A5DCE574B2
1.9.0
x64—C85C8D78E6BC6ABC862B651428FF2D8468726D554754F0A563AFB558048BF213
1.8.0
x64—0BFDB12BAA204CF344CB5E4BB8D906688183199FA76700235D5B75E7EA8DABB8
1.7.1
x64—76915BD76D5FA67F1071A2C134DFBF86495B7A004E42EEB2F42153000062128D
1.7.0
x64—F86A346B15CA1BA64DB3C95946017A6EC6E997089A9721E7BF0B03C8EA51C0D8
1.6.1
x64—6571643727EC4940BBE418392673610C9B51A6CA2BE419AA5BD12C85CF32606B
1.6.0
x64—AC1FABC8AEB32DE4A0A28D50D4A8ED956B3729E18B0B44EDB56A1E931E8A1213
1.5.1
x64—F27BA1CDABAEC72BE25C488A9F4CEB1C82FCF3C9F4FF450DD4536E773EBA0394
1.5.0
x64—44A96DFD5AD640DAE814B8BB9CA6E2E60CEA96545EEA197784155A1C5CDDBB59
1.4.0
x64—0084D38096FABC1319317EAEAE5537119ABA8B275EC554C758940E6434F39A94
1.3.2
x64—59D59322E41BC65F11CBBD61D03F33C2A06204CDCDA684C19ED0790B924C26F5
1.3.1
x64—2BD3835A874DFE3531857982ABC2BFE88A5215BC1C87DC485991BB19E86DDF6B
1.3.0
x64—344C0329331242B4E69D5605B561DD293BBEE72DA6193C801178F4793B122B64
1.2.0
x64—AB1A83E6E6927A7310651628A428E87AAC602F446A868B5CC07B3B4A6320F859
1.1.1
x64—63C43FB785BB9B36F9B67A2A8655FAAD80CC161D0990A09A90BAAD379F3A37DD