Hi @MaX. The CI build is using Ubuntu 22.04, which I think is based on Debian 11, so those libraries should be Ok. Do you fancy trying to build Cabbage yourself? Here’s the basic steps. First open you will need to sudo open /etc/apt/sources.list and uncomment any lines starting with #deb-src. The run sudo apt-get update.
Then clone the Cabbage repo, cd to the cabbage folder and run:
pip install requests
python --version
python build.py --config=Release --packageType="Remote"
Fingers crossed, it will do everything you need. If it doesn’t find Csound it will build and install it. In fact, if you have an older version of Csound installed, remove it and the build script will install the latest.

