Skip to content
hearmeneigh edited this page Sep 3, 2023 · 8 revisions

F-Chat Client is distributed as a universal AppImage, which is compatible with virtually all Linux distributions out there.

Some Linux distributions will require you to install FUSE on your system. See FUSE documentation for details.

For example, on Ubuntu systems, the following will suffice:

# download latest F-Chat Rising client
wget -O F-Chat-Rising-linux-x64.AppImage 'https://github.com/hearmeneigh/fchat-rising/releases/latest/download/F-Chat-Rising-linux-x64.AppImage'

# install FUSE
sudo add-apt-repository universe
sudo apt install libfuse2

# run F-Chat Rising
./F-Chat-Rising-linux-x64.AppImage
Clone this wiki locally