{% extends "zerver/portico.html" %} {% block customhead %} {% stylesheet 'portico' %} {% stylesheet 'landing-page' %} {{ minified_js('landing-page')|safe }} {% endblock %} {% block portico_content %} {% include 'zerver/landing_nav.html' %}

{% trans %}Do we have apps? Appsolutely.{% endtrans %}

{% trans %}Ok, I take it back, I'm sorry, please don't go.{% endtrans %}

iOS

{% trans %}Zulip's brand-new iOS app makes it easy to browse your messages with lightning-fast scrolling! {% endtrans %}

{{ _('Zulip iOS') }}

Android

{% trans %}Read and reply to your messages while on the go with Zulip's free, native app for Android. {% endtrans %}

{{ _('Zulip Android') }}

MacOS

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.

{{ _('MacOS') }}

Windows 7+

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

{{ _('Windows') }}

Ubuntu & Debian

We have an APT repository for Zulip, so adding and installing the app is easy.

wget https://zulip.org/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

sudo apt-get install zulip-desktop

Other Platforms

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

{{ _('Download') }}

Plan 9

{% trans %}First, connect to our hosted 9P filesystem at plan9.zulip.org and then... no, we're - totally kidding. There definitely isn't a version of Zulip - for Plan 9.{% endtrans %}

Snipe

{% trans %}Snipe, a modern multi-protocol terminal-based chat client, is a great way to use Zulip from a terminal. {% endtrans %}

{% endblock %}