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 main 12 lines 411 B view raw
1# Tiles toolchain 2# Here we can find all the info related to libs,tools that either Tiles embed with it or Tiles rely on development. This is used for tracking the versions etc, which then can be used by other programs or scripts to derive values runtime. 3 4 5[embedded-tools] 6pi = "v0.67.68" 7sqlcipher = "4.10.0" 8 9[dev-tools] 10venvstacks = "0.8.0" 11 12# grep '^pi' toolchain.toml | head -1 | awk -F'"' '{print $2}'