Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 810 Bytes

README.md

File metadata and controls

38 lines (23 loc) · 810 Bytes

AvdanOS Imager

This is a Balena Etcher alternative written in Electron (may be ported to Tauri in the future).

To-Do List:

Legend:
🚧 = We are working on it!
❌ = Implementation hasn't started yet.
✔️ = We have a working implementation.
❔ = May be implemented in the future.

🚧 Main UI

🚧 Native C++ Desktop Port

Flashing Back-End

Getting Started

Make sure you have NodeJS 14 or later installed.

npm install
npm run start

You should see the Imager window appear after.

Hit CTRL+R after any changes made to the source code.

Contributing

Please see the contributing guidelines for more info.