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 29 lines 564 B view raw
1<html> 2<head> 3<meta charset="utf-8"> 4<style> 5body { 6 font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif; 7 font-size: 13px; 8} 9</style> 10</head> 11 12<body> 13<h2>Tiles Installed 🚀</h2> 14<p>The <b>tiles</b> CLI is now installed.</p> 15 16<p>Open Terminal and run:</p> 17 18<pre>tiles</pre><br> 19 20<p>Then complete CLI onboarding to set up your account and start using the chat interface.</p> 21 22<p>For more options run:</p> 23 24<pre>tiles --help</pre><br><br> 25 26<p style="font-size: 0.8em;"><i>keep on tiling...</i></p> 27 28</body> 29</html>