Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ublue-os/cosmic
A Fedora Atomic based OSTree Image with the COSMIC desktop environment. Thanks to Drakulix for initial image.
https://github.com/ublue-os/cosmic
cosmic cosmic-epoch desktop fedora linux ostree
Last synced: 2 days ago
JSON representation
A Fedora Atomic based OSTree Image with the COSMIC desktop environment. Thanks to Drakulix for initial image.
- Host: GitHub
- URL: https://github.com/ublue-os/cosmic
- Owner: ublue-os
- License: apache-2.0
- Created: 2024-02-07T22:13:24.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-04T22:26:29.000Z (about 1 month ago)
- Last Synced: 2024-11-06T04:51:34.214Z (10 days ago)
- Topics: cosmic, cosmic-epoch, desktop, fedora, linux, ostree
- Language: Dockerfile
- Homepage: https://github.com/pop-os/cosmic-epoch
- Size: 1.83 MB
- Stars: 166
- Watchers: 11
- Forks: 13
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fedora Atomic Cosmic
Fedora Atomic Desktop with the COSMIC Desktop Environment included.
> [!NOTE]
> These images are not associated with System76! If you have issues, please understand they might be COSMIC related, OR they might be related to this image.
> The COSMIC Desktop Environment is still ALPHA. Do not daily drive this image on your main workstation unless you know what you're doing.![Neofetch of COSMIC desktop in Fedora](./screenshot/cosmic-neofetch.png)
Like Fedora? Want to try the latest from the work in progress Cosmic Desktop Environment? Want to help find bugs and/or contribute to COSMIC development, but don't want to work in a VM or install Pop!\_OS? None of the above things but something else??!?
Go ahead and try one of the images [@ryanabx](https://github.com/ryanabx) and the Universal Blue project have created!
## About
This project aims to provide a base Fedora Atomic image with the COSMIC Desktop Environment included. This should be treated just like any other base image provided by Universal Blue, and it is expected that you use this image to build your own custom image to meet your specific requirements.
### Scope
The base COSMIC image is intended to be a starting point for users to build their own custom images. Therefore, the image is kept as minimal as possible, with only the COSMIC Desktop Environment and a few other essential packages included.
This is to ensure that the image is as flexible and unopinionated as possible.### What's Included
- Essential tweaks and packages provided by [ublue-os/main](https://github.com/ublue-os/main)
- COSMIC Desktop Environment
- (ISO) Pre-installed Flatpaks## Installation
Download an ISO from the latest [GitHub Actions build artifacts](https://github.com/ublue-os/cosmic/actions/workflows/build_iso.yml?query=branch%3Amain+is%3Asuccess). GitHub requires you be logged in to download.
### Variants
- `cosmic`: Only the COSMIC Desktop
- `cosmic-silverblue`: Fedora Silverblue (GNOME) with the COSMIC Desktop
- `cosmic-kinoite`: Fedora Kinoite (KDE) with the COSMIC DesktopWe include multiple desktop environments in some of the variants as COSMIC is still early in development, and there may be occasions where you need to switch to a different desktop environment to get work done. These will be removed as COSMIC matures.
Each variant has an `nvidia` version that includes the proprietary NVIDIA drivers.
### Secure Boot
Secure Boot is supported by default on our systems, providing an additional layer of security. After the first installation, you will be prompted to enroll the secure boot key in the BIOS.
Enter the password `universalblue` when prompted to enroll our key.
If this step is not completed during the initial setup, you can manually enroll the key by running the following command in the terminal:
`ujust enroll-secure-boot-key`
Secure boot is supported with our custom key. The pub key can be found in the root of the akmods repository [here](https://github.com/ublue-os/akmods/raw/main/certs/public_key.der).
If you'd like to enroll this key prior to installation or rebase, download the key and run the following:```bash
sudo mokutil --timeout -1
sudo mokutil --import public_key.der
```## Issues
For issues with the images, feel free to submit an issue on this repo. For COSMIC related issues, please see [cosmic-epoch/issues](https://github.com/pop-os/cosmic-epoch/issues).