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.

chore: fix minor typo

madclaws aa114b68 883a0baa

+2 -2
+2 -2
scripts/install.sh
··· 78 78 echo "" 79 79 warn "⚠️ $INSTALL_DIR is not in your PATH." 80 80 echo "" 81 - echo "ℹ️ To use Tiles, add this line to your shell configuration(ex: ~/.bashrc, ~/.zsrhc)" 81 + echo "ℹ️ To use Tiles, add this line to your shell configuration(ex: ~/.bashrc, ~/.zshrc)" 82 82 echo "" 83 - echo " export PATH=$INSTALL_DIR:\$PATH\"" 83 + echo " export PATH=$INSTALL_DIR:\$PATH" 84 84 echo "" 85 85 echo "🚀 Then restart your terminal..." 86 86 ;;