Current version: 7.25.11 · Documentation updated: 2026-09-27
What is Yuneta¶
Yuneta Simplified is a development framework focused on messaging and services, built on the
event-driven,
automata-based
and object-oriented
programming paradigms, with heavy use of time-series, key-value, flat-file and graph concepts.
It is a real-time system that covers development, testing and deployment: built for Linux, and deployable on any bare-metal server.
It specializes in IoT data collection from any kind of device, and in data exchange and protocol adaptation between systems: publication/subscription and querying of messages in real time, with historical storage.
Messages, encrypted or in plain text, can be persisted on disk or live only in transit or in the memory of a service. All data is JSON.
Versions in C (the reference implementation) and JavaScript (browser/Node).
Install Yuneta, prepare your build environment, and bring a node online. Start here if this is your first contact with the framework.
In this section¶
Installation — system prerequisites, the apt dependency list, and the one-time environment setup (
menuconfig,yunetas-env.sh, building the external libraries).Activating — initialize, build, and run the agent, then launch your first yuno.
Changelog — release history.
The build and deploy steps below are driven by the
yunetas CLI — its own page is the full command reference.