2013-07-29 23:03:31 +02:00
{% extends "zerver/portico.html" %}
2019-10-23 07:46:34 +02:00
{% set entrypoint = "landing-page" %}
2013-03-15 19:34:42 +01:00
2022-09-05 17:24:21 +02:00
{% set PAGE_TITLE = "Download the Zulip app for your device" %}
{% set PAGE_DESCRIPTION = "Zulip has apps for every platform. Download the Zulip
app for macOS, Windows, Linux, Android, iOS or Terminal." %}
2017-03-09 21:18:14 +01:00
{% block customhead %}
2021-04-21 00:46:14 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" / >
2017-07-08 02:28:18 +02:00
< style media = "screen" >
2017-10-20 01:39:23 +02:00
.app.portico-page { padding-bottom: 0px; }
2017-07-08 02:28:18 +02:00
< / style >
2017-03-09 21:18:14 +01:00
{% endblock %}
2013-03-15 19:34:42 +01:00
2017-03-09 21:18:14 +01:00
{% block portico_content %}
2013-07-05 23:15:41 +02:00
2017-03-09 21:18:14 +01:00
{% include 'zerver/landing_nav.html' %}
2017-08-10 22:53:42 +02:00
< div class = "portico-landing apps" >
2017-07-08 02:28:18 +02:00
< div class = "hero" >
< div id = "waves" > < / div >
2017-09-27 18:15:12 +02:00
< div class = "inner-content" >
< div class = "info" >
< div class = "flex" >
< div class = "cta" >
< h1 > Zulip for < span class = "platform" > < / span > < / h1 >
< p class = "description" > < / p >
2020-03-08 03:33:31 +01:00
< a class = "desktop-download-link no-action" hidden href = "" > < span class = "button green" > Download Zulip for < span class = "platform" > < / span > < / span > < / a >
2023-01-25 00:08:42 +01:00
< a class = "download-from-google-play-store" hidden href = "" > < img src = "{{ static('images/store-badges/google-play-badge.png') }}" alt = "" / > < / a >
< a class = "download-from-apple-app-store" hidden href = "" > < img src = "{{ static('images/store-badges/app-store-badge.svg') }}" alt = "" / > < / a >
2024-02-20 07:45:01 +01:00
< span id = "download-from-microsoft-store" hidden > or < a href = "https://apps.microsoft.com/store/detail/XP8HN41S4PLGZ3" > download from the Microsoft Store< / a > < / span >
< span id = "download-android-apk" hidden > or < a href = "https://github.com/zulip/zulip-mobile/releases/latest" > manually download APK< / a > < / span >
< span id = "download-mac-arm64" hidden > or < a href = "" > download Apple silicon native build< / a > < / span >
< p class = "download-instructions" > < / p >
2017-09-27 18:15:12 +02:00
< / div >
2017-03-09 21:18:14 +01:00
< / div >
2017-07-08 02:28:18 +02:00
< / div >
< / div >
< / div >
2017-03-09 21:18:14 +01:00
2017-07-08 02:28:18 +02:00
< div class = "other-apps" >
< h2 > Apps for every platform.< / h2 >
2017-03-09 21:18:14 +01:00
2017-07-08 02:28:18 +02:00
< div class = "apps" >
2017-08-30 20:58:31 +02:00
< a class = "" href = "/apps/mac" >
2017-08-26 09:33:47 +02:00
< i class = "icon fa fa-apple" data-label = "macOS" > < / i >
2017-07-28 04:29:37 +02:00
< / a >
2017-08-30 20:58:31 +02:00
< a class = "" href = "/apps/windows" >
2017-07-28 04:29:37 +02:00
< i class = "icon fa fa-windows" data-label = "Windows" > < / i >
< / a >
2017-08-30 20:58:31 +02:00
< a class = "" href = "/apps/linux" >
2017-07-28 04:29:37 +02:00
< i class = "icon fa fa-linux" data-label = "Linux" > < / i >
< / a >
2017-08-30 20:58:31 +02:00
< a class = "" href = "/apps/android" >
2017-07-28 04:29:37 +02:00
< i class = "icon fa fa-android" data-label = "Android" > < / i >
< / a >
2017-08-30 20:58:31 +02:00
< a class = "" href = "/apps/ios" >
2017-07-28 04:29:37 +02:00
< i class = "icon fa fa-mobile-phone" data-label = "iOS" > < / i >
< / a >
2021-08-22 22:49:26 +02:00
< a href = "https://github.com/zulip/zulip-terminal#readme" >
2021-05-12 20:52:12 +02:00
< i class = "icon fa fa-terminal" data-label = "Terminal (beta)" > < / i >
2021-03-26 11:15:13 +01:00
< / a >
2017-03-09 21:18:14 +01:00
< / div >
2018-04-27 18:14:55 +02:00
< div id = "third-party-apps" >
2021-10-15 12:27:32 +02:00
Zulip also works great in pinned
< a href = "/help/supported-browsers" > browser tabs< / a >
and multi-protocol desktop chat apps
2020-03-27 01:32:21 +01:00
like < a href = "https://rambox.pro" > Rambox< / a >
2023-01-19 20:47:07 +01:00
and < a href = "https://ferdium.org/" > Ferdium< / a > .
2018-04-27 18:14:55 +02:00
< / div >
2013-03-15 19:34:42 +01:00
< / div >
2017-03-09 21:18:14 +01:00
< / div >
2013-03-15 19:34:42 +01:00
{% endblock %}