Communication

MikroText

Encrypted relay

Short-lived encrypted text rooms with no accounts.

Use
Temporary private text rooms
Storage
In-memory relay state with room keys and signing keys kept in the browser.
Runtime
Static browser app and small Node relay.
MikroText interface screenshot

Private text without the workspace.

MikroText creates temporary encrypted text rooms with one-time invites, browser-side encryption, signed envelopes, Safety code comparison, room expiry, and manual burn.

Use it when a quick private conversation needs less ceremony than a team chat, and no long-term archive should remain by default.

What ships

Short-lived text rooms with automatic expiry and manual burn

No accounts or profiles, with random local names per room session

One-time invite URLs with room keys kept in URL fragments

Browser-side encryption, signed envelopes, and Safety code comparison

Install

Run it

curl -sSL -o mikrotext_app.zip https://releases.mikrosuite.com/mikrotext_app_latest.zip curl -sSL -o mikrotext_api.zip https://releases.mikrosuite.com/mikrotext_api_latest.zip unzip mikrotext_app.zip -d mikrotext_app unzip mikrotext_api.zip -d mikrotext_api # Terminal 1 cd mikrotext_api/* node lib/mikrotext.mjs # Terminal 2 cd mikrotext_app/* npx http-server . -a 127.0.0.1 -p 8000 -c-1