Two open-source, end-to-end encrypted productivity PWAs by a EU non-profit foundation.

re/task - encrypted task manager
re/notes - encrypted Markdown notes

Built on a True Zero Knowledge architecture: AES-256-GCM, Argon2id, PBKDF2 600K iterations. The server stores only ciphertext - it physically cannot read your tasks, notes, due dates, or even tag relations.

β†’ Free official instance: https://reapps.eu

🧡 1/n

#privacy #zeroknowledge #foss #pwa #android #ios #opensource

re/task highlights:

- Lists, subtasks, recurring tasks (daily/weekly/custom)
- Stars, due dates, optional push notifications
- Full-text search across all lists
- Smart views β€” Today, Upcoming, Overdue, Starred
- Trash & 30-day recovery
- JSON import/export

re/notes highlights:

- Markdown editor with live preview
- Folders, tags, internal links with autocomplete
- Version history
- Encryption X-Ray
- Import single .md or whole Obsidian vaults

🧡 2/n

#privacy #opensource #zeroknowledge #pwa

re/task & re/notes
Shared across both apps:
- One account, no email β€” just username + password
- Optional 2FA with single-use recovery codes
- Cross-device sync, encrypted blobs only
- Installable PWA β€” add to home screen
- Full dark mode
- EN Β· FR Β· DE Β· PL Β· ES
πŸ‡ͺπŸ‡Ί European non-profit based in Poland
πŸ‡©πŸ‡ͺ Hosted in Germany (Hetzner)
πŸ”“ AGPL-3.0 β€” fully auditable, self-hostable

β†’ https://reapps.eu
β†’ https://github.com/fundacja-reborn/reapps

3/n

#opensource #privacy #e2ee #zeroknowledge #foss #degoogle

re/notes - Encription X-Ray mode

In re/notes, click the E2E badge in the header of an open note β€” this launches X-Ray mode, which shows your data side by side: on the left what you see (decrypted content), on the right what the server sees (encrypted noise in iv:ciphertext format).

β†’ Free official instance: https://reapps.eu

4/n

#privacy #foss #opensource #e2ee #pwa

Export / Import

In re/notes you can export:
- Markdown (.md) β€” individual notes or all at once,
- JSON β€” full backup preserving encryption.
You can also import Markdown files, entire folders, and even Obsidian structures.

In re/task, data export and import is available in JSON format.

β†’ Free official instance: https://reapps.eu

5/n

#privacy #foss #opensource #e2ee #pwa #backup #android #ios

Self-hosting. One of the core benefits of open-source software is the ability to run it yourself: https://reapps.eu/blog/self-hosting-with-docker-compose/

Why self-host?
For most users, our public instance (https://reapps.eu) is the easiest way to get started -it’s free, always up to date, and supported by the community. Self-hosting is an option for individuals and organizations with specific requirements.

6/n

#selfhosting #privacy #zeroknowledge #foss #pwa #android #ios #opensource

Self-hosting Reborn Apps with Docker Compose β€” Reborn Apps Blog

A step-by-step guide to running your own instance of Reborn Apps using Docker Compose.

Reborn Apps