grbl/grbl
An open source, embedded, high performance g-code-parser and CNC milling controller written in optimized C that will run on a straight Arduino observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6430
- days_rel: n/a
- days_push: 822
- n_releases_24m: 0
Adoption not part of the score
6267 stars · 3218 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Grbl is an open-source, embedded, high-performance g-code parser and CNC milling controller written in optimized C for AVR microcontrollers, running on a plain Arduino Uno. It provides real-time motion control with acceleration planning and look-ahead for CNC mills, laser cutters, and similar machines.
Use cases
- control a CNC milling machine with an Arduino
- parse and execute g-code on embedded hardware
- build a DIY laser cutter controller
- drive stepper motors with precise timing from a microcontroller
- add motion control to a homemade drawing machine
- replace parallel-port CNC motion control with low-cost hardware
When to choose
- you need to run CNC motion control on minimal hardware like an ATmega328 Arduino
- you want a proven, widely supported g-code controller for hobby CNC or laser projects
- you need jitter-free step pulses up to 30kHz with look-ahead acceleration planning
When to avoid
- you need active maintenance or new features - the project is discontinued since 2019
- you need modern 32-bit features, networking, or expanded I/O - consider grblHAL, FluidNC, or µCNC instead
- you need macro functions, variables, or canned cycles - Grbl expects GUIs to translate these into plain g-code
Facets
library · maturity abandoned
parser embedded interpreter robotics hardware embedded-systems embedded c iot cnc g-code motion-control arduino avr firmware cnc-controller stepper-motor laser-cutter 3d-printing automation
2 sources
- readme: https://github.com/grbl/grbl · fetched 2026-08-28 · a4366cab146c
- homepage: https://github.com/gnea/grbl/wiki · fetched 2026-08-29 · e9fce575b7e0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| grbl/grbl | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem