Download

Pick your system, download MeshChatX, and open it. Extra install paths sit under More install options.

Latest v4.8.6 (stable)

Choose your platform

Tap the system you use. The recommended download is first.

Linux

Most people want the AppImage. Download it, make it runnable, and open it.

AppImage

Works on most Linux desktops without a package install. Pick your CPU type.

SHA256
AppImage (AMD64)
SHA256
AppImage (ARM64)
Make runnable and open
chmod +x MeshChatX-*.AppImage
./MeshChatX-*.AppImage
More install options

Debian (.deb)

For Debian and Ubuntu. Pick AMD64 or ARM64.

SHA256
.deb (AMD64)
SHA256
.deb (ARM64)
Install
sudo apt install ./MeshChatX-*.deb
# fallback if apt cannot resolve dependencies:
sudo dpkg -i MeshChatX-*.deb
sudo apt -f install

RPM (.rpm)

For Fedora, RHEL, and similar 64-bit x86 systems.

SHA256
.rpm (AMD64)
Install
sudo dnf install ./MeshChatX-*.rpm
# or on openSUSE:
sudo zypper install ./MeshChatX-*.rpm

Alpine Linux (.apk)

For Alpine Linux on x86_64. This is not the Android APK.

SHA256
.apk (Alpine x64)
Install
sudo apk add --allow-untrusted ./ReticulumMeshChatX-*-linux-alpine-*.apk

Arch

Build and install with our PKGBUILD. This pulls dependencies through pacman.

1. Clone and open the folder
git clone https://github.com/Quad4-Software/MeshChatX.git
cd MeshChatX/packaging/arch
2. Build and install
makepkg -si

View PKGBUILD

From source

Run MeshChatX from a local copy of the source:

1. Clone the repository
git clone https://github.com/Quad4-Software/MeshChatX.git
cd MeshChatX
2. Build the frontend (Node.js / pnpm)
corepack enable
pnpm install
pnpm run build-frontend
3. Run the backend (Python 3.10+ / Poetry)
pip install poetry
poetry install
poetry run meshchat --headless --host 127.0.0.1