This desktop app for hosting and running LLMs locally is rough in a few spots, but still useful right out of the box.
. ├── CMakeLists.txt ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── app │ ├── CMakeLists.txt │ ├── comm_parser.c ...