Skip to content

Instantly share code, notes, and snippets.

@eugeniobonifacio
eugeniobonifacio / flatcam-install.sh
Last active January 4, 2026 12:33
Install and run FlatCAM on modern linux distros
#!/bin/bash
# clone flatcam beta
git clone -b Beta https://bitbucket.org/jpcgt/flatcam.git flatcam-beta
# grab the python 3.8 AppImage
wget https://github.com/niess/python-appimage/releases/download/python3.8/python3.8.19-cp38-cp38-manylinux1_x86_64.AppImage
# make it executable
chmod +x python3.8.19-cp38-cp38-manylinux1_x86_64.AppImage