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.

build: Upgraded rustc to 1.91.0

+3 -3
+2 -2
.github/workflows/rust.yml
··· 17 17 18 18 - uses: dtolnay/rust-toolchain@master 19 19 with: 20 - toolchain: 1.90.0 20 + toolchain: 1.91.0 21 21 components: rustfmt, clippy 22 22 23 23 - uses: actions/cache@v4 ··· 42 42 43 43 - uses: dtolnay/rust-toolchain@master 44 44 with: 45 - toolchain: 1.90.0 45 + toolchain: 1.91.0 46 46 47 47 - uses: actions/cache@v4 48 48 with:
+1 -1
rust-toolchain.toml
··· 1 1 [toolchain] 2 - channel = "1.90.0" 2 + channel = "1.91.0" 3 3 components = ["rustfmt", "clippy", "rust-analyzer"]