mirror of
				https://github.com/zulip/zulip-desktop.git
				synced 2025-11-03 21:43:18 +00:00 
			
		
		
		
	
		
			
				
	
	
	
		
			2.3 KiB
		
	
	
	
	
	
	
	
			
		
		
	
	
			2.3 KiB
		
	
	
	
	
	
	
	
How to install
Note: If you download from the releases page, be careful what version you pick. Releases that end with -beta are beta releases and the rest are stable.
- beta: these releases are the right balance between getting new features early while staying away from nasty bugs.
 - stable: these releases are more thoroughly tested; they receive new features later, but there's a lower chance that things will go wrong.
 
OS X
DMG or zip:
- Download Zulip-x.x.x.dmg or Zulip-x.x.x-mac.zip
 - Open or unzip the file and drag the app into the 
Applicationsfolder - Done! The app will update automatically
 
Using brew:
- Run 
brew cask install zulipin your terminal - The app will be installed in your 
Applications - Done! The app will update automatically (you can also use 
brew update && brew upgrade zulip) 
Windows
Installer (recommended):
- Download Zulip-Web-Setup-x.x.x.exe
 - Run the installer, wait until it finishes
 - Done! The app will update automatically
 
Portable:
- Download zulip-x.x.x-arch.nsis.7z [here arch = ia32 (32-bit), x64 (64-bit)]
 - Extract the zip wherever you want (e.g. a flash drive) and run the app from there
 
Linux
Ubuntu, Debian 8+ (deb package):
- Download Zulip-x.x.x-amd64.deb
 - Double click and install, or run 
dpkg -i Zulip-x.x.x-amd64.debin the terminal - Start the app with your app launcher or by running 
zulipin a terminal - Done! The app will NOT update automatically, but you can still check for updates
 
Other distros (Fedora, CentOS, Arch Linux etc) :
- Download Zulip-x.x.x-x86_64.AppImageLR
 - Make it executable using chmod a+x Zulip-x.x.x-x86_64.AppImage
 - Start the app with your app launcher
 
You can also use apt-get (recommended):
- First download our signing key to make sure the deb you download is correct:
 
sudo apt-key adv --keyserver pool.sks-keyservers.net --recv 69AD12704E71A4803DCA3A682424BE5AE9BD10D9
- Add the repo to your apt source list :
 
echo "deb https://dl.bintray.com/zulip/debian/ beta main" |
  sudo tee -a /etc/apt/sources.list.d/zulip.list
- Now install the client :
 
sudo apt-get update
sudo apt-get install zulip