Installation
System wide:
{
environment.systemPackages = with nix-casks.packages.${system}; [
universal-gcode-platform # Universal G-code Sender (Platform version)
];
}
Home Manager:
{
home.packages = with nix-casks.packages.${system}; [
universal-gcode-platform # Universal G-code Sender (Platform version)
];
}
Package Definition
{
"pname": "universal-gcode-platform",
"version": "2.1.17",
"src": {
"url": "https://github.com/winder/Universal-G-Code-Sender/releases/download/v2.1.17/macosx-aarch64-ugs-platform-app-2.1.17.dmg",
"sha256": "e52a2ea99adeff0c465ce230243ab695618e7208080cd68c71da61b115b8fcd7"
},
"installPhase": [
"mkdir -p \"$out/Applications/Universal Gcode Sender.app\" && cp -r \"Universal Gcode Sender.app\" \"$out/Applications\""
],
"meta": {
"description": "G-code sender for CNC (compatible with GRBL, TinyG, g2core and Smoothieware)",
"homepage": "https://winder.github.io/ugs_website/"
}
}
Version History
2.1.17 (NixCasks v4)
12 October 2025, 12:08 2.1.15 (NixCasks v4)
14 July 2025, 00:00 2.1.14 (NixCasks v4)
16 May 2025, 00:16 2.1.13 (NixCasks v4)
2 April 2025, 00:00 2.1.12 (NixCasks v4)
7 March 2025, 09:14 2.1.12 (NixCasks v3)
5 March 2025, 00:00 2.1.12 (NixCasks v2)
4 March 2025, 19:10 2.1.12 (NixCasks v1)
13 January 2025, 00:00 2.1.9 (NixCasks v1)
8 November 2024, 21:22