Users increasingly interact with a heterogeneous collection of computing devices. The applications that users employ on those devices, however, still largely provide user experiences that assume the use of a single computer. This failure is due in part to the difficulty of creating user experiences that span multiple devices, particularly the need to manage identifying, connecting to, and communicating with other devices. In this paper we present an infrastructure based on instant messaging that simplifies adding that additional functionality to applications. Our infrastructure elevates device ownership to a first class property, allowing developers to provide functionality that spans personal devices without writing code to manage users' devices or establish connections among them. It also provides simple mechanisms for applications to send information, events, or commands between a user's devices. We demonstrate the effectiveness of our infrastructure by presenting a set of sample applications built with it and a user study demonstrating that developers new to the infrastructure can implement all of the cross-device functionality for three applications in, on average, less than two and a half hours.We set out to reduce that barrier by creating an infrastructure that developers can use to allow their applications to easily exchange information, events, and commands across a user's devices. While there are other infrastructures that support the development of applications that span multiple devices in general, our infrastructure differs from them by explicitly focusing on supporting applications that span personal devices.More concretely, our infrastructure elevates device ownership (or more broadly primary use, because users may employ devices owned by other entities, such as their companies) to a first class property and uses it to organize communication among devices. Ownership is a useful organizing relationship because, unlike other potential relationships such as physical proximity, it implicitly incorporates information about access permissions. Ownership is also stable over time, changing over months or years rather than hours or days.