pidgin/nest

closing merged branch
help-weights
2019-08-23, Gary Kramlich
6af542ccd6f4
closing merged branch
---
title: Download
date: 2019-01-16T20:14:59.000Z
draft: true
replaces:
- pidgin.im/download/
- pidgin.im/download/windows/
- pidgin.im/download/linux/
- pidgin.im/download/mac/
- pidgin.im/download/source/
lastmod: 2019-05-29T22:53:40.000Z
---
<!-- Never pipe curl sudo bash -->
# Pidign
## Windows
[![](/images/download.png)](http://sourceforge.net/projects/pidgin/files/Pidgin/2.13.0/pidgin-2.13.0.exe/download?accel_key=62%3Aa4c0d8b6-1952-11e9-abae-525400fc71c5&click_id=a4c154bc-1952-11e9-abae-525400fc71c5&source=accel)
This version of Pidgin downloads an appropriate version of GTK. GTK is now installed locally for Pidgin, and not system-wide, thus Pidgin will not interfere with other GTK apps on your system.
If you would like to have GTK included in the installer, we have an [offline installer](http://sourceforge.net/projects/pidgin/files/Pidgin/2.13.0/pidgin-2.13.0-offline.exe/download) that bundles everything except spell-checking dictionaries.
## Linux
We do not provide pre-built packages for Linux and Unix distributions. We recommend installing Pidgin using your operating system's standard package management tool.
If your operating system doesn't provide a pre-built package, or if their pre-built package is out of date and you want to upgrade, then you can try [building from source](#Source).
### Debian/Ubuntu
```bash
sudo apt-get update
sudo apt-get install pidgin
```
## BSD
```
pkg install pidgin
```
## macOS
For a native Mac OS X experience we recommend [Adium](http://adium.im/), which uses libpurple (the core of Pidgin) for much of its protocol support.
If you're sure you want to use Pidgin on OS X, you may find the packages provided through [Homebrew](http://brew.sh/), [Fink](http://finkproject.org/download/) or [Macports](https://www.macports.org/install.php) more convenient than compiling from source. Please note, *we do not provide support for issues related to installing Homebrew, Fink, Macports, or their packages of Pidgin*. Contact those projects directly with questions or concerns.
If you're sure you want to use Pidgin on OS X and you don't want to use Homebrew, Fink or Macports, you can [download the Pidgin source](https://pidgin.im/download/source/) and compile.
## Source
[![](/images/download.png)](http://sourceforge.net/projects/pidgin/files/Pidgin/2.13.0/pidgin-2.13.0.tar.bz2/download?accel_key=62%3Abd2389f8-1952-11e9-9fd1-5254004ddb8f&click_id=bd238c5a-1952-11e9-9fd1-5254004ddb8f&source=accel)
This download is for the source code of Pidgin 2.13.0.
If you want to **use** Pidgin, you should either download and use our Windows installer or look for pre-built packages from your operating system distribution.
If you are looking to **modify** Pidgin, you may want to look at our [instructions for checking out the code from our repository](https://developer.pidgin.im/wiki/UsingPidginMercurial).
# Finch
## Linux
We do not provide pre-built packages for Linux and Unix distributions. We recommend installing Pidgin using your operating system's standard package management tool.
If your operating system doesn't provide a pre-built package, or if their pre-built package is out of date and you want to upgrade, then you can try [building from source](#Source).
### Debian/Ubuntu
```bash
sudo apt-get update
sudo apt-get install finch
```
## BSD
```
pkg install finch
```