Skip to content

Latest commit

 

History

History
62 lines (43 loc) · 2.09 KB

File metadata and controls

62 lines (43 loc) · 2.09 KB

Chatless Installation Guide

Quick Install

Choose your operating system and click the corresponding link to download the latest version:

Windows

macOS

Linux


Installation Steps

Windows

  1. Download .exe file
  2. Double-click to run installer
  3. Follow prompts to complete installation

macOS

  1. Download .dmg file
  2. Double-click to open, drag to Applications folder
  3. Launch from Applications

Note: First launch may show "damaged" message, please:

  1. Click "Cancel"
  2. Open Terminal, run: sudo xattr -r -d com.apple.quarantine /Applications/Chatless.app
  3. Restart application

Linux

  1. Download package in corresponding format
  2. Install using package manager:
    • RPM: sudo dnf install Chatless-*.rpm
    • DEB: sudo dpkg -i Chatless_*.deb
    • AppImage: chmod +x Chatless-*.AppImage then double-click to run

Common Issues

Windows crash: Install Visual C++ Runtime

macOS won't open: Use terminal command to remove quarantine (see above)

Linux permission: Ensure execute permission with chmod +x


Get Help