{"id":13647296,"url":"https://github.com/WoeUSB/WoeUSB-ng","last_synced_at":"2025-04-22T02:31:09.064Z","repository":{"id":37734535,"uuid":"181345848","full_name":"WoeUSB/WoeUSB-ng","owner":"WoeUSB","description":"WoeUSB-ng is a simple tool that enable you to create your own usb stick windows installer from an iso image or a real DVD. This is a rewrite of original WoeUSB.","archived":false,"fork":false,"pushed_at":"2024-05-12T18:49:26.000Z","size":588,"stargazers_count":1727,"open_issues_count":44,"forks_count":144,"subscribers_count":28,"default_branch":"master","last_synced_at":"2025-04-12T02:56:29.729Z","etag":null,"topics":["bootable-drives","bootable-usb","tool","windows","windows-10","windows-7","windows-8","windows-8-1","windows-vista"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WoeUSB.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"COPYING","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":"2019-04-14T17:38:32.000Z","updated_at":"2025-04-11T04:17:18.000Z","dependencies_parsed_at":"2024-01-14T10:03:08.764Z","dependency_job_id":"c1ab3fb7-19ce-44f2-aa55-b1671a279b90","html_url":"https://github.com/WoeUSB/WoeUSB-ng","commit_stats":{"total_commits":103,"total_committers":16,"mean_commits":6.4375,"dds":0.3689320388349514,"last_synced_commit":"18e8918f75af26c0258a5b5f7bdb13acb76611eb"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WoeUSB%2FWoeUSB-ng","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WoeUSB%2FWoeUSB-ng/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WoeUSB%2FWoeUSB-ng/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WoeUSB%2FWoeUSB-ng/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WoeUSB","download_url":"https://codeload.github.com/WoeUSB/WoeUSB-ng/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250163618,"owners_count":21385271,"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":["bootable-drives","bootable-usb","tool","windows","windows-10","windows-7","windows-8","windows-8-1","windows-vista"],"created_at":"2024-08-02T01:03:28.389Z","updated_at":"2025-04-22T02:31:08.701Z","avatar_url":"https://github.com/WoeUSB.png","language":"Python","readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1\u003eWoeUSB-ng\u003c/h1\u003e\n\u003cimg src=\".github/woeusb-logo.png\" alt=\"brand\" width=\"28%\" /\u003e\n\u003c/div\u003e\n\n_A Linux program to create a Windows USB stick installer from a real Windows DVD or image._\n\nThis package contains two programs:\n\n* **woeusb**: A command-line utility that enables you to create your own bootable Windows installation USB storage device from an existing Windows Installation disc or disk image\n* **woeusbgui**: Graphic version of woeusb\n\nSupported images:\n\nWindows Vista, Windows 7, Window 8.x, Windows 10. All languages and any version (home, pro...) and Windows PE are supported.\n\nSupported bootmodes:\n\n* Legacy/MBR-style/IBM PC compatible bootmode\n* Native UEFI booting is supported for Windows 7 and later images (limited to the FAT filesystem as the target)\n\nThis project rewrite of original [WoeUSB](https://github.com/slacka/WoeUSB) \n\n## Installation\n\n### Arch\n```shell\nyay -S woeusb-ng\n```\n\n### For other distributions\n\n### 1. Install WoeUSB-ng's Dependencies\n#### Ubuntu\n\n```shell\nsudo apt install git p7zip-full python3-pip python3-wxgtk4.0 grub2-common grub-pc-bin parted dosfstools ntfs-3g\n```\n\n#### Fedora (tested on: Fedora Workstation 33)\n```shell\nsudo dnf install git p7zip p7zip-plugins python3-pip python3-wxpython4\n```\n\n### 2. Install WoeUSB-ng\n```shell\nsudo pip3 install WoeUSB-ng\n```\n\n## Installation from source code\n\n### 1. Install WoeUSB-ng's Build Dependencies\n#### Ubuntu\n```shell\nsudo apt install git p7zip-full python3-pip python3-wxgtk4.0 grub2-common grub-pc-bin parted dosfstools ntfs-3g\n```\n#### Arch\n```shell\nsudo pacman -Suy p7zip python-pip python-wxpython\n```\n#### Fedora (tested on: Fedora Workstation 33) \n```shell\nsudo dnf install git p7zip p7zip-plugins python3-pip python3-wxpython4\n```\n### 2. Install WoeUSB-ng\n```shell\ngit clone https://github.com/WoeUSB/WoeUSB-ng.git\ncd WoeUSB-ng\nsudo pip3 install .\n```\n\n## Installation from source code locally or in virtual environment \n```shell\ngit clone https://github.com/WoeUSB/WoeUSB-ng.git\ncd WoeUSB-ng\ngit apply development.patch\nsudo pip3 install -e .\n```\nPlease note that this will not create menu shortcut and you may need to run gui twice as it may want to adjust policy. \n\n## Uninstalling\n\nTo remove WoeUSB-ng completely run (needed only when using installation from source code):\n```shell\nsudo pip3 uninstall WoeUSB-ng\nsudo rm /usr/share/icons/WoeUSB-ng/icon.ico \\\n    /usr/share/applications/WoeUSB-ng.desktop \\\n    /usr/local/bin/woeusbgui\nsudo rmdir /usr/share/icons/WoeUSB-ng/\n```\n\n## License\nWoeUSB-ng is distributed under the [GPL license](https://github.com/WoeUSB/WoeUSB-ng/blob/master/COPYING).\n","funding_links":[],"categories":["Python","HarmonyOS"],"sub_categories":["Windows Manager"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWoeUSB%2FWoeUSB-ng","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FWoeUSB%2FWoeUSB-ng","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FWoeUSB%2FWoeUSB-ng/lists"}