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.

chore: remove LICENSE.txt and update README

+7 -13
-7
LICENSE.txt
··· 1 - Dual MIT/Apache-2.0 License 2 - 3 - Copyright (c) 2026 Tiles Privacy and Contributors 4 - 5 - Except as otherwise noted in individual files, this software is licensed under the MIT license (<http://opensource.org/licenses/MIT>), or the Apache License, Version 2.0 (<http://www.apache.org/licenses/LICENSE-2.0>). 6 - 7 - Downstream projects and end users may chose either license individually, or both together, at their discretion. The motivation for this dual-licensing is the additional software patent assurance provided by Apache 2.0.
+7 -6
README.md
··· 1 1 <!-- LOGO --> 2 + 2 3 <p align="center"> 3 - <a href="https://github.com/tileshq/"> 4 + <a href="https://github.com/tilesprivacy/"> 4 5 <picture> 5 - <source media="(prefers-color-scheme: dark)" srcset="https://avatars.githubusercontent.com/u/210493283?s=400&u=1ee6e44b6a683b16bdb6e9e853c7ebd8c7fd4268&v=4"> 6 - <source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/677d3d63-a9b0-4e92-8c7d-f39ceffc1b0d"> 7 - <img src="https://github.com/user-attachments/assets/677d3d63-a9b0-4e92-8c7d-f39ceffc1b0d" alt="Tiles Logo" width="128"> 8 - </picture> 6 + <source media="(prefers-color-scheme: dark)" srcset="https://avatars.githubusercontent.com/u/210493283" /> 7 + <source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/984f9fa7-d097-4d36-bd98-da1a71cf778d" /> 8 + <img src="https://github.com/user-attachments/assets/1c7848de-33af-47ed-9fb2-a361c096a44d" alt="Tiles Logo" width="128" /> 9 + </picture> 9 10 </a> 10 11 </p> 11 12 ··· 76 77 - [MIT License](https://github.com/tilesprivacy/tiles/blob/main/LICENSE-MIT) 77 78 - [Apache License 2.0](https://github.com/tilesprivacy/tiles/blob/main/LICENSE-APACHE) 78 79 79 - You may choose either license, or both. Apache 2.0 is included for its explicit patent protections. 80 + Downstream projects and end users may chose either license individually, or both together, at their discretion. The motivation for this dual-licensing is the additional software patent assurance provided by Apache 2.0.