In computing, Universal Network Objects (UNO) is the component model used in OpenOffice.org. It is interface-based and designed to offer interoperability between different programming languages, object models and machine architectures, on a single machine, within a LAN or over the Internet.

UNO components can be implemented in or accessed from any programming language for which a language binding exists. Complete UNO language bindings exist for C, C++ (compiler dependent), Java and Python. Bindings allowing access, but not writing components, exist for StarOffice Basic, OLE automation and the .NET Common Language Infrastructure (not finalised).

UNO is open source, distributed under the LGPL.

External links