Flash OS images to SD cards & USB drives, safely and easily.
Clone or download
Latest commit b298e53 Nov 13, 2018
Permalink
Failed to load latest commit information.
.github doc(github): Update instructions in ISSUE_TEMPLATE Jan 30, 2018
assets Add balena iconset & osx installer background Nov 2, 2018
bin Integrate Etcher CLI in the main repository (#352) Apr 21, 2016
docs docs: Fix typo in contributing guidelines Nov 1, 2018
lib fix(usbboot): Limit usbboot transfers to 1MiB Nov 13, 2018
patches chore: encode complete paths to patched file in patches/ (#1987) Jan 23, 2018
scripts Use Resin CI scripts to build Etcher Oct 22, 2018
src minifix(GUI): run elevated process asynchronously on Windows (#1950) Jan 4, 2018
tests Enable React lint rules Oct 23, 2018
.dockerignore chore: track python dependencies with pip (#1447) May 18, 2017
.editorconfig doc(github): Update instructions in ISSUE_TEMPLATE Jan 30, 2018
.eslintrc.yml Enable React lint rules Oct 23, 2018
.gitattributes minifix: add jsx files to gitattributes and attribute jviotti (#2302) May 4, 2018
.gitignore Add new logos Oct 25, 2018
.gitmodules refactor(GUI): Convert Select Image button to Rendition Nov 1, 2018
.resinci.json Update application name & copyright Nov 5, 2018
.sass-lint.yml chore: migrate from scss-lint to sass-lint (#1172) Mar 9, 2017
.travis.yml chore(ci): Remove Gitter.im webhooks from CI services Mar 26, 2018
CHANGELOG.md v1.4.7 Nov 11, 2018
LICENSE Change license to Apache 2.0 Jan 4, 2016
Makefile lint: don't run codespell on svg files Nov 13, 2018
README.md Change resin.io to balena.io Oct 25, 2018
SUPPORT.md Change resin.io to balena.io Oct 25, 2018
appveyor.yml chore(ci): Remove Gitter.im webhooks from CI services Mar 26, 2018
binding.gyp refactor: address code review comments from #1366 (#1390) May 9, 2017
dictionary.txt chore: pass a dictionary to codespell.py (#1717) Dec 6, 2017
electron-builder.yml Update application name & copyright Nov 5, 2018
npm-shrinkwrap.json v1.4.7 Nov 11, 2018
package.json v1.4.7 Nov 11, 2018
requirements.txt test(lint): Update codespell 1.11.0 -> 1.12.0 Apr 4, 2018
screenshot.png v1.4.7 Nov 11, 2018
versionist.conf.js fix(versionist): Adapt versionist.conf.js to new guidelines Nov 8, 2018
webpack.config.js fix(webpack): Add etcher.js to webpack build Aug 14, 2018

README.md

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.

Current Release License Travis CI status AppVeyor status Dependency status Balena.io Forums Stories in Progress


Download | Support | Documentation | Contributing | Roadmap | CLI

Etcher

Supported Operating Systems

  • Linux (most distros)
  • macOS 10.9 and later
  • Microsoft Windows 7 and later

Note that Etcher will run on any platform officially supported by Electron. Read more in their documentation.

Installers

Refer to the downloads page for the latest pre-made installers for all supported operating systems.

Debian and Ubuntu based Package Repository (GNU/Linux x86/x64)

  1. Add Etcher debian repository:

    echo "deb https://deb.etcher.io stable etcher" | sudo tee /etc/apt/sources.list.d/etcher.list
    
  2. Trust Bintray.com's GPG key:

    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 379CE192D401AB61
  3. Update and install:

    sudo apt-get update
    sudo apt-get install etcher-electron
Uninstall
sudo apt-get remove etcher-electron
sudo rm /etc/apt/sources.list.d/etcher.list
sudo apt-get update

Redhat (RHEL) and Fedora based Package Repository (GNU/Linux x86/x64)

  1. Add Etcher rpm repository:

    sudo wget https://etcher.io/static/etcher-rpm.repo -O /etc/yum.repos.d/etcher-rpm.repo
  2. Update and install:

    sudo yum install -y etcher-electron

    or

    sudo dnf install -y etcher-electron
Uninstall
sudo yum remove -y etcher-electron
sudo rm /etc/yum.repos.d/etcher-rpm.repo
sudo yum clean all
sudo yum makecache fast

or

sudo dnf remove -y etcher-electron
sudo rm /etc/yum.repos.d/etcher-rpm.repo
sudo dnf clean all
sudo dnf makecache

Solus (GNU/Linux x64)

sudo eopkg it etcher
Uninstall
+sudo eopkg rm etcher

Brew Cask (macOS)

Note that the Etcher Cask has to be updated manually to point to new versions, so it might not refer to the latest version immediately after an Etcher release.

brew cask install etcher
Uninstall
brew cask uninstall etcher

Chocolatey (Windows)

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

choco install 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.