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: add CONTRIBUTING.md with project roadmap and status; update README.md to reference new document

+19 -18
+18
CONTRIBUTING.md
··· 1 + ## Roadmap and Status 2 + 3 + The high-level ambitious plan for the project, in order: 4 + 5 + | # | Step | Status | 6 + | :-: | --------------------------------------------------------- | :----: | 7 + | 1 | Working prototype for the memory model | ✅ | 8 + | 2 | Training a better standalone memory model | ❌ | 9 + | 3 | Make Tiles a proxy, with local model as memory module | ❌ | 10 + | 4 | Public key cryptography with private key on device | ❌ | 11 + | 5 | AT Proto integration | ❌ | 12 + | 6 | Cross-platform `tilekit` SDK for developers | ❌ | 13 + | 7 | Linux support with Flatpaks | ❌ | 14 + | N | Fancy features (to be expanded upon later) | ❌ | 15 + 16 + Additional details for each step in the big roadmap is listed as issues in this repository. 17 + 18 + Feel free to contribute to the project by submitting issues or pull requests aligned with the roadmap scopes. New inference backends and memory models are welcome.
+1 -18
README.md
··· 55 55 ## Contributing and Developing 56 56 57 57 If you have any ideas, issues, etc. regarding Ghostty, or would like to 58 - contribute to Ghostty through pull requests, please check out our 58 + contribute to Tiles through pull requests, please check out our 59 59 ["Contributing to Tiles"](CONTRIBUTING.md) document. Those who would like 60 60 to get involved with Tiles's development as well should also read the 61 61 ["Developing Tiles"](HACKING.md) document for more technical details. 62 - 63 - ## Roadmap and Status 64 - 65 - The high-level ambitious plan for the project, in order: 66 - 67 - | # | Step | Status | 68 - | :-: | --------------------------------------------------------- | :----: | 69 - | 1 | Working prototype for the memory model | ✅ | 70 - | 2 | Training a better standalone memory model | ❌ | 71 - | 3 | Make Tiles a proxy, with local model as memory module | ❌ | 72 - | 4 | Public key cryptography with private key on device | ❌ | 73 - | 5 | AT Proto integration | ❌ | 74 - | 6 | Cross-platform `tilekit` SDK for developers | ❌ | 75 - | 7 | Linux support with Flatpaks | ❌ | 76 - | N | Fancy features (to be expanded upon later) | ❌ | 77 - 78 - Additional details for each step in the big roadmap is listed as issues in this repository. 79 62 80 63 81 64 ## License