taOS: Self-Hosted AI Agent OS for Your Hardware and Data Sovereignty
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
taOS is a self-hosted AI agent operating system designed to keep your AI's memory, chats, agents, and files on your own hardware, prioritizing privacy and data sovereignty. It offers a full web desktop, a multi-framework group chat, and the ability to auto-cluster various consumer hardware like Raspberry Pi, Mac mini, and gaming PCs into a distributed AI compute mesh. This platform empowers users with local-first AI capabilities, offline by default and cloud by choice.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
taOS, short for Tiny Agent OS, is a groundbreaking self-hosted AI agent operating system that puts you in control of your data and AI. It allows your AI agents' memory, conversations, and files to reside entirely on hardware you own, ensuring privacy and data sovereignty. Designed to run offline by default with cloud options available by choice, taOS transforms your existing consumer hardware, from Raspberry Pis to gaming PCs, into a powerful, distributed AI compute cluster.
Installation
Getting started with taOS involves a straightforward installation process for both the controller and worker nodes.
To install the controller (server) on Debian, Ubuntu, Fedora, Arch, Alpine, or macOS, use this one-line command:
curl -fsSL https://raw.githubusercontent.com/jaylfc/taOS/master/scripts/install-server.sh | sudo bash
This script is idempotent and safe to re-run. After installation, access the web desktop at http://your-host:6969 (or http://taos.local:6969 with mDNS).
To add a worker to your distributed compute cluster, use the following command, replacing http://your-server:6969 with your controller's address:
curl -fsSL https://raw.githubusercontent.com/jaylfc/taOS/master/scripts/install-worker.sh | sudo bash -s -- http://your-server:6969
Workers will print a pairing code that needs to be approved in the taOS Cluster app for security.
Examples
taOS provides a rich, integrated experience with a full web desktop and a wide array of features:
- Web Desktop Environment: Access a complete browser-based desktop with a window manager, dock, launchpad, and 43 bundled apps, including messaging, mail, projects, and creative studios. It adapts seamlessly to mobile and tablet devices, offering a widget-first home screen and PWA support.
- Multi-Framework Agent Chat: Experience framework-agnostic messaging where agents from different frameworks (e.g., OpenClaw, Hermes, SmolAgents, Langroid) can converse in shared channels, maintaining their history and connections regardless of the underlying framework.
- Creative Studios: Unleash your creativity with dedicated studio apps like Images Studio for AI-powered image generation and editing, Game Studio for AI-assisted game creation, and LoRA Studio for archiving and managing LoRA models on your cluster.
- Distributed Compute Cluster: Combine various devices, from old laptops and Raspberry Pis to gaming PCs and Android phones, into a unified AI compute mesh. taOS intelligently routes tasks to the best available hardware, maximizing your local AI capabilities.
- Comprehensive AI Memory: The taOSmd memory system offers a robust, self-hosted knowledge graph for your AI's long-term memory, ensuring high accuracy in retrieval and generation without relying on external cloud databases.
Why Use taOS?
Choosing taOS means embracing a future where your AI is truly yours. Its core philosophy of "Your AI, your hardware, your data" translates into several compelling advantages:
- Data Sovereignty: All your AI's memory, conversations, and files remain on your physical hardware, giving you complete control and privacy.
- Local-First Approach: taOS is designed to run fully offline, leveraging your local compute resources and model catalogs. Cloud services are optional, not mandatory.
- Hardware Flexibility: It supports a vast range of consumer hardware, from low-power SBCs like Raspberry Pi and Orange Pi to powerful gaming PCs and Apple Silicon Macs, allowing you to utilize devices you already own.
- Rich Feature Set: Beyond basic AI agents, taOS offers a full web desktop, an app store, creative studios, a sophisticated memory system, and robust monitoring tools, creating a complete ecosystem for personal AI.
- Open Source and Auditable: Licensed under AGPL-3.0, taOS is open source, providing transparency and the freedom to inspect, modify, and self-host without vendor lock-in.
Links
- GitHub Repository: https://github.com/jaylfc/taOS
- Official Website: https://taos.my
- Join the Community on Discord: https://discord.gg/r3BaxfxVZ
- Support the Project: https://buymeacoffee.com/jaylfc
Related repositories
Similar repositories that may be relevant next.
tooltrim: Drastically Reduce LLM Agent Tool Output Tokens, Improve Accuracy
September 16, 2026
tooltrim provides drop-in compression for LLM agent tool outputs, drastically cutting tokens while often improving answer accuracy. This provider-agnostic solution offers content-aware compression, faithfulness benchmarks, and seamless integration with popular frameworks or as an OpenAI-compatible proxy.

AstronRPA: Open-Source Enterprise RPA Suite with AI Agent Integration
September 15, 2026
AstronRPA is an open-source, enterprise-grade Robotic Process Automation (RPA) desktop application. It features a low-code, no-code visual designer for building automation workflows across desktop software and web pages. Deeply integrated with AI agents, AstronRPA empowers broader business automation scenarios for both individuals and enterprises.
Awesome-Self-Evolving-Agents: A Curated List for AI Agent Research
September 14, 2026
Awesome-Self-Evolving-Agents is a comprehensive GitHub repository offering a curated collection of resources on self-evolving agents. It includes a systematic survey, research papers, benchmarks, and open-source projects, providing valuable insights into this rapidly advancing field of AI. This repository serves as an essential guide for researchers and developers exploring model-centric, environment-centric, and co-evolutionary approaches.

Declarative Agents: Profile-Driven LLM Agent Runtime in Go
September 13, 2026
Declarative Agents by Nokia Bell Labs offers a profile-driven runtime and design patterns for building tool-augmented LLM agents. It allows defining agents, their tools, states, and transitions via YAML profiles, eliminating the need for code changes for workflow alterations. This Go-based framework promotes flexible and dependable agent development.
Source repository
Open the original repository on GitHub.
9 counted GitHub visits