Giter Club home page Giter Club logo

tutanota's Introduction


Tutanota logo

  Tutanota makes encryption easy  

Tutanota is the secure email service with built-in end-to-end encryption that enables you to communicate securely with anyone.

Building and running your own Tutanota (new beta) web client

You can build your own Tutanota client and run it locally. Remember that you have to update your Tutanota client on your own. If you prefer the auto-update feature, you can use the official mail client.

Pre-requisites:

  • An up-to-date version of Git is installed
  • An up-to-date version of Node.js is installed

Build steps:

  1. Clone the repository: git clone https://github.com/tutao/tutanota.git
  2. Switch into the repository directory: cd tutanota
  3. Do npm install
  4. Build the web part: node dist prod
  5. Switch into the build directory: cd build/dist
  6. Run local server. Either use node server or python -m SimpleHTTPServer 9000.
  7. Open the `` with your favorite browser (tested: Firefox, Chrome/Chromium, Safari).

Building and running your own Tutanota (new beta) Android app

If you build and install the Tutanota Android app by yourself, keep in mind that you will not get updates automatically. If you prefer the auto-update feature, use the Google Play Store or F-Droid in the future.

Pre-requisites:

  • An up-to-date version of Git is installed
  • An up-to-date version of Node.js is installed
  • An up-to-date version of the Android SDK is installed

Build steps:

  1. Clone the repository: git clone https://github.com/tutao/tutanota.git
  2. Switch into the Tutanota directory: cd tutanota
  3. Install dependencies: npm install
  4. Build the web part: node dist prod
  5. Switch to the Android folder: cd app-android
  6. Create a keystore if you don't have one: keytool -genkey -noprompt -keystore MyKeystore.jks -alias tutaKey -keyalg RSA -keysize 2048 -validity 10000 -deststoretype pkcs12 -storepass CHANGEME -keypass CHANGEME -dname "CN=com.example"
  7. Build the Android app: ./gradlew assembleRelease
  8. Sign the app: jarsigner -verbose -keystore MyKeystore.jks -storepass CHANGEME app/build/outputs/apk/release/app-release-unsigned.apk tutaKey
  9. Install the app on your device: adb install -r app/build/outputs/apk/release/app-release-unsigned.apk

tutanota's People

Contributors

armhub avatar mpfau avatar charlag avatar tk421 avatar hahub avatar elninosi avatar svenper avatar janriemer avatar briankcook avatar graingert avatar sc00bz avatar poussinou avatar perflyst avatar pablohn26 avatar carnott-redhat avatar altin avatar aloisdg avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.