{"id":26848009,"url":"https://github.com/wick3dr0se/lytux","last_synced_at":"2026-05-08T12:53:09.858Z","repository":{"id":186849827,"uuid":"616367600","full_name":"wick3dr0se/lytux","owner":"wick3dr0se","description":":penguin: A terminal-centric, stripped-down Arch-derived Linux distribution","archived":false,"fork":false,"pushed_at":"2025-11-23T22:29:57.000Z","size":197,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-04T16:46:58.949Z","etag":null,"topics":["arch-linux","archiso","bash","iso","linux","syslinux","systemd","systemd-boot"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/wick3dr0se.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":"2023-03-20T08:51:58.000Z","updated_at":"2025-06-18T16:11:40.000Z","dependencies_parsed_at":"2025-03-30T20:37:59.474Z","dependency_job_id":"4c79864e-26a6-48b0-bacf-c5dc7fb8a5b5","html_url":"https://github.com/wick3dr0se/lytux","commit_stats":null,"previous_names":["opensource-force/lytux","wick3dr0se/lytux"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wick3dr0se/lytux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wick3dr0se%2Flytux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wick3dr0se%2Flytux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wick3dr0se%2Flytux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wick3dr0se%2Flytux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wick3dr0se","download_url":"https://codeload.github.com/wick3dr0se/lytux/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wick3dr0se%2Flytux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32781561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"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-linux","archiso","bash","iso","linux","syslinux","systemd","systemd-boot"],"created_at":"2025-03-30T20:38:01.070Z","updated_at":"2026-05-08T12:53:09.832Z","avatar_url":"https://github.com/wick3dr0se.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1\u003eLytux :penguin:\u003c/h1\u003e\n\u003cp\u003eA terminal-centric, stripped-down Arch-derived Linux distribution\u003c/p\u003e\n\n\u003ca href=\"https://discord.gg/W4mQqNnfSq\"\u003e\u003cimg src=\"https://discordapp.com/api/guilds/913584348937207839/widget.png?style=shield\"/\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n## ISO Modifications\nJust some of the key changes made from a baseline ArchISO image:\n- Removed Zsh in favor of BASH only\n- Removed GRUB and rEFind bootloader; BIOS boot w/ syslinux \u0026 UEFI boot w/ systemd-boot\n- Disabled mouse and audio support\n- Removed tons of unecessary bloat (no edge cases)\n- Removed archinstall and all Arch custom scripts\n- Included custom configurations for TTY prompt, vim and more\n- Created Lytux TUI auto installer\n\n## Installer Features\nOn top of the standard Arch Linux installation process:\n- Setup networking via `nc` (wraps `iwctl` or `nmcli`)\n- Partitioning, filesystems and mounting via `ap` (wraps `parted`)\n- Handles systemd-boot for UEFI boot \u0026 GRUB for BIOS boot\n- Installs the correct CPU microcode updates\n- Configures timezone/locales\n- Creates specified user with superuser elevation\n- Sets then locks root user password\n- Enables bluetooth \u0026 audio\n\n## ToDo\nISO:\n- Create custom bootloader splash screen\n- Create logo \u0026 artwork\nInstaller:\n- Handle various environments \u0026 setups\n\n## Aquiring the ISO\nDownload the Lytux ISO from the [releases](https://github.com/opensource-force/lytux/releases) page\n\n---\n\nOtherwise build the latest Lytux ISO from source\n```bash\n# clone from github \u0026 change dir\ngit clone https://github.com/opensource-force/lytux\u0026\u0026 cd lytux\n\n# build the iso\nsudo mkarchiso -v -o ./ iso\n```\n\n## Contributing\nOpen an [issue](https://github.com/opensource-force/lytux/issues) or fork this repo and submit a PR, linking any relevant open issues. Any contributions are much appreciated!\n\n## Acknowledgments\nLytux is built upon the strong foundation of Arch Linux and the ArchISO project. Special thanks to the open-source community!\n\n## License\nLytux is released under the [GPL-3](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwick3dr0se%2Flytux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwick3dr0se%2Flytux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwick3dr0se%2Flytux/lists"}