···1212<h1 align="center">Tiles</h1>
13131414<p align="center">
1515- Your private AI assistant with offline memory<br />
1515+ Your private and secure AI assistant for everyday use<br />
1616 <a href="#getting-started">Getting Started</a> ·
1717 <a href="https://tiles.run/book">Documentation</a> ·
1818 <a href="#about">About</a> ·
···28282929## Tiles CLI
30303131-Tiles is a private AI assistant for everyday use. The CLI is the fastest way to get started and will feel familiar if you have used tools like Ollama or LM Studio.
3131+The CLI is the fastest way to get started and will feel familiar if you have used tools like Ollama or LM Studio.
32323333Install and run:
3434···3737tiles
3838```
39394040-This launches the recommended default memory model for your device.
4141-4240## Tilekit SDK
43414444-Tilekit is a Rust-based SDK for customizing local models and agent experiences within Tiles. It is built on open source specifications such as Modelfile and the Open Responses API.
4242+Tilekit is a Rust-based SDK for customizing local models and agent experiences within Tiles.
45434644It provides:
4745- A Modelfile specification for defining and sharing models
4846- Fast, efficient local deployment across consumer platforms
4747+- Built on open source specifications such as Open Responses API
4948- Model composition and chaining, with MIR support currently in development
50495150## Documentation
···59586059Tiles Privacy emerged from the [User & Agents](https://userandagents.com) community with a simple principle: software should understand you without taking anything from you.
61606262-We build privacy-first engineering that does not compromise on usability. Identity and memory belong together, and Tiles enables you to own both through a personal user agent that runs on your device.
6161+We strive to deliver the best privacy-focused engineering while also offering unmatched convenience in our consumer products. We believe identity and memory belong together, and Tiles gives you a way to own both through your personal user agent.
63626464-Tiles is designed for privacy-conscious users who want intelligence without handing over their memory to centralized providers. Our first offerings are:
6565-- A private AI assistant for everyday use
6666-- A Modelfile-based SDK for building and customizing local models and agents
6363+Tiles is built for privacy conscious users who want intelligence without renting their memory to centralized providers.
67646865We are seeking design partners for training workloads that align with our goal of a verifiable privacy perimeter. Contact us at hello@tiles.run.
6966···79768077This project is dual-licensed under MIT and Apache 2.0:
81788282-- MIT License: https://github.com/tilesprivacy/tiles/blob/main/LICENSE-MIT.txt
8383-- Apache License 2.0: https://github.com/tilesprivacy/tiles/blob/main/LICENSE-APACHE.txt
7979+- [MIT License](https://github.com/tilesprivacy/tiles/blob/main/LICENSE-MIT.txt)
8080+- [Apache License 2.0](https://github.com/tilesprivacy/tiles/blob/main/LICENSE-APACHE.txt)
84818582You may choose either license, or both. Apache 2.0 is included for its explicit patent protections.