{"id":15102910,"url":"https://github.com/kaloslazo/archere","last_synced_at":"2026-01-18T00:22:46.946Z","repository":{"id":251421332,"uuid":"837310039","full_name":"kaloslazo/Archere","owner":"kaloslazo","description":"A simple and customizable ArchLinux post install manager with GUI developed with Tauri","archived":false,"fork":false,"pushed_at":"2024-08-13T23:56:49.000Z","size":31908,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T11:42:54.884Z","etag":null,"topics":["archlinux","frontend","gui","postinstall","rust","script","tauri","vue"],"latest_commit_sha":null,"homepage":"https://www.kaloslazo.com/projects/","language":"Vue","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/kaloslazo.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}},"created_at":"2024-08-02T17:06:32.000Z","updated_at":"2024-09-21T05:11:07.000Z","dependencies_parsed_at":"2024-09-20T08:30:36.779Z","dependency_job_id":"3e56abf1-ef65-481f-806c-98acf043ef9d","html_url":"https://github.com/kaloslazo/Archere","commit_stats":{"total_commits":34,"total_committers":1,"mean_commits":34.0,"dds":0.0,"last_synced_commit":"800e82e9413fe5cabad8285a4b80e28e80bf298c"},"previous_names":["kaloslazo/archere"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaloslazo%2FArchere","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaloslazo%2FArchere/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaloslazo%2FArchere/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaloslazo%2FArchere/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaloslazo","download_url":"https://codeload.github.com/kaloslazo/Archere/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332525,"owners_count":20921852,"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","frontend","gui","postinstall","rust","script","tauri","vue"],"created_at":"2024-09-25T19:09:32.806Z","updated_at":"2026-01-18T00:22:46.901Z","avatar_url":"https://github.com/kaloslazo.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Archere Banner](docs/archere_banner.png)\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#about\"\u003eAbout\u003c/a\u003e •\n  \u003ca href=\"#usage\"\u003eUsage\u003c/a\u003e •\n  \u003ca href=\"#installation\"\u003eInstallation\u003c/a\u003e •\n  \u003ca href=\"#features\"\u003eKey Features\u003c/a\u003e •\n  \u003ca href=\"#future-plans\"\u003eFuture Plans\u003c/a\u003e •\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch2 id=\"about\"\u003e⭐ About\u003c/h2\u003e\n\n**Archere** is a user-friendly, customizable post-installation manager for Arch Linux, developed with [Tauri](https://tauri.studio/). It provides a simple graphical user interface (GUI) for installing and configuring packages after setting up your Arch Linux system.\n\n\u003ch2 id=\"usage\"\u003e🚀 Usage\u003c/h2\u003e\n\n1. **Launch Archere**: Start the application and navigate through the intuitive UI.\n2. **Select Packages**: Choose the packages you want to install or configure.\n3. **Install**: Click the \"Install\" button and wait for the process to complete.\n\n\u003ch2 id=\"video\"\u003e🎥 Video Demonstration\u003c/h2\u003e\n\nIn the video below, you can see the user navigating through different categories and selecting packages to install. After pressing the *Install* button, the software prompts for the sudo password due to the use of pacman for package management. The installation then proceeds, and the installed programs are saved and marked as installed with a check indicator.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg align=\"center\" src=\"docs/video_preview.gif\" alt=\"Video demonstration of Archere\" /\u003e\n\u003c/p\u003e\n\n\u003ch2 id=\"installation\"\u003e🛠️ Installation\u003c/h2\u003e\n\n1. **Clone the repository:**\n```bash\ngit clone https://github.com/kaloslazo/Archere.git\ncd Archere\n```\n\n2. **Install dependencies**\n```bash\nnpm install \n```\n\n3. **Run tauri as development**\n```bash\nnpm run tauri dev\n```\n\n\u003ch2 id=\"features\"\u003e🎯 Key Features\u003c/h2\u003e\n\n- Easy post install experience\n- Customizable with css access\n- Lightweight made with tauri\n- Easy for add/remove packages\n- Install only what you needs\n- External scripts for better archlinux experience\n\n\u003ch2 id=\"future-plans\"\u003e💡 Future Plans\u003c/h2\u003e\n\n- [x] Add a dotfiles management section on the home page.\n- [x] Implement custom error messages in the frontend.\n- [x] Fix Rust errors during pacman installation.\n- [ ] Add a console in the frontend to display installation progress.\n- [ ] Improve sudo permissions handling for each package.\n- [x] Implement Catppuccin palette.\n\n\u003ch2 id=\"license\"\u003e📄 License\u003c/h2\u003e\n\nThis project is licensed under the \u003ca href=\"https://github.com/kaloslazo/Archere/blob/main/LICENSE\"\u003eMIT License\u003c/a\u003e.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaloslazo%2Farchere","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaloslazo%2Farchere","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaloslazo%2Farchere/lists"}