{"id":19768328,"url":"https://github.com/matiasvlevi/archiso-gui","last_synced_at":"2026-04-17T19:32:32.217Z","repository":{"id":40591020,"uuid":"507219837","full_name":"matiasvlevi/archiso-gui","owner":"matiasvlevi","description":"Graphical Arch Installation medium using i3wm ","archived":false,"fork":false,"pushed_at":"2023-02-28T14:02:08.000Z","size":9606,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"GART","last_synced_at":"2025-02-28T10:59:23.763Z","etag":null,"topics":["arch","gui","iso","linux"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matiasvlevi.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":"2022-06-25T05:13:11.000Z","updated_at":"2024-12-23T22:23:28.000Z","dependencies_parsed_at":"2025-01-11T00:31:10.830Z","dependency_job_id":"d699ddfe-d920-4aa8-956c-410b45c9c9d2","html_url":"https://github.com/matiasvlevi/archiso-gui","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/matiasvlevi/archiso-gui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matiasvlevi%2Farchiso-gui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matiasvlevi%2Farchiso-gui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matiasvlevi%2Farchiso-gui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matiasvlevi%2Farchiso-gui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matiasvlevi","download_url":"https://codeload.github.com/matiasvlevi/archiso-gui/tar.gz/refs/heads/GART","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matiasvlevi%2Farchiso-gui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31943369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["arch","gui","iso","linux"],"created_at":"2024-11-12T04:37:17.750Z","updated_at":"2026-04-17T19:32:32.200Z","avatar_url":"https://github.com/matiasvlevi.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Graphical Arch Repair Tool (G.A.R.T)\n\n\u003cbr/\u003e\n\nGraphical Arch Installation medium using i3wm\n\nThis image is used in IT \u0026 Networking classes at College Montmorency, as an alternative to the previously thought `Hiren's Boot` \n\n\u003cbr/\u003e\n\n\n### Usage docs are provided [here](./USAGE.md)\n\n\u003cbr/\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://i.imgur.com/ufqnB40.jpg\" width=\"520px\"/\u003e\n\u003cimg src=\"https://i.imgur.com/toDyXXI.jpg\" width=\"520px\"/\u003e\n\u003c/p\u003e\n\n\u003cbr/\u003e\n\n### i3wm Macros\n\n| Macro                  | Function                       |\n|------------------------|--------------------------------|\n| Super + t              | Open a terminal emulator       |\n| Super + d              | Open application launcher      |\n| Super + f              | fullscreen window              |\n| Super + Shift + Space  | Float window                   |\n| Super + Arrows         | Change window focus            |\n| Super + Shift + Arrows | Move windows                   |\n| Super + r              | Resize windows with arrow keys |\n| Super + Shift + x      | Close window                   |\n\n##### The following packages were added\n\n* networkmanager\n* neofetch\n* net-tools\n* git\n* htop\n* feh\n* i3\n* xorg-server\n* xorg-xinit\n* xterm\n* dmenu\n* firefox\n* xfce4-terminal\n* picom\n* ttf-hack\n* ddrescue\n* wireshark-cli\n* ffmpeg\n* tree\n* speedtest-cli\n* base-devel\n* unzip\n\n\u003cbr/\u003e\n\n### Build\nA pre-built `iso` file is provided [here](https://github.com/matiasvlevi/garchiso/releases) however if you prefer building the file yourself, follow the next step.\n\nThis will create an `iso` file in the build directory\n```\nmkarchiso -v -w ./ -o ./build ./\n```\nfor more information see the [Arch wiki](https://wiki.archlinux.org/title/archiso)'s page on the archiso\n\nYou can also find a prebuilt `iso` file in the releases\n\n### Adding a persistent storage partition\n\nspecify your archiso device\n\n```\nsource ./make_storage.sh /dev/sdX\n```\n\nthis will create a partition that will be mounted in `/run/archiso/storage` once the archiso boots up.\n\n4G of cowspace is also mounted to allow for other packages to be installed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatiasvlevi%2Farchiso-gui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatiasvlevi%2Farchiso-gui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatiasvlevi%2Farchiso-gui/lists"}