https://github.com/barebaric/rayforge
A software for laser cutters and engravers
https://github.com/barebaric/rayforge
cadcam engraving gcode gcode-generation gcode-sender gcode-visualizer laser-cutting
Last synced: 25 days ago
JSON representation
A software for laser cutters and engravers
- Host: GitHub
- URL: https://github.com/barebaric/rayforge
- Owner: barebaric
- License: mit
- Created: 2025-02-04T16:20:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-30T21:58:00.000Z (27 days ago)
- Last Synced: 2026-03-30T23:46:18.820Z (27 days ago)
- Topics: cadcam, engraving, gcode, gcode-generation, gcode-sender, gcode-visualizer, laser-cutting
- Language: Python
- Homepage: https://rayforge.org
- Size: 47.2 MB
- Stars: 163
- Watchers: 7
- Forks: 23
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
[](https://github.com/barebaric/rayforge/releases/)
[](https://pypi.org/project/rayforge/)
[](https://snapcraft.io/rayforge)
[](https://launchpad.net/~knipknap/+archive/ubuntu/rayforge)
[](https://opensource.org/licenses/MIT)
[](https://snapcraft.io/rayforge)

# Rayforge
Rayforge is a modern, cross-platform 2D CAD, G-code sender and control software for GRBL-based laser cutters and engravers.
Built with Gtk4 and Libadwaita, it provides a clean, native interface for Linux and Windows, offering a full suite of tools
for both hobbyists and professionals.

You can also check the [official Rayforge homepage](https://rayforge.org).
We also have a [Discord](https://discord.gg/sTHNdTtpQJ).
## Key Features
| Feature | Description |
| :--------------------------- | :--------------------------------------------------------------------------------------------------------------- |
| **Modern UI** | Polished and modern UI built with Gtk4 and Libadwaita. Supports system, light, and dark themes. |
| **Parametric Sketch Editor** | Create precise, constraint-based 2D designs with geometric and dimensional constraints. |
| **Multi-Layer Operations** | Assign different operations (e.g., engrave then cut) to layers in your design. |
| **Versatile Operations** | Supports Contour, Raster Engraving (with cross-hatch fill), Shrink Wrap, and Depth Engraving. |
| **Overscan & Kerf Comp.** | Improve engraving quality with overscan and ensure dimensional accuracy with kerf compensation. |
| **2.5D Cutting** | Perform multi-pass cuts with a configurable step-down between each pass for thick materials. |
| **3D G-code Preview** | Visualize G-code toolpaths in 3D to verify the job before sending it to the machine. |
| **Multi-Machine Profiles** | Configure and instantly switch between multiple machine profiles. |
| **GRBL Firmware Settings** | Read and write firmware parameters (`$$`) directly from the UI. |
| **Comprehensive 2D Canvas** | Full suite of tools: alignment, transformation, measurement, zoom, pan, and more. |
| **Advanced Path Generation** | High-quality image tracing, travel time optimization, path smoothing, and spot size interpolation. |
| **Holding Tabs** | Add tabs to contour cuts to hold pieces in place. Supports manual and automatic placement. |
| **G-code Macros & Hooks** | Run custom G-code snippets before/after jobs. Supports variable substitution. |
| **Broad File Support** | Import from SVG, DXF, PDF, JPEG, PNG, BMP, and even Ruida files (`.rd`). |
| **Multi-Laser Operations** | Choose different lasers for each operation in a job |
| **Camera Integration** | Use a USB camera for workpiece alignment, positioning, and background tracing. |
| **Cross-Platform** | Native builds for Linux and Windows. |
| **Extensible** | Open development model makes it easy to [add support for new devices](website/docs/developer/driver.md). |
| **Multi-Language** | Available in English, Portuguese, Spanish, German, French, and Chinese. |
| **G-code Dialects** | Supports GRBL, Smoothieware, and other GRBL-compatible firmwares. |
## Device Support
| Device Type | Connection Method | Notes |
| :--------------- | :---------------------- | :------------------------------------------------------------- |
| **GRBL** | Serial Port | Supported since version 0.13. The most common connection type. |
| **GRBL** | Network (WiFi/Ethernet) | Connect to any GRBL device on your network. |
| **Smoothieware** | Telnet | Supported since version 0.15. |
## Installation
For installation instructions [refer to our homepage](https://rayforge.org/docs/getting-started/installation).
## Development
For detailed information about developing for Rayforge, including setup instructions,
testing, and contribution guidelines, please see the
[Developer Documentation](https://rayforge.org/docs/latest/developer/getting-started/).
## License
This project is licensed under the **MIT License**. See the `LICENSE` file for details.