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

{% trans %}Installation instructions{% endtrans %}

screenshot of the Zulip app on Android

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

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

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

Get it in the App Store

{% trans %}The beta version of our new cross-platform desktop client is ready for you to try now, and should work on Mac, Windows, and Linux. (It's implemented in Electron, a desktop app framework (maintained by GitHub) that uses Chromium and Node.js, so in the future we'll be able to concentrate on writing JavaScript instead of futzing with Qt/WebKit and C++.){% endtrans %}

{% trans %}You'll have to install it using the command line, and there might be some rough edges; if you run into anything that doesn't feel right, please let us know.{% endtrans %}

{% trans %}Download the beta of Zulip for desktop{% endtrans %}

screenshot of the cross-platform Zulip app

{% trans %}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.{% endtrans %}

{% if only_sso %} {% trans %}Download Zulip for Mac{% endtrans %} {% else %} {% trans %}Download Zulip for Mac{% endtrans %} {% endif %}

screenshot of the Zulip app on OS X

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

{% trans %}Debian and Ubuntu{% endtrans %}

{% trans %}We have an APT repository for Zulip, so adding and installing the app is easy:{% endtrans %}
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 %}

{{ _("Other") }}

{% if only_sso %}

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

{% else %}

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

{% endif %}

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

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

{% if only_sso %} {% trans %}Download Zulip for Windows{% endtrans %} {% else %} {% trans %}Download Zulip for Windows{% endtrans %} {% endif %}

screenshot of the Zulip app on Windows

{% trans %}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.{% endtrans %}

{% endblock %}