{"id":33559553,"url":"https://github.com/ntrezowan/homebrew-alacritty","last_synced_at":"2026-04-12T03:32:04.884Z","repository":{"id":324823864,"uuid":"1098693710","full_name":"ntrezowan/homebrew-alacritty","owner":"ntrezowan","description":"Personal Homebrew tap for installing and updating Alacritty from the official GitHub releases. ","archived":false,"fork":false,"pushed_at":"2025-11-18T04:04:56.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-18T04:25:19.001Z","etag":null,"topics":["alacritty","apple-silicon","cask","homebrew","macos","terminal"],"latest_commit_sha":null,"homepage":"https://github.com/alacritty/alacritty","language":"Ruby","has_issues":false,"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/ntrezowan.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-18T02:51:56.000Z","updated_at":"2025-11-18T04:05:00.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ntrezowan/homebrew-alacritty","commit_stats":null,"previous_names":["ntrezowan/homebrew-alacritty"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ntrezowan/homebrew-alacritty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntrezowan%2Fhomebrew-alacritty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntrezowan%2Fhomebrew-alacritty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntrezowan%2Fhomebrew-alacritty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntrezowan%2Fhomebrew-alacritty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ntrezowan","download_url":"https://codeload.github.com/ntrezowan/homebrew-alacritty/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ntrezowan%2Fhomebrew-alacritty/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27283994,"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-11-26T02:00:06.075Z","response_time":193,"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":["alacritty","apple-silicon","cask","homebrew","macos","terminal"],"created_at":"2025-11-27T22:02:43.270Z","updated_at":"2025-11-27T22:02:44.348Z","avatar_url":"https://github.com/ntrezowan.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Homebrew Tap for Alacritty\n\nThis repository provides a **personal Homebrew tap** to install a custom build of Alacritty on macOS (Apple Silicon only).\nIt tracks the latest official Alacritty [GitHub releases](https://github.com/alacritty/alacritty) and updates automatically via GitHub Actions.\n\n---\n\n## Usage\n\n1. **Add this tap (one time):**\n    ```sh\n    brew tap ntrezowan/alacritty\n    ```\n\n    *use the following if Homebrew cannot resolve the default URL*\n   ```sh\n   brew tap ntrezowan/alacritty https://github.com/ntrezowan/alacritty\n   ```\n\n3. **Install Alacritty:**\n    ```sh\n    brew install --cask alacritty-custom\n    ```\n\n4. **Upgrade:**\n    ```sh\n    brew update\n    brew upgrade --cask alacritty-custom\n    ```\n\n5. **To remove Alacritty:**\n    ```sh\n    brew uninstall --cask alacritty-custom\n    ```\n\n    **To remove Alacritty and its configs (`~/.config/alacritty`):**\n    ```sh\n    brew uninstall --cask --zap alacritty-custom\n    ```\n\n6. **To untap (remove the tap):**\n    ```sh\n    brew untap ntrezowan/alacritty\n    ```\n---\n\n## Notes\n\n- **Apple Silicon only.** (For Intel Macs, use the official cask or build from source.)\n- **First launch:** macOS will block the app (“unverified developer”). To allow launch:\n    - Run in Terminal:\n      ```sh\n      sudo xattr -rd com.apple.quarantine /Applications/Alacritty.app\n      ```\n      *or*\n    - Open Alacritty.app once, then go to System Settings → Security \u0026 Privacy → General and click “Open Anyway” for Alacritty.\n- **Security:** This app is not codesigned/notarized. You must manually approve it in Gatekeeper.\n- **Auto-update:** GitHub Actions keeps this cask up to date weekly.\n- **No conflicts:** The unique cask name `alacritty-custom` ensures your installation won’t be overridden by the official Homebrew cask.\n    ```sh\n    brew info alacritty-custom\n    ```\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntrezowan%2Fhomebrew-alacritty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fntrezowan%2Fhomebrew-alacritty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fntrezowan%2Fhomebrew-alacritty/lists"}