This script will build Aseprite for Apple Silicon using the latest version of Aseprite and Skia's binary builds. A minimum of macOS 11 (Big Sur) is required to run the script.
Aseprite is a powerful tool for creating pixel art and animations, and as a hobby I've been doing pixel art for quite a while. However, building it on my MacBook was a challenging process. Thus, I've made this script which aims to simplify the build process by automating all of the steps, requiring little to no manual input.
The script has successfully built Aseprite on the following device:
- Name: MacBook Air (M1, 2020)
- Chip: Apple M1
- Memory: 8 GB
- Storage: 256 GB
- macOS Version: Sonoma (14.6)
- Clone the repository:
# Clone using git.
$ git clone https://github.com/hitblast/aseprite-build-apple-m1.git
- Run the script:
(Since
xattr
is required to change some default attributes for creating the app, you might be prompted to enter yoursudo
password.)
# Change directory to the script.
$ cd aseprite-build-apple-m1
# Make the script executable.
$ chmod +x build.sh
# Run the script.
$ ./build.sh