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.

Revise Tilekit description and update license links

Updated Tilekit description for clarity and accuracy. Changed license links to reflect the correct repository.

authored by

Ankesh Bharti and committed by
GitHub
5d3c08bf ea38a65e

+4 -6
+4 -6
README.md
··· 34 34 35 35 ```bash 36 36 curl -fsSL https://tiles.run/install.sh | sh 37 - tiles run 37 + tiles 38 38 ``` 39 39 40 40 This launches the recommended default memory model for your device. 41 41 42 42 ## Tilekit SDK 43 43 44 - Tilekit is a Modelfile-based Rust SDK that powers all model deployment in Tiles. 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. 45 45 46 46 It provides: 47 47 - A Modelfile specification for defining and sharing models 48 48 - Fast, efficient local deployment across consumer platforms 49 49 - Model composition and chaining, with MIR support currently in development 50 - 51 - Tilekit is the foundation for building custom local models and agent experiences within Tiles. 52 50 53 51 ## Documentation 54 52 ··· 81 79 82 80 This project is dual-licensed under MIT and Apache 2.0: 83 81 84 - - MIT License: https://github.com/tileshq/tilekit/blob/main/LICENSE-MIT.txt 85 - - Apache License 2.0: https://github.com/tileshq/tilekit/blob/main/LICENSE-APACHE.txt 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 86 84 87 85 You may choose either license, or both. Apache 2.0 is included for its explicit patent protections.