Kaba
Most local-AI tools stop at running a model on one machine; Kaba's angle is treating every device you own as one pool, with encrypted transport and a protocol per capability rather than a single opaque daemon. The autonomous side — watching your work to build datasets and train adapters from it — is the ambitious part and the part to be careful with, since a system that decides what to learn from also decides what to store. Free and open source, so the cost of finding out is your time.
Pros
- Mesh spans heterogeneous hardware — laptop, GPU tower, phone, even ESP32 class boards
- Encrypted QUIC transport with separately versioned protocols for inference, training, filesystem, sync and terminal
- Trains and versions LoRA adapters locally rather than shipping data to a hosted trainer
- Tool execution is sandboxed in containers instead of running on the host
- Free and open source, with a scriptable CLI (kabactl) rather than a locked GUI
Cons
- Autonomous dataset building from observed workflows is a large trust decision, however local the storage
- No jurisdiction is published for Kaba Labs, Inc., and no security audit is referenced
- Setup assumes comfort with QUIC networking, containers and CLI tooling
- The adapter marketplace raises provenance and licensing questions the site does not answer