#Devlog 4
I have started build out the AI application that will come with the operating system. It has four models each made to run a different type of task.
Kraken - Is a fully local Ai that runs on the system built and trained for coding.
Leviathan - Is again a custom local AI but this one is built to right documentation.
Charybdis - Is again a custom local AI but this is built to give you image and video generation.
Megalodon - Is again a custom local AI but this one is by far one of the most important ones along side kraken this is a pentesting AI for your code so it runs your website or app with your permission and finds possible vulnerabilities with in your code which could lead to you getting hacked if not fixed.
What I am doing next?
I will be working on training the models to improve them and make them better. Working the UI/UX side of the app to make it fit more of claude or chatgpt desktop. I would be making a CLI version to run in your termnial.
Comments 2
How are you doing this in Python? Also, make sure to fix your demo link before people rate your ship.
@max_silly I am using python pyside 6 and pytorch for the ui/ux and all the apps and I bascailly have the main GUI window running then I have got all the apps to have their code built into the OS its self and then they launch the code and the window appears right now it works in a python window with it then opening a 2nd python window for the apps that is isolated with in the main OS python window. And I will make sure to fix my demo link I have put a package for it out now.
Sign in to join the conversation.