content: add index

This commit is contained in:
0xMRTT 2023-05-10 13:51:21 +02:00
parent 2de14150ab
commit f07beb1599
Signed by: 0xmrtt
GPG key ID: 19C1449A774028BD

76
content/_index.md Normal file
View file

@ -0,0 +1,76 @@
# Imaginer
[Codeberg](https://codeberg.org/Imaginer/Imaginer) [Github](https://codeberg.org/Bavarder/Bavarder)
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
### Bavarder: Chit-Chat with AI
A tool for chatting with diverse AI
- https://github.com/Bavarder/Bavarder
- https://codeberg.org/Bavarder/Bavarder