TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Are there any CLI only tools that are monetised

17 pointsby ludovicianul3 months ago
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.)

10 comments

dcminter3 months ago
Not much. I&#x27;ve encountered a handful of esoteric file conversion tools, though I couldn&#x27;t say whether any of those are still for sale&#x2F;available now that you can hide the secret sauce behind a web front end.<p>It doesn&#x27;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!
pirates3 months ago
I would have said k9s (free) and k9s alpha (pay for additional features), but it looks like the k9s alpha site is not up&#x2F;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.<p><a href="https:&#x2F;&#x2F;github.com&#x2F;derailed&#x2F;k9s">https:&#x2F;&#x2F;github.com&#x2F;derailed&#x2F;k9s</a><p><a href="https:&#x2F;&#x2F;k9scli.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;k9scli.io&#x2F;</a>
mike_hearn3 months ago
Sure. My company sells Conveyor, a CLI build tool for deploying desktop apps.<p><a href="https:&#x2F;&#x2F;hydraulic.dev&#x2F;" rel="nofollow">https:&#x2F;&#x2F;hydraulic.dev&#x2F;</a><p>(yes the domain name is silly, rebranding is on the todo list but customers come first).<p>It has plenty of customers paying a $45&#x2F;month subscription, some of which are big name companies that unfortunately don&#x27;t like to have their logo put on the web page. But it&#x27;s a CLI tool, and it&#x27;s monetized. What do you want to know?
评论 #42939267 未加载
评论 #42947511 未加载
evanelias3 months ago
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].<p>In my space, some larger competitors are more focused on SaaS&#x2F;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&#x2F;CI&#x2F;CD pipeline. CLI tools are more compelling in those situations.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;skeema&#x2F;skeema&#x2F;">https:&#x2F;&#x2F;github.com&#x2F;skeema&#x2F;skeema&#x2F;</a><p>[2] <a href="https:&#x2F;&#x2F;www.skeema.io&#x2F;download&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.skeema.io&#x2F;download&#x2F;</a>
评论 #42970633 未加载
评论 #42983577 未加载
dyingkneepad3 months ago
There&#x27;s probably a compiler somewhere for some language that is monetized.
评论 #42959475 未加载
_kix3 months ago
PHPStan, a static analysis tool for PHP, has a Pro version: <a href="https:&#x2F;&#x2F;phpstan.org&#x2F;blog&#x2F;introducing-phpstan-pro" rel="nofollow">https:&#x2F;&#x2F;phpstan.org&#x2F;blog&#x2F;introducing-phpstan-pro</a><p>Fun part is that the CLI handles all the browser redirecting for the payment and saving the license (I guess). Just pass it a `--pro` arg and there you go.
wenc3 months ago
Purely CLI tools are harder to monetize.<p>But I’ve seen REPL instances (which are command line in a way but interactive) monetized. The AMPL optimization language is monetized. The very expensive KDb+ language and database is monetized.<p>Back in the day lots of DOS shareware tools like pkzip, etc were monetized as shareware.
nhatcher3 months ago
I&#x27;m not sure if this falls under your category but I think the folks at charm have some form of revenue:<p><a href="https:&#x2F;&#x2F;charm.sh&#x2F;#enterprise" rel="nofollow">https:&#x2F;&#x2F;charm.sh&#x2F;#enterprise</a>
UnserMannInK3 months ago
<a href="https:&#x2F;&#x2F;imapsync.lamiral.info" rel="nofollow">https:&#x2F;&#x2F;imapsync.lamiral.info</a><p>Bought it to transfer mail from SMTP to Office365. Worth every penny.
评论 #42966266 未加载
Jeremy10263 months ago
terminal.shop sells coffee only through SSH.
评论 #42959530 未加载