{"id":30651170,"url":"https://github.com/cryptexctl/frachi","last_synced_at":"2025-08-31T06:12:38.802Z","repository":{"id":298086153,"uuid":"998772582","full_name":"cryptexctl/frachi","owner":"cryptexctl","description":"frachi aka Fuck RACHInstall - fully rewritten archinstall ","archived":false,"fork":false,"pushed_at":"2025-06-29T06:42:55.000Z","size":2967,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-29T07:33:30.756Z","etag":null,"topics":["arch-linux","archlinux","linux"],"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/cryptexctl.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-06-09T08:18:46.000Z","updated_at":"2025-06-29T06:42:58.000Z","dependencies_parsed_at":"2025-06-09T10:45:03.718Z","dependency_job_id":null,"html_url":"https://github.com/cryptexctl/frachi","commit_stats":null,"previous_names":["cryptexctl/frachi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cryptexctl/frachi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptexctl%2Ffrachi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptexctl%2Ffrachi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptexctl%2Ffrachi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptexctl%2Ffrachi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cryptexctl","download_url":"https://codeload.github.com/cryptexctl/frachi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptexctl%2Ffrachi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272944304,"owners_count":25019514,"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-31T02:00:09.071Z","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":["arch-linux","archlinux","linux"],"created_at":"2025-08-31T06:02:43.991Z","updated_at":"2025-08-31T06:12:38.790Z","avatar_url":"https://github.com/cryptexctl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# frachi\n\n**Fuck RACHInstall** — minimalistic, fast, and transparent Arch Linux installer written in Go. This is a modern, scriptable, and hackable alternative to archinstall, focused on clarity, full control, and real-time feedback.\n\n\u003e **Download prebuilt binary:**\n\u003e [Latest frachi build (nightly.link)](https://nightly.link/cryptexctl/frachi/workflows/build/main?preview)\n\n![screenshot](img/screen.png)\n![screenshot2](img/screen2.png)\n\n## What is frachi?\nfrachi (Fuck RACHInstall) is a Go-based CLI installer for Arch Linux, designed for advanced users who want:\n- Full control over disk selection, partitioning, and formatting\n- Only the essential drivers and packages for a working system\n- Real-time logs for all installation steps\n- No magic, no hidden logic, no bloat\n- Easy scripting and reproducibility\n\n## Features\n- **Written in Go**: fast, portable, easy to hack\n- **No auto-partitioning**: you choose and format partitions yourself (or via CLI flags)\n- **Interactive or CLI**: select partitions interactively or via `--efi`, `--root`, `--swap` flags\n- **Automatic hardware detection**: only necessary drivers (NVIDIA, AMD, Intel) are installed\n- **Real-time logs**: pacstrap and all key commands output directly to your terminal\n- **Minimal base system**: only `base`, `linux`, `linux-firmware` and drivers\n- **Grub by default**: only grub bootloader is supported (systemd-boot is NOT (i hate systemd))\n- **Swap support**: if swap partition is present, it will be enabled\n- **Safe**: never touches partitions you don't select and always asks before formatting\n- **English only**: all output and prompts are in English\n- **Reconfiguration mode**: use `--afterbase` to skip base install and only reconfigure users, bootloader, etc.\n\n## Usage\n1. **Prepare your disk** (partition and format manually, e.g. with `cfdisk`, `mkfs.ext4`, `mkfs.fat`, `mkswap`)\n2. Boot into Arch ISO, copy frachi binary to the live system\n3. Run:\n   ```sh\n   ./frachi --disk /dev/sda --password \u003croot_password\u003e --user alice:pass --user bob:pass --sudo --addsudo alice --doas --adddoas bob\n   ```\n   Optionally add:\n   - `--efi /dev/sda1` (EFI partition)\n   - `--root /dev/sda2` (root partition)\n   - `--swap /dev/sda3` (swap partition)\n   - `--hostname`, `--locale`, `--timezone`, etc.\n   - `--afterbase` (skip base install, only reconfigure)\n\n   If you don't specify partitions, frachi will prompt you to enter device paths interactively.\n\n\n4. Follow the prompts, confirm formatting if needed, and watch the real-time logs.\n5. When finished, reboot into your new system!\n\n## Example\n```\n./frachi --disk /dev/sda --password 123456789 --user alice:pass --user bob:pass --sudo --addsudo alice --doas --adddoas bob\n```\n\n## Troubleshooting\n- **No partitions found on disk**: Make sure you have partitioned and formatted your disk. Only real partitions (like `/dev/sda1`, `/dev/sda2`) are shown.\n- **Failed to mount partition**: Check that the partition is formatted (ext4 for root, vfat for EFI) and not in use.\n- **No internet in chroot**: frachi copies `/etc/resolv.conf` automatically, but if you still have no DNS, check `/mnt/etc/resolv.conf`.\n- **SSL/certificate errors**: frachi runs `update-ca-trust` in chroot, but if you see SSL errors, try running it manually in chroot.\n- **pacstrap or chroot errors**: Check the logs in your terminal for details. Most issues are due to missing partitions, wrong formats, or missing network.\n- **UEFI grub-install error: efibootmgr: not found**: For UEFI systems, you must install `efibootmgr` (`pacman -S efibootmgr` in chroot) before running grub-install.\n- **Want to reconfigure without reinstalling base?**: Use `--afterbase` to skip base install and only reconfigure users, bootloader, etc.\n- **Any other issues**: Please open an issue on GitHub with your terminal output and a description. The developer has no problems, so if you do — report it!\n\n## Contributing\nPRs and issues are welcome. The code is intentionally simple and modular — hack away!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptexctl%2Ffrachi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcryptexctl%2Ffrachi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptexctl%2Ffrachi/lists"}