Imaginer
Imagine with AI
## Installation
### Flatpak
#### Flathub
You can either use your GNOME Software and search for "Imaginer" or you can run
```
flatpak install page.codeberg.Imaginer.Imaginer
```
##### Release
#### From Source
Clone the repo and run `flatpak-builder`
```
git clone https://codeberg.org/Imaginer/Imaginer.git # or https://github.com/ImaginerApp/Imaginer.git
cd Imaginer
flatpak-builder --install --user --force-clean repo/ build-aux/flatpak/page.codeberg.Imaginer.Imaginer.json
```
## Contribute
The [GNOME Code of Conduct](https://wiki.gnome.org/Foundation/CodeOfConduct) is applicable to this project
### Release
- Bump meson version in `meson.build`
- Bump version in the About dialog in `src/main.py`
- Add release notes to `data/page.codeberg.Imaginer.Imaginer.appdata.xml.in`
### Translate
You can translate Imaginer using Codeberg Translate
## See also
### Bavarder: Chit-Chat with AI
A tool for chatting with diverse AI
- https://github.com/Bavarder/Bavarder
- https://codeberg.org/Bavarder/Bavarder