π§ Linux
x86_64 and arm64- AppImage, one portable file that runs just about anywhere
- Flatpak, sandboxed, straight from the release page
- Arch: komai-bin (prebuilt) or komai (from source) on the AUR
The AppImage needs FUSE 2. If it refuses to start,
that's usually the missing piece: sudo apt install libfuse2 on Debian or Ubuntu,
fuse2 on Arch.