blend-os / jade-gui

A user-friendly libadwaita Linux installer that uses blend-inst as its backend. The README is from Crystal Linux's repository, that uses Jade.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 and the Matrix. 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

For a list of Jade GUI maintainers specifically, see .gitlab/CODEOWNERS

πŸ’Ύ Installation

πŸ— From Source

Install dependencies

 # 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

 $ 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)

 $ 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

πŸ™Œ Contributing

If you'd like to contribute to Jade GUI, please follow the Crystal Linux contributing guidelines!

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/engage/crystal-linux/

πŸ“œ License

GPLv3-only

About

A user-friendly libadwaita Linux installer that uses blend-inst as its backend. The README is from Crystal Linux's repository, that uses Jade.

License:GNU General Public License v3.0


Languages

Language:Python 95.5%Language:Meson 3.4%Language:Shell 1.0%Language:CSS 0.1%