[edge]

Where the cloud can't follow

A robot arm can't wait 300ms for a round trip. A drone loses its uplink. A factory's process data can't leave the building. Every memory system that depends on a cloud API fails at exactly the moment robotics needs it most. shodh-memory lives on the machine — and learns there.

why-edge.md
# Why Edge Memory Matters

Cloud-based AI has three fatal flaws for robotics:

  1. LATENCY      - 100-500ms round trip kills real-time control
  2. CONNECTIVITY - Factories, farms, vehicles lose connection
  3. PRIVACY      - Operational data leaving premises = IP risk

Shodh-memory solves all three:

  + <1us graph lookup, 34-58ms semantic search
  + Single binary, zero network dependencies
  + All data stays on-device, always
30MB
single binary, no runtime deps
<1μs
graph lookup on-device
512MB
minimum RAM (Pi Zero territory)
0
network calls, ever
[01]

On the factory floor

Production environments measure downtime in thousands of dollars per minute. Memory here has to be deterministic, local, and faster than the control loop.

industrial-robotics.rs
🤖

Industrial Robotics

Memory for robot arms and autonomous manufacturing systems. Learn tool preferences, remember failure modes, adapt to new parts without retraining.

<50ms recall latencyOffline operationReal-time learning
A welding robot remembers which torch angles work best for different metal thicknesses.
smart-manufacturing.rs
🏭

Smart Manufacturing

Production line AI that learns from experience. Remember optimal machine settings, predict maintenance needs, adapt to product variations.

Air-gapped deploymentMulti-agent coordinationTemporal patterns
A CNC controller remembers that aluminum batch #4523 requires different feed rates.
warehouse-automation.rs
📦

Warehouse Automation

Memory for autonomous forklifts and picking robots. Learn warehouse layouts, remember item locations, optimize routes.

Real-time coordinationSpatial patternsPersistent across shifts
A picking robot learns that aisle 7 gets congested at 2pm.
[02]

In the field

Vehicles, farms, and contested airspace share one constraint: the network is a luxury. Memory has to survive disconnection — and restarts — without losing what it learned.

autonomous-vehicles.rs
🚗

Autonomous Vehicles

Edge-deployed memory for self-driving platforms and drones. Store learned routes, remember unusual traffic patterns, maintain situational awareness.

Sub-millisecond lookupNo cloud dependencyPersistent across restarts
An autonomous delivery drone remembers that Building 7 has a tricky landing zone.
agricultural-robotics.rs
🌾

Agricultural Robotics

Memory for farm robots and smart irrigation. Learn field conditions, remember crop-specific needs, adapt to seasonal changes.

Low-power edgeWeather-resilientMulti-season learning
A harvesting robot remembers soil conditions in different field sections.
defense-and-aerospace.rs
🛡️

Defense & Aerospace

Air-gapped memory for mission-critical systems. No external dependencies, no network calls, complete operational sovereignty.

Zero network requiredDeterministic recallSingle auditable binary
A reconnaissance drone maintains mission context across communication blackouts.
[03]

Close to people

When memory holds health data or family routines, the only acceptable place for it is the device itself. Nothing leaves. Nothing phones home.

medical-devices.rs
🏥

Medical Devices

Local-only memory for medical AI. Patient-specific preferences, treatment history, and usage patterns stored on the device — never in someone else's cloud.

Local-only storageDeterministic recallPersistent history
An insulin pump AI learns individual patient glucose patterns over time.
smart-home-hubs.rs
🏠

Smart Home Hubs

Privacy-first home automation memory. Learn family routines, remember preferences, adapt to seasonal patterns.

Local-only processingFamily-safe privacyLow power (<5W)
A home assistant learns that Tuesday evenings mean workout music.
[04]

What it runs on

If your hardware can run Linux, it can probably run shodh-memory.

Minimum

  • +ARM Cortex-A53
  • +512MB RAM
  • +100MB storage
  • +Linux/RTOS

Recommended

  • +ARM Cortex-A72+
  • +2GB RAM
  • +1GB storage
  • +Linux 5.x+

Tested Platforms

  • +Raspberry Pi 4/5
  • +NVIDIA Jetson
  • +BeagleBone
  • +Industrial PCs

Your robots already work where the cloud doesn't.

Now their memory can too. One binary, one command.