{"id":29824235,"url":"https://github.com/hitblast/aseprite-build-apple","last_synced_at":"2025-07-29T02:43:01.236Z","repository":{"id":251200081,"uuid":"836703311","full_name":"hitblast/aseprite-build-apple","owner":"hitblast","description":"🔨 An automated build script for Aseprite on M1, M2, M3 and other Apple Silicon hardware.","archived":false,"fork":false,"pushed_at":"2025-06-14T04:52:40.000Z","size":1243,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-14T05:31:50.365Z","etag":null,"topics":["apple-silicon","aseprite","aseprite-script","bash","shell","shell-script","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hitblast.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-01T11:37:12.000Z","updated_at":"2025-06-14T04:52:43.000Z","dependencies_parsed_at":"2024-08-01T13:11:25.935Z","dependency_job_id":"baec1485-6384-4610-89c3-069a0d363a55","html_url":"https://github.com/hitblast/aseprite-build-apple","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"e293fb562de885ec12b1e267c7732a9695b39b28"},"previous_names":["hitblast/aseprite-build-apple-m1","hitblast/aseprite-build-apple"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hitblast/aseprite-build-apple","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hitblast%2Faseprite-build-apple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hitblast%2Faseprite-build-apple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hitblast%2Faseprite-build-apple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hitblast%2Faseprite-build-apple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hitblast","download_url":"https://codeload.github.com/hitblast/aseprite-build-apple/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hitblast%2Faseprite-build-apple/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267620974,"owners_count":24116882,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apple-silicon","aseprite","aseprite-script","bash","shell","shell-script","zsh"],"created_at":"2025-07-29T02:42:48.979Z","updated_at":"2025-07-29T02:43:01.229Z","avatar_url":"https://github.com/hitblast.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## ✨ Aseprite Build Script for Apple Silicon\n\nThis script will build Aseprite for Apple Silicon using the latest version of Aseprite and Skia's binary builds.\nA minimum of **macOS 11 (Big Sur)** is required to run the script.\n\n### Table of Contents\n\n\n- [Requirements](#-requirements)\n- [Test Device](#-test-device)\n- [Build Instructions](#-build-instructions)\n\n### ❔ Why?\n\nAseprite 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.\n\n### 🔨 Requirements\n\n- [Xcode](https://developer.apple.com/xcode/)\n- [CMake](https://cmake.org/)\n- [Ninja](https://ninja-build.org/)\n- [Git](https://git-scm.com/)\n\n### 🔖 Test Device\n\nThe script has successfully built Aseprite on the following device:\n\n- Name: MacBook Air (M1, 2020)\n- Chip: Apple M1\n- Memory: 8 GB\n- Storage: 256 GB\n- macOS Version: Sonoma (14.6)\n\n### 🚀 Build Instructions\n\n1. Clone the repository:\n\n```bash\n# Clone using git.\n$ git clone https://github.com/hitblast/aseprite-build-apple-m1.git\n```\n\n2. Run the script:\n(Since `xattr` is required to change some default attributes for creating the app, you might be prompted to enter your `sudo` password.)\n\n```bash\n# Change directory to the script.\n$ cd aseprite-build-apple-m1\n\n# Make the script executable.\n$ chmod +x build.sh\n\n# Run the script.\n$ ./build.sh\n```\n\n**NOTE:** If you're using sccache for compiling, you may unset `CC` and `CXX` variables before executing the script. Here's\na shortcut:\n\n```bash\n$ unset CC \u0026\u0026 unset CXX \u0026\u0026 ./build.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhitblast%2Faseprite-build-apple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhitblast%2Faseprite-build-apple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhitblast%2Faseprite-build-apple/lists"}