{"id":16172425,"url":"https://github.com/richardklose/mac-o-dos","last_synced_at":"2026-05-01T19:35:00.767Z","repository":{"id":172727598,"uuid":"339795688","full_name":"richardklose/mac-o-dos","owner":"richardklose","description":"Create macOS apps out of DOS apps... automatically","archived":false,"fork":false,"pushed_at":"2021-02-17T22:04:03.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T08:41:42.931Z","etag":null,"topics":["dos","dosbox","dosbox-x","macos"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/richardklose.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-02-17T17:03:27.000Z","updated_at":"2021-02-19T04:33:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"c87063e6-90db-4524-8bc2-230dc46d8334","html_url":"https://github.com/richardklose/mac-o-dos","commit_stats":null,"previous_names":["richardklose/mac-o-dos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/richardklose/mac-o-dos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardklose%2Fmac-o-dos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardklose%2Fmac-o-dos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardklose%2Fmac-o-dos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardklose%2Fmac-o-dos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/richardklose","download_url":"https://codeload.github.com/richardklose/mac-o-dos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/richardklose%2Fmac-o-dos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32510808,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["dos","dosbox","dosbox-x","macos"],"created_at":"2024-10-10T03:45:38.566Z","updated_at":"2026-05-01T19:35:00.738Z","avatar_url":"https://github.com/richardklose.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003emac-o-dos\u003c/h1\u003e\n\u003ca href=\"https://github.com/richardklose/mac-o-dos/blob/master/LICENSE\"\u003e\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" target=\"_blank\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://twitter.com/richard_klose\"\u003e\n    \u003cimg alt=\"Twitter: richard_klose\" src=\"https://img.shields.io/twitter/follow/richard_klose.svg?style=social\" target=\"_blank\" /\u003e\n\u003c/a\u003e\n\n\u003e Create macOS apps out of DOS apps... automatically 🪄📦\n\n### 🏠 [Homepage](https://github.com/richardklose/mac-o-dos)\n\nThis script creates a macOS Dosbox-X wrapper app for DOS applications. All you need is:\n    - The name of the DOS application\n    - The original DOS files of the application\n    - A suitable dosbox config file\n\n## Usage\n```bash\n./mac-o-dos.sh --name=\u003cappname\u003e --conf=\u003cpath_to_dosbox.conf\u003e --app=\u003cpath_to_dos_app_dir\u003e\n\nOptions:\n  -n, --name           (Required) The desired name of the final macOS app.\n  -c, --conf           (Required) Path to the Dosbox-X config file.\n  -a, --app            (Required) Path to the directory with the files of the DOS applications.\n  -d, --dosbox-version (Optional) Version of Dosbox-X that should be used. (0.83.10 and later)\n  --arm                (Optional) Use the ARM version of Dosbox-X for Apple Silicon Macs.\n  -i, --icon           (Optional) Add an icon to your macOS app.\n```\n\nmac-o-dos will perform the following operations automatically:\n* Download Dosbox-X v 0.83.10 from GitHub\n* Create .app\n* Install Dosbox-X Wrapper into the .app\n* Install Dosbox-X Config File into the .app\n* Install DOS application into the .app\n* Install Dosbox-X for either Apple Silicon Macs or Intel Macs into the .app\n* Optionally add an Info.plist and an icon to the .app\n\n## Installation\n\n### Option A: Download\n* [Download here](https://github.com/richardklose/mac-o-dos/archive/master.zip)\n* Extract the zip archive\n* Open Terminal and `cd` to the directory you just downloaded.\n\n### Option B: Git\nRun the following commands in your Terminal\n```\ngit clone https://github.com/richardklose/mac-o-dos.git\ncd mac-o-dos\n```\n\n\n## 👤 Author\n\n**Richard Klose \u0026lt;richard@klose.dev\u0026gt;**\n\n* Twitter: [@richard_klose](https://twitter.com/richard_klose)\n* Github: [@richardklose](https://github.com/richardklose)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\u003cbr /\u003eFeel free to check [issues page](https://github.com/richardklose/mac-o-dos/issues).\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n## 📝 License\n\nCopyright © 2019 [Richard Klose \u0026lt;richard@klose.dev\u0026gt;](https://github.com/richardklose).\u003cbr /\u003e\nThis project is [MIT](https://github.com/richardklose/mac-o-dos/blob/master/LICENSE) licensed.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardklose%2Fmac-o-dos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frichardklose%2Fmac-o-dos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frichardklose%2Fmac-o-dos/lists"}