## Installation
### Flatpak
#### Flathub
You can either use your GNOME Software and search for "Imaginer" or you can run
``` shell
flatpak install page.codeberg.Imaginer.Imaginer
```
#### Latest build from CI
You can download the build from the latest commit from [the package registry](https://codeberg.org/Imaginer/-/packages/generic/imaginer/) and install it by running
``` shell
flatpak install imaginer.flatpak
```
#### From Source
Clone the repo and run `flatpak-builder`
``` shell
git clone https://codeberg.org/Imaginer/Imaginer # or https://github.com/Imaginer/Imaginer
cd Imaginer
flatpak-builder --install --user --force-clean repo/ build-aux/flatpak/page.codeberg.Imaginer.Imaginer.json
```
### Others
You can see more install methods on the [website](https://imaginer.codeberg.page/install/)
## Contribute
The [GNOME Code of Conduct](https://wiki.gnome.org/Foundation/CodeOfConduct) is applicable to this project
### Translate
You can translate Imaginer using Codeberg Translate
### Mirrors
- [GitHub](https://github.com/ImaginerApp/Imaginer)
- [Codeberg](https://codeberg.org/Imaginer/Imaginer)
## See also
### [Bavarder : Chit-Chat with AI](https://bavarder.codeberg.page)
A tool for chatting with AI right from your desktop
- [GitHub](https://github.com/Bavarder/Bavarder)
- [Codeberg](https://codeberg.org/Bavarder/Bavarder)