A última versão do Gajim é a 0.13.4

Se a sua distribuiç´ Linux não possuir a última versão recomendamos que você use o autopackage ou o pacote de código-fonte

Debian GNU/Linux

Se você usa o Debian "unstable" digite apt-get install gajim
A daily package from mercurial is also built. To use it, remove gajim (apt-get remove gajim), adicione essa linha ao seu /etc/apt/source.list:
deb ftp://ftp.gajim.org/debian unstable main
e instale digitando apt-get install gajim-nightly. Você pode obter a chave GPG desse pacote instalando o pacote gajim-dev-keyring a partir do mesmo repositório. Apenas digite apt-get install gajim-dev-keyring.

Slackware

You can get the Slackware package of Gajim aqui.

Ubuntu

Se você usa o repositório "universe" do Ubuntu, execute: apt-get install gajim
If you want newer version of Gajim, you can also use this PPA

Fedora

Apenas digite yum install gajim

Gentoo

Apenas digite emerge gajim

Archlinux

Apenas digite pacman -S gajim

SUSE

openSuSE 11: instalação em um clique
openSuSE 10.x: pegue-o aqui

PLD

Just poldek -U gajim

SourceMage

Apenas digite cast gajim

Mandriva

Apenas digite urpmi gajim

Zenwalk

Apenas digite netpkg gajim

AgiliaLinux (MOPSLinux)

Apenas digite mpkg-install gajim

FreeBSD

O Gajim está disponí­vel para o FreeBSD através dos ports. Apenas digite cd /usr/ports/net/gajim/ && make install clean. Mais detalhes.

Autopackage

Em breve.

Instalador para Windows

Existe um Instalador do Gajim.

Código-fonte

O pacote com o código-fonte do Gajim está aqui. Para mais informações sobre como compilar o Gajim, see the README (em inglês).
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 visualizável aqui.

No GNU/Linux

Para baixar o código-fonte do Gajim, faça o seguinte: You first have to install mercurial (apt-get install mercurial under Debian)
Então, em um console, execute os seguintes comandos:

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

Instale as dependências e compile o Gajim. Por favor leia o arquivo README (em inglês) para mais detalhes.

Você pode executar o Gajim digitando:

cd gajim e então ./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

No Windows

You first have to install mercurial for windows. In order to do that, download the binary aqui
Once mercurial is installed, the commands are the same with those under GNU/Linux. Only difference is instead of launch.sh you run launch.bat. Enter them in an MS-DOS command line and you're done.
Para rodar o Gajim, você precisa de bibliotecas externas. Você pode encontrar um tutorial sobre como instala-las No Wiki.

Snapshots diários

Everyday on 01:00 (GMT+1 time) gz tarballs are produced from mercurial. You can use them if hg is broken for you at the moment. Aqui para obtê-los.

Lançamentos antigos

Você vai encontrar lançamentos antigos do Gajim aqui.