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

{% blocktrans %}Installation instructions{% endblocktrans %}

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

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

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

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

Get it in the App Store
{% endif %}

{% blocktrans %}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.{% endblocktrans %}

{% if only_sso %} {% blocktrans %}Download Zulip for Mac{% endblocktrans %} {% else %} {% blocktrans %}Download Zulip for Mac{% endblocktrans %} {% endif %}

screenshot of the Zulip app on OS X

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

{% blocktrans %}Debian and Ubuntu{% endblocktrans %}

{% blocktrans %}We have an APT repository for Zulip, so adding and installing the app is easy:{% endblocktrans %}
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 only_sso %}
sudo apt-get install zulip-desktop-sso
{% else %}
sudo apt-get install zulip-desktop
{% endif %}

{% trans "Other" %}

{% if only_sso %}

{% blocktrans %}We provide a binary tarball of the Zulip application, built for 64-bit systems.{% endblocktrans %}

{% else %}

{% blocktrans %}We provide a binary tarball of the Zulip application, built for 64-bit systems.{% endblocktrans %}

{% endif %}

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

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

{% if only_sso %} {% blocktrans %}Download Zulip for Windows{% endblocktrans %} {% else %} {% blocktrans %}Download Zulip for Windows{% endblocktrans %} {% endif %}

screenshot of the Zulip app on Windows

{% blocktrans %}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.{% endblocktrans %}

{% endblock %}