# avrdudes/avrdude

AVRDUDE is a utility to program AVR microcontrollers

Repository: https://github.com/avrdudes/avrdude
Canonical: https://ross.abutalabs.com/products/avrdude
Language: C
License: GPL-2.0
License Family: copyleft
Topics: avrdude, avr, arduino, atmel, microchip, attiny, atmega
Last push: 2026-09-02T06:38:07+00:00

## Health v2 (maintenance only)
Score: 86/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 100, release rhythm 60, longevity 100
- inputs: {"age_days": 1731, "days_push": 0, "days_rel": 53, "gap_med": 382, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1173, forks 197 (observed 2026-09-03T02:15:09.384021+00:00)

## What it is
AVRDUDE is a command-line utility for downloading and uploading on-chip memories (Flash, EEPROM, fuse and lock bits) of AVR microcontrollers. It supports many programming protocols and hardware programmers, including Arduino bootloaders.

## Use cases
- flash a hex firmware file onto an Arduino Uno
- read the EEPROM contents of an ATmega chip
- burn fuse bits on an ATtiny microcontroller
- upload sketches to AVR boards from the command line
- verify firmware written to a microcontroller
- issue raw programming instructions to an AVR chip

## When to choose
- you need to program or read AVR microcontroller memories from the command line
- you want to flash Arduino boards outside the Arduino IDE
- you need support for many ISP programmers and protocols
- you want to automate firmware flashing in build scripts or CI

## When to avoid
- you need to program non-AVR chips like ARM Cortex microcontrollers (use OpenOCD or vendor tools)
- you want a graphical flashing interface
- you only need to compile AVR firmware without uploading it

## Facets
- artifact type: cli-tool
- maturity: active
- function: cli, developer-tools, embedded
- domain: embedded-systems, hardware, developer-tools
- platform: windows, cli, cross-platform
- tags: avr, microcontroller, arduino, firmware-flashing, isp-programming, atmel, microchip, command-line, linux, macos

## Member repositories
- avrdudes/avrdude (main) score 86

## Provenance
- Observed fields: from GitHub, fetched 2026-09-03T02:15:09.384021+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:28:40.846989+00:00, confidence not recorded.
  - readme: https://github.com/avrdudes/avrdude (fetched 2026-09-03T02:15:09.384021+00:00, sha b740ac3ac1cb)
- Data as of 2026-08-30T08:39:29.467469+00:00.
