COSMIC: Difference between revisions

From Alpine Linux
(→‎See also: Added links to COSMIC setup issues page on gitlab and wiki discussion page)
(COSMIC is currently only available in Edge community, and not in @testing - passages updated.)
 
Line 3: Line 3:
[https://system76.com/cosmic COSMIC] is the desktop environment from [https://system76.com/ System76]. COSMIC was originally the name of a modified version of GNOME made specifically for [https://system76.com/pop/ Pop! OS], but it is now a standalone desktop environment built from scratch using a custom toolkit called "[https://pop-os.github.io/libcosmic-book/ 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.  
[https://system76.com/cosmic COSMIC] is the desktop environment from [https://system76.com/ System76]. COSMIC was originally the name of a modified version of GNOME made specifically for [https://system76.com/pop/ Pop! OS], but it is now a standalone desktop environment built from scratch using a custom toolkit called "[https://pop-os.github.io/libcosmic-book/ 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 [[Repositories#Testing|testing]] repository.
The COSMIC desktop is beta software and, as of December 2025, only available in Edge with the [[Repositories#Enabling_the_community_repository|community repository enabled]].


== Prerequisites ==
== Prerequisites ==
Line 13: Line 13:
== Manual Installation ==
== Manual Installation ==


Most of the desktop can be installed as follows, having previously [[Repositories#Using_testing_repository|tagged the testing repository]]:
Most of the desktop can be installed as follows, only on Alpine Linux Edge version, having previously enabled the community repository, as indicated in the [[#Prerequisites|prerequisites]]:
{{Cmd|$ doas apk add cosmic-session@testing}}
{{Cmd|$ doas apk add cosmic-session}}


This does not include some of the applications like {{Pkg|cosmic-term}} and {{Pkg|cosmic-edit}}. They can all be installed with:  
This does not include some of the applications like {{Pkg|cosmic-term}} and {{Pkg|cosmic-edit}}. They can all be installed with:  
{{Cmd|<nowiki>$ doas apk add $(apk search cosmic* -q | sed 's/.*/&@testing/')</nowiki>}}
{{Cmd|$ doas apk add cosmic*}}


{{Note|[[Polkit]] and [[Eudev|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.}}
{{Note|[[Polkit]] and [[Eudev|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.}}

Latest revision as of 16:13, 25 December 2025

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, as of December 2025, only available in Edge with the community repository enabled.

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, only on Alpine Linux Edge version, having previously enabled the community repository, as indicated in the prerequisites:

$ doas apk add cosmic-session

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

$ doas apk add cosmic*

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