···34343535```bash
3636curl -fsSL https://tiles.run/install.sh | sh
3737-tiles run
3737+tiles
3838```
39394040This launches the recommended default memory model for your device.
41414242## Tilekit SDK
43434444-Tilekit is a Modelfile-based Rust SDK that powers all model deployment in Tiles.
4444+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.
45454646It provides:
4747- A Modelfile specification for defining and sharing models
4848- Fast, efficient local deployment across consumer platforms
4949- Model composition and chaining, with MIR support currently in development
5050-5151-Tilekit is the foundation for building custom local models and agent experiences within Tiles.
52505351## Documentation
5452···81798280This project is dual-licensed under MIT and Apache 2.0:
83818484-- MIT License: https://github.com/tileshq/tilekit/blob/main/LICENSE-MIT.txt
8585-- Apache License 2.0: https://github.com/tileshq/tilekit/blob/main/LICENSE-APACHE.txt
8282+- 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
86848785You may choose either license, or both. Apache 2.0 is included for its explicit patent protections.