···11+## Roadmap and Status
22+33+The high-level ambitious plan for the project, in order:
44+55+| # | Step | Status |
66+| :-: | --------------------------------------------------------- | :----: |
77+| 1 | Working prototype for the memory model | ✅ |
88+| 2 | Training a better standalone memory model | ❌ |
99+| 3 | Make Tiles a proxy, with local model as memory module | ❌ |
1010+| 4 | Public key cryptography with private key on device | ❌ |
1111+| 5 | AT Proto integration | ❌ |
1212+| 6 | Cross-platform `tilekit` SDK for developers | ❌ |
1313+| 7 | Linux support with Flatpaks | ❌ |
1414+| N | Fancy features (to be expanded upon later) | ❌ |
1515+1616+Additional details for each step in the big roadmap is listed as issues in this repository.
1717+1818+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
···5555## Contributing and Developing
56565757If you have any ideas, issues, etc. regarding Ghostty, or would like to
5858-contribute to Ghostty through pull requests, please check out our
5858+contribute to Tiles through pull requests, please check out our
5959["Contributing to Tiles"](CONTRIBUTING.md) document. Those who would like
6060to get involved with Tiles's development as well should also read the
6161["Developing Tiles"](HACKING.md) document for more technical details.
6262-6363-## Roadmap and Status
6464-6565-The high-level ambitious plan for the project, in order:
6666-6767-| # | Step | Status |
6868-| :-: | --------------------------------------------------------- | :----: |
6969-| 1 | Working prototype for the memory model | ✅ |
7070-| 2 | Training a better standalone memory model | ❌ |
7171-| 3 | Make Tiles a proxy, with local model as memory module | ❌ |
7272-| 4 | Public key cryptography with private key on device | ❌ |
7373-| 5 | AT Proto integration | ❌ |
7474-| 6 | Cross-platform `tilekit` SDK for developers | ❌ |
7575-| 7 | Linux support with Flatpaks | ❌ |
7676-| N | Fancy features (to be expanded upon later) | ❌ |
7777-7878-Additional details for each step in the big roadmap is listed as issues in this repository.
796280638164## License