A Rust-based GUI wrapper in Tauri for the Arch Linux package manager, pacman using the wrapper paru
. Designed to be intuitive, powerful and user-friendly
Download
·
Report Bug
·
Request Feature
Parrot is a GUI for the Arch Linux package manager, paru
, a wrapper of pacman
. Parrot is designed to provide users with a more intuitive and user-friendly way to search, manage, and install packages on their Arch Linux systems.
With Parrot's sleek GUI, users can easily browse available packages, search for specific packages, and install or uninstall them with just a few clicks. Whether you're a beginner or an advanced Arch Linux user, Parrot is a powerful tool that can help you manage your system more efficiently.
yay -S parrot-bin
Or use an aur helper of your choice.
To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- Node
- Yarn
- Rust
- Install the dependencies
yarn install
- Run the development server
yarn tauri dev
- Build the app
yarn tauri build
- Working app
- Move to
yay
instead ofparu
- Add a settings page
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feat/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feat/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
DanCodes - @dan-online - [email protected]
Project Link: https://github.com/dan-online/Parrot