# Getting Started Before you can start using _Adwaita_, you’ll need to setup some dependencies. ## macOS 1. Install [Homebrew][1]. 2. Install Libadwaita (and thereby GTK 4): ``` brew install libadwaita ``` ## Linux Install `libadwaita-devel` or `libadwaita` (or something similar, based on the package manager) as well as `gtk4-devel`, `gtk4` or similar. ## Development Adwaita is an open source project. Visit the [GitHub repository][2] for bug reports, feature requests, pull requests and more information. ## Template Repository A template repository for Adwaita app projects is available [here][3]. ## Demo Application A demo application showcasing Adwaita's features is available [here][4] [1]: https://brew.sh [2]: https://github.com/AparokshaUI/Adwaita [3]: https://github.com/AparokshaUI/AdwaitaTemplate [4]: ../Tests/