:: SEQUENCE_INIT

Recall is
Power.


./autojack
PID: 8492
Active
AutoJack

Hi! I'm AutoJack. How can I help you today?

Hey! I'm starting a new web project.
analyzing...

> Awesome! Let me check what you usually work with...

PROCESSING...

Let me recall their development preferences

> function call:
recall_memory("web development stack")
Preference 0x1A4F
Prefers React with TypeScript for web apps
Pattern
Always uses Tailwind CSS for styling

Perfect! I remember you like React + TypeScript with Tailwind CSS. Want me to set that up?

Yes! And use Vite this time.

Great choice! Do you want your usual folder structure too?

Yes please!
STORING_NEW_MEMORY...

Vite is new - I should store this preference

> function call: store_memory
content: "Prefers Vite as build tool"
type: "Preference"
importance: 0.9

✅ Perfect! Setting up React + TypeScript + Vite + Tailwind

💾 Remembered your Vite preference for next time!
Perfect, thanks! 🙌
:: SESSION_LOG
Retrieved 2 existing memories
💾 Stored 1 new preference
Created 1 memory association
:: SYSTEM_ARCHITECTURE
Input

Universal I/O

Compatible with Cursor, Claude, and ChatGPT. Connects to any LLM via MCP or SSE sidecar.

LISTENING...
Process

Graph Engine

FalkorDB + Qdrant hybrid core. Maps relationships between memories, not just vector similarity.

Output

Instant Recall

Sub-50ms latency. Your agent knows what you know before you finish typing the prompt.

>> 48ms
:: VISUALIZE_MEMORY

It just clicks.

AutoMem runs quietly in the background, organizing your thoughts into a retrieval graph.

Thinking
Analyzing context...
:: MEMORY_STREAM

SSE Sidecar Activated

Real-time memory streaming enabled for non-MCP platforms. ChatGPT and ElevenLabs integrations live.

:: DEPLOYMENT_PROTOCOLS

Open Source & Portable

Your memory infrastructure should be as portable as your code. Run it on your laptop, your private cloud, or our managed service.

Standard
🐳

Docker

The standard container. Run it locally or on any VPS.

docker run -p 3000:3000
automem/server:latest
View Image
Fastest
🚂

Railway

One-click production deployment. Handles DBs & updates automatically.

> Deploying to prod...
> Success (24s)
One-Click Deploy
Hacker
💻

Source

Fork the repo. Hack the graph logic. It's your code.

git clone ...
npm install
Fork Repo