AIF-BIN
AI memory in a single file. Documents, embeddings, and context — portable, offline, open source.
Get Started Read WhitepaperWhat it does
One file
Text, metadata, embeddings, versions. Everything in one portable .aif-bin file.
Semantic search
Find by meaning, not keywords. Works offline with local embeddings.
No infrastructure
No servers, no databases, no cloud. The file is the database.
How it works
Ingest
Feed it documents, notes, or any text. AIF-BIN chunks the content and generates vector embeddings.
Store
Everything compresses into a single binary file — original text, metadata, and embeddings together.
Search
Query by meaning. Cosine similarity finds the most relevant chunks instantly, even offline.
Why it matters
Portability
Copy the file, copy the knowledge. No migrations, no exports, no vendor lock-in.
Privacy
Your data never leaves your machine. No cloud, no telemetry, no third-party access.
Simplicity
No Docker, no databases, no API keys required. Just a file and a Python script.