L'ultima versione di Gajim è la 0.13.2

Se la tua distribuzione non ha l'ultima versione è consigliato usare autopackage o il tarball dei sorgenti

Debian GNU/Linux

Se usi Debian unstable esegui apt-get install gajim
A daily package from mercurial is also built. To use it, remove gajim (apt-get remove gajim), e aggiungi questa linea al tuo /etc/apt/source.list:
deb ftp://ftp.gajim.org/debian unstable main
e installalo eseguendo apt-get install gajim-svn. Puoi ottenere la chiave GPG di questo pacchetto installando il pacchetto gnome-dev-keyring dallo stesso repository. Basta che esegui apt-get install gajim-dev-keyring.

Slackware

You can get the Slackware package of Gajim qui.

Ubuntu

Se usi il repository universe di Ubuntu esegui apt-get install gajim

Fedora

Basta yum install gajim

Gentoo

Basta emerge gajim

Archlinux

Basta pacman -S gajim

SUSE

openSuSE 11: one click install
openSuSE 10.x: get it here

PLD

Just poldek -U gajim

SourceMage

Basta cast gajim

Mandriva

Basta urpmi gajim

Zenwalk

Basta netpkg gajim

MOPSLinux

Basta mpkg-install gajim

FreeBSD

Gajim è disponibile per FreeBSD tramite i port FreeBSD. Basta cd /usr/ports/net/gajim/ && make install clean. Ulteriori informazioni.

Autopackage

Sarà presto disponibile qui.

Installer Windows

There is a Gajim installer.

Sorgenti

La versione tarball di Gajim è qui. Per informazioni su come compilare Gajim, see the README (in inglese).
If you want to use the last unstable development version, then you should checkout the mercurial repository.

Mercurial

The mercurial repository is available at this address: http://hg.gajim.org/gajim e visibile qui.

Sotto GNU/Linux

Per poter scaricare i sorgenti di Gajim, ecco cosa devi fare: You first have to install mercurial (apt-get install mercurial under Debian)
Poi in una console, inserisci il seguente comando:

hg clone http://hg.gajim.org/gajim gajim

Installa le dipendenze, e compila Gajim. Per favore consulta il README (Inglese) per i dettagli.

Puoi eseguire Gajim digitando:

cd gajim e poi ./launch.sh

Once you have the repository, you can update it periodicaly so it matches the latest version from the main repository with the following command:

hg pull && hg update

Sotto Windows

Prima devi installare subversion per Windows. Per fare ciò, scarica il binario qui
Una volta che subversion è installato, i comandi sono uguali a quelli per GNU/Linux. L'unica differenza è che invece di lanciare launch.sh devi eseguire launch.bat. Devi solo inserire i comandi in prompt di MS-DOS.
Puoi anche usare un programma grafico come Tortoisesvn per ottenere l'ultima versione Subversion
To run Gajim, you need external libraries. You can find a tutorial on the way to install them On the Wiki.

Snapshot giornalieri

Everyday on 01:00 (GMT+1 time) gz tarballs are produced from mercurial. You can use them if svn is broken for you at the moment. Puoi scaricarli qui.

Vecchie release

Troverai le vecchie release di Gajim qui.