<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Local-First on Konstantin</title><link>https://kostyk348.github.io/tags/local-first/</link><description>Recent content in Local-First on Konstantin</description><generator>Hugo -- 0.135.0</generator><language>en</language><lastBuildDate>Mon, 17 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://kostyk348.github.io/tags/local-first/index.xml" rel="self" type="application/rss+xml"/><item><title>MIME-OS: one file for everything</title><link>https://kostyk348.github.io/posts/mime-os/</link><pubDate>Mon, 17 Aug 2026 00:00:00 +0000</pubDate><guid>https://kostyk348.github.io/posts/mime-os/</guid><description>&lt;h1 id="mime-os-one-file-for-everything">MIME-OS: one file for everything&lt;/h1>
&lt;p>MIME-OS turns an .eml container into a universal storage format: a database,
an app, an agent&amp;rsquo;s memory, even a game — a single file with a hash chain and
an append-only delta log.&lt;/p>
&lt;p>&lt;strong>What works today (v0.5):&lt;/strong>&lt;/p>
&lt;ul>
&lt;li>single-file container: mmap reader, two-level index, delta log with sha256 chain&lt;/li>
&lt;li>KV tables, tag database (eml-tag), EML-FS, IPC bus with a runner&lt;/li>
&lt;li>network delta-sync: per-writer chains, LWW merge, TCP P2P, SMTP bridge (letters)&lt;/li>
&lt;li>X-Encoding: deflate and aes-256-gcm — the whole database can be encrypted&lt;/li>
&lt;li>cellular reverse engineering without Ghidra: objdump -&amp;gt; .eml function graph,
type waves&lt;/li>
&lt;li>egui viewer (GUI)&lt;/li>
&lt;/ul>
&lt;p>&lt;strong>Why .eml?&lt;/strong> One format for disk, memory and network — data never changes
shape. The hash chain gives integrity and versioning, deltas give sync between
devices, letters give mail transport without servers.&lt;/p></description></item></channel></rss>