{"id":17720224,"url":"https://github.com/harryzcy/ascheck","last_synced_at":"2025-12-15T12:41:52.332Z","repository":{"id":36971250,"uuid":"352143177","full_name":"harryzcy/ascheck","owner":"harryzcy","description":"A command-line app that bulk-checks your apps for the Apple Silicon support","archived":true,"fork":false,"pushed_at":"2023-05-01T04:26:19.000Z","size":145,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-06-19T17:50:54.186Z","etag":null,"topics":["apple-silicon-support","applesilicon","cli","golang","macos"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/harryzcy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2021-03-27T18:07:54.000Z","updated_at":"2024-05-21T04:22:30.000Z","dependencies_parsed_at":"2024-06-19T17:27:07.312Z","dependency_job_id":null,"html_url":"https://github.com/harryzcy/ascheck","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harryzcy%2Fascheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harryzcy%2Fascheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harryzcy%2Fascheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harryzcy%2Fascheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harryzcy","download_url":"https://codeload.github.com/harryzcy/ascheck/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243526267,"owners_count":20305107,"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","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-support","applesilicon","cli","golang","macos"],"created_at":"2024-10-25T15:26:32.907Z","updated_at":"2025-12-15T12:41:52.233Z","avatar_url":"https://github.com/harryzcy.png","language":"Go","readme":"# Apple Silicon Check\n\n[![Actions Status](https://github.com/harryzcy/ascheck/workflows/CI/badge.svg)](https://github.com/harryzcy/ascheck/actions)\n[![codecov](https://codecov.io/gh/harryzcy/ascheck/branch/main/graph/badge.svg)](https://codecov.io/gh/harryzcy/ascheck)\n[![Go Report Card](https://goreportcard.com/badge/github.com/harryzcy/ascheck)](https://goreportcard.com/report/github.com/harryzcy/ascheck)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat)](http://makeapullrequest.com)\n\nA CLI tool that bulk-checks your apps for the Apple Silicon support.\n\n---\n\n## Table of Contents\n\n- [Installation](#installation)\n  - [Homebrew tap](#homebrew-tap)\n  - [go install](#go-install)\n  - [Compile from source](#compile-from-source)\n- [Example Usage](#example-usage)\n  - [Show help](#show-help)\n  - [Run](#run)\n  - [Output](#output)\n\n---\n\n## Installation\n\n### Homebrew tap\n\n```shell\nbrew tap harryzcy/ascheck\nbrew install ascheck\n```\n\n### go install\n\n```shell\ngo install github.com/harryzcy/ascheck\n```\n\n### Compile from source\n\n#### clone\n\n```shell\ngit clone https://github.com/harryzheng/ascheck\ncd ascheck\n```\n\n#### get the dependencies\n\n```shell\ngo mod tidy\n```\n\n#### build\n\n```shell\ngo build -o ascheck .\n```\n\n## Example Usage\n\n### Show help\n\n```shell\nascheck -h\n```\n\n### Run\n\n```shell\nascheck\n```\n\n### Output\n\nThe output will show:\n\n```shell\nNAME        CURRENT ARCHITECTURES  ARM SUPPORT\n------------------------------------------------\nApp Store   Intel 64               Supported\nAutomator   Intel 64               Supported\n...\n```\n\n- NAME: name of the app\n- CURRENT ARCHITECTURES: the architecture of the currently installed version\n- ARM SUPPORT: the arm support information on [Does it Arm](https://github.com/ThatGuySam/doesitarm)\n","funding_links":[],"categories":["Go"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharryzcy%2Fascheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharryzcy%2Fascheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharryzcy%2Fascheck/lists"}