I'm curious if anyone is aware of pure CLI tools that that are monetised, either by premium support or by offering a free and paid version. Majority I've seen are extensions of some sort of SaaS or desktop product (IDEs, testing, etc.)
Not much. I've encountered a handful of esoteric file conversion tools, though I couldn't say whether any of those are still for sale/available now that you can hide the secret sauce behind a web front end.
It doesn't seem impossible in principle, but anything viable has to be better than any open source tools that might be out there but also able to command an audience with enough money and inclination to pay for it despite whatever level of license infringement takes place. It sounds like quite a narrow scope!
I would have said k9s (free) and k9s alpha (pay for additional features), but it looks like the k9s alpha site is not up/working at the moment. k9s itself still gets regular updates, but I’m not sure what the status of k9s alpha is anymore. I had assumed it was still available, but I never tracked it too closely.
(yes the domain name is silly, rebranding is on the todo list but customers come first).
It has plenty of customers paying a $45/month subscription, some of which are big name companies that unfortunately don't like to have their logo put on the web page. But it's a CLI tool, and it's monetized. What do you want to know?
Yes, this is a possible business model for developer tools. My declarative schema management product Skeema is primarily a CLI tool, available in both FOSS [1] and paid editions, with the latter adding extra functionality and optional premium support [2].
In my space, some larger competitors are more focused on SaaS/cloud offerings. But that can be a mixed bag for security-sensitive customers who prefer to self-host, as well as for folks who want to integrate a tool into an automation/CI/CD pipeline. CLI tools are more compelling in those situations.
dcminter ·12 days ago
It doesn't seem impossible in principle, but anything viable has to be better than any open source tools that might be out there but also able to command an audience with enough money and inclination to pay for it despite whatever level of license infringement takes place. It sounds like quite a narrow scope!
pirates ·12 days ago
https://github.com/derailed/k9s
https://k9scli.io/
mike_hearn ·12 days ago
https://hydraulic.dev/
(yes the domain name is silly, rebranding is on the todo list but customers come first).
It has plenty of customers paying a $45/month subscription, some of which are big name companies that unfortunately don't like to have their logo put on the web page. But it's a CLI tool, and it's monetized. What do you want to know?
Show replies
·13 days ago
evanelias ·11 days ago
In my space, some larger competitors are more focused on SaaS/cloud offerings. But that can be a mixed bag for security-sensitive customers who prefer to self-host, as well as for folks who want to integrate a tool into an automation/CI/CD pipeline. CLI tools are more compelling in those situations.
[1] https://github.com/skeema/skeema/
[2] https://www.skeema.io/download/
Show replies