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.

feat: update macOS installer branding and intro copy

Use theme-specific Tiles logo backgrounds in both network and offline installer distributions and refresh the first intro paragraph to local-first messaging for consistency with current product positioning.

Made-with: Cursor

authored by

feynon and committed by
Anandu Pavanan
7b6f9dba 56160d93

+6 -6
+2 -2
pkg/distribution.xml
··· 3 3 <title>Tiles Offline</title> 4 4 5 5 6 - <!-- <background file="sidebar.png" mime-type="image/png" scaling="proportionally" alignment="left"/> --> 6 + <background file="tiles-logo-small-invert.png" mime-type="image/png" scaling="none" alignment="bottomleft"/> 7 7 8 8 9 - <!-- <background-darkAqua file="sidebar.png" mime-type="image/png" scaling="proportionally" alignment="left"/> --> 9 + <background-darkAqua file="tiles-logo-dark.png" mime-type="image/png" scaling="none" alignment="bottomleft"/> 10 10 11 11 12 12 <options customize="never"/>
+2 -2
pkg/distribution_network.xml
··· 3 3 <title>Tiles Network</title> 4 4 5 5 6 - <!-- <background file="sidebar.png" mime-type="image/png" scaling="proportionally" alignment="left"/> --> 6 + <background file="tiles-logo-small-invert.png" mime-type="image/png" scaling="none" alignment="bottomleft"/> 7 7 8 8 9 - <!-- <background-darkAqua file="sidebar.png" mime-type="image/png" scaling="proportionally" alignment="left"/> --> 9 + <background-darkAqua file="tiles-logo-dark.png" mime-type="image/png" scaling="none" alignment="bottomleft"/> 10 10 11 11 12 12 <options customize="never"/>
pkg/resources/tiles-logo-dark.png

This is a binary file and will not be displayed.

pkg/resources/tiles-logo-small-invert.png

This is a binary file and will not be displayed.

+1 -1
pkg/resources/welcome.html
··· 11 11 <body> 12 12 13 13 <p> 14 - Tiles is your private and secure AI assistant for everyday use. Developed as an independent open source project, made possible by wonderful sponsors.<br><br> 14 + Tiles is a local-first private AI for everyday use. Runs on-device models with encrypted P2P sync, and support for sharing chats publicly on ATProto.<br><br> 15 15 16 16 This setup installs the Tiles runtime, dependencies, and the default <i>gpt-oss-20b</i> model so the system works fully offline with no additional downloads.<br><br> 17 17
+1 -1
pkg/resources/welcome_network.html
··· 11 11 <body> 12 12 13 13 <p> 14 - Tiles is your private and secure AI assistant for everyday use. Developed as an independent open source project, made possible by wonderful sponsors.<br><br> 14 + Tiles is a local-first private AI for everyday use. Runs on-device models with encrypted P2P sync, and support for sharing chats publicly on ATProto.<br><br> 15 15 16 16 This setup installs the Tiles runtime and required dependencies. 17 17 During onboarding you will be prompted to download a model.<br><br>