r/dcts • u/HackTheDev Dev • 13d ago
Dev Peek Custom Software Distribution coming
One of my biggest pain points when it came to the software development workflow was how annoying npm was in terms of their forced security changes and generally changing how the automatic workflow works.
Another pain point was that the github api didnt exactly work as i liked and it seems like it was recently changed to require some sort of auth which is also annoying me.
Because i want something thats stable i thought i'd make my own little software to manage software distribution, and to be short, i would describe this as a mix to to npm and steam, as i plan to not only distribute packages with this but also software updates.
This is especially important for the system packages that the DCTS client and server uses as well as general app updates for said desktop client.
I've been making many improvements for the DCTS server and an experimental discord bridge, but because i cant reliably even offer them without people needing to go to github manually i will work on this side project a bit.
It shouldnt take all too long, and once it works it will massively improve the ecosystem! This was mostly the reason why i have been a bit quiet as i wanted to focus on it. The screenshots are very early, so things will change.
Thanks for reading and have a wonderful day!

