TibiOS

Build Together, Own Together, Think Together.

Construir juntos, ser dueños juntos, pensar juntos.

Run models locally now TibiChat Reserve your TibiBox reserved

Run AI workloads across any available hardware. Connect PCs, GPUs, Macs or TibiBoxes and edge devices into a shared AI compute network. Build once, and let TibiOS decide where your workloads run.

TibiOS: the TibiBox running local inference, connected to a global community of nodes

NO TOKEN BILL. NO PER-REQUEST TOKEN FEES.

Across heterogeneous infrastructure: the application describes what should run, the Operating System decides if, where, when and how.

Read the vision (PDF)
Rusttibios-core
Python / Rayai-runtime
gRPCproto/

See TibiOS in action

TibiBox

Your home AI node.

The TibiBox device

Includes TibiOS 1.0 — Free Operating System!

Based on the NVIDIA Jetson Orin Nano Super Developer Kit.

  • Up to 67 TOPS of AI performance
  • 1024 CUDA cores + 32 Tensor cores GPU
  • 6-core Arm Cortex-A78AE CPU @ 1.7 GHz
  • 8 GB RAM installed
  • 102 GB/s memory bandwidth
  • 25W power envelope
  • 802.11ac WLAN + Bluetooth (Wi-Fi + BT)
  • Gigabit Ethernet

Prototype hardware: ~$249 USD

Price for everyone.

What is TibiOS

TibiOS is an operating system for collective intelligence that connects people's devices into a cooperative computing and AI network. Every device contributes resources, earns credits, and takes part in a shared infrastructure where the value generated belongs to the community.
Your device contributes resources to the network and earns credits in return.

TibiBox TibiOS Fabric Services External Ecosystem

A Community of Owners

A Community of Owners: device contributes compute, network creates value, contributor earns, community owns

TibiOS Remote Gateway

Your AI infrastructure. Anywhere.

TibiOS Remote Gateway: control agents, jobs and infrastructure remotely via WhatsApp and Telegram

Control and use your AI infrastructure remotely from your phone, through everyday channels like WhatsApp and Telegram: send prompts, run agents, check job status, analyze code or documents, launch processes and get results directly on your phone. The Gateway sits as a secure layer between those channels and TibiOS Core — handling authentication, sessions, commands, jobs and notifications — while intelligence and execution stay on your own TibiOS infrastructure, whether that's GPUs, CPUs, servers, edge devices or a distributed network of resources.

More than prompts: run agents and workflows, inspect and control running jobs, analyze repositories, code and Pull Requests, run tests and dev processes, analyze documents and data, get real-time results and notifications, and keep sessions and context across devices. Security first — authentication, authorization and granular permissions protect every operation, and sensitive actions can require explicit approval before running. WhatsApp and Telegram are just the channel; the intelligence, agents and compute stay under TibiOS's control.

Your AI. Your infrastructure. Anywhere.

The vision: a distributed network

Vision material for the project — where TibiOS is headed long-term, beyond the current state of the code.

It's a community of owners where every machine adds up, contributing value and returns to its members and partners.
The best Artificial Intelligence — frontier models — for homes, at zero cost, on basic hardware.

Today, artificial intelligence is built collectively — millions of people contribute compute, data and ideas — but ownership of the models stays concentrated in a handful of companies. TibiOS's vision proposes a different model: a global network where any device (a TibiBox, a server, an idle GPU) contributes resources to a collective, private intelligence, with no central servers and no single points of failure.

The cycle that powers that network is simple: contribute compute, build intelligence out of that shared compute, and return the value generated to those who contributed — the more you contribute, the more you own of the ecosystem.

Today's models are free and open, sourced from Hugging Face Hugging Face. The next generation — trained by the TibiOS ecosystem itself — will belong to the community of owners that built it.

We've already begun training our first specialized model for the home: Tibi Sauron 1.0 Tibi Sauron 1.0.

TibiOS vision as a decentralized network of AI nodes

Watch our vision on YouTube

Components

tibios-core

Rust

The Runtime itself: the complete architectural model, a Cargo workspace, and the Composition Root that wires domains and Worker adapters.

ai-runtime

Python / Ray

Heavy AI execution Worker — one of the two interchangeable implementations of the Worker Contract.

proto/

Protocol Buffers

The shared, language-neutral gRPC contract between the Runtime and its Workers.

TibiOS high-level architecture: TibiBox nodes, TibiOS Fabric P2P network, ecosystem services, identity and governance, shared value
TibiOS — high-level architecture.

Everything is a Worker

The application never changes. The same contract (Worker) covers CoreML, TensorRT, ONNX, OpenVINO, llama.cpp and more — the Runtime decides which implementation executes each Workload.

Worker trait diagram: same contract, multiple AI execution implementations

Architectural principles

Architecture before implementation

Describing a capability doesn't imply implementing it. Cost begins when real behavior exists, not when a possibility is described.

Ownership

Every piece of mutable state has exactly one authoritative owner. Coordination between domains always happens through published facts, never shared mutable state.

TibiOS architectural principles: decentralized by design, user sovereignty, collective intelligence, aligned incentives, open and transparent, modular and evolutive, resilient and autonomous, privacy by default
TibiOS — the 8 architectural principles.

Architecture

Applications → Runtime API → Runtime (Rust) → Worker Contract → Workers.

TibiOS architecture diagram: applications, Runtime API, Rust Runtime and Workers