Open architecture · approaching alpha

commonFrame

Build personal AI on your own hardware.

commonFrame is open-source architecture for local AI: a runtime that pins your assistant's identity in memory (commonllama), machines that join into a neighborhood over your tailnet (Swarm), test batteries you can run yourself (Tune), and a CLI that ties it together.

outputs stylized · capture pending
$ cf swarm join --profile home --controller-ref hub.controller --spoke-ref studio.spoke
join pending, waiting for approval on the spoke
joined  approved by the spoke operator
$ cf swarm devices
node        slots   status
linux-box   2       route-ready
mac-mini    1       route-ready
$ cf invoke draft-notes --input "hello, neighbor"
routed over swarm: linux-box
A swarm forming: a Linux box and a Mac mini joining over a tailnet, with the other side's consent. No cloud between them.