{"id":28336232,"url":"https://github.com/undeffineddev/iso-creator","last_synced_at":"2026-02-18T21:02:45.340Z","repository":{"id":285143639,"uuid":"956878589","full_name":"UndeffinedDev/iso-creator","owner":"UndeffinedDev","description":"A Bash script to create ISO images from files and directories, with support for ZIP extraction, logging, and custom labels. 🚀 ","archived":false,"fork":false,"pushed_at":"2025-04-12T03:21:57.000Z","size":26246,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-19T17:50:36.397Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/UndeffinedDev.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}},"created_at":"2025-03-29T03:14:33.000Z","updated_at":"2025-04-12T03:22:00.000Z","dependencies_parsed_at":"2025-06-19T17:47:09.254Z","dependency_job_id":null,"html_url":"https://github.com/UndeffinedDev/iso-creator","commit_stats":null,"previous_names":["undeffineddev/iso-creator"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/UndeffinedDev/iso-creator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UndeffinedDev%2Fiso-creator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UndeffinedDev%2Fiso-creator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UndeffinedDev%2Fiso-creator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UndeffinedDev%2Fiso-creator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UndeffinedDev","download_url":"https://codeload.github.com/UndeffinedDev/iso-creator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UndeffinedDev%2Fiso-creator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29596125,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T20:59:56.587Z","status":"ssl_error","status_checked_at":"2026-02-18T20:58:41.434Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-05-26T22:42:07.241Z","updated_at":"2026-02-18T21:02:45.331Z","avatar_url":"https://github.com/UndeffinedDev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# iso-creator\n\nA Bash script to create ISO images from files and directories, with support for ZIP extraction, logging, and custom labels.\n\n## 🚀 Features\n- ✅ **Free!** I made this idea so as not to be limited to the ~870MB that AnyToISO allows to convert for free. (This is not a replacement, just a small alternative).\n- ✅ **Windows \u0026 Linux compatibility** (Check the [windows-version](https://github.com/UndeffinedDev/iso-creator/tree/main/windows-version) folder for Windows program).\n- ✅ **Create ISO images** from files and directories\n- ✅ **Support for custom** for the ISO image.\n- ✅ **ZIP extraction** (optional) before adding to the ISO.\n- ✅ Dependency validation (`mkisofs`, `unzip`, `zip`)\n- ✅ Disk space check to prevent errors\n- ✅ Activity logging via `iso_creator.log`\n- ✅ Robust error handling with clear messages\n- ✅ Automatic cleanup of temporary files\n- ✅ User-friendly command-line options (`-l` for label, etc.)\n\n## 🔧 Ideas\n- ✅ Change to another language to be able to port this to Windows.\n- 💡 Support more file types\n\n## 📥 Installation\nMake sure you have the required dependencies installed:\n\n```bash\nsudo apt update \u0026\u0026 sudo apt install genisoimage zip unzip\n```\n\nClone the repository:\n```bash\ngit clone https://github.com/UndeffinedDev/iso-creator.git\ncd iso-creator\nchmod +x iso-creator.sh\n```\n\n## 📌 Usage\n\n### Basic Usage\n```bash\n./iso-creator.sh file1 file2 directory1 output.iso\n```\nThis will create an ISO named `output.iso` containing the specified files and directories.\n\n### Using a Custom Label\n```bash\n./iso-creator.sh -l \"MyCustomLabel\" file1 directory1 output.iso\n```\nThe `-l` option sets a custom label for the ISO image.\n\n### Example Output\n```\n$ ./iso-creator.sh -l PYTHON_EXECUTABLES Pythons.zip\n\nStarting script...\nProcessing files/directories...\nProcessing ZIP archive: Pythons.zip\n  -\u003e Extracted: /tmp/tmp.KZiX6JNLCy/python-2.7.18.amd64.msi\n  -\u003e Extracted: /tmp/tmp.KZiX6JNLCy/python-3.4.4.amd64.msi\nCreating ISO image...\nI: -input-charset not specified, using utf-8 (detected in locale settings)\n 21.81% done, estimate finish Fri Mar 28 22:11:33 2025\n 43.62% done, estimate finish Fri Mar 28 22:11:33 2025\n 65.33% done, estimate finish Fri Mar 28 22:11:33 2025\n 87.14% done, estimate finish Fri Mar 28 22:11:33 2025\nTotal translation table size: 0\nTotal rockridge attributes bytes: 358\nTotal directory bytes: 0\nPath table size(bytes): 10\nMax brk space used 0\n22961 extents written (44 MB)\nISO successfully created: output.iso\n```\n\n## ⚠️ Requirements\n\u003e [!NOTE]\n\u003e In some linux distributions, mkisofs is a genisoimage symbolic link, but the script still checks for either of these two commands\n- Linux-based OS (Tested on Linux Mint 22.1 | Xia)\n- `mkisofs` (or `genisoimage`)\n- `unzip`, `zip`\n\n## 🛠️ Contributing\nFeel free to submit issues or pull requests to improve the script!\n\n## 📜 License\nCopyleft (ↄ) 2025 - Free use under the terms of the GNU GPL or similar licenses.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fundeffineddev%2Fiso-creator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fundeffineddev%2Fiso-creator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fundeffineddev%2Fiso-creator/lists"}