Rete for Linux

Three install paths. Pick the one that fits your machine.

Server  ·  one-line install

For headless Linux boxes — home servers, NAS, datacenter rentals. Sets up systemd so it auto-starts on boot.

Recommended
curl -fsSL https://get.retes.app/install.sh | sh

Requires libvulkan1 for GPU acceleration. The script will tell you if it's missing.

Desktop Linux  ·  AppImage

Self-contained binary. Download, mark executable, double-click. No install, no root.

Easiest
Download AppImage x86_64 · 49 MB

After download: chmod +x rete-node-x86_64.AppImage && ./rete-node-x86_64.AppImage --host

Cloud GPU  ·  Docker

For RunPod, Lambda, Vast.ai, and other GPU-on-demand providers. Image is on Docker Hub.

Cloud GPU
docker run --gpus all reteai/rete-node:latest

Modes via env vars: RETE_MODE=host for the chat UI, RETE_JOIN_CODE=RETE-XXXX to join a mesh as requester.

Stuck? Email hello@retes.app or check the main page for what Rete actually does.