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.

at 4e036d96d524b2826fc3bf7a8bb9d27d8e2ddff2 32 lines 898 B view raw
1<?xml version="1.0" encoding="utf-8"?> 2<installer-gui-script minSpecVersion="1"> 3<title>Tiles Offline</title> 4 5 6<!-- <background file="sidebar.png" mime-type="image/png" scaling="proportionally" alignment="left"/> --> 7 8 9<!-- <background-darkAqua file="sidebar.png" mime-type="image/png" scaling="proportionally" alignment="left"/> --> 10 11 12<options customize="never"/> 13 14<welcome file="welcome.html"/> 15 16<conclusion file="conclusion.html"/> 17 18<choices-outline> 19 <line choice="app" /> 20 <line choice="model" /> 21</choices-outline> 22 23<choice id="app" visible="true" start_selected="true" title="app"> 24 <pkg-ref id="com.tilesprivacy.tiles" onConclusion="none">tiles-unsigned.pkg</pkg-ref> 25</choice> 26 27<choice id="model" visible="true" start_selected="true" title="model"> 28 <pkg-ref id="com.tilesprivacy.tiles_models" onConclusion="none">tiles-model.pkg</pkg-ref> 29</choice> 30 31 32</installer-gui-script>