{% extends "zerver/portico.html" %} {# API information page #} {% block portico_content %}
Do we have apps? App‑solutely.
Ok, I take it back, I'm sorry, please don't go.

Installation instructions

{% if not_enterprise %}
screenshot of the Zulip app on Android

Zulip has a free, 100% native app for Android, and you can easily grab it from the Google Play Store.

Get it on Google Play
screenshot of the Zulip app on iOS

Zulip has a free, 100% native app for iPhone and iPad. Please grab it from the App Store!

Get it in the App Store
{% endif %}

You love your Mac. And you love Zulip. So what could be better than a Zulip app for Mac? Enjoy notifications for messages and PMs in your dock whether you're in Sublime, emacs, or Photoshop.

{% if not_enterprise %} Download Zulip for Mac {% else %} Download Zulip for Mac {% endif %}

screenshot of the Zulip app on OS X

Zulip provides a native Linux app that runs standalone outside of your browser. How you install it depends on what you're running:

Debian and Ubuntu

We have an APT repository for Zulip, so adding and installing the app is easy:
wget https://zulip.com/dist/keys/user-apt.asc
cat user-apt.asc | sudo apt-key add -
sudo apt-add-repository http://apt.zulip.com/user/
sudo apt-get update
{% if not_enterprise %}
sudo apt-get install zulip-desktop
{% else %}
sudo apt-get install zulip-desktop-sso
{% endif %}

Other

{% if not_enterprise %}

We provide a binary tarball of the Zulip application, built for 64-bit systems.

{% else %}

We provide a binary tarball of the Zulip application, built for 64-bit systems.

{% endif %}

Windows. It's the best OS for your needs: gaming, coding, expense reports. But you always felt that something was missing... until now.

We proudly present Zulip for Windows: the second-best app for Windows on the market today (after Solitaire, obviously.)

{% if not_enterprise %} Download Zulip for Windows {% else %} Download Zulip for Windows {% endif %}

screenshot of the Zulip app on Windows

First, connect to our hosted 9P filesystem at plan9.zulip.com and then... no, we're totally kidding. There definitely isn't a version of Zulip for Plan 9.

{% endblock %}