{"id":17519860,"url":"https://github.com/harilvfs/carch","last_synced_at":"2026-03-01T18:07:53.895Z","repository":{"id":257883997,"uuid":"866677203","full_name":"harilvfs/carch","owner":"harilvfs","description":"A simple Rust-based CLI tool to streamline and automate your Linux system’s initial setup 🧩","archived":false,"fork":false,"pushed_at":"2026-02-23T16:37:59.000Z","size":47159,"stargazers_count":19,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-02-23T23:42:09.745Z","etag":null,"topics":["bash","linux","rust-cli"],"latest_commit_sha":null,"homepage":"https://carch.chalisehari.com.np","language":"Shell","has_issues":true,"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/harilvfs.png","metadata":{"files":{"readme":".github/README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/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},"funding":{"github":null,"patreon":null,"open_collective":"carch","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"lfx_crowdfunding":null,"polar":null,"buy_me_a_coffee":null,"thanks_dev":null,"custom":null}},"created_at":"2024-10-02T17:21:58.000Z","updated_at":"2026-02-23T16:38:03.000Z","dependencies_parsed_at":"2024-11-04T20:17:59.381Z","dependency_job_id":"d45ecf71-99ca-43fc-9381-d2c83d3b2929","html_url":"https://github.com/harilvfs/carch","commit_stats":{"total_commits":527,"total_committers":4,"mean_commits":131.75,"dds":"0.022770398481973486","last_synced_commit":"deeebf9c84e9d501dfe65d03391f26d4ea5feb74"},"previous_names":["harilvfs/carch"],"tags_count":65,"template":false,"template_full_name":null,"purl":"pkg:github/harilvfs/carch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harilvfs%2Fcarch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harilvfs%2Fcarch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harilvfs%2Fcarch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harilvfs%2Fcarch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harilvfs","download_url":"https://codeload.github.com/harilvfs/carch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harilvfs%2Fcarch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29977973,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T16:35:47.903Z","status":"ssl_error","status_checked_at":"2026-03-01T16:35:44.899Z","response_time":124,"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":["bash","linux","rust-cli"],"created_at":"2024-10-20T10:07:11.074Z","updated_at":"2026-03-01T18:07:53.883Z","avatar_url":"https://github.com/harilvfs.png","language":"Shell","readme":"\u003ch1 align=\"center\"\u003eCarch\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![Built Wit Ratatui][ratatui]][ratatui-link]\n[![Build Status][check]][check-link]\n[![Crates.io][crates]][crates-link]\n[![Downloads][downloads]][downloads-link]\n[![License][license]][license-link]\n\n\u003c/div\u003e\n\n_[Carch](https://carch.chalisehari.com.np)_ is **a collection** of modular Bash scripts with a beautiful TUI (_built with_ [`ratatui`](https://github.com/ratatui-org/ratatui)) to automate post-installation setup for Linux users.\nIt’s especially useful if you want to quickly set up and start using your _favorite apps_ on a clean, ready-to-use system. (_Currently supports Arch, Fedora, and openSUSE-based distros_)\n\n\u003cdiv align=\"center\"\u003e\n\n[Overview](https://github.com/harilvfs/carch/blob/main/docs/overview.md) •\n[Installation](https://carch.chalisehari.com.np/getting-started/installation) •\n[Contributing](https://carch.chalisehari.com.np/project/contributing) •\n[Changelog ⇢](https://github.com/harilvfs/carch/blob/main/CHANGELOG.md)\n\n\u003c/div\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/harilvfs/carch/refs/heads/main/.github/preview.gif\"/\u003e\n\n\u003ch3\u003e Quick Run/Test \u003c/h3\u003e\n\n\u003ch4\u003e Stable Release \u003c/h4\u003e\n\n```sh\nbash -c \"$(curl -fsSL chalisehari.com.np/carch)\"\n```\n\n\u003ch4\u003e Dev Release \u003c/h4\u003e\n\n```sh\nbash -c \"$(curl -fsSL chalisehari.com.np/carch)\" -- --dev\n```\n\nFor more, see the [documentation](https://carch.chalisehari.com.np). You can also join us on [Discord](https://discord.com/invite/8NJWstnUHd) or [Telegram](https://t.me/carchx) for help and discussions.\n\n\u003c!-- Catppuccin Footer --\u003e\n\u003c!-- Source: https://github.com/catppuccin/catppuccin --\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/harilvfs/assets/refs/heads/main/carch/catppuccin-footer.svg\" /\u003e\n\u003c/p\u003e\n\n\u003c!-- Badges --\u003e\n\n[ratatui]: https://img.shields.io/badge/Built_With-Ratatui-000?logo=ratatui\u0026logoColor=fff\u0026labelColor=000\u0026color=fff\n[ratatui-link]: https://ratatui.rs/\n[check]: https://img.shields.io/github/actions/workflow/status/harilvfs/carch/ci.yml?branch=main\u0026style=flat\u0026color=fff\u0026labelColor=000\u0026logo=GitHub%20Actions\u0026logoColor=fff\u0026label=CI\n[check-link]: https://github.com/harilvfs/carch/actions/workflows/ci.yml\n[downloads]: https://img.shields.io/github/downloads/harilvfs/carch/total?style=flat\u0026color=fff\u0026logoColor=fff\u0026labelColor=000\u0026logo=github\n[downloads-link]: https://github.com/harilvfs/carch/releases/latest\n[crates]: https://img.shields.io/crates/v/carch-cli?style=flat\u0026logo=rust\u0026color=fff\u0026logoColor=fff\u0026labelColor=000\n[crates-link]: https://crates.io/crates/carch-cli\n[license]: https://img.shields.io/github/license/harilvfs/carch?color=fff\u0026labelColor=000\u0026style=flat\u0026logo=github\u0026logoColor=fff\n[license-link]: https://github.com/harilvfs/carch/blob/main/LICENSE\n","funding_links":["https://opencollective.com/carch"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharilvfs%2Fcarch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharilvfs%2Fcarch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharilvfs%2Fcarch/lists"}