Install: Sage
brew update brew install sagemath This compiles a few dependencies but is surprisingly fast on Apple Silicon (M1/M2/M3). Once done, launch with:
docker pull sagemath/sagemath:latest docker run -it sagemath/sagemath You’ll land directly in a Sage prompt. To mount a local folder: install sage
Drop a comment below, or check the official docs: doc.sagemath.org Happy math hacking. brew update brew install sagemath This compiles a