A browser and search engine for local copies of various image boards (e621, Derpibooru, Furbooru, ...)
Assuming you are using macOS, Windows or Linux. Other POSIX systems won't work as Electron does not have binaries for these.
git clone https://github.com/equestria-dev/faunerie
# Note: this will install TypeScript globally
npm install
# For the app itself:
npm run debug
# For the updater:
npm run debug-updater
# This will run 'npm audit fix' and 'npm install' to update dependencies if needed
npm run release-unix # For Unix systems
npm run release-win # For Windows