{"id":17688104,"url":"https://github.com/sveinbjornt/fastdmg","last_synced_at":"2025-04-05T09:05:57.759Z","repository":{"id":43800571,"uuid":"133837970","full_name":"sveinbjornt/FastDMG","owner":"sveinbjornt","description":"Fast, efficient, no-nonsense disk image mounting for macOS","archived":false,"fork":false,"pushed_at":"2024-12-30T18:11:38.000Z","size":4899,"stargazers_count":151,"open_issues_count":3,"forks_count":6,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-29T08:05:03.149Z","etag":null,"topics":["disk-image","disk-image-reader","disk-images","dmg","dmg-files","hdiutil","macos","mounting","osx","utility"],"latest_commit_sha":null,"homepage":"https://sveinbjorn.org/fastdmg","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sveinbjornt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"custom":["https://paypal.me/sveinbjornt","sveinbjorn.org/donations"]}},"created_at":"2018-05-17T16:04:23.000Z","updated_at":"2025-03-26T21:18:54.000Z","dependencies_parsed_at":"2024-01-11T23:10:53.458Z","dependency_job_id":"4695bc23-a834-49c0-91aa-2189e342a6be","html_url":"https://github.com/sveinbjornt/FastDMG","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sveinbjornt%2FFastDMG","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sveinbjornt%2FFastDMG/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sveinbjornt%2FFastDMG/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sveinbjornt%2FFastDMG/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sveinbjornt","download_url":"https://codeload.github.com/sveinbjornt/FastDMG/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247312077,"owners_count":20918344,"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":["disk-image","disk-image-reader","disk-images","dmg","dmg-files","hdiutil","macos","mounting","osx","utility"],"created_at":"2024-10-24T11:43:26.028Z","updated_at":"2025-04-05T09:05:57.633Z","avatar_url":"https://github.com/sveinbjornt.png","language":"Objective-C","funding_links":["https://paypal.me/sveinbjornt","sveinbjorn.org/donations","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=BDT58J7HYKAEE"],"categories":[],"sub_categories":[],"readme":"[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)\n[![Language](https://img.shields.io/badge/language-objective--c-lightgrey)]()\n[![Release](https://shields.io/github/v/release/sveinbjornt/fastdmg?display_name=tag)]()\n[![Build](https://github.com/sveinbjornt/fastdmg/actions/workflows/macos.yml/badge.svg)]()\n\n# FastDMG\n\n\u003e \"Replaces the system default DMG mounting application; is better in every way.\" - Some guy on the Internet\n\n\u003cimg src=\"fastdmg_icon.png\" width=\"256\" height=\"256\" align=\"right\" style=\"float: right; margin-left: 30px;\"\u003e\n\nFastDMG is a macOS utility to quickly and efficiently mount `.dmg` and other disk images without any unneeded nonsense. It is a very fast and reliable replacement for Apple's hopelessly inefficient and annoying [DiskImageMounter](https://en.wikipedia.org/wiki/DiskImageMounter) app. And yes, that icon is a reference to After Dark's [Flying Toasters](https://en.wikipedia.org/wiki/After_Dark_(software)) screensaver on Classic MacOS.\n\n## Features\n\n* Doesn't waste your precious time verifying disk images\n* Auto-accepts annoying end user license agreements\n* Runs in the background (doesn't show up in the Dock)\n* Displays no windows or menus and stays out of your way\n* Multithreaded and can concurrently mount several images\n* Disk image document icons continue to look the same\n* Handles all disk image types supported by DiskImageMounter (dmg, iso, toast, etc.)\n* Very fast native app written in Objective-C/Cocoa\n\n\u003ca href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=BDT58J7HYKAEE\"\u003e\u003cimg align=\"right\" src=\"https://www.paypalobjects.com/WEBSCR-640-20110306-1/en_US/i/btn/btn_donate_LG.gif\" style=\"float:right; margin-left: 20px;\"\u003e\u003c/a\u003e\n\nFastDMG is a very minimal wrapper around the [ `hdiutil`](https://web.archive.org/web/20170506155736/https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/hdiutil.1.html) command line tool that ships with macOS. It therefore uses Apple's private DiskImages framework indirectly. It is free, open source software. I've used it for many years and it works really well. If you like it, feel free to [make a donation](https://sveinbjorn.org/donations).\n\n## Download\n\n*  **[⇩ Download FastDMG 1.0.2](https://sveinbjorn.org/files/software/FastDMG.zip)** (~1.4 MB, Universal ARM/Intel 64-bit, 10.9 or later)\n\n## Brew\n\nFastDMG can be installed via `brew`:\n\n```bash\nbrew install fastdmg\n```\n\nThen:\n\n```bash\nopen /Applications/FastDMG.app\n```\n\n## How to use\n\n* Move FastDMG.app to your Applications folder\n* Ctrl-click the FastDMG app and select Open to bypass Apple's Gatekeeper\n* Select a `.dmg` file and press Cmd-I to show the Finder's Get Info window\n* Select FastDMG under the menu item \"Open with:\"\n* Press \"Change All...\"\n\nFastDMG will then take care of mounting  `.dmg` disk images when you open them in the Finder. You can do the same for `.iso`,  `.toast` and any other disk image formats supported by FastDMG.\n\n## Version History\n\n### 1.0.2 - 28/11/2020\n\n* App is now built as a Universal ARM/Intel 64-bit binary\n\n### 1.0.1 - 08/04/2019\n\n* App is now Developer ID signed\n* Built with support for Mojave Dark Mode.\n\n### 1.0 - 23/10/2018\n\n* Initial release\n\n## BSD License \n\nCopyright (C) 2012-2024 Sveinbjorn Thordarson \u0026lt;\u003ca href=\"mailto:sveinbjorn@sveinbjorn.org\"\u003esveinbjorn@sveinbjorn.org\u003c/a\u003e\u0026gt;\n\nRedistribution and use in source and binary forms, with or without modification,\nare permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this\nlist of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice, this\nlist of conditions and the following disclaimer in the documentation and/or other\nmaterials provided with the distribution.\n\n3. Neither the name of the copyright holder nor the names of its contributors may\nbe used to endorse or promote products derived from this software without specific\nprior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND\nANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED\nWARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.\nIN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,\nINDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\nNOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,\nWHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\nARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\nPOSSIBILITY OF SUCH DAMAGE.\n\nThe FastDMG application icon is copyright (C) [Drífa Thoroddsen](https://drifaliftora.is).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsveinbjornt%2Ffastdmg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsveinbjornt%2Ffastdmg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsveinbjornt%2Ffastdmg/lists"}