This commit is contained in:
epoberezkin
2024-02-18 00:07:12 +00:00
parent 660ca30980
commit 914a3a29a3

View File

@@ -684,9 +684,9 @@ window.addEventListener('scroll',changeHeaderBg);
</div>
</div>
</div>
<div><p>| Updated 25.11.2023 | Languages: EN |</p>
<div><p>| Updated 11.02.2024 | Languages: EN |</p>
<h1 id="download-simplex-apps" tabindex="-1">Download SimpleX apps</h1>
<p>The latest stable version is v5.5.</p>
<p>The latest stable version is v5.5.3.</p>
<p>You can get the latest beta releases from <a href="https://github.com/simplex-chat/simplex-chat/releases">GitHub</a>.</p>
<ul>
<li><a href="#desktop-app">desktop</a></li>
@@ -696,17 +696,17 @@ window.addEventListener('scroll',changeHeaderBg);
<h2 id="desktop-app" tabindex="-1">Desktop app</h2>
<img src="/docs/images/simplex-desktop-light.png" alt="desktop app" width=500>
<p>Using the same profile as on mobile device is not yet supported you need to create a separate profile to use desktop apps.</p>
<p><strong>Linux</strong>: <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.5.0/simplex-desktop-x86_64.AppImage">AppImage</a> (most Linux distros), <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.5.0/simplex-desktop-ubuntu-20_04-x86_64.deb">Ubuntu 20.04</a> (and Debian-based distros), <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.5.0/simplex-desktop-ubuntu-22_04-x86_64.deb">Ubuntu 22.04</a>.</p>
<p><strong>Mac</strong>: <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.5.0/simplex-desktop-macos-x86_64.dmg">x86_64</a> (Intel), <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.5.0/simplex-desktop-macos-aarch64.dmg">aarch64</a> (Apple Silicon).</p>
<p><strong>Windows</strong>: <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.5.0/simplex-desktop-windows-x86_64.msi">x86_64</a>.</p>
<p><strong>Linux</strong>: <a href="https://github.com/simplex-chat/simplex-chat/releases/latest/download/simplex-desktop-x86_64.AppImage">AppImage</a> (most Linux distros), <a href="https://github.com/simplex-chat/simplex-chat/releases/latest/download/simplex-desktop-ubuntu-20_04-x86_64.deb">Ubuntu 20.04</a> (and Debian-based distros), <a href="https://github.com/simplex-chat/simplex-chat/releases/latest/download/simplex-desktop-ubuntu-22_04-x86_64.deb">Ubuntu 22.04</a>.</p>
<p><strong>Mac</strong>: <a href="https://github.com/simplex-chat/simplex-chat/releases/latest/download/simplex-desktop-macos-aarch64.dmg">aarch64</a> (Apple Silicon), <a href="https://github.com/simplex-chat/simplex-chat/releases/latest/download/simplex-desktop-macos-x86_64.dmg">x86_64</a> (Intel).</p>
<p><strong>Windows</strong>: <a href="https://github.com/simplex-chat/simplex-chat/releases/latest/download/simplex-desktop-windows-x86_64.msi">x86_64</a>.</p>
<h2 id="mobile-apps" tabindex="-1">Mobile apps</h2>
<p><strong>iOS</strong>: <a href="https://apps.apple.com/us/app/simplex-chat/id1605771084">App store</a>, <a href="https://testflight.apple.com/join/DWuT2LQu">TestFlight</a>.</p>
<p><strong>Android</strong>: <a href="https://play.google.com/store/apps/details?id=chat.simplex.app">Play store</a>, <a href="https://simplex.chat/fdroid/">F-Droid</a>, <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.5.0/simplex.apk">APK aarch64</a>, <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.5.0/simplex-armv7a.apk">APK armv7</a>.</p>
<p><strong>Android</strong>: <a href="https://play.google.com/store/apps/details?id=chat.simplex.app">Play store</a>, <a href="https://simplex.chat/fdroid/">F-Droid</a>, <a href="https://github.com/simplex-chat/simplex-chat/releases/latest/download/simplex.apk">APK aarch64</a>, <a href="https://github.com/simplex-chat/simplex-chat/releases/latest/download/simplex-armv7a.apk">APK armv7</a>.</p>
<h2 id="terminal-console-app" tabindex="-1">Terminal (console) app</h2>
<p>See <a href="/docs/cli.html">Using terminal app</a>.</p>
<p><strong>Linux</strong>: <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.5.0/simplex-chat-ubuntu-20_04-x86-64">Ubuntu 20.04</a>, <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.5.0/simplex-chat-ubuntu-22_04-x86-64">Ubuntu 22.04</a>.</p>
<p><strong>Mac</strong> <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.5.0/simplex-chat-macos-x86-64">x86_64</a>, aarch64 - <a href="/docs/cli.html#">compile from source</a>.</p>
<p><strong>Windows</strong>: <a href="https://github.com/simplex-chat/simplex-chat/releases/download/v5.5.0/simplex-chat-windows-x86-64">x86_64</a>.</p>
<p><strong>Linux</strong>: <a href="https://github.com/simplex-chat/simplex-chat/releases/latest/download/simplex-chat-ubuntu-20_04-x86-64">Ubuntu 20.04</a>, <a href="https://github.com/simplex-chat/simplex-chat/releases/latest/download/simplex-chat-ubuntu-22_04-x86-64">Ubuntu 22.04</a>.</p>
<p><strong>Mac</strong> <a href="https://github.com/simplex-chat/simplex-chat/releases/latest/download/simplex-chat-macos-x86-64">x86_64</a>, aarch64 - <a href="/docs/cli.html#">compile from source</a>.</p>
<p><strong>Windows</strong>: <a href="https://github.com/simplex-chat/simplex-chat/releases/latest/download/simplex-chat-windows-x86-64">x86_64</a>.</p>
</div>
</article>
</main>