{"id":15629685,"url":"https://github.com/inokinoki/qefientrymanager","last_synced_at":"2026-01-18T13:39:49.652Z","repository":{"id":40547426,"uuid":"380314737","full_name":"Inokinoki/QEFIEntryManager","owner":"Inokinoki","description":"A userspace cross-platform EFI boot entry management GUI App based on Qt.","archived":false,"fork":false,"pushed_at":"2024-12-09T22:47:41.000Z","size":276,"stargazers_count":298,"open_issues_count":7,"forks_count":12,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-12T14:17:24.554Z","etag":null,"topics":["acpi","boot","bootloader","cross-platform","efi","efi-partition","firmware","freebsd","linux","qt","windows"],"latest_commit_sha":null,"homepage":"","language":"C++","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/Inokinoki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"inokinoki","patreon":"inokinoki"}},"created_at":"2021-06-25T17:45:33.000Z","updated_at":"2025-03-25T14:21:31.000Z","dependencies_parsed_at":"2023-11-06T02:37:20.279Z","dependency_job_id":"3de4220c-6fec-4d00-8b95-df43d1e0803c","html_url":"https://github.com/Inokinoki/QEFIEntryManager","commit_stats":{"total_commits":139,"total_committers":6,"mean_commits":"23.166666666666668","dds":"0.12230215827338131","last_synced_commit":"e35f78aff371f100368d1623baa37ee487a4df9c"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inokinoki%2FQEFIEntryManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inokinoki%2FQEFIEntryManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inokinoki%2FQEFIEntryManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Inokinoki%2FQEFIEntryManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Inokinoki","download_url":"https://codeload.github.com/Inokinoki/QEFIEntryManager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254553958,"owners_count":22090417,"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":["acpi","boot","bootloader","cross-platform","efi","efi-partition","firmware","freebsd","linux","qt","windows"],"created_at":"2024-10-03T10:28:09.492Z","updated_at":"2026-01-18T13:39:49.625Z","avatar_url":"https://github.com/Inokinoki.png","language":"C++","readme":"# QEFI Entry Manager\n\n[![Linux x64 AppImage](https://github.com/Inokinoki/QEFIEntryManager/actions/workflows/cmake-linux-amd64-appimage.yml/badge.svg)](https://github.com/Inokinoki/QEFIEntryManager/actions/workflows/cmake-linux-amd64-appimage.yml)\n\n[![Build Windows x64](https://github.com/Inokinoki/QEFIEntryManager/actions/workflows/cmake-windows-x86-x64.yml/badge.svg)](https://github.com/Inokinoki/QEFIEntryManager/actions/workflows/cmake-windows-x86-x64.yml)\n\n[![Build on FreeBSD](https://github.com/Inokinoki/QEFIEntryManager/actions/workflows/cmake-freebsd-amd64.yml/badge.svg)](https://github.com/Inokinoki/QEFIEntryManager/actions/workflows/cmake-freebsd-amd64.yml)\n\nAn EFI entry and partition manager in Qt.\n\n## Usage\n\nThis application needs to be run with root/sudo on Linux, or `Run as administrator` on Windows.\n\n### Boot Entry Management\n\nYou can **change the boot order, add/import new boot entry**:\n\n![Boot Entry](.github/main.png)\n\nor temporally set the next boot entry to **quickly reboot to another OS**.\n\nAfter setting, click on `Yes` to reboot immediately:\n\n![Reboot Confirmation](.github/reboot_confirm.png)\n\nOtherwise, it will boot to the other OS once after your manual reboot.\n\nRight click on the boot entry to **enable/disable/delete the entry**, or **show the detailed properties**.\n\n### Partition Management\n\nYou can also manage the EFI system partitions on your disks:\n\n![Partition Management](.github/partitions.png)\n\nChoose the partition to **mount/unmount the partition**, or **open the partition in file manager** (on Windows, it will be a file dialog due to system limit). You can view or modify (move, rename, copy, etc.) the files in the parition.\n\nYou can also **create a new EFI entry from the partition** by clicking \"Create\" button. Select the **EFI application file** (usually with `.efi` extension) in the partition, and fill in the other information (simply the boot entry number and the name are enough in most cases):\n\n![Create Entry](.github/partition_efi_entry.png)\n\n**Note that this is a beta feature, and may not work on all systems. Use it with caution.**\n\n## Install\n\n### Arch Linux\n\n#### AUR\n\n- Stable version:\n\n   ```shell\n   [yay/paru] -S qefientrymanager\n   ```\n\n- Latest git version:\n\n   ```shell\n   [yay/paru] -S qefientrymanager-git\n   ```\n\n#### `archlinuxcn`\n\n- Stable version:\n\n   ```shell\n   sudo pacman -S qefientrymanager\n   ```\n\n- Latest git version:\n\n   ```shell\n   sudo pacman -S qefientrymanager-git\n   ```\n\n### Other Linux Distros \u0026 Windows\n\nDownload the prebuilt app from [release](https://github.com/Inokinoki/QEFIEntryManager/releases) page.\n\nRun it as root (*nix):\n\n```shell\nsudo -E ./\u003cexecutable\u003e\n```\n\nor administrator on Windows(should be automatic with UAC, otherwise right click it).\n\n## Build from scratch\n\nClone and compile this project:\n\n```shell\ngit clone --recursive https://github.com/Inokinoki/QEFIEntryManager.git\ncd QEFIEntryManager\nmkdir build \u0026\u0026 cd build\ncmake ..\nmake\n```\n\nAnd there will be an executable `QEFIEntryManager` in your build directory. Run it as root (*nix) or administrator (Windows).\n","funding_links":["https://github.com/sponsors/inokinoki","https://patreon.com/inokinoki"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finokinoki%2Fqefientrymanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finokinoki%2Fqefientrymanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finokinoki%2Fqefientrymanager/lists"}