A local-first private AI assistant for everyday use. Runs on-device models with encrypted P2P sync, and supports sharing chats publicly on ATProto.
10
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README for clarity and privacy focus

authored by

Ankesh Bharti and committed by
GitHub
c2728a9b 5d3c08bf

+8 -11
+8 -11
README.md
··· 12 12 <h1 align="center">Tiles</h1> 13 13 14 14 <p align="center"> 15 - Your private AI assistant with offline memory<br /> 15 + Your private and secure AI assistant for everyday use<br /> 16 16 <a href="#getting-started">Getting Started</a> · 17 17 <a href="https://tiles.run/book">Documentation</a> · 18 18 <a href="#about">About</a> · ··· 28 28 29 29 ## Tiles CLI 30 30 31 - 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. 31 + The CLI is the fastest way to get started and will feel familiar if you have used tools like Ollama or LM Studio. 32 32 33 33 Install and run: 34 34 ··· 37 37 tiles 38 38 ``` 39 39 40 - This launches the recommended default memory model for your device. 41 - 42 40 ## Tilekit SDK 43 41 44 - 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. 42 + Tilekit is a Rust-based SDK for customizing local models and agent experiences within Tiles. 45 43 46 44 It provides: 47 45 - A Modelfile specification for defining and sharing models 48 46 - Fast, efficient local deployment across consumer platforms 47 + - Built on open source specifications such as Open Responses API 49 48 - Model composition and chaining, with MIR support currently in development 50 49 51 50 ## Documentation ··· 59 58 60 59 Tiles Privacy emerged from the [User & Agents](https://userandagents.com) community with a simple principle: software should understand you without taking anything from you. 61 60 62 - 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. 61 + 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. 63 62 64 - Tiles is designed for privacy-conscious users who want intelligence without handing over their memory to centralized providers. Our first offerings are: 65 - - A private AI assistant for everyday use 66 - - A Modelfile-based SDK for building and customizing local models and agents 63 + Tiles is built for privacy conscious users who want intelligence without renting their memory to centralized providers. 67 64 68 65 We are seeking design partners for training workloads that align with our goal of a verifiable privacy perimeter. Contact us at hello@tiles.run. 69 66 ··· 79 76 80 77 This project is dual-licensed under MIT and Apache 2.0: 81 78 82 - - MIT License: https://github.com/tilesprivacy/tiles/blob/main/LICENSE-MIT.txt 83 - - Apache License 2.0: https://github.com/tilesprivacy/tiles/blob/main/LICENSE-APACHE.txt 79 + - [MIT License](https://github.com/tilesprivacy/tiles/blob/main/LICENSE-MIT.txt) 80 + - [Apache License 2.0](https://github.com/tilesprivacy/tiles/blob/main/LICENSE-APACHE.txt) 84 81 85 82 You may choose either license, or both. Apache 2.0 is included for its explicit patent protections.