Been working on a #opensource GUI that allows you to connect to any #AI provider (even local like #ollama ) and have a unified chat history, characters, tools, documents etc.
A bit like OpenWebUI but aims to be more user friendly and lighter (but hopefully just as powerful!)
It’s called #CompassAI - built with React Native so it’s possible to compile for pretty much any platform including as mobile Android and iOS app
Please feel free to check the GitHub at https://github.com/compass-ai-chat/compass#user-content-welcome-to-compass-
@opensource @privacy @artificialintelligencenews.in @programming
@semperverus Really appreciate the feedback - and I definitely agree that we need some competition
Yeah, overall I’m putting user experience high - it should be snappy, intuitive and robust
Thanks for the encouragement, and definitely keep an eye out for progress as I’m working on it every day
Hopefully I get Windows build working this week
Are you using Pipelines in either github or another upstream source management platform? I don’t know if they have a free build plan or not, but you can have an entire pipeline that just spits out an executable for one or more platforms every time you commit to your main branch, depending on how you have compilation set up (you can have it use both a Linux and a Windows VM for different steps in the pipeline too). It can even handle publishing them to a website if youre handy with bash and/or powershell scripts (or python or JS or whatever you can call from the pipeline).
I use the Azure DevOps version at work and its amazingly useful, but very confusing to learn at first.