pages/content/_index.md

82 lines
1.9 KiB
Markdown
Raw Normal View History

2023-05-10 11:51:21 +00:00
# Imaginer
2023-05-11 17:13:18 +00:00
[Codeberg](https://codeberg.org/Imaginer/Imaginer) [Github](https://codeberg.org/Bavarder/Bavarder)
2023-05-10 11:51:21 +00:00
Imagine with AI
![](https://codeberg.org/Imaginer/Imaginer/raw/branch/master/data/screenshots/avocado-armchair.png)
## Installation
### Flatpak
#### Flathub
You can either use your GNOME Software and search for "Imaginer" or you can run
```
flatpak install page.codeberg.Imaginer.Imaginer
```
#### 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
```
### Archlinux
Imaginer is available in the AUR. Just use your favourite aur helper!
```
yay -S imaginer
```
### NixOS
Imaginer is available in Nixpkgs Unstable.
```
nix-shell -p imaginer
```
## Help
* [OpenAI](/help/openai)
* [HuggingFace](/help/huggingface)
## Contribute
The [GNOME Code of Conduct](https://wiki.gnome.org/Foundation/CodeOfConduct) is applicable to this project
### Translate
[![Translation status](https://translate.codeberg.org/widgets/imaginer/-/imaginer/multi-auto.svg)](https://translate.codeberg.org/engage/imaginer/)
You can translate Imaginer using [Codeberg Translate](https://translate.codeberg.org/engage/imaginer/)
### Mirrors
- [GitHub](https://github.com/ImaginerApp/Imaginer)
- [Codeberg](https://github.com/Imaginer/Imaginer)
## See also
2023-05-15 20:12:46 +00:00
### [Bavarder: Chit-Chat with AI](https://bavarder.codeberg.page)
2023-05-10 11:51:21 +00:00
A tool for chatting with diverse AI
2023-05-16 20:29:02 +00:00
- [GitHub](https://github.com/Bavarder/Bavarder)
- [Codeberg](https://codeberg.org/Bavarder/Bavarder)
### [Gradience: Change the look of Adwaita, with ease](https://gradienceteam.github.io)
Gradience is a tool for customizing Libadwaita applications and the adw-gtk3 theme
- [GitHub](https://github.com/GradienceTeam/Gradience)