website-new/content/download.md

42 lines
2.3 KiB
Markdown
Raw Normal View History

2021-06-24 00:16:30 +00:00
---
title: "Get Cwtch"
date: 2020-12-10T14:07:19-08:00
draft: false
---
2021-06-25 15:24:33 +00:00
Cwtch is now available as a beta release for the following platforms:
2021-06-24 00:16:30 +00:00
# Android
2021-07-15 22:17:53 +00:00
* Standalone APK (works for arm7 and arm64): [cwtch-v1.1.1.apk](/releases/cwtch-v1.1.1/cwtch-v1.1.1.apk)
* `sha512: 4d1fc2fe412f6cfdd299bd24a12671a4e53d2b17e7dd8dd66795dd746b3717add51f04529476282953893525988a810072c01799d9e13df21c89f03ee358c3cb`
2021-06-28 16:17:08 +00:00
* Note: Syncing experimental Groups on some Android devices can be very slow depending on the underlying hardware and configuration.
2021-06-25 18:20:54 +00:00
* Google PlayStore: Currently being tested. [Get early access by supporting us on Patreon](https://www.patreon.com/openprivacy)
2021-06-24 00:16:30 +00:00
# Windows
2021-07-15 22:17:53 +00:00
* Installer: [cwtch-installer.exe](/releases/cwtch-v1.1.1/cwtch-installer.exe)
* `sha512: afac83ebd1b92b18cf4e9fb728539175db94d438d6026b421da6efd1fc60854d9a28da1b28ecd1d84a273adddc003ffea9a4e3df4f299398571f0be82b952836`
2021-07-15 22:22:55 +00:00
* EXE: [cwtch-v1.1.1.zip](/releases/cwtch-v1.1.1/cwtch-v1.1.1.zip)
2021-07-15 22:17:53 +00:00
* `sha512: edf4ff7543f23e221a62147689efbd5985828ad53380a0c61f2d53d50662b45749b1a2af1d3129a7f59d05c38c78d8496fba5ca7740ec3f86acf09702f826f27`
2021-06-25 19:36:35 +00:00
* Due to the newness of the Open Privacy certificate, Windows Defender Smart Screen may throw up a warning the first time you try to run the app. To bypass, simply click the "More info" button and then "Run Anyways"
* Flutter engine has a [known bug](https://github.com/flutter/flutter/issues/75675) around the Right Shift key being sticky.
We have implemented a partial workaround, if this happens, tap left shift, and it will reset.
2021-06-25 19:57:05 +00:00
2021-06-24 00:16:30 +00:00
# Linux
2021-07-15 22:22:55 +00:00
* amd64: [cwtch-v1.1.1.tar.gz](/releases/cwtch-v1.1.1/cwtch-v1.1.1.tar.gz)
2021-07-15 22:17:53 +00:00
* `sha512: dcbb3c603e69cb53e272e5740cc92b66077338f68beac9c3d54121ae7aa73306e0f878f3e0966529affa86753ce1a4b1fc8e8d73b8ef58be14e7cd65505001a1`
2021-06-26 19:08:12 +00:00
2021-06-29 19:21:35 +00:00
# iOS / MacOS
* We would love to offer an iOS / Mac version of Cwtch. If you would like to support this effort please consider
[volunteering](https://cwtch.im/#how-to-support) or [donating](https://www.patreon.com/openprivacy).
2021-06-24 00:16:30 +00:00
# Build from Source
2021-06-25 15:24:33 +00:00
Everything we build is open source:
* libcwtch-go: [https://git.openprivacy.ca/cwtch.im/libcwtch-go](https://git.openprivacy.ca/cwtch.im/libcwtch-go)
2021-06-26 19:08:12 +00:00
* Cwtch UI: [https://git.openprivacy.ca/cwtch.im/cwtch-ui](https://git.openprivacy.ca/cwtch.im/cwtch-ui)