{"id":31228147,"url":"https://github.com/andmpel/macup","last_synced_at":"2026-03-11T04:03:01.980Z","repository":{"id":311940973,"uuid":"1045700484","full_name":"andmpel/macup","owner":"andmpel","description":"A macOS update utility written in Go","archived":false,"fork":false,"pushed_at":"2025-09-04T14:11:48.000Z","size":223,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-04T16:14:01.659Z","etag":null,"topics":["appstore","cargo","go","golang","homebrew","mac","macos","npm","osx","patch","patcher","rust","script","update","update-script","updater","updates","utility","yarn"],"latest_commit_sha":null,"homepage":"","language":"Go","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/andmpel.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":"2025-08-27T15:26:20.000Z","updated_at":"2025-08-28T06:51:37.000Z","dependencies_parsed_at":"2025-08-28T00:36:26.889Z","dependency_job_id":"ce557a2a-f218-443b-a8d0-52fd217c62a0","html_url":"https://github.com/andmpel/macup","commit_stats":null,"previous_names":["andmpel/macup"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andmpel/macup","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andmpel%2Fmacup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andmpel%2Fmacup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andmpel%2Fmacup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andmpel%2Fmacup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andmpel","download_url":"https://codeload.github.com/andmpel/macup/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andmpel%2Fmacup/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276348330,"owners_count":25626605,"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-09-22T02:00:08.972Z","response_time":79,"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":["appstore","cargo","go","golang","homebrew","mac","macos","npm","osx","patch","patcher","rust","script","update","update-script","updater","updates","utility","yarn"],"created_at":"2025-09-22T05:13:07.594Z","updated_at":"2025-09-22T05:13:08.849Z","avatar_url":"https://github.com/andmpel.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# All-In-One macOS Update Script 🍎🖥️\n\n[![Dependabot Updates](https://github.com/andmpel/MacOS-All-In-One-Update-Script/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/andmpel/MacOS-All-In-One-Update-Script/actions/workflows/dependabot/dependabot-updates)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/andmpel/MacOS-All-In-One-Update-Script/master.svg)](https://results.pre-commit.ci/latest/github/andmpel/MacOS-All-In-One-Update-Script/master)\n[![Test](https://github.com/andmpel/MacOS-All-In-One-Update-Script/actions/workflows/test.yaml/badge.svg)](https://github.com/andmpel/MacOS-All-In-One-Update-Script/actions/workflows/test.yaml)\n\n\u003e Inspired by the article\n[Keeping MacOS Clean](https://waxzce.medium.com/keeping-macos-clean-this-is-my-osx-brew-update-cli-command-6c8f12dc1731).\n\n🔔 This script has recently been ported from Zsh/Bash to Go. If you prefer the traditional zsh script, [here is that repo](https://github.com/andmpel/macos-all-in-one-update-script).\n\nThis Go script simplifies the process of updating all your macOS software directly from the Terminal. While it covers many updates, you may want to install [`mas`](https://github.com/mas-cli/mas) to manage App Store applications.\n\n## Getting Started\n\n1. Head to releases and download `macup` or `macup_\u003ccpu-arch\u003e` for your mac\n2. `cd \u003cpath/to/macup\u003e`\n3. `chmod +x ./macup`\n4. Run the `./macup` from terminal\n5. Go to System Settings Application and search `\"gatekeeper\"` and select the result\n6. Click `\"Allow Anyway\"`\n7. Run the `./macup` from terminal, then select your updates\n8. To skip the selection menu, run `macup --yes` to use your previous selections\n\n## Supported Updates\n\nThis script currently updates the following:\n\n- 🍺 **Homebrew** formulas and casks (`brew`)\n- 🧑‍💻 **VSCode** extensions (`code`)\n- 📦 **Node Package Manager** packages (`npm`)\n- 💎 **RubyGems** (`gem`)\n- 🧶 **Yarn** packages (`yarn`)\n- 🚚 **Rust** packages (`cargo`)\n- 🛍 **App Store** applications (`mas`)\n- 🖥 **MacOS** system updates and patches (`softwareupdate`)\n\nFeel free to contribute or customize the script to suit your needs! Happy updating! 🎉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandmpel%2Fmacup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandmpel%2Fmacup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandmpel%2Fmacup/lists"}