All Projects → balena-io → Etcher

balena-io / Etcher

Licence: apache-2.0
Flash OS images to SD cards & USB drives, safely and easily.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Etcher

Fiber2d
Cross-platform 2D Game Engine in pure Swift
Stars: ✭ 415 (-98.11%)
Mutual labels:  cross-platform
Mudlet
⚔️ A cross-platform, open source, and super fast MUD client with scripting in Lua
Stars: ✭ 427 (-98.05%)
Mutual labels:  cross-platform
Gideros
Gideros Release version
Stars: ✭ 442 (-97.98%)
Mutual labels:  cross-platform
Kirc
A tiny IRC client written in POSIX C99.
Stars: ✭ 416 (-98.1%)
Mutual labels:  cross-platform
Machineid
Get the unique machine id of any host (without admin privileges)
Stars: ✭ 422 (-98.08%)
Mutual labels:  cross-platform
Nigui
Cross-platform desktop GUI toolkit written in Nim
Stars: ✭ 430 (-98.04%)
Mutual labels:  cross-platform
Toou 2d
基于Qt Quick(Qml) 跨平台技术打造的2D框架
Stars: ✭ 413 (-98.12%)
Mutual labels:  cross-platform
Haxe
Haxe - The Cross-Platform Toolkit
Stars: ✭ 4,665 (-78.73%)
Mutual labels:  cross-platform
Shotcut
cross-platform (Qt), open-source (GPLv3) video editor
Stars: ✭ 5,600 (-74.47%)
Mutual labels:  cross-platform
Gimli
A blazing fast library for consuming the DWARF debugging format
Stars: ✭ 437 (-98.01%)
Mutual labels:  cross-platform
Rush
A cross-platform command-line tool for executing jobs in parallel
Stars: ✭ 421 (-98.08%)
Mutual labels:  cross-platform
Uikit Cross Platform
Cross-platform Swift implementation of UIKit, mostly for Android
Stars: ✭ 421 (-98.08%)
Mutual labels:  cross-platform
Happypandax
A cross-platform server and client application for managing and reading manga and doujinshi
Stars: ✭ 432 (-98.03%)
Mutual labels:  cross-platform
Torat
ToRat is a Remote Administation tool written in Go using Tor as a transport mechanism and RPC for communication
Stars: ✭ 415 (-98.11%)
Mutual labels:  cross-platform
Fluttermates
A quick sample app on how to implement a friend list and a profile page in Flutter.
Stars: ✭ 444 (-97.98%)
Mutual labels:  cross-platform
Vtm
A text-based desktop environment
Stars: ✭ 411 (-98.13%)
Mutual labels:  cross-platform
Qt Nice Frameless Window
Qt Frameless Window for both Windows and OS X, support Aero Snap, drop shadow on Windows, and support Native Style such as round corner, drop shadow on OS X. Based on QMainWindow.
Stars: ✭ 430 (-98.04%)
Mutual labels:  cross-platform
Nativescript
NativeScript empowers you to access native platform APIs from JavaScript directly. Angular, Capacitor, Ionic, React, Svelte, Vue and you name it compatible.
Stars: ✭ 20,730 (-5.49%)
Mutual labels:  cross-platform
Tprpix
a Cross-Platform, 2D Survival Sandbox Game Project. Based on C++17/cmake/OpenGL/SQLite3.
Stars: ✭ 448 (-97.96%)
Mutual labels:  cross-platform
Opentabletdriver
Open source, cross-platform, user-mode tablet driver
Stars: ✭ 424 (-98.07%)
Mutual labels:  cross-platform

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 Dependency status Balena.io Forums


Download | Support | Documentation | Contributing | Roadmap

Supported Operating Systems

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

Note: 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.

Note: Our deb and rpm packages are now hosted on Cloudsmith!

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

  1. Add Etcher Debian repository:

    curl -1sLf \
       'https://dl.cloudsmith.io/public/balena/etcher/setup.deb.sh' \
       | sudo -E bash
  2. Update and install:

    sudo apt-get update
    sudo apt-get install balena-etcher-electron
Uninstall
sudo apt-get remove balena-etcher-electron
rm /etc/apt/sources.list.d/balena-etcher.list
apt-get clean
rm -rf /var/lib/apt/lists/*
apt-get update
OpenSUSE LEAP & Tumbleweed install
curl -1sLf \
  'https://dl.cloudsmith.io/public/balena/etcher/setup.rpm.sh' \
  | sudo -E bash
Uninstall
zypper rr balena-etcher
zypper rr balena-etcher-source

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

DNF
  1. Add Etcher rpm repository:

    curl -1sLf \
       'https://dl.cloudsmith.io/public/balena/etcher/setup.rpm.sh' \
       | sudo -E bash
  2. Update and install:

    sudo dnf install -y balena-etcher-electron
Uninstall
rm /etc/yum.repos.d/balena-etcher.repo
rm /etc/yum.repos.d/balena-etcher-source.repo
Yum
  1. Add Etcher rpm repository:

    curl -1sLf \
       'https://dl.cloudsmith.io/public/balena/etcher/setup.rpm.sh' \
       | sudo -E bash
  2. Update and install:

    sudo yum install -y balena-etcher-electron
Uninstall
sudo yum remove -y balena-etcher-electron
rm /etc/yum.repos.d/balena-etcher.repo
rm /etc/yum.repos.d/balena-etcher-source.repo

Solus (GNU/Linux x64)

sudo eopkg it etcher
Uninstall
sudo eopkg rm etcher

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

Brew (macOS)

Note: Etcher 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 install balenaetcher
Uninstall
brew 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].