Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/athena-os/aegis-gui
Libadwaita based GUI front-end for Aegis.
https://github.com/athena-os/aegis-gui
Last synced: 2 months ago
JSON representation
Libadwaita based GUI front-end for Aegis.
- Host: GitHub
- URL: https://github.com/athena-os/aegis-gui
- Owner: Athena-OS
- License: gpl-3.0
- Created: 2023-09-17T20:42:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-12T11:32:27.000Z (about 1 year ago)
- Last Synced: 2024-05-01T09:51:16.958Z (9 months ago)
- Language: Python
- Size: 1.33 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Jade GUI
The libadwaita/gtk based gui installer using jade as the backend.
## 💡 Features
- Beatiful UI
- Easy to use
- Uses accessible technologies## 🫂 Support
**Support** is available in our [Discord](https://getcryst.al/discord) and the [Matrix](https://matrix.to/#/#space:getcryst.al). If you face any issues with the software, feel free to open an issue on this repository.
## 👥 Contributors
A list of all **Jade GUI** contributors is available in [CONTRIBUTORS.md](CONTRIBUTORS.md)
For a list of **Jade GUI** maintainers specifically, see [.gitlab/CODEOWNERS](.gitlab/CODEOWNERS)
## 💾 Installation
### 🏗 From Source**Install dependencies**
```bash
# pacman -S jade openssl python-pytz gparted vte4 meson ninja libadwaita desktop-file-utils appstream-glib gtk4
```**Install jade-GUI from source using `meson` and `ninja`**
```bash
$ git clone https://github.com/crystal-linux/jade-gui
$ cd jade-gui
$ meson --prefix=/usr _build
$ ninja -C _build
$ cd _build
$ sudo ninja install
```**Install jade-GUI as a flatpak using `flatpak-builder`** (Recommended for development)
```sh
$ git clone https://github.com/crystal-linux/jade-gui
$ cd jade-gui
$ flatpak-builder --user --install --install-deps-from=flathub --force-clean build-dir al.getcryst.jadegui.yml
$ flatpak run al.getcryst.jadegui
```
## 📸 Screenshots![App Screenshot](main-page-screenshot.png)
## 🙌 Contributing
If you'd like to contribute to **Jade GUI**, please follow the [Crystal Linux contributing guidelines](https://git.getcryst.al/crystal/info/-/blob/main/CONTRIBUTING.md)!
This project uses `meson`, and `ninja` for **Jade GUI** development, please follow the guidelines below:
https://pypi.org/project/ninja/
https://mesonbuild.com/
## 📚 Documentation
We are also constantly looking for translators for our i18n-enabled projects! If you speak more than one language, consider helping out on our [Weblate](https://i18n.getcryst.al)!![https://i18n.getcryst.al/engage/crystal-linux/](https://i18n.getcryst.al/widgets/crystal-linux/-/287x66-black.png)
## 📜 License
[GPLv3-only](https://choosealicense.com/licenses/gpl-3.0/)
![](https://git.getcryst.al/crystal/misc/branding/-/raw/main/banners/README-banner.png)