TurtLinux
- 8 Devlogs
- 30 Total hours
A Fedora based local first agentic AI Linux distro.
A Fedora based local first agentic AI Linux distro.
I did some work on the Turtagent Hub which is where all the chats are stored. I created some Dart typedefs and the initial DB. A problem that I am currently facing is that I can’t seem to figure out how I would initially create the collection. Hopefully I can finish this distro in 2 months or so.
Cursor shake finally works! I made the shell script copy the desktop file to the user’s application desktop files directory and moved the executable to the executables directory. Also created a new Turtagent Hub where the user can manage their conversations with the agent.
I added cursor shakes to the backend. This is useful when I want to implement the shake to activate the AI overlay. For now, I am trying to come up with a solution to track the shake based on the delta and dir changes.
I added file creation capabilities to the AI model and improved the ability for the AI to create plasmoid widgets.
Added the ability for the agent to create widgets based on the user input… still needs to make some work tho!
TurtLinux finally boots! I switched from Kickstarts to Containers, and its SOOO MUCH BETTER. Podman caches your progress so i dont have to reinstall everything. Anyway gonna work on the agentic part next
Made the initial Turtagent overlay and backend. It uses gRPC using my Protobuf scheme to communicate between the Flutter overlay and the Go backend when prompt streaming. Also tried building the ISO but not much luck.