{"id":30260053,"url":"https://github.com/slsrepo/t2archinstall","last_synced_at":"2026-04-08T16:31:42.294Z","repository":{"id":309912542,"uuid":"1034526415","full_name":"slsrepo/t2archinstall","owner":"slsrepo","description":"Arch Linux Installer TUI for Intel Macs with the T2 Security Chip","archived":false,"fork":false,"pushed_at":"2026-03-29T20:59:54.000Z","size":713,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-03-29T22:28:09.969Z","etag":null,"topics":["2018","2019","2020","apple","arch","arch-installer","arch-linux","archinstall","archlinux","archlinux-installer","imac","installer","iso","linux","mac","macbook-air","macbook-pro","python3","textual","tui"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/slsrepo.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,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-08T14:30:44.000Z","updated_at":"2026-03-29T20:59:57.000Z","dependencies_parsed_at":"2025-08-14T15:10:32.145Z","dependency_job_id":"ff0435ca-ed3a-4d38-bb84-68cc51921452","html_url":"https://github.com/slsrepo/t2archinstall","commit_stats":null,"previous_names":["slsrepo/t2archinstall"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/slsrepo/t2archinstall","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slsrepo%2Ft2archinstall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slsrepo%2Ft2archinstall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slsrepo%2Ft2archinstall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slsrepo%2Ft2archinstall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slsrepo","download_url":"https://codeload.github.com/slsrepo/t2archinstall/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slsrepo%2Ft2archinstall/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31564862,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["2018","2019","2020","apple","arch","arch-installer","arch-linux","archinstall","archlinux","archlinux-installer","imac","installer","iso","linux","mac","macbook-air","macbook-pro","python3","textual","tui"],"created_at":"2025-08-15T19:00:50.616Z","updated_at":"2026-04-08T16:31:42.289Z","avatar_url":"https://github.com/slsrepo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arch Linux T2 Installer\n\nA user-friendly, terminal-based installer for [Arch Linux](https://wiki.archlinux.org/index.php/Arch_Linux) on Intel Macs equipped with the T2 Security Chip.\n\nThe installer provides a guided step-by-step process using a multi-tab interface that guides you through every stage of the installation, from partitioning to desktop environment setup, while incorporating all the tweaks that are specific to the T2 hardware.\n\n## Prerequisites\n\n* Having gone through the pre-installation steps detailed [here](https://wiki.t2linux.org/guides/preinstall/), involving disabling Secure Boot and partitioning macOS to make room for Arch.\n* A USB-C to USB-A adapter (or hub)\n* A USB drive with the Arch Linux live install ISO\n* An active internet connection (Ethernet preferred, but WiFi is also configurable)\n* An hour of your time (depending on your internet speed and hardware, it might take as little as 20 minutes though)\n\n## Installation \u0026 Usage\n\nYou can use this command to download and run the installer quickly:\n\n```\ncurl -fsSL https://sls.re/t2arch.sh | sh \u0026\u0026 ./t2archinstall.py\n```\n\nOr run these commands manually:\n\n```\npacman -Sy archlinux-keyring\npacman -Sy python-textual\ncurl -o t2archinstall.py https://github.com/slsrepo/t2archinstall/raw/refs/heads/main/t2archinstall.py\nchmod +x t2archinstall.py\n./t2archinstall.py\n```\n\nIf Arch's Python installation complains about Textual even after you installed it, create a virtual environment and run the script there using these commands:\n```\npython3 -m venv ~\nbin/pip install textual\nbin/python t2archinstall.py\n```\n\n## Credits\n\n* Inspired by [archinstall](https://github.com/archlinux/archinstall).\n* [Textual](https://textual.textualize.io) made it easy to write the UI.\n* Thanks to the [T2Linux community](https://wiki.t2linux.org/) and especially to [AdityaGarg8](https://github.com/AdityaGarg8) and [NoaHimesaka1873](https://github.com/NoaHimesaka1873) for the guidance and support.\n* Thanks to the Arch Linux community for [the fantastic wiki](https://wiki.archlinux.org/) too.\n\n## References\n\n* [Arch Linux Installation Guide](https://wiki.archlinux.org/title/Installation_guide)\n* [Arch Installation – T2 Linux wiki](https://wiki.t2linux.org/distributions/arch/installation/)\n\n##\n\n© All Rights Reserved, [Sl's Repository Ltd](https://slsrepo.com/), 2026.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslsrepo%2Ft2archinstall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslsrepo%2Ft2archinstall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslsrepo%2Ft2archinstall/lists"}