FloCafe runs on current Linux distributions through AppImage, deb, rpm, and Snap packages. Choose the format your distribution supports best.
| Format | For |
|---|---|
AppImage (flocafe-*.AppImage) |
Any distro — no install needed |
deb (flocafe-*.deb) |
Debian / Ubuntu and derivatives |
rpm (flocafe-*.rpm) |
Fedora, RHEL-family, and compatible distributions |
Snap (flocafe-*.snap) |
Snap-enabled distributions |
AppImage, deb, rpm, and Snap releases are built for x64 and arm64. Linux release jobs run on Ubuntu 24.04 runners for x64 and arm64 respectively.
# deb
sudo dpkg -i flocafe-*.deb && sudo apt-get install -f
# AppImage
chmod +x flocafe-*.AppImage && ./flocafe-*.AppImageAppImage needs FUSE to mount at runtime.
# Ubuntu 22.04 / Debian 12
sudo apt install libfuse2
# Ubuntu 24.04+
sudo apt install libfuse2t64No FUSE? Run extracted:
./flocafe-*.AppImage --appimage-extract
./squashfs-root/AppRunAppImage installs can use FloCafe's in-app updater when launched as an
AppImage (APPIMAGE is set). deb, rpm, and Snap installs are updated by their
package manager or the Snap daemon. If an AppImage update is unavailable, use
GitHub Releases.
| Capability | Status |
|---|---|
| Network (TCP port 9100) | ✅ Works |
USB via CUPS (lp) |
✅ Works — needs CUPS |
| Auto-detect make/model | ⚠ Returns Generic for everything |
# Install CUPS
sudo apt install cups && sudo systemctl enable --now cups
# Add yourself to the lp group if USB access is denied
sudo usermod -aG lp $USERAdd/configure printers at http://localhost:631.
Window close hides the app — use the tray to get it back or quit.
| Action | Result |
|---|---|
| Click × | Window hides |
| Left-click tray / Show | Window shows |
| Quit | Clean shutdown (DB, servers, mDNS) |
If the tray icon doesn't appear (i3, Sway, bare WMs), install
trayerorstalonetray. Alternatively use File → Exit inside the app.
Include your FloCafe version, Linux distribution/version, package format, and relevant app logs when reporting a problem. Do not delete your local database to diagnose a startup issue; create or restore a backup first.