OpenSCAD APT Repository

Multi-architecture Debian packages for OpenSCAD.

Supported Architectures

Installation

1. Import the GPG key

curl -fsSL https://github.com/gounthar/docker-for-riscv64/releases/download/gpg-key/gpg-public-key.asc | sudo gpg --dearmor -o /usr/share/keyrings/openscad-archive-keyring.gpg

2. Add the repository

echo "deb [signed-by=/usr/share/keyrings/openscad-archive-keyring.gpg] https://gounthar.github.io/openscad stable main" | sudo tee /etc/apt/sources.list.d/openscad.list

3. Update and install

sudo apt-get update
sudo apt-get install openscad

Direct Download

You can also download packages directly from GitHub Releases.

Docker Images

docker pull ghcr.io/gounthar/openscad:latest

Generated by gounthar/openscad