Hello everyone,<p>I've built a simple macOS app for chatting with models downloaded by Ollama - <a href="https://github.com/sheshbabu/Chital">https://github.com/sheshbabu/Chital</a><p>It's written in Swift, consumes less memory and loads fast.<p>It has these features:<p>* Support for multiple chat threads<p>* Switch between different models<p>* Markdown support<p>* Automatic chat thread title summarization<p>It's my first time working with Swift and Xcode, and it has been an interesting journey. The performance of the application is a big plus when building native apps, but I wonder if I'll be able to add features like document processing, RAG and other capabilities that are easy to implement using Python.<p>Give it a try and let me know what you think :)