Flux, a tiny protocol that rethinks email from the ground up
Hi HN, I have been experimenting with a messaging protocol called FLUX. The goal is to explore what email might look like if it was designed today instead of in the 1980s. FLUX tries to simplify a few things that feel complicated in the current email stack. Identity is based on cryptographic keys instead of usernames and passwords. Messages are signed and verified automatically. The transport is real time and does not depend on the traditional SMTP relay model. The current implementation is small and meant as a prototype. The whole server is only a few hundred lines of Python so the protocol…
In plain words
Flux is a messaging protocol designed as a modern alternative to email. It uses cryptographic keys for identity instead of usernames and passwords, automatically signs and verifies messages, and employs real-time transport rather than the traditional SMTP relay model. The prototype implementation consists of a few hundred lines of Python, making it accessible for experimentation and review. Flux is intended for developers interested in exploring how messaging infrastructure might work if built today rather than in the 1980s.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
Hi HN, I have been experimenting with a messaging protocol called FLUX. The goal is to explore what email might look like if it was designed today instead of in the 1980s. FLUX tries to simplify a few things that feel complicated in the current email stack. Identity is based on cryptographic keys instead of usernames and passwords. Messages are signed and verified automatically. The transport is real time and does not depend on the traditional SMTP relay model. The current implementation is small and meant as a prototype. The whole server is only a few hundred lines of Python so the protocol is easy to read and experiment with. Repo: https://github.com/levkris/flux-protocol I am mostly interested in feedback on the protocol design. What problems would appear in a real deployment. What parts are unnecessary. What would need to exist for something like this to actually work on the open internet. Thanks for taking a look. levkris (wokki20)
Does the same job
all alternatives →

- IBI built a tool to create AI agents that live in iMessageJan 2026 · tryflux.ai · ▲54
Hey everyone, I made this thing: https://tryflux.ai/. Here's a demo video: https://screen.studio/share/1y2EnC26 Context: I've tried probably 15 different AI apps over the past year. ChatGPT, note-taking apps, productivity apps, all of it. But most of them are just clutter on my iphone. They live in some app I have to deliberately open. And I just... don't. But you know what I open 50 times a day without thinking? iMessage. So out of mild frustration with the "AI app graveyard" on my phone, I built Flux. What it does: - You describe a personality and what…

- ATA toy version of Wireshark (student project)2025 · github.com · ▲265
Hi everyone, I recently published a small open-source project. It’s a minimal network packet analyzer written in Go — designed more like a learning toy than a replacement for Wireshark. It currently supports parsing basic protocols like TLS, DNS, and HTTP, and includes a tiny fuzzing engine to test payload responses. You can inspect raw packet content directly from the terminal. The output is colored for readability, and the code structure is kept simple and clear. The entire program is very small — just about 400 lines of Go code. I know it’s not anywhere near Wireshark’s level, and I still…
- AEAn Elliptic Curve-Based Secure Chat, Written Using Rust and Protobuf2024 · github.com · ▲66
This is a project I made to learn more about crypto. I've also written a [post](https://vaktibabat.github.io/posts/ecurvechat/) that explains all the crypto concepts and algorithms used in the project, and how I implemented them. I'd be very glad for any feedback about both the code and the post :)
More dev tools this month
the category →



The first open-source price index for GPU compute
Dev tools · 10d ago · getcomputable.com

OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.
Dev tools · 2d ago · opentrailpaper.com

Open-source GTM skills for technical founders
Dev tools · 29d ago · gtmcofounder.com
Launched alongside, March 2026
the whole month →

Switch from ChatGPT to Claude with import memory feature
AI · Mar 2026 · claude.com


