1
0
Fork 0
mirror of https://github.com/balena-io/etcher synced 2025-12-06 11:15:18 -05:00
No description
Find a file
flowzone-app[bot] a79db1db6b
v2.1.4
2025-07-29 12:17:36 +00:00
.github patch: fix windows build and flash issues 2025-07-29 13:45:52 +02:00
.versionbot v2.1.4 2025-07-29 12:17:36 +00:00
assets Update macOS Icon to Big Sur Style 2022-03-10 15:55:27 +01:00
docs patch: remove analytics 2025-05-07 14:57:50 +02:00
lib patch: fix ubuntu 24 build and flash issues 2025-07-29 13:45:55 +02:00
tests patch: refactor permission code 2025-07-29 13:45:48 +02:00
typings Migrate build pipeline to Electron Forge 2023-12-21 13:33:25 +02:00
.dockerignore chore: track python dependencies with pip (#1447) 2017-05-18 16:35:06 -04:00
.editorconfig minor: Refactor dependencies installation to avoid custom scripts 2021-10-13 17:16:11 +02:00
.eslintrc.js Update dependencies 2023-12-22 15:20:28 +02:00
.gitattributes Remove stale secrets 2025-04-14 08:59:30 +00:00
.gitignore Run on CI 2023-12-21 14:38:47 +02:00
.nvmrc Migrate build pipeline to Electron Forge 2023-12-21 13:33:25 +02:00
.prettierrc.js patch: configure prettier in the project to use balena-lint configuration 2024-04-19 18:10:27 +02:00
after-install.tpl Fix application directory for Debian postinst script 2022-03-31 17:45:10 +02:00
CHANGELOG.md v2.1.4 2025-07-29 12:17:36 +00:00
entitlements.mac.plist patch: refactor scanner, loader and flasher out of gui + upgrade to electron 25 2023-10-16 14:49:06 +02:00
forge.config.ts patch: fix ubuntu 24 build and flash issues 2025-07-29 13:45:55 +02:00
forge.sidecar.ts patch: fix ubuntu 24 build and flash issues 2025-07-29 13:45:55 +02:00
LICENSE Change license to Apache 2.0 2016-01-03 22:42:44 -04:00
npm-shrinkwrap.json v2.1.4 2025-07-29 12:17:36 +00:00
package.json v2.1.4 2025-07-29 12:17:36 +00:00
pkg-sidecar.json Update dependencies 2023-12-22 15:20:28 +02:00
README.md Update docs 2023-12-21 18:19:33 +02:00
repo.yml Switch to Flowzone 2022-11-07 07:11:18 -08:00
tsconfig.json patch: bump @balena/lint to 8.0.2 and fix formating 2024-04-25 16:47:18 +02:00
tsconfig.sidecar.json Update dependencies 2023-12-22 15:20:28 +02:00
wdio.conf.ts patch: pretty-bytes to 6.1.1 2024-04-25 21:22:58 +02:00
webpack.config.ts patch: remove analytics 2025-05-07 14:57:50 +02:00

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.

Current Release License Balena.io Forums


Download | Support | Documentation | Contributing | Roadmap

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 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

Install .deb file using apt
   sudo apt install ./balena-etcher_******_amd64.deb
Uninstall
   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

  1. Install using yum
   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. The following example uses a common AUR helper to install the latest release:

yay -S balena-etcher
Uninstall
yay -R balena-etcher

WinGet (Windows)

This package is updated by gh-action, and is kept up to date automatically.

winget install balenaEtcher #or Balena.Etcher
Uninstall
winget uninstall balenaEtcher

Chocolatey (Windows)

This package is maintained by @majkinetor, and is kept up to date automatically.

choco install etcher
Uninstall
choco uninstall etcher

Support

If you're having any problem, please raise an issue 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.