{"id":51183373,"url":"https://github.com/hulryung/rufus4mac","last_synced_at":"2026-06-27T08:31:00.321Z","repository":{"id":361804253,"uuid":"1255033532","full_name":"hulryung/rufus4mac","owner":"hulryung","description":"Create bootable USB drives on macOS — a Rufus-style tool. Linux/general images + Windows 10/11 install USB. Native Swift/SwiftUI, no daemon, no Full Disk Access.","archived":false,"fork":false,"pushed_at":"2026-06-01T11:10:17.000Z","size":419,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-01T11:24:45.752Z","etag":null,"topics":["bootable-usb","diskutil","flash-drive","iso","macos","rufus","swift","swiftui","usb","windows"],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hulryung.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2026-05-31T10:12:30.000Z","updated_at":"2026-06-01T11:10:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hulryung/rufus4mac","commit_stats":null,"previous_names":["hulryung/rufus4mac"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hulryung/rufus4mac","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hulryung%2Frufus4mac","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hulryung%2Frufus4mac/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hulryung%2Frufus4mac/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hulryung%2Frufus4mac/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hulryung","download_url":"https://codeload.github.com/hulryung/rufus4mac/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hulryung%2Frufus4mac/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34847287,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-27T02:00:06.362Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bootable-usb","diskutil","flash-drive","iso","macos","rufus","swift","swiftui","usb","windows"],"created_at":"2026-06-27T08:30:57.016Z","updated_at":"2026-06-27T08:31:00.315Z","avatar_url":"https://github.com/hulryung.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rufus4mac\n\nCreate bootable USB drives on macOS — a [Rufus](https://rufus.ie)-style tool for Mac.\nWrite Linux/general disk images **and** Windows 10/11 install media, with progress and\nverification. Native Swift + SwiftUI; no background daemon, no Full Disk Access.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/images/screenshot.png\" alt=\"rufus4mac\" width=\"560\"\u003e\n\u003c/p\u003e\n\n## Install\n\nDownload `rufus4mac-\u003cversion\u003e.dmg` from the\n[**Releases**](https://github.com/hulryung/rufus4mac/releases) page, open it, and drag\n**RufusApp** to Applications. **macOS 13+** (Apple Silicon or Intel). Signed with a Developer ID\nand notarized by Apple, so it launches without Gatekeeper warnings.\n\n## Usage\n\n1. **Choose…** an image (`.iso`, `.img`, `.dmg`). Windows ISOs are detected automatically.\n2. Pick the target USB under **Target disk** (internal disks are never listed).\n3. **Write** → confirm → enter your password at the one-time macOS prompt.\n4. Watch the progress to **Done**.\n\n\u003e ⚠️ Writing erases the entire target disk. Double-check the selection.\n\nSelect an image and click **Compute checksums** to see its MD5 / SHA-1 / SHA-256 (handy for verifying\na download against a published hash).\n\nFor Windows ISOs you can preset **Windows User Experience** options, applied via a generated\n`autounattend.xml`: bypass Windows 11 checks (TPM/Secure Boot/RAM/CPU), create a local account,\nskip privacy questions, match this Mac's region \u0026 language, and disable BitLocker auto-encryption.\n\n**Format mode:** select no image and the button becomes **Format** — erase a USB as **exFAT** or\n**FAT32** with **MBR/GPT** and a volume label.\n\n## Roadmap\n\n| Phase | Scope | Status |\n|-------|-------|--------|\n| **1 — MVP** | Device + image selection, raw/DD write to USB, verify | ✅ done |\n| **2 — Windows media** | UEFI Windows 10/11 install USB (FAT32 + `install.wim` split, Win11 bypass) | ✅ done |\n| **3 — Format options** | Format-only mode: MBR/GPT + exFAT/FAT32 + volume label (NTFS/cluster/bad-block deferred) | ✅ done |\n| **4 — Extras** | ISO downloader, Linux persistence, checksums, localization | planned |\n\n## Docs\n\n- [Architecture \u0026 internals](docs/ARCHITECTURE.md) — how it works, build \u0026 test, packaging\n- [Manual test checklist](docs/manual-test-checklist.md)\n- Design specs \u0026 implementation plans: [`docs/superpowers/`](docs/superpowers/)\n\n## License\n\nTBD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhulryung%2Frufus4mac","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhulryung%2Frufus4mac","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhulryung%2Frufus4mac/lists"}