«Image: Devuan» Devuan

Download and install

Nota

This edition of Jami for GNU/Linux runs on Devuan.

Devuan is a systemd-free fork on Debian GNU/Linux, offering init options like SysVinit, OpenRC, and Runit.

Stable release

  • Devuan 6

    To download and install Jami from a DEB installation file, click here to download the DEB installation file for Devuan 6.

    Alternatively, open the Terminal and enter the commands:

    sudo apt install gnupg dirmngr ca-certificates curl --no-install-recommends
    curl -s https://dl.jami.net/public-key.gpg | sudo tee /usr/share/keyrings/jami-archive-keyring.gpg > /dev/null
    sudo sh -c "echo 'deb [signed-by=/usr/share/keyrings/jami-archive-keyring.gpg] https://dl.jami.net/stable/debian_13/ jami main' > /etc/apt/sources.list.d/jami.list"
    sudo apt-get update && sudo apt-get install jami
    
  • Devuan 5 (64-bit)

    To download and install Jami from a DEB installation file, click here to download the DEB installation file for Devuan 5 (64-bit).

    Alternatively, open the Terminal and enter the commands:

    sudo apt install gnupg dirmngr ca-certificates curl --no-install-recommends
    curl -s https://dl.jami.net/public-key.gpg | sudo tee /usr/share/keyrings/jami-archive-keyring.gpg > /dev/null
    sudo sh -c "echo 'deb [signed-by=/usr/share/keyrings/jami-archive-keyring.gpg] https://dl.jami.net/stable/debian_12/ jami main' > /etc/apt/sources.list.d/jami.list"
    sudo apt-get update && sudo apt-get install jami
    

Beta release

  • Devuan 6

    To download and install Jami from a DEB installation file, click here to download the beta DEB installation file for Devuan 6.

    Alternatively, open the Terminal and enter the commands:

    sudo apt install gnupg dirmngr ca-certificates curl --no-install-recommends
    curl -s https://dl.jami.net/public-key.gpg | sudo tee /usr/share/keyrings/jami-archive-keyring.gpg > /dev/null
    sudo sh -c "echo 'deb [signed-by=/usr/share/keyrings/jami-archive-keyring.gpg] https://dl.jami.net/nightly/debian_13/ jami main' > /etc/apt/sources.list.d/jami.list"
    sudo apt-get update && sudo apt-get install jami
    
  • Devuan 5 (64-bit)

    To download and install Jami from a DEB installation file, click here to download the beta DEB installation file for Devuan 5 (64-bit).

    Alternatively, open the Terminal and enter the commands:

    sudo apt install gnupg dirmngr ca-certificates curl --no-install-recommends
    curl -s https://dl.jami.net/public-key.gpg | sudo tee /usr/share/keyrings/jami-archive-keyring.gpg > /dev/null
    sudo sh -c "echo 'deb [signed-by=/usr/share/keyrings/jami-archive-keyring.gpg] https://dl.jami.net/nightly/debian_12/ jami main' > /etc/apt/sources.list.d/jami.list"
    sudo apt-get update && sudo apt-get install jami