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 22 lines 728 B view raw
1<html> 2<head> 3<style> 4body { 5 font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif; 6 font-size: 13px; 7} 8</style> 9</head> 10 11<body> 12 13<p> 14Tiles is your private and secure AI assistant for everyday use. Developed as an independent open source project, made possible by wonderful sponsors.<br><br> 15 16This 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 18Tiles installs its CLI and runtime in <i><b>/usr/local</b></i> so that it is available system-wide. MacOS will request administrator authorization (password or Touch ID) to allow this installation. 19 20</p> 21</body> 22</html>