Sammy AI Desktop v1.0.11 is available for Linux x64 in two formats: an AppImage (universal, no installation required) and a .deb package for Ubuntu, Debian, and compatible distributions. Both formats include the full application — all 10 modules, 5 AI providers, and local Ollama support.
The AppImage is a self-contained executable that runs on any modern Linux distribution without installation. It works on Ubuntu, Fedora, Arch, openSUSE, Debian, Mint, and most others. No root access required.
Click the download button above, or use the terminal:
wget -O Sammy-AI-Desktop-v1.0.11-x86_64.AppImage \ "https://files.manuscdn.com/user_upload_by_module/session_file/310519663484957999/wtlUQrZtNYyBKNRa.AppImage"
AppImages are not executable by default. Run this command in the directory where you saved the file:
chmod +x Sammy-AI-Desktop-v1.0.11-x86_64.AppImage
Double-click the file in your file manager, or run from the terminal:
./Sammy-AI-Desktop-v1.0.11-x86_64.AppImage
To have Sammy AI appear in your desktop launcher (GNOME, KDE, etc.), install appimaged or use AppImageLauncher. Both tools automatically integrate AppImages into your system menu on first launch.
# Ubuntu/Debian — install AppImageLauncher sudo add-apt-repository ppa:appimagelauncher-team/stable sudo apt update && sudo apt install appimagelauncher
After installing AppImageLauncher, double-clicking any AppImage will prompt you to integrate it into your system menu automatically.
The .deb package installs Sammy AI Desktop as a system application on Ubuntu, Debian, Linux Mint, Pop!_OS, and other Debian-based distributions. It creates a desktop shortcut and registers the app in your system application menu automatically.
# Download wget -O sammy-ai-desktop.deb "https://files.manuscdn.com/user_upload_by_module/session_file/310519663484957999/tZkkumZCUxOBofLo.deb" # Install sudo dpkg -i sammy-ai-desktop.deb # Fix any missing dependencies (if needed) sudo apt-get install -f
sudo dpkg -r sammy-ai-desktop
| Architecture | x86_64 (64-bit) |
| Kernel | Linux 4.4 or later |
| RAM | 4 GB minimum, 8 GB recommended |
| Disk space | ~500 MB for the app + model data if using Ollama |
| Display | X11 or Wayland (XWayland) required |
| Tested distributions | Ubuntu 20.04+, Debian 11+, Fedora 36+, Arch Linux, Linux Mint 20+ |