1313
1414With Compartment, your AI agent gets better with experience: it notices
1515and permanently stores every decision, preference and detail offline, encrypted,
16- to your own computer. Hermes, Claude, OpenClaw and other AI Agents can
17- install in one command. One fully-transferable memory store is shared
18- simultaneously by all agents on the computer. 100% offline: no network, no
16+ to your own computer. Hermes, Claude, OpenClaw and other AI Agents are all
17+ hooked up to Compartment in one single command. One fully-transferable memory store
18+ is shared by all agents on the computer. 100% offline: no network, no
1919API key, no cloud account, no telemetry. The embedding model ships inside
2020the package, and a full search returns in about 12 ms, beating the round-trip
2121a hosted memory charges you for. Every byte at rest is AEAD-encrypted, the
@@ -28,17 +28,21 @@ and GPUs, phones, game consoles, Raspberry Pi, storage, displays,
2828connectors) to provide a map of computer geography, operating system
2929versions and release names, network ports and HTTP, file signatures,
3030character encodings, shell and Unix internals, git, regex, SQL and hashing,
31- ISO country, currency and time codes, and more. Allows an offline agent to
31+ ISO country, currency and time codes, and more. This allows an offline agent to
3232operate better without internet, and an online agent to operate faster and
33- more accurately.
33+ more accurately with an accurate map of the computer-verse.
3434
3535** More secure, by construction.** Every byte at rest is
3636authenticated-encrypted, the embedding vectors included (most tools leave
3737those in the clear, and vectors can be inverted back toward text). Deletion
3838is cryptographic: destroy the record's key and it is gone, unrecoverable.
3939Tampering is detected, history is hash-chained, and the vault locks itself
4040on restart or power loss. It runs fully offline: a runtime guard aborts on
41- any network attempt, and CI proves it on three operating systems.
41+ any network attempt, and CI proves it on three operating systems. This MF runs
42+ in RAM but doesn't use much either. I run it on my 8MB RAM daily driver and it
43+ raises free RAM somehow. I think because my preference memories prevent Claude
44+ from sacrificing all my RAM to the Phoenician God Bal, or whatever it normally
45+ does to my RAM.
4246
4347** Not one step harder.** One command installs it, creates the vault, and
4448wires your agent. No API key, no cloud account, no daemon. Unlock when you
0 commit comments