···11<!-- LOGO -->
22<p align="center">
33 <a href="https://github.com/tileshq/">
44- <img
55- src="https://avatars.githubusercontent.com/u/210493283?s=400&u=1ee6e44b6a683b16bdb6e9e853c7ebd8c7fd4268&v=4"
66- alt="Tiles Logo"
77- width="128"
88- />
44+ <picture>
55+ <source media="(prefers-color-scheme: dark)" srcset="https://avatars.githubusercontent.com/u/210493283?s=400&u=1ee6e44b6a683b16bdb6e9e853c7ebd8c7fd4268&v=4">
66+ <source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/677d3d63-a9b0-4e92-8c7d-f39ceffc1b0d">
77+ <img src="https://github.com/user-attachments/assets/677d3d63-a9b0-4e92-8c7d-f39ceffc1b0d" alt="Tiles Logo" width="128">
88+</picture>
99 </a>
1010</p>
1111···30303131The CLI is the fastest way to get started and will feel familiar if you have used tools like Ollama or LM Studio.
32323333-Install and run:
3333+Install the signed macOS package:
3434+3535+https://download.tiles.run/tiles-0.4.3-signed.pkg
3636+3737+Then run:
34383539```bash
3636-curl -fsSL https://tiles.run/install.sh | sh
3740tiles
3841```
3942···4245Tilekit is a Rust-based SDK for customizing local models and agent experiences within Tiles.
43464447It provides:
4545-- A Modelfile specification for defining and sharing models
4646-- Fast, efficient local deployment across consumer platforms
4848+- Modelfile specification and tooling for working with models
4949+- Fast, efficient local deployment of models across consumer platforms
4750- Built on open source specifications such as Open Responses API
4851- Model composition and chaining, with MIR support currently in development
4952···62656366Tiles is built for privacy conscious users who want intelligence without renting their memory to centralized providers.
64676565-We are seeking design partners for training workloads that align with our goal of a verifiable privacy perimeter. Contact us at hello@tiles.run.
6868+We are seeking design partners for TEE based cloud workloads that align with our goal of a verifiable privacy perimeter. Contact us at hello@tiles.run.
66696770## Contributing
6871