Chatto is now open source
21–30 of 319 posts
Re: Chatto is now open source
#22Why not keep it all AGPL?
Re: Chatto is now open source
#23I do also still like irc, but haven't used it much in recent years because most of the people I talk to are using discord now.
Re: Chatto is now open source
#24I’ve known Hendrik for years, and he is one of the most talented developers I’ve ever met. I’m confident this project will become successful very quickly. Beyond the project itself, what fascinates me most is how he single-handedly developed it by leveraging agentic coding.
Re: Chatto is now open source
#25> And you can just self-host it. For free, too! (A weird thing to write, but the OSS chat app space has become very weird in many ways!) Wait, what? There are open-source chat apps that you have to pay to host yourself? How does that work? Or did I misunderstand?
Yeah a lot of them like Mattermost become surprisingly limited unless you pay. It's very annoying.
IIRC if you build it yourself it's pretty much all AGPL, with few limitations.
Re: Chatto is now open source
#26(They do have end-to-end encryption for video.)
Re: Chatto is now open source
#27Re: Chatto is now open source
#28soooooo campfire then
Re: Chatto is now open source
#29How does this compare to fluxer.gg though?
The part that I really liked about chatto is that it seems to be made very easily to self host which is something that I really appreciate actually.
Re: Chatto is now open source
#30What's the rationale for the dual licensing? It looks like the Go backend is AGPL but the TypeScript frontend is Apache 2.0. Why not keep it all AGPL?
A frontend, permitting customizability, white-labeling, and so on, makes more sense to be more permissive.
Grafana is a solid example to illustrate why.
Moved from Apache to AGPLv3 in 2021 specifically so cloud providers couldn't host modified versions without contributing back, while keeping plugins Apache-licensed.