Neural Memory Assistant v1.3

Your neural memory assistant. Personal knowledge, adaptive teaching, and multi-agent research — all powered by Engram.

Get Started Powered by Engram
3
Specialized Variants
V2.2
Spatial Intelligence
Local
Privacy First

The Allo Ecosystem

Allo

Personal neural memory

  • CLI + TUI interface
  • Semantic search
  • Graph relationships
  • Map visualization
  • Multi-provider LLM

Allo Teach

Adaptive learning engine

  • LLM-generated lessons
  • 8 question types
  • Spatial curricula
  • Progress tracking
  • 110+ pre-built brains

Allo Research

Multi-agent research system

  • 5-agent crew
  • Brave + Grokipedia search
  • Auto-linking findings
  • Markdown reports
  • Persistent memory

V2.2 — Spatial Intelligence

Location-aware memory

Attach coordinates to memories. Query by proximity, direction, or clustering with Haversine distance.

Map visualization

View spatial results on interactive Leaflet.js maps. Auto-generated HTML with clickable markers.

Spatial teaching

Geography quizzes: "Name 3 capitals within 500km of Berlin." Auto-generated from position data.

// Set positions on memories await allo.setPosition(memoryId, { x: 48.8566, y: 2.3522 }); // Find memories within 500km const nearby = await allo.spatialRecall( { x: 48.8566, y: 2.3522 }, 500, { metric: 'haversine' } ); // Open results on a map $ allo recall "European capitals" --map

Core Features

Semantic search

Find memories by meaning, not keywords. Powered by local embeddings with HNSW indexing.

Graph relationships

Link memories with typed edges: supports, contradicts, related. Auto-link similar content.

Temporal decay

Hot/warm/cold/archive tiers. Memories naturally age based on access patterns.

Multi-provider LLM

Anthropic, OpenAI, Google, Ollama. Switch models from settings without re-setup.

Local-first privacy

Your data stays on your machine. No cloud sync, no telemetry, no third-party access.

Portable .engram files

Copy the file, copy the knowledge. Self-contained with embedded search index.

Quick Start

# Install $ npm install -g @terronex/allo # Interactive mode $ allo # Add a memory $ allo add "The mitochondria is the powerhouse of the cell" # Search $ allo recall "cell biology" # Spatial search with map $ allo recall "capitals" --map --lat 50 --lng 10 --radius 1000
Allo