Replace a heavy graphical login manager on a minimal Linux or BSD setup with a lightweight text-based alternative
Set up a display manager on a non-systemd system using OpenRC, runit, s6, dinit, or sysvinit
Add a custom desktop session to Ly by writing a .desktop file for an unlisted window manager
Requires Zig 0.16.x to build from source plus PAM and optionally XCB, distro packages available for common distributions.
Ly is a display manager for Linux and BSD. A display manager is the login screen that appears when your computer boots, where you type your username and password and choose which desktop environment to start. Unlike most display managers, which are graphical applications with buttons and images, Ly uses a minimal text-based interface that looks similar to old-school terminal programs. One of Ly's stated goals is portability: it does not require systemd to run. The README includes installation instructions for six different init systems including systemd, OpenRC, runit, s6, dinit, and sysvinit, as well as FreeBSD. This makes it appealing to users running more minimal Linux setups or BSD systems where systemd is not available. Ly supports both X11 and Wayland desktop sessions, discovering them through standard .desktop files in the usual system directories. If a desktop environment is not showing up in the list, the README explains how to create a custom .desktop file for it. Arrow keys are used to navigate between fields at login, and F1 and F2 trigger shutdown and reboot. Building Ly from source requires Zig 0.16.x (the Zig programming language that Ly is written in), plus system libraries for PAM (authentication) and optionally XCB for X11 support. Packages are available in the repositories of several Linux distributions so you can install it without building from source. Configuration lives in /etc/ly/config.ini, which the README describes as fully commented with default values included. The project's primary development happens on Codeberg, with GitHub serving as a mirror. A Matrix chat room is available for community discussion.
← fairyglade on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.