Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balena-io/etcher
Flash OS images to SD cards & USB drives, safely and easily.
https://github.com/balena-io/etcher
cross-platform etcher sd-cards usb-drives
Last synced: 3 days ago
JSON representation
Flash OS images to SD cards & USB drives, safely and easily.
- Host: GitHub
- URL: https://github.com/balena-io/etcher
- Owner: balena-io
- License: apache-2.0
- Created: 2015-10-27T16:53:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-05T11:41:33.000Z (6 months ago)
- Last Synced: 2024-06-25T05:05:30.201Z (6 months ago)
- Topics: cross-platform, etcher, sd-cards, usb-drives
- Language: TypeScript
- Homepage: https://etcher.io/
- Size: 96 MB
- Stars: 28,388
- Watchers: 437
- Forks: 2,028
- Open Issues: 413
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Support: docs/SUPPORT.md
Awesome Lists containing this project
- awesome - balena-io/etcher - Flash OS images to SD cards & USB drives, safely and easily. (TypeScript)
- awesome - balena-io/etcher - Flash OS images to SD cards & USB drives, safely and easily. (TypeScript)
- favorite-link - Flash OS 映像到 SD 卡和 USB 驱动器,安全,轻松。
- awesome - etcher - Flash OS images to SD cards & USB drives, safely and easily. (JavaScript)
- fucking-Awesome-Linux-Software - ![Open-Source Software - Flash OS images to SD cards & USB drives, safely and easily. (Applications / Utilities)
- awesome-starred-test - balena-io/etcher - Flash OS images to SD cards & USB drives, safely and easily. (TypeScript)
- open-source-mac-os-apps - Balena Etcher - Flash OS images to SD cards & USB drives, safely and easily. ![typescript_icon] (Applications / Utilities)
- awesome-repositories - balena-io/etcher - Flash OS images to SD cards & USB drives, safely and easily. (TypeScript)
- awesome-reconsidera-takeaway - Etcher - Source Software][oss icon] – Windows/macOS/Linux;操作系统映像烧录工具 (工具 / 操作系统)
- awesome-list - etcher - io | 21078 | (TypeScript)
- Awesome-Linux-Software - ![Open-Source Software - Flash OS images to SD cards & USB drives, safely and easily. (Applications / Utilities)
- open-source-mac-os-apps - Balena Etcher - Flash OS images to SD cards & USB drives, safely and easily. ![typescript_icon] (Applications / Utilities)
- awesome - etcher - Flash OS images to SD cards & USB drives, safely and easily. (JavaScript)
- awesome-starred - balena-io/etcher - Flash OS images to SD cards & USB drives, safely and easily. (others)
- StarryDivineSky - balena-io/etcher
- awesome - balena-io/etcher - Flash OS images to SD cards & USB drives, safely and easily. (TypeScript)
- awesome - balena-io/etcher - Flash OS images to SD cards & USB drives, safely and easily. (TypeScript)
README
# Etcher
> Flash OS images to SD cards & USB drives, safely and easily.
Etcher is a powerful OS image flasher built with web technologies to ensure
flashing an SDCard or USB drive is a pleasant and safe experience. It protects
you from accidentally writing to your hard-drives, ensures every byte of data
was 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).[![Current Release](https://img.shields.io/github/release/balena-io/etcher.svg?style=flat-square)](https://balena.io/etcher)
[![License](https://img.shields.io/github/license/balena-io/etcher.svg?style=flat-square)](https://github.com/balena-io/etcher/blob/master/LICENSE)
[![Balena.io Forums](https://img.shields.io/discourse/https/forums.balena.io/topics.svg?style=flat-square&label=balena.io%20forums)](https://forums.balena.io/c/etcher)---
[**Download**][etcher] | [**Support**][support] | [**Documentation**][user-documentation] | [**Contributing**][contributing] | [**Roadmap**][milestones]
## Supported Operating Systems
- Linux; most distros; Intel 64-bit.
- Windows 10 and later; Intel 64-bit.
- macOS 10.13 (High Sierra) and later; both Intel and Apple Silicon.## Installers
Refer to the [downloads page][etcher] for the latest pre-made
installers for all supported operating systems.## Packages
#### Debian and Ubuntu based Package Repository (GNU/Linux x86/x64)
Package for Debian and Ubuntu can be downloaded from the [Github release page](https://github.com/balena-io/etcher/releases/)
##### Install .deb file using apt
```sh
sudo apt install ./balena-etcher_******_amd64.deb
```##### Uninstall
```sh
sudo apt remove balena-etcher
```#### Redhat (RHEL) and Fedora-based Package Repository (GNU/Linux x86/x64)
##### Yum
Package for Fedora-based and Redhat can be downloaded from the [Github release page](https://github.com/balena-io/etcher/releases/)
1. Install using yum
```sh
sudo yum localinstall balena-etcher-***.x86_64.rpm
```#### Arch/Manjaro Linux (GNU/Linux x64)
Etcher 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:
```sh
yay -S balena-etcher
```##### Uninstall
```sh
yay -R balena-etcher
```#### WinGet (Windows)
This package is updated by [gh-action](https://github.com/vedantmgoyal2009/winget-releaser), and is kept up to date automatically.
```sh
winget install balenaEtcher #or Balena.Etcher
```##### Uninstall
```sh
winget uninstall balenaEtcher
```#### Chocolatey (Windows)
This package is maintained by [@majkinetor](https://github.com/majkinetor), and
is kept up to date automatically.```sh
choco install etcher
```##### Uninstall
```sh
choco uninstall etcher
```## Support
If you're having any problem, please [raise an issue][newissue] on GitHub, and
the balena.io team will be happy to help.## License
Etcher is free software and may be redistributed under the terms specified in
the [license].[etcher]: https://balena.io/etcher
[electron]: https://electronjs.org/
[electron-supported-platforms]: https://electronjs.org/docs/tutorial/support#supported-platforms
[support]: https://github.com/balena-io/etcher/blob/master/docs/SUPPORT.md
[contributing]: https://github.com/balena-io/etcher/blob/master/docs/CONTRIBUTING.md
[user-documentation]: https://github.com/balena-io/etcher/blob/master/docs/USER-DOCUMENTATION.md
[milestones]: https://github.com/balena-io/etcher/milestones
[newissue]: https://github.com/balena-io/etcher/issues/new
[license]: https://github.com/balena-io/etcher/blob/master/LICENSE