Skip to content

Commit bce9c0c

Browse files
Update README.md
1 parent 0586e3c commit bce9c0c

1 file changed

Lines changed: 10 additions & 6 deletions

File tree

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313

1414
With Compartment, your AI agent gets better with experience: it notices
1515
and 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
1919
API key, no cloud account, no telemetry. The embedding model ships inside
2020
the package, and a full search returns in about 12 ms, beating the round-trip
2121
a 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,
2828
connectors) to provide a map of computer geography, operating system
2929
versions and release names, network ports and HTTP, file signatures,
3030
character 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
3232
operate 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
3636
authenticated-encrypted, the embedding vectors included (most tools leave
3737
those in the clear, and vectors can be inverted back toward text). Deletion
3838
is cryptographic: destroy the record's key and it is gone, unrecoverable.
3939
Tampering is detected, history is hash-chained, and the vault locks itself
4040
on 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
4448
wires your agent. No API key, no cloud account, no daemon. Unlock when you

0 commit comments

Comments
 (0)