Linux Installation

Zeo is distributed as an AppImage for maximum compatibility across Linux distributions.

Download

Download the latest AppImage from the downloads page.

Installation Steps

  1. Download the AppImage
  2. Make it executable: chmod +x Zeo-*.AppImage
  3. Run the AppImage: ./Zeo-*.AppImage

Desktop Integration

To integrate Zeo with your desktop environment:

# Extract the AppImage
./Zeo-*.AppImage --appimage-extract

# Move to /opt
sudo mv squashfs-root /opt/zeo

# Create a symlink
sudo ln -s /opt/zeo/AppRun /usr/local/bin/zeo

Requirements

  • glibc 2.31 or later
  • X11 or Wayland display server
  • OpenGL 3.3 or later

Troubleshooting

FUSE not available

If you see a FUSE error, you can extract and run directly:

./Zeo-*.AppImage --appimage-extract-and-run