Skip to content
Joacim Breiler edited this page Dec 12, 2023 · 38 revisions

Installing on Windows

  • Download UGS Platform for Windows from here.
  • Unpack the .zip-package
  • Start the program bin/ugsplatform64.exe

How to install on Windows

Installing on Linux

  • Download UGS Platform for Linux from here.
  • Unpack the .tar.gz-package
  • Start the program bin/ugsplatform

How to install on Linux

Installing on Raspberry Pi OS

  • Download UGS Platform for Linux ARM or ARM64 (if you are running the 64-bit OS version) from here.
  • Unpack the .tar.gz-package
  • Start the program bin/ugsplatform

Installing on MacOSX

  • Download UGS Platform for MacOSX from here.
  • Double click the .dmg-file.
  • Drag the "Universal Gcode Platform" to your applications folder.
  • Find the application in the Application folder and right click to open.
    There might be a warning that the application is not signed which you need to ignore.

How to install on MacOSX

UGS Classic

Windows
  • Download and install Java 17 from here
  • Download UGS Classic from here
  • Unpack the zip package
  • Run the start script start.bat
MacOSX
  • Download and install Java 17 from here:
  • Download UGS Classic from here
  • Unpack the zip package
  • Run the start script start.sh
Linux
  • Make sure your system is up to date:
sudo apt-get update
sudo apt-get upgrade
  • Install Java:
apt-get update
apt-get install openjdk-17-jdk
  • Make sure your system is using Java 17 (1.17.xx):
java -version
java version "1.17.0_65"
Java(TM) SE Runtime Environment (build 1.17.0_65-b17)
Java HotSpot(TM) Client VM (build 25.65-b01, mixed mode)
  • Download UGS Classic from here
  • Run the start script start.sh