A Friday Night Funkin Mod Launcher
FunkHub is a simple desktop app for finding, installing, and launching Friday Night Funkin' mods. It is made to be easy to use, fast to navigate, and fun to mess around with.
made using the Gamebanana API.
- Discord: https://discord.gg/cdP7JhDv4u
- Discover mods and browse categories from GameBanana
- Install mods into engine mod folders
- Install standalone executable packages
- Manage engine instances and launch them directly
- Track downloads and basic update status
- Handle one-click protocol installs (
funkhub://)
- Psych Engine
- Base Game / V-Slice
- Codename Engine
- FPS Plus
- JS Engine
- ALE Psych
- P-Slice
bun install
bun run electron:dev# Renderer only
bun run build
# Desktop packages
bun run build:desktop:linux:appimage # AppImage (x64)
bun run build:desktop:linux:deb # .deb (x64)
bun run build:desktop:linux # AppImage + .deb (x64)
bun run build:desktop:win # NSIS + portable (x64)
bun run build:desktop:mac # DMG + ZIPWindows releases include two .exe files:
FunkHub Setup <version>.exe- installer (recommended for most users)FunkHub <version>.exe- portable build (no install)
Release downloads: https://github.com/Crew-Awesome/FunkHub/releases
Nightly CI artifacts (temporary, 14-day retention):
- https://nightly.link/Crew-Awesome/FunkHub/workflows/build.yml/main/FunkHub-linux-appimage.zip
- https://nightly.link/Crew-Awesome/FunkHub/workflows/build.yml/main/FunkHub-linux-deb.zip
- https://nightly.link/Crew-Awesome/FunkHub/workflows/build.yml/main/FunkHub-windows.zip
- https://nightly.link/Crew-Awesome/FunkHub/workflows/build.yml/main/FunkHub-macos.zip
- Read
CONTRIBUTING.mdbefore opening a PR. - Please follow
CODE_OF_CONDUCT.mdin issues, PRs, and discussions.



