# bitaxe-web-flasher **Repository Path**: ramonly/bitaxe-web-flasher ## Basic Information - **Project Name**: bitaxe-web-flasher - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2025-08-09 - **Last Updated**: 2025-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![](https://dcbadge.vercel.app/api/server/3E8ca2dkcC)](https://discord.gg/3E8ca2dkcC) # Bitaxe Web Flasher The Bitaxe Web Flasher is the open source tool that provides you an easy solution to flash a factory file to your device. ## Flashing process Simply connect your device, select the model and board version and click on flash. ## Development / Run locally You can use Docker for compiling the application and to run it locally by ```bash # build the image docker build . -f Dockerfile -t bitaxe-web-flasher # run the container docker run --rm -d -p 3000:3000 bitaxe-web-flasher ``` and access it by `http://localhost:3000`