2021-10-16 01:12:43 +02:00
|
|
|
{% extends "zerver/portico.html" %}
|
2024-01-15 16:38:13 +01:00
|
|
|
{% set entrypoint = "landing-page-with-pricing" %}
|
2021-10-16 01:12:43 +02:00
|
|
|
|
2022-09-05 17:24:21 +02:00
|
|
|
{% set PAGE_TITLE = "Self-host Zulip" %}
|
2021-10-16 01:12:43 +02:00
|
|
|
|
2022-09-05 17:24:21 +02:00
|
|
|
{% set PAGE_DESCRIPTION = "Open-source team chat with enterprise-grade
|
|
|
|
reliability and security. Take charge of your mission-critical communication
|
|
|
|
platform." %}
|
2021-10-16 01:12:43 +02:00
|
|
|
|
|
|
|
{% block customhead %}
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block portico_content %}
|
|
|
|
|
|
|
|
{% include 'zerver/landing_nav.html' %}
|
|
|
|
|
2022-10-17 18:31:18 +02:00
|
|
|
<div class="portico-landing why-page solutions-page self-hosting-page">
|
2021-10-16 01:12:43 +02:00
|
|
|
<div class="hero bg-pycon security">
|
|
|
|
<div class="bg-dimmer"></div>
|
|
|
|
<div class="content">
|
|
|
|
<h1 class="center">Self-host Zulip today.</h1>
|
|
|
|
<p>Open-source team chat with enterprise-grade reliability and security.</p>
|
|
|
|
</div>
|
|
|
|
<div class="hero-buttons center">
|
2024-10-17 23:02:14 +02:00
|
|
|
<a href="/request-demo/" class="button">
|
|
|
|
{{ _('Get a demo') }}
|
2021-10-16 01:12:43 +02:00
|
|
|
</a>
|
2024-02-23 19:02:08 +01:00
|
|
|
<a href="https://zulip.readthedocs.io/en/stable/production/install.html" class="button">
|
|
|
|
Install Zulip Server {{ latest_release_version }}
|
|
|
|
</a>
|
2021-10-16 01:12:43 +02:00
|
|
|
<a href="/for/business/" class="button">
|
|
|
|
{{ _('Zulip for business') }}
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="alternative-features">
|
|
|
|
<div class="feature-container">
|
|
|
|
<div class="feature-half">
|
|
|
|
<div class="feature-text">
|
|
|
|
<h1>
|
2024-04-02 23:45:16 +02:00
|
|
|
100% open-source software.
|
2021-10-16 01:12:43 +02:00
|
|
|
</h1>
|
|
|
|
<p>
|
|
|
|
When you self-host Zulip, you get <a href="https://github.com/zulip/zulip#readme">
|
2024-04-02 23:45:16 +02:00
|
|
|
the same software</a> as our <a href="/plans/">Zulip Cloud</a> customers.
|
2021-10-16 01:12:43 +02:00
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Unlike the competition, you don't pay for
|
|
|
|
<a href="https://zulip.readthedocs.io/en/stable/production/authentication-methods.html">SAML
|
|
|
|
authentication</a>, <a href="https://zulip.readthedocs.io/en/stable/production/authentication-methods.html#synchronizing-data">LDAP
|
2024-05-01 20:36:10 +02:00
|
|
|
sync</a>, or advanced <a href="/help/roles-and-permissions">roles</a> and <a href="/help/channel-permissions">permissions</a>. There
|
2021-10-16 01:12:43 +02:00
|
|
|
is no “open core” catch — just freely available world-class software.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="feature-half">
|
|
|
|
<div class="feature-icon">
|
2023-01-25 00:08:42 +01:00
|
|
|
<img alt="" src="{{ static('images/landing-page/open_source/build_inclusive_communities.svg') }}" />
|
2021-10-16 01:12:43 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="feature-container alternate-grid">
|
|
|
|
<div class="feature-half md-hide">
|
|
|
|
<div class="feature-icon">
|
2023-01-25 00:08:42 +01:00
|
|
|
<img class="mirror-image" alt="" src="{{ static('images/landing-page/education/privacy.svg') }}" />
|
2021-10-16 01:12:43 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="feature-half">
|
|
|
|
<div class="feature-text">
|
|
|
|
<h1>
|
|
|
|
Enterprise-grade security and compliance.
|
|
|
|
</h1>
|
|
|
|
<p>
|
|
|
|
Protect your sensitive conversations and simplify
|
|
|
|
compliance by self-hosting Zulip behind your
|
|
|
|
firewall.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Zulip's <a
|
|
|
|
href="/help/configure-authentication-methods">authentication</a>
|
|
|
|
and <a
|
|
|
|
href="/help/roles-and-permissions">permissions</a>
|
|
|
|
systems are designed to flexibly support every
|
|
|
|
organization's security tools and policies.
|
|
|
|
</p>
|
|
|
|
<p>Making sure your information stays protected is <a href="https://zulip.com/security/">our highest priority</a>.</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="feature-half md-display">
|
|
|
|
<div class="feature-icon">
|
2023-01-25 00:08:42 +01:00
|
|
|
<img class="mirror-image" alt="" src="{{ static('images/landing-page/education/privacy.svg') }}" />
|
2021-10-16 01:12:43 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="feature-container">
|
|
|
|
<div class="feature-half">
|
|
|
|
<div class="feature-text">
|
|
|
|
<h1>
|
|
|
|
Take charge of your mission-critical communication platform.
|
|
|
|
</h1>
|
|
|
|
<p>
|
|
|
|
Keep full control of your data and avoid <a
|
|
|
|
href="https://www.theverge.com/2021/9/30/22702876/slack-is-down-outage-morning-disruption-work-chat">
|
|
|
|
unpredictable downtime</a>
|
|
|
|
from <a
|
|
|
|
href="https://www.theverge.com/2021/4/27/22405300/microsoft-teams-down-outage-worldwide-issues">SaaS
|
|
|
|
team chat vendors</a> by hosting Zulip on
|
|
|
|
your own infrastructure.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Our extensive <a
|
|
|
|
href="https://zulip.readthedocs.io/en/stable/production/settings.html">
|
|
|
|
configuration options</a> let you set up Zulip
|
|
|
|
to suit the needs of your organization.
|
|
|
|
Zulip offers <a
|
|
|
|
href="/integrations/">over one hundred native
|
|
|
|
integrations</a>, and hundreds more via third-party
|
|
|
|
extensions.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="feature-half">
|
|
|
|
<div class="feature-icon">
|
2023-01-25 00:08:42 +01:00
|
|
|
<img class="mirror-image" alt="" src="{{ static('images/landing-page/education/mobile.svg') }}" />
|
2021-10-16 01:12:43 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="feature-container alternate-grid">
|
|
|
|
<div class="feature-half md-hide">
|
|
|
|
<div class="feature-icon">
|
2023-01-25 00:08:42 +01:00
|
|
|
<img alt="" src="{{ static('images/landing-page/education/flexible-administration.svg') }}" />
|
2021-10-16 01:12:43 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="feature-half">
|
|
|
|
<div class="feature-text">
|
|
|
|
<h1>
|
|
|
|
Installation and upgrades that Just Work.
|
|
|
|
</h1>
|
|
|
|
<p>
|
|
|
|
Our well-documented scripts help you
|
|
|
|
<a href="https://zulip.readthedocs.io/en/stable/production/install.html">setup</a>,
|
|
|
|
<a href="https://zulip.readthedocs.io/en/stable/production/export-and-import.html#backups">backup</a>, and
|
2023-01-17 06:04:59 +01:00
|
|
|
<a href="https://zulip.readthedocs.io/en/stable/production/upgrade.html">upgrade</a>
|
2021-10-16 01:12:43 +02:00
|
|
|
your self-hosted Zulip installation. Migrate your
|
|
|
|
<a href="/help/migrating-from-other-chat-tools">data</a>
|
|
|
|
and <a href="/integrations/doc/slack_incoming">integrations</a>
|
|
|
|
from other chat tools for a smooth transition.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Self-host Zulip directly on Ubuntu or Debian Linux,
|
|
|
|
in <a href="https://github.com/zulip/docker-zulip">Docker</a>,
|
|
|
|
or with prebuilt images for <a href="https://marketplace.digitalocean.com/apps/zulip">Digital Ocean</a>
|
|
|
|
and <a href="https://render.com/docs/deploy-zulip">Render</a>.
|
|
|
|
</p>
|
2024-01-30 21:36:30 +01:00
|
|
|
<div class="intro_quote quote-in-feature-text">
|
|
|
|
<blockquote>
|
|
|
|
Zulip was quite easy to set up, and worked instantly. 1000 people — no problem.
|
|
|
|
<div class="author">
|
|
|
|
— Erik Dittert, Head of IT at <a href="/case-studies/gut-contact/">GUT contact</a>
|
|
|
|
</div>
|
|
|
|
</blockquote>
|
|
|
|
</div>
|
2021-10-16 01:12:43 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="feature-half md-display">
|
|
|
|
<div class="feature-icon">
|
2023-01-25 00:08:42 +01:00
|
|
|
<img alt="" src="{{ static('images/landing-page/education/flexible-administration.svg') }}" />
|
2021-10-16 01:12:43 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="quote">
|
|
|
|
<div class="triangle"></div>
|
|
|
|
<blockquote>
|
|
|
|
Zulip has been extremely stable and requires no maintenance beyond installing updates.
|
|
|
|
<div class="author">
|
|
|
|
— Robert Imschweiler, <a href="/case-studies/tum/">Technical University of Munich</a>
|
|
|
|
</div>
|
|
|
|
</blockquote>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="feature-grid">
|
|
|
|
<div class="feature-row">
|
|
|
|
<div class="feature-box">
|
|
|
|
<div class="feature-icon">
|
2023-01-25 00:08:42 +01:00
|
|
|
<img alt="" src="{{ static('images/landing-page/self-hosting/growth.png') }}" />
|
2021-10-16 01:12:43 +02:00
|
|
|
</div>
|
|
|
|
<div class="feature-text">
|
|
|
|
<h1>
|
|
|
|
Rock-solid reliability at scale.
|
|
|
|
</h1>
|
|
|
|
<p>
|
|
|
|
Zulip is engineered to make every interaction snappy and
|
|
|
|
efficient, even for organizations with 10,000s of users,
|
|
|
|
with a simple deployment on
|
|
|
|
<a href="https://zulip.readthedocs.io/en/stable/production/requirements.html#scalability">
|
|
|
|
modest hardware</a>.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
With a user experience designed to work great at any
|
|
|
|
size, organizations that send <a
|
|
|
|
href="/case-studies/rust/">thousands</a> of <a
|
|
|
|
href="/case-studies/tum/">messages</a> per week <a
|
|
|
|
href="/case-studies/lean/">thrive on Zulip</a>.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="feature-box">
|
|
|
|
<div class="feature-icon">
|
2023-01-25 00:08:42 +01:00
|
|
|
<img alt="" src="{{ static('images/landing-page/self-hosting/database.png') }}" />
|
2021-10-16 01:12:43 +02:00
|
|
|
</div>
|
|
|
|
<div class="feature-text">
|
|
|
|
<h1>
|
|
|
|
No lock-in.
|
|
|
|
</h1>
|
|
|
|
<p>
|
|
|
|
You can <a href="https://zulip.com/help/zulip-cloud-or-self-hosting">move
|
|
|
|
freely</a> between <a href="/plans/">Zulip Cloud</a>
|
|
|
|
hosting and your own servers with our high quality <a
|
|
|
|
href="/help/export-your-organization">export</a> and
|
|
|
|
<a href="https://zulip.readthedocs.io/en/stable/production/export-and-import.html">import
|
|
|
|
</a> tools.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Zulip also supports exporting your organization's
|
|
|
|
message history to a <a
|
|
|
|
href="https://github.com/zulip/zulip-archive">static
|
|
|
|
HTML archive</a>.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="feature-row">
|
|
|
|
<div class="feature-box">
|
|
|
|
<div class="feature-icon">
|
2023-01-25 00:08:42 +01:00
|
|
|
<img alt="" src="{{ static('images/landing-page/self-hosting/fork.png') }}" />
|
2021-10-16 01:12:43 +02:00
|
|
|
</div>
|
|
|
|
<div class="feature-text">
|
|
|
|
<h1>
|
|
|
|
Yours to customize.
|
|
|
|
</h1>
|
|
|
|
<p>
|
|
|
|
<a href="/api/incoming-webhooks-overview">Creating custom integrations</a> is a breeze with
|
2024-02-15 02:42:15 +01:00
|
|
|
our well-documented <a href="/api/">REST API</a>.
|
2021-10-16 01:12:43 +02:00
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Zulip makes it easy to
|
2023-01-17 06:04:59 +01:00
|
|
|
<a href="https://zulip.readthedocs.io/en/stable/production/modify.html">
|
2021-10-16 01:12:43 +02:00
|
|
|
maintain a fork</a> with customized features, with 175,000 words of documentation for
|
|
|
|
system administrators and developers.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="feature-box">
|
|
|
|
<div class="feature-icon">
|
2023-01-25 00:08:42 +01:00
|
|
|
<img alt="" src="{{ static('images/landing-page/self-hosting/help.png') }}" />
|
2021-10-16 01:12:43 +02:00
|
|
|
</div>
|
|
|
|
<div class="feature-text">
|
|
|
|
<h1>
|
|
|
|
Amazing support experience.
|
|
|
|
</h1>
|
|
|
|
<p>
|
2024-04-02 23:45:16 +02:00
|
|
|
We love getting feedback! Stop by <a href="/development-community/">our friendly
|
|
|
|
development community</a> to ask for help or suggest
|
|
|
|
improvements.
|
2021-10-16 01:12:43 +02:00
|
|
|
</p>
|
|
|
|
<p>
|
2024-04-02 23:45:16 +02:00
|
|
|
A variety of support services are available for Zulip
|
|
|
|
Business and Zulip Enterprise customers. Contact <a
|
|
|
|
href="mailto:sales@zulip.com">sales@zulip.com</a> with
|
|
|
|
any questions.
|
2021-10-16 01:12:43 +02:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2023-12-04 21:34:28 +01:00
|
|
|
<div class="portico-pricing showing-self-hosted">
|
2024-02-21 10:24:23 +01:00
|
|
|
{% with %}
|
|
|
|
{% set rendering_page="self_hosting" %}
|
2023-12-04 21:34:28 +01:00
|
|
|
{% include "corporate/pricing_model.html" %}
|
2024-02-21 10:24:23 +01:00
|
|
|
{% endwith %}
|
2021-10-16 01:12:43 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
{% endblock %}
|