
# Korax
**PGP-First Email. Private by Default.**
[](LICENSE)
[]()
[]()
---
Korax is an email client built around a single principle: **encryption should be the default, not the exception.**
Most clients bolt PGP on as an afterthought — a plugin, a hidden setting, a third-party extension. Korax is designed from the ground up so that signing, encryption, and key management are a seamless part of your everyday workflow. Your mail stays between you and the people you write to.
### Why Korax?
Default mail apps (like Apple Mail) cannot read or compose PGP encrypted emails natively. Korax was born out of simple frustration: the inability to easily read encrypted emails (such as Kraken emails) out of the box. Instead of fighting with extensions, Korax provides a first-class, zero-friction PGP experience.
## Motivation
I started using email in the late 90s — around 1997. Back then it felt like magic: POP, SMTP over a dial-up modem, and nearly instant communication. My brother had moved to England, and for the first time we could exchange messages almost in real time. At the time, that felt revolutionary.
Email was originally designed as a communication tool, not a secure system. Security simply wasn't part of the original architecture. Later, in the early 2000s, companies started trying to patch this problem with tools like PGP. At work we used Microsoft Exchange, and PGP was officially required for transmitting sensitive information. In reality, though, almost nobody enforced it consistently.
More than 20 years later, the situation has not fundamentally changed.
Yes, we now have TLS/SSL protecting connections “to the server.” But that does not solve the actual problem. Messages are still accessible at rest, still processable by providers, and still vulnerable to filtering or censorship. In some countries, emails containing PGP-related headers may even be blocked outright.
Meanwhile, the need for secure communication has only increased. PGP is still actively used by platforms like Kraken and many other security-conscious services. The problem is usability.
In practice, reading encrypted mail often still requires highly specific desktop setups. In my case, my Linux laptop running Evolution with GPG became the only device capable of reading encrypted email properly. Not my MacBook. Not mobile devices. Not while traveling.
That completely breaks modern expectations of communication.
Today, users expect access everywhere — desktop and mobile, at any time, on any device. But as soon as encryption enters the picture, the experience collapses back to the early 2000s.
This project exists to close that gap.
The goal is to build a PGP-first email client where:
- encryption is a default capability, not an afterthought
- key management does not require a separate toolchain
- encrypted mail works naturally across desktop and mobile devices
- usability does not have to be sacrificed for security
---
## Features
- **PGP encryption and signing — native, not a plugin.** Compose encrypted mail as naturally as plain text.
- **TOFU trust model.** "Trust On First Use" with visual indicators: see at a glance whether a contact's key is known, trusted, or changed.
- **No tracking pixels.** Remote images are blocked by default. Autoload only for contacts whose public key you have saved.
- **Local-first.** All messages cached in SQLite on your device. Instant load, works offline, nothing sent to any cloud.
- **Multi-language.** English, German, Spanish, Finnish, Russian, Swedish.
- **Linux: always free, always fully unlocked.** No paywall, no nag screens. Honor system.
---
## Download
### Linux (AppImage)
The Linux release is a self-contained AppImage — no installation required.
1. Download `Korax-x86_64.AppImage` from the [Releases](https://git.k-ops.eu/korax/korax-public/releases) page.
2. Make it executable:
```bash
chmod +x Korax-x86_64.AppImage
```
3. Run:
```bash
./Korax-x86_64.AppImage
```
### Android