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: minor updates related to release

madclaws a6c94031 72b84a77

+17 -1
+16
CHANGELOG.md
··· 5 5 6 6 ## [Unreleased] 7 7 8 + ## [0.4.3] - 2026-03-08 9 + 10 + ### Added 11 + - Chats are now persisted using sqlite underneath by @madclaws in https://github.com/tilesprivacy/tiles/pull/94 12 + 13 + - Release artifacts will have .pkg bundles too for easy installs by @madclaws in https://github.com/tilesprivacy/tiles/pull/96 14 + 15 + ### Changed 16 + - Inference enhancements by @madclaws in https://github.com/tilesprivacy/tiles/pull/95 17 + - Support for non-harmony response models 18 + - Supports turn conversation with the model 19 + 20 + ### Fixed 21 + - fixed venvstack generating multiple app-server tar on build by @madclaws in https://github.com/tilesprivacy/tiles/pull/93 22 + 23 + 8 24 ## [0.4.2] - 2026-03-01 9 25 ### Added 10 26 - Added FTUE changes for account setup in https://github.com/tilesprivacy/tiles/pull/88
+1 -1
pkg/build.sh
··· 64 64 65 65 66 66 # Creating .pkg 67 - pkgbuild --root pkgroot --scripts pkg/scripts --identifier com.tilesprivacy.tiles --version "$VERSION" "tiles-${VERSION}".pkg" 67 + pkgbuild --root pkgroot --scripts pkg/scripts --identifier com.tilesprivacy.tiles --version "$VERSION" "tiles-${VERSION}".pkg 68 68 69 69 70 70 # signing