Devlog - 2026

About this Devlog

This is a non-exhaustive, curated list of changes meant to help users quickly see what has improved since they last checked.

You can subscribe to this devlog via RSS.

This page lists entries for 2026, for past years consult the devlog archive.

July 12, 2026

Development progress

Currently we have end-to-end encrypted connections between peers, although they don’t currently send any packets once connections are established.

The daemon manages a SQLite database for public key management of peers.

We also have limited clipboard read/write support on Wayland, and a skeleton for Windows (this needs more testing).

Next goals:

  • Flesh out the CLI for common tasks.
  • Improve memory usage (I initially passed arenas everywhere with no granularity, but this is improving).
  • Also improve handling of multiple MIME types, and selection of the right/multiple data types. This is particularly important when copying images etc in browsers, which provide image and text/html MIME types.