{"id":20834661,"url":"https://github.com/cachyos/new-cli-installer","last_synced_at":"2025-07-16T18:40:52.008Z","repository":{"id":54927343,"uuid":"431867166","full_name":"CachyOS/New-Cli-Installer","owner":"CachyOS","description":"CachyOS CLI Installer","archived":false,"fork":false,"pushed_at":"2025-05-11T22:28:41.000Z","size":2465,"stargazers_count":75,"open_issues_count":9,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-11T01:59:28.938Z","etag":null,"topics":["archlinux","cachy","cachyos","cli-installer","performance","tui-installer"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"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/CachyOS.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":"2021-11-25T14:05:34.000Z","updated_at":"2025-07-07T10:43:37.000Z","dependencies_parsed_at":"2023-02-17T00:16:07.224Z","dependency_job_id":"a947b475-3af6-4f89-9127-a16b286abcd9","html_url":"https://github.com/CachyOS/New-Cli-Installer","commit_stats":{"total_commits":568,"total_committers":4,"mean_commits":142.0,"dds":0.03873239436619713,"last_synced_commit":"0abc331ee1f4b70fb6c22bb1b9a62d23ad58eb3d"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/CachyOS/New-Cli-Installer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CachyOS%2FNew-Cli-Installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CachyOS%2FNew-Cli-Installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CachyOS%2FNew-Cli-Installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CachyOS%2FNew-Cli-Installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CachyOS","download_url":"https://codeload.github.com/CachyOS/New-Cli-Installer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CachyOS%2FNew-Cli-Installer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265531443,"owners_count":23783242,"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","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":["archlinux","cachy","cachyos","cli-installer","performance","tui-installer"],"created_at":"2024-11-18T00:20:05.164Z","updated_at":"2025-07-16T18:40:51.983Z","avatar_url":"https://github.com/CachyOS.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg src=\"./demo.gif\" alt=\"Demo image\"\u003e\u003c/img\u003e\n\n# cachyos-new-installer\nCLI net-installer for CachyOS, inspired by manjaro-architect\n\nThis installer provides online installation for CachyOS.\n\nFast and smooth installer for Arch based operating system.\n\nRequirements\n------------\n* C++23 feature required (tested with GCC 14.1.1 and Clang 18)\nAny compiler which support C++23 standard should work.\n\n######\n## Installing from source\n\nThis is tested on Arch Linux, but *any* recent Linux with latest C++23 compiler should do:\n\n```sh\nsudo pacman -Sy \\\n    base-devel cmake pkg-config ninja clang mold llvm\n```\n\n### Cloning the source code\n```sh\ngit clone https://github.com/cachyos/new-cli-installer.git\ncd new-cli-installer\n```\n\n### Building and Configuring\n#### cmake(recommended):\nTo build, first, configure it(if you intend to install it globally, you\nmight also want `-DCMAKE_INSTALL_PREFIX=/usr`):\n```sh\ncmake -S . -B build\n```\nSecond, build it:\n```sh\ncmake --build build\n```\n\n#### meson:\nTo build, first, configure it (if you intend to install it globally, you\nmight also want `--prefix=/usr`):\n```sh\nmeson build\n```\nSecond, compile it:\n```sh\nmeson compile -C build\n```\n\nOptionally, to disable developer environment:\npass `-DENABLE_DEVENV=OFF` to cmake or `-Ddevenv=false` to meson when configuring the project.\n\n\n### Libraries used in this project\n\n* [Functional Terminal (X) User interface](https://github.com/ArthurSonzogni/FTXUI) used for TUI.\n* [A modern formatting library](https://github.com/fmtlib/fmt) used for formatting strings, output and logging.\n* [Fast C++ logging library](https://github.com/gabime/spdlog) used for logging process of the installer.\n* [Parsing gigabytes of JSON per second](https://github.com/simdjson/simdjson) used for config deserialization.\n* [Curl for People](https://github.com/libcpr/cpr) used for connection check and maybe in future fetching netinstall config from github.\n* [Ranges](https://github.com/ericniebler/range-v3) used for ranges support.\n\n\n**Simple menu overview:**\n\nTODO: should be simple as Calamares Installer\n\n---\n\n**Advanced menu overview:**\n\n```\nMain Menu\n|\n├── Prepare Installation\n|   ├── Set Virtual Console\n|   ├── List Devices\n|   ├── Partition Disk\n|   ├── RAID (WIP)\n|   ├── LUKS Encryption\n|   ├── Logical Volume Management (WIP)\n|   ├── Mount Partitions\n|   ├── Configure Installer Mirrorlist\n|   |   ├── Edit Pacman Configuration\n|   |   └── Rank Mirrors by Speed (TODO)\n|   |\n│   └── Refresh Pacman Keys\n|\n├── Install System\n│   ├── Install Base Packages\n│   ├── Install Desktop\n│   ├── Install Bootloader\n│   ├── Configure Base\n|   │   ├── Generate FSTAB\n|   │   ├── Set Hostname\n|   │   ├── Set System Locale\n|   │   ├── Set Timezone and Clock\n|   │   ├── Set Root Password\n|   │   └── Add New User(s)\n|   │\n│   ├── Install Custom Packages\n│   ├── System Tweaks\n|   │   ├── Enable Automatic Login\n|   │   └── Performance\n|   |       ├── I/O schedulers\n|   |       └── Swap configuration\n|   │\n│   ├── Review Configuration Files\n│   └── Chroot into Installation\n|\n└── System Rescue\n    ├── Install Hardware Drivers\n    │   ├── Install Display Drivers\n    │   └── Install Network Drivers (TODO)\n    |\n    ├── Install Bootloader\n    ├── Configure Base\n    |   └── ... (see 'Install System')\n    │\n    ├── Install Custom Packages\n    ├── Remove Packages\n    ├── Review Configuration Files\n    ├── Chroot into Installation\n    ├── Data Recovery (TODO)\n    │   └── Btrfs snapshots..\n    │\n    └── View System Logs\n        ├── Dmesg\n        ├── Pacman log\n        ├── Xorg log\n        └── Journalctl\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcachyos%2Fnew-cli-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcachyos%2Fnew-cli-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcachyos%2Fnew-cli-installer/lists"}