Cosmic

From Alpine Linux
Revision as of 20:49, 13 November 2025 by John3-16 (talk | contribs) (1. Removed xf86-input-libinput requirement, an X11 wrapper for the [libinput requirement](https://github.com/pop-os/cosmic-epoch/): cosmic-session already pulls in cosmic-comp, which used libinput-dev as a makedepend and libinput-libs as a dependency that [provides libinput.so.10](https://pkgs.alpinelinux.org/contents?file=libinput.so.10). 2. Updated'alpha' stage to 'beta'. 3. Renamed udev (systemd requirement) to eudev replacement; udev had also been mentioned as a prerequisite.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
File:/todo.png
cosmic screenshot.

COSMIC is the desktop environment from System76. COSMIC was originally the name of a modified version of GNOME made specifically for Pop! OS, but it is now a standalone desktop environment built from scratch using a custom toolkit called "libcosmic" that is based upon the iced toolkit and is written almost entirely in the Rust programming language. COSMIC is intended to be highly portable and does not expect systemd.

The COSMIC desktop is beta software and is currently only available from Edge's testing repository.

Prerequisites

Tip: Except for the first two prerequisites, all the others have been automatically handled if another Wayland desktop (e.g. Sway) had been installed using the setup-desktop script.


Manual Installation

Most of the desktop can be installed as follows, having previously tagged the testing repository:

$ doas apk add cosmic-session@testing

This does not include some of the applications like cosmic-term and cosmic-edit. They can all be installed with:

$ doas apk add $(apk search cosmic* -q | sed 's/.*/&@testing/')

Note: Polkit and eudev are optional services for authentication and device management, respectively. While COSMIC will function without these services enabled, some functionality may be missing or incomplete.

Starting COSMIC

COSMIC can be started using a display manager or from the console:

start-cosmic

Troubleshooting

See also