{"id":26221862,"url":"https://github.com/c0d3h01/archinstall","last_synced_at":"2025-08-15T20:52:21.580Z","repository":{"id":288180258,"uuid":"904735227","full_name":"c0d3h01/archinstall","owner":"c0d3h01","description":"Automated Arch Linux Installation","archived":false,"fork":false,"pushed_at":"2025-06-08T09:58:22.000Z","size":537,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-10T22:33:52.950Z","etag":null,"topics":["archinstall","archlinux","linux","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/c0d3h01.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}},"created_at":"2024-12-17T13:04:36.000Z","updated_at":"2025-06-08T13:31:39.000Z","dependencies_parsed_at":"2025-07-19T20:37:55.162Z","dependency_job_id":"d190ad00-e125-484c-9bd1-9d908eeab5bb","html_url":"https://github.com/c0d3h01/archinstall","commit_stats":null,"previous_names":["c0d3h01/archinstall","haarshalsawant/archinstall"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/c0d3h01/archinstall","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c0d3h01%2Farchinstall","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c0d3h01%2Farchinstall/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c0d3h01%2Farchinstall/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c0d3h01%2Farchinstall/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c0d3h01","download_url":"https://codeload.github.com/c0d3h01/archinstall/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c0d3h01%2Farchinstall/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270630032,"owners_count":24619370,"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-08-15T02:00:12.559Z","response_time":110,"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":["archinstall","archlinux","linux","shell"],"created_at":"2025-03-12T16:32:33.310Z","updated_at":"2025-08-15T20:52:21.569Z","avatar_url":"https://github.com/c0d3h01.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# archinstall\n\n[![archinstall Checks](https://github.com/c0d3h01/archinstall/actions/workflows/checks.yml/badge.svg)](https://github.com/c0d3h01/archinstall/actions/workflows/checks.yml)\n\nAutomated Arch Linux installation script for quick, reproducible system setup.\n\n## Features\n\n- Interactive, safe drive selection (with confirmation)\n- Automatic partitioning (EFI + Btrfs)\n- Installs Arch base system and essential tools\n- Fully customizable via JSON config (hostname, users, locale, etc.)\n- User creation with groups/shell setup\n- Enables basic services (NetworkManager, firewalld)\n- Actions are logged to `archinstall.log`\n\n## Usage\n\n1. **Clone the repository:**\n\n   ```bash\n   git clone https://github.com/c0d3h01/archinstall.git\n   cd archinstall\n   ```\n\n2. **Edit your config:**\n\n   Edit `config/user_config.json`:\n\n   ```json\n   {\n     \"drive\": \"auto\",\n     \"hostname\": \"archbox\",\n     \"timezone\": \"Asia/Kolkata\",\n     \"locale\": \"en_IN.UTF-8\",\n     \"users\": [\n       {\n         \"name\": \"username\",\n         \"password\": \"your_password_here\",\n         \"groups\": \"wheel,docker\",\n         \"shell\": \"/bin/zsh\"\n       }\n     ]\n   }\n   ```\n\n3. **Run the installer:**\n\n   ```bash\n   chmod +x ./src/archinstall.sh\n   sudo ./src/archinstall.sh config/user_config.json\n   ```\n\n   If `\"drive\": \"auto\"` is set, you'll be prompted to select the target disk.\n\n4. **Reboot when finished.**\n\n## Requirements\n\n- Arch Linux live environment\n- Internet connection\n- Required tools will be auto-installed if missing (`jq`, `sgdisk`, etc.)\n\n## Notes\n\n- **Warning:** The selected drive will be wiped.\n- All actions are logged.\n- Review your config before proceeding.\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc0d3h01%2Farchinstall","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc0d3h01%2Farchinstall","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc0d3h01%2Farchinstall/lists"}