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: changelog

madclaws 217becbb bb958e17

+12
+12
CHANGELOG.md
··· 5 5 6 6 ## [Unreleased] 7 7 8 + ## [0.4.6] - 2026-03-30 9 + 10 + ### Added 11 + - Added P2P chat sync in [#109](https://github.com/tilesprivacy/tiles/pull/109) 12 + - Commands for chat syncing 13 + - `tiles sync` - Starts listening for a sync request from the linked peers. 14 + - `tiles sync <DID>` - Initiates the syncing with the peer using the peer's linked DID (which one can get from `tiles link list-peers`). 15 + - Added at rest encryption for local databases in [#110](https://github.com/tilesprivacy/tiles/pull/110) 16 + 17 + ### Fixed 18 + - Fixed the loading issue of qwen 3.5 series in [#111](https://github.com/tilesprivacy/tiles/pull/111) 19 + 8 20 ## [0.4.5] - 2026-03-23 9 21 10 22 ### Added