Download
Pick your system, download the build, and run it. Advanced installs are one click away if you need them.
Choose your platform
Tap the system you use. We show the recommended download first.
Windows 10 / 11
Download the installer, run it, and open MeshChatX from the Start menu. Use portable if you prefer no install.
nur 64-Bit
Linux
Most people want the AppImage. Download it, make it executable, and run it.
AppImage
Portable Version, kein Paketmanager nötig. Lade die passende Architektur herunter.
chmod +x MeshChatX-*.AppImage
./MeshChatX-*.AppImage
More install options
Debian (.deb)
Debian- und Ubuntu-Pakete für AMD64 und ARM64.
sudo apt install ./MeshChatX-*.deb
# fallback if apt cannot resolve dependencies:
sudo dpkg -i MeshChatX-*.deb
sudo apt -f install
RPM (.rpm)
RPM-Paket für 64-Bit-x86-Systeme.
sudo dnf install ./MeshChatX-*.rpm
# or on openSUSE:
sudo zypper install ./MeshChatX-*.rpm
Alpine Linux (.apk)
apk-tools-Paket für Alpine Linux auf x86_64. Das ist nicht das Android-APK.
sudo apk add --allow-untrusted ./ReticulumMeshChatX-*-linux-alpine-*.apk
Flatpak (.flatpak)
Einzeldatei-Bundle für Systeme mit installiertem Flatpak.
flatpak install ./MeshChatX-*.flatpak
Arch
Manuell bauen und installieren mit unserem PKGBUILD. Diese Methode löst Abhängigkeiten und integriert sich mit pacman.
git clone https://github.com/Quad4-Software/MeshChatX.git
cd MeshChatX/packaging/arch
makepkg -si
Aus dem Quellcode
Wenn du MeshChatX lokal aus dem Quellcode starten willst:
git clone https://github.com/Quad4-Software/MeshChatX.git
cd MeshChatX
corepack enable
pnpm install
pnpm run build-frontend
pip install poetry
poetry install
poetry run meshchat --headless --host 127.0.0.1
Container
Copy the Compose file if you run Docker or Podman day to day. Pull commands are under more options.
Compose
Eine docker-compose.yml für Compose-Installationen.
services:
meshchatx:
image: quad4io/meshchatx:latest
# or ghcr.io/quad4-software/meshchatx:latest
ports:
- "8000:8000"
volumes:
- meshchatx-data:/root/.reticulum
volumes:
meshchatx-data:
More install options
Ausführung mit Docker. · AMD64 / ARM64
Gleiches Image aus beiden Registries. In Compose mit MESHCHAT_IMAGE auf GHCR wechseln.
docker pull quad4io/meshchatx:latest
docker pull ghcr.io/quad4-software/meshchatx:latest
docker run -d --name reticulum-meshchatx \
--restart unless-stopped \
--security-opt no-new-privileges:true \
-p 127.0.0.1:8000:8000 \
-v meshchatx-config:/config \
quad4io/meshchatx:latest
Ausführung mit Podman. · AMD64 / ARM64
Gleiches Image aus beiden Registries. In Compose mit MESHCHAT_IMAGE auf GHCR wechseln.
podman pull quad4io/meshchatx:latest
podman pull ghcr.io/quad4-software/meshchatx:latest
podman run -d --name reticulum-meshchatx \
--restart unless-stopped \
--security-opt no-new-privileges:true \
-p 127.0.0.1:8000:8000 \
-v meshchatx-config:/config \
quad4io/meshchatx:latest
Docker-Images werden mit Trivy.
Python
Install from PyPI with pip. That is enough for most people.
pypi.org/project/reticulum-meshchatx
pip install reticulum-meshchatx
More install options
pipx install reticulum-meshchatx
poetry add reticulum-meshchatx
uv pip install reticulum-meshchatx
Starte den meshchatx-Einstieg aus dem Paket ohne dauerhafte Installation (uv tool run).
uvx --from reticulum-meshchatx meshchatx
Direkte Wheel-URL
Exakte Wheel-Datei für dieses Release von GitHub pinnen.
pip install https://github.com/Quad4-Software/MeshChatX/releases/download/v4.8.5/reticulum_meshchatx-4.8.5-py3-none-any.whl
pipx install https://github.com/Quad4-Software/MeshChatX/releases/download/v4.8.5/reticulum_meshchatx-4.8.5-py3-none-any.whl
poetry add https://github.com/Quad4-Software/MeshChatX/releases/download/v4.8.5/reticulum_meshchatx-4.8.5-py3-none-any.whl
uv pip install https://github.com/Quad4-Software/MeshChatX/releases/download/v4.8.5/reticulum_meshchatx-4.8.5-py3-none-any.whl
Android
Use the APK when it is available, or install via Termux for a headless node.
Universelles APK
Termux
Installation unter Android mit Termux. Abhängigkeiten installieren, dann MeshChatX über PyPI. Headless mit meshchat --headless.
pkg upgrade
pkg install python
pkg install rust
pkg install binutils
pkg install build-essential
pip install reticulum-meshchatx
meshchat --headless
Umbrel
Installiere MeshChatX auf deinem Umbrel-Home-Server über den Umbrel App Store.