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.

fix: unify macOS installer window title

Use the same "Install Tiles" title for both network and offline pkg installers to keep installer branding consistent.

Made-with: Cursor

authored by

feynon and committed by
Anandu Pavanan
5d3080b3 7b6f9dba

+2 -2
+1 -1
pkg/distribution.xml
··· 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <installer-gui-script minSpecVersion="1"> 3 - <title>Tiles Offline</title> 3 + <title>Install Tiles</title> 4 4 5 5 6 6 <background file="tiles-logo-small-invert.png" mime-type="image/png" scaling="none" alignment="bottomleft"/>
+1 -1
pkg/distribution_network.xml
··· 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <installer-gui-script minSpecVersion="1"> 3 - <title>Tiles Network</title> 3 + <title>Install Tiles</title> 4 4 5 5 6 6 <background file="tiles-logo-small-invert.png" mime-type="image/png" scaling="none" alignment="bottomleft"/>