πŸš€ Introducing MemCloud β€” Pool Unused RAM Across Machines on Your LAN (Rust, Zero-Config)
dev.toΒ·8hΒ·
Discuss: DEV
🦭Podman
Preview
Report Post

Hey DEV community! πŸ‘‹

I’ve been working on a side project that turned into something surprisingly useful, fun, and very Rust-y.

Meet MemCloud β€” a distributed in-memory data store that lets multiple machines on your LAN pool their RAM into a single ephemeral β€œmemory cloud.”

Use case: Have a Mac, a Linux machine, and a spare mini-PC sitting around?

MemCloud turns them into one big RAM cache β€” automatically.


πŸ’‘ Why I Built This

I often run ML experiments, dev servers, and log processors that overflow RAM on one machine while another machine sits idle right next to it.

I wanted a tool that:

  • works offline
  • runs locally
  • requires zero configuration
  • discovers peers automatically
  • lets me store/load data across dev…

Similar Posts

Loading similar posts...