Gelbooru requires api credentials to be provided to pull metadata from it. After making an account and logging in, your credentials can be found at the bottom of this page.
- Minimal setup
- Familiar UI
- Works with file managers
- Does not require its own copy of files
- go
- Flutter
- gcc
- libfuse-dev
- WinFsp
# adjust according to installation location of WinFSP
$env:CGO_CFLAGS = "\`"-IC:\Program Files (x86)\WinFsp\inc\fuse\`""
cd backend
go build -ldflags="-s -w -H=windowsgui" -o kaimen.exe
cd ../frontend
flutter build windows --release
mv ../backend/kaimen.exe build/windows/x64/runner/Release