teddywilson / tell-me-when-ableton-supports-m1

Utility to notify me when Ableton supports Apple silicon
2 stars 0 forks source link
ableton apple m1 silicon

Tell me when Ableton supports M1!


NOTE: Ableton 11 is now supported by Apple Silicon. This project is now obsolete.


This is a simple utility that leverages urlwatch to monitor changes to the Ableton Mac OSX compatibility article.

Join the Slack channel here to get notified! If the invite link has expired, feel free to open an issue for me to update it, but I will try to update it every few weeks.

The project is automatically deployed with Cloud Build.

Warning: you will get notified when this page changes - not necessarily when M1 is supported. I created this because responses from their support team have been... unfortunate.

Usage

Without Docker

export SLACK_WEBHOOK=(your webhook)
pip3 install -r requirements.txt
./watch.sh

With Docker

Docker build -t ableton-m1 .
Docker run --env SLACK_WEBHOOK=(your webhook) ableton-m1

Help me make this better?