{"id":26898759,"url":"https://github.com/resin-io/etcher","last_synced_at":"2025-04-01T06:00:56.330Z","repository":{"id":37359397,"uuid":"45055693","full_name":"balena-io/etcher","owner":"balena-io","description":"Flash OS images to SD cards \u0026 USB drives, safely and easily.","archived":false,"fork":false,"pushed_at":"2025-02-27T16:17:01.000Z","size":100845,"stargazers_count":30810,"open_issues_count":524,"forks_count":2178,"subscribers_count":444,"default_branch":"master","last_synced_at":"2025-03-12T22:00:55.768Z","etag":null,"topics":["cross-platform","etcher","sd-cards","usb-drives"],"latest_commit_sha":null,"homepage":"https://etcher.io/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/balena-io.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"docs/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-10-27T16:53:23.000Z","updated_at":"2025-03-12T20:57:05.000Z","dependencies_parsed_at":"2023-12-20T09:51:41.933Z","dependency_job_id":"9a17436b-77ba-4ecf-8c51-d91f16293913","html_url":"https://github.com/balena-io/etcher","commit_stats":null,"previous_names":["resin-io/etcher"],"tags_count":313,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/balena-io%2Fetcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/balena-io%2Fetcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/balena-io%2Fetcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/balena-io%2Fetcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/balena-io","download_url":"https://codeload.github.com/balena-io/etcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246591768,"owners_count":20801986,"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":["cross-platform","etcher","sd-cards","usb-drives"],"created_at":"2025-04-01T06:00:30.384Z","updated_at":"2025-04-01T06:00:56.309Z","avatar_url":"https://github.com/balena-io.png","language":"TypeScript","funding_links":[],"categories":["Uncategorized","Apps","JavaScript"],"sub_categories":["Uncategorized","Open Source"],"readme":"# Etcher\n\n\u003e Flash OS images to SD cards \u0026 USB drives, safely and easily.\n\nEtcher is a powerful OS image flasher built with web technologies to ensure\nflashing an SDCard or USB drive is a pleasant and safe experience. It protects\nyou from accidentally writing to your hard-drives, ensures every byte of data\nwas written correctly, and much more. It can also directly flash Raspberry Pi devices that support [USB device boot mode](https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#usb-device-boot-mode).\n\n[![Current Release](https://img.shields.io/github/release/balena-io/etcher.svg?style=flat-square)](https://balena.io/etcher)\n[![License](https://img.shields.io/github/license/balena-io/etcher.svg?style=flat-square)](https://github.com/balena-io/etcher/blob/master/LICENSE)\n[![Balena.io Forums](https://img.shields.io/discourse/https/forums.balena.io/topics.svg?style=flat-square\u0026label=balena.io%20forums)](https://forums.balena.io/c/etcher)\n\n---\n\n[**Download**][etcher] | [**Support**][support] | [**Documentation**][user-documentation] | [**Contributing**][contributing] | [**Roadmap**][milestones]\n\n## Supported Operating Systems\n\n- Linux; most distros; Intel 64-bit.\n- Windows 10 and later; Intel 64-bit.\n- macOS 10.13 (High Sierra) and later; both Intel and Apple Silicon.\n\n## Installers\n\nRefer to the [downloads page][etcher] for the latest pre-made\ninstallers for all supported operating systems.\n\n## Packages\n\n#### Debian and Ubuntu based Package Repository (GNU/Linux x86/x64)\n\nPackage for Debian and Ubuntu can be downloaded from the [Github release page](https://github.com/balena-io/etcher/releases/)\n\n##### Install .deb file using apt\n\n   ```sh\n      sudo apt install ./balena-etcher_******_amd64.deb\n   ```\n\n##### Uninstall\n\n   ```sh\n      sudo apt remove balena-etcher\n   ```\n\n#### Redhat (RHEL) and Fedora-based Package Repository (GNU/Linux x86/x64)\n\n##### Yum\n\nPackage for Fedora-based and Redhat can be downloaded from the [Github release page](https://github.com/balena-io/etcher/releases/)\n\n1. Install using yum\n\n```sh\n   sudo yum localinstall balena-etcher-***.x86_64.rpm\n```\n\n#### Arch/Manjaro Linux (GNU/Linux x64)\n\nEtcher is offered through the Arch User Repository and can be installed on both Manjaro and Arch systems. You can compile it from the source code in this repository using [`balena-etcher`](https://aur.archlinux.org/packages/balena-etcher/). The following example uses a common AUR helper to install the latest release:\n\n```sh\nyay -S balena-etcher\n```\n\n##### Uninstall\n\n```sh\nyay -R balena-etcher\n```\n\n#### WinGet (Windows)\n\nThis package is updated by [gh-action](https://github.com/vedantmgoyal2009/winget-releaser), and is kept up to date automatically.\n\n```sh\nwinget install balenaEtcher #or Balena.Etcher\n```\n\n##### Uninstall\n\n```sh\nwinget uninstall balenaEtcher\n```\n\n#### Chocolatey (Windows)\n\nThis package is maintained by [@majkinetor](https://github.com/majkinetor), and\nis kept up to date automatically.\n\n```sh\nchoco install etcher\n```\n\n##### Uninstall\n\n```sh\nchoco uninstall etcher\n```\n\n## Support\n\nIf you're having any problem, please [raise an issue][newissue] on GitHub, and\nthe balena.io team will be happy to help.\n\n## License\n\nEtcher is free software and may be redistributed under the terms specified in\nthe [license].\n\n[etcher]: https://balena.io/etcher\n[electron]: https://electronjs.org/\n[electron-supported-platforms]: https://electronjs.org/docs/tutorial/support#supported-platforms\n[support]: https://github.com/balena-io/etcher/blob/master/docs/SUPPORT.md\n[contributing]: https://github.com/balena-io/etcher/blob/master/docs/CONTRIBUTING.md\n[user-documentation]: https://github.com/balena-io/etcher/blob/master/docs/USER-DOCUMENTATION.md\n[milestones]: https://github.com/balena-io/etcher/milestones\n[newissue]: https://github.com/balena-io/etcher/issues/new\n[license]: https://github.com/balena-io/etcher/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresin-io%2Fetcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fresin-io%2Fetcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fresin-io%2Fetcher/lists"}